This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zigbee end-device (NRF52840) leaving the coordinator (also NRF52840)

I've been working with the NRF52840 for a while now. My setup is based on the CLI coordinator code and a bunch of end devices running the multisensor freertos based program.

Recently something weird started to happen. After being paired with the coordinator for like days, some end devices disconnect from the network and never re-join again. Also, the connection status LED turns off and never turns on again unless I manually reboot the power of the end device. What could be the issue here?

What can I do to prevent this? Should I make kind of a watchdog to the connection status?

Best regards,

Fernando

Parents Reply
  • Hi, 
    So if I understood correctly there is a timeout for the device to leave the network in case the coordinator being off for too long? What is this value? Where can I get this configuration info? Is this also applicable for the router mode? 

    I was talking about a different issue. That is, when I first power the end device, he enters in commissioning but stops after a certain timeout. I want to stop this behavior and have the device always in commissioning until reaching a coordinator. 

    Best regards,

    Fernando

Children
Related