2024-10-15 04:29 AM
Hello,
I am working with the STM32WB5M module and encountering an issue with Zigbee connections between the coordinator (coord) and an end device. The end device successfully reconnects and resumes communication upon waking up from the stop mode. However, if there is a power loss while the end device is in stop mode, it fails to reconnect after the power is restored.
I have implemented a filter in the coordinator's code to detect disconnections, but it seems that this filter only detects disconnections when the end device is not in stop mode. When the end device is in stop mode, the filter fails to detect any disconnections.
Could you provide guidance on how to ensure the end device can reliably reconnect to the coordinator after a power loss during stop mode? Any suggestions on modifying the filter or any other settings would be greatly appreciated.
Solved! Go to Solution.
2024-10-31 04:21 AM
Hi @Asem_Hassan,
To make the connection automatically restored after the power off you have to implement the persistence data management as described in this AN document Zigbee Persistent Data Managament
The coordinator can detect a disconnection of its child following many reasons :
Best regards,
Ouadi
2024-10-31 04:21 AM
Hi @Asem_Hassan,
To make the connection automatically restored after the power off you have to implement the persistence data management as described in this AN document Zigbee Persistent Data Managament
The coordinator can detect a disconnection of its child following many reasons :
Best regards,
Ouadi