Hi.
Is there a method to save and restore join information on RAK811 modules in order to eliminate the need of doing an OTAA join again when the module starts from a power cycle? Something similar to lora.nvram_save() and lora.nvram_restore() commands on Pycom devices (i.e Lopys)?
Evaluating the modules for now. Sending at commands via a serial terminal window.
My issue is: how can I get the join data after a successful OTAA join?
More details:
I clear device address, network session key and app session key via the following command:
I do an at+join=otaa and get the 3,0,0 response and I’m able to send data through to TTN.
However, I get an ERROR-2 reply to all following commands:
at+get_config=dev_addr
at+get_config=nwks_key
at+get_config=apps_key
w=Which means information is not available, again, I’m able to send data to TTN in this situation (since the OTAA join was successful). I assume this means the keys and device address are not going to be stored in the flash.
I understand the at+get_config commands call the data from module flash. However, I want to get the actual address and keys that was sent down to the module via OTAA join.
I wasn’t aware of the RAK forum. I’ll also ask the question there.
Thanks
Awesome. Yes, I’m pretty sure that’s what I’m after. Looks like I’ve been looking at a shortened version of documentation so far. Thanks for the help