Hi all
Have the situation to change the network (i.e. TTN to Helium) in case one of them is not available
The idea is, to delete the device in TTN and recreate it in Helium. That works, but the device never recognize that change, it still sends data to the TTN, but TTN does not ack the data. After a reset, the device joins the right network.
I’m using the LoraWAN_downlinkdatahandle example without any modification.
Question is now: how do I configure the device that it will recognize the network change and starts with a rejoin ? The rejoin has to be triggered from remote, means without physical access to the device.
thanks a lot!