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.

RTOS/CC2630: Delay before the end device goes into sleep mode

Part Number: CC2630


Tool/software: TI-RTOS

Hello!

I use the CC2630 as the end device and the СС2530 as a router and coordinator.

I use Z-Stack Home 1.2.2.

What is the delay of the end device before going into sleep mode after the coordinator has requested data?

The poll_rate of my end device is 60 seconds. After requesting data, it goes into sleep mode. How can I change the delay before end device go into sleep mode. I want to increase it, because the coordinator does not always manage to send data to the end device.

How can I increase the delay before the end device goes to sleep?

  • I think you have to set polling rate to a faster value like 1000 ms right after device joins Zigbee network for receiving data from coordinator and set a timer to set the polling rate back to 60 seconds or long a while later.