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.

CC2530: Get zigbee end device current poll rate

Part Number: CC2530

Hello,

I would like to know if there is a way to know the current end device poll rate.

For example if I used the function "NLME_SetPollRate(10)" something that would give me 10 back.

I have an end device and sometimes it stops polling the network and needs a restart in order to recover.

There are a few places on the stack that disable the polling, my idea was to randomly check if it was enabled or not and if it isn't force it to be enabled.

Probably this isn't the most elegant solution, but it would prove my theory about the polling being disabled.

Thanks for the help :)