cancel
Showing results for 
Search instead for 
Did you mean: 

Joining a LoRaWAN network only once

onass
Associate III

Can I join a LoRaWAN network only once?
so that after a software or hardware reset, i would not need to join the same network once again

I am working with LoRaWAN_End_Node_LBM example

2 REPLIES 2
Imen.D
ST Employee

Hello @onass ,

I think through defining the CONTEXT_MANAGEMENT_ENABLED option, which allows the device to store and restore its LoRaWAN stack context (including session and network information) across resets.

More details of this feature in the AN5406, Section 15. LoRaWAN context management description.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
onass
Associate III

Hello @Imen.D ,

I am using LoRaWAN_End_node_LBM example in v1.5.0, which does not has CONTEXT_MANAGEMENT_ENABLED  option.