Skip to main content
Associate III
April 12, 2026
Question

Joining a LoRaWAN network only once

  • April 12, 2026
  • 2 replies
  • 128 views

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

Technical Moderator
April 13, 2026

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"".ThanksImen"
onassAuthor
Associate III
April 14, 2026

Hello @Imen.D ,

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