Replies: 1 comment
-
Unfortunately, you can't cut/paste devaddr from the TTN console because the LMIC requires a single dword, but the TTN console gives you a string of bytes. Edit this to Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your question or issue
I have recently switched to this fork of Arduino-LMIC from Mattijjs' fork, I am doing the basic Hello World example using ABP. From TTN I copied the network & app key in MSB format, and also the device address in MSB format. However when compiling with Arduino 1.8.13 I get the following error:
new-lmic:52:19: error: scalar object 'DEVADDR' requires one element in initializer static const u4_t DEVADDR = { 0x26, 0x01, 0x1C, 0x14 }; // <-- Change this address for every node! ^~~~~~~ exit status 1 scalar object 'DEVADDR' requires one element in initializer
Please can you advise how to fix this up?
Many Thanks.
Environment
This information is all important; it's hard to help without a complete set of answers.
Beta Was this translation helpful? Give feedback.
All reactions