CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

Call LoRaWAN.join() periodically each 12 hours

Open dl5dla opened this issue 2 years ago • 1 comments

Not realy an issue but a question: I am using the Cubecell 1/2AA together with the modified LoRaWan.ino example. Accidential I removed the device from the TTN. I have setup a new device with the old settings, bit the device will not join again. As the device is located on the roof of my house, it's not that easy to reset it. My idea now is to do a join (using "LoRaWAN.join()") each 12 hours to ensure that the device reconnects in case it's not joined anymore for some reasons. Is this a safe way, or does there better (and easy) method exist?

Thanks, Peter

dl5dla avatar Apr 16 '22 07:04 dl5dla

i ran into a similar situation and trying to find the best way to deal with it with the help of others... take a look here: https://www.thethingsnetwork.org/forum/t/devaddress-changed-and-ttn-doesnt-process-payload/56494/5

cheers, Jay

jaychub avatar Apr 18 '22 02:04 jaychub