nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

How can i Rejoin with the previously paired network after power goes off ?

Hi Team, In my project i am using nrf52833 and i have established a network using Open Thread protocol to communicate . I am able to pair my device with the network. One scenario i wanted to implement for my project are described below.

Generally when power goes off device got disconnected from the network. I wanted to rejoin the device with the previously paired thread network when device powered  again. Is there any possibilities to rejoin with the network when power ON with out doing any physical activities with the device. If so, then what are the possible way we can rejoin the device with the network.

Thank you.

Parents Reply
  • otDatasetIsCommissioned() this function accept otinstance as a parameter . Very 1st time while i am pairing device one otinstance gets created . I have used this function otDatasetIsCommissioned() with the otinstace and i can see this function returned TRUE that's mean data gets commissioned. now i  do reset my device and i wanted to use those data . How can i faced those data? so that i can use the stored dataset and key for join again.

     

Children
Related