Part Number: CC2530
Other Parts Discussed in Thread: CC2531, Z-STACK
Currently i'm working on a product which contains a CC2530 module running ZNP firmware. This device is configured as coordinator and a couple of routers and end-devices are connected to it. The network is fairly stable and runs ok most of the time.
My issue starts when the master device (containing the CC2530 Coordinator) reboots for some reason (update, power loss, could be anything). Sometimes when the coordinator reboots the end-devices have hopped to routers and have a new short address. This results in the coordinator being unable to find the devices and the only solution that we currently have is re-pair the end devices.
When sniffing the network with a CC2531 module I found the following behaviour:
- CC2530 Turns off;
- End devices send a lot of unanswered data requests;
- End devices send a Rejoin request, ack is given by router;
- CC2530 Turns back on;
- End devices are unreachable by CC2530 Coordinator.
Now my question is, can the coordinator be configured that no end devices are lost? Or could a complete network ping help with this solution? I'm unsure on how to approach this, but I am sure that pairing the devices is not the best approach.
When searching online for this problem, I couldn't quite find someone in the same situation so I'm curious if this forum can help me.