2026-04-12 7:44 AM - last edited on 2026-04-13 1:27 AM by Imen.D
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
2026-04-13 1:37 AM
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.
2026-04-14 8:11 AM
Hello @Imen.D ,
I am using LoRaWAN_End_node_LBM example in v1.5.0, which does not has CONTEXT_MANAGEMENT_ENABLED option.