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.

CC2531: How to detect sleepy end device waking up (polling)?

Part Number: CC2531
Other Parts Discussed in Thread: Z-STACK

Hi,

I understand that sleepy end device will wake up and poll the parent for any outstanding messages. What do I need to do so that ZNP/Z-stack will inform the application that the end device had woken up so that it can start communicating with the device?

I have already set up the NV parameter ZDO direct call back to true so the application is getting messages (e.g. ZDO).

thanks!

  • ZNP/Z-Stack doesn't work in this way. Basically, you send a message to a sleeping device and the message would be kept on message queue of sleeping device's parent to wait for device to polling for it.