Other Parts Discussed in Thread: CC2530, Z-STACK
Hi,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: CC2530, Z-STACK
Hi,
1. How many devices are in your system?
2.Do you have router in your system.
I would suggest you to use unicast to instead of broadcast. I think this the root cause of message drop and nothing to do with the polling rate if your device number is not very large.
Since ZED uses polling to get the data for it, it might miss broadcast message when it is not polling. I would suggest to to use unicast in your case. When ZED joins ZC, ZC should receive end node announcement which will give the short address of ZED. You should keep it and use it for unicast in your application.