CubeCell-Arduino
CubeCell-Arduino copied to clipboard
Call LoRaWAN.join() periodically each 12 hours
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
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