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.

Power Saving for End Device

Other Parts Discussed in Thread: CC2530

Hello,

       I want my End Device to sleep when Ever there is no operation to perform. I have seen the Document provided by Zstack. That we need to enable the Compile time option POWER_SAVING. The Default Sample Light for End Device is xPOWER_SAVINGS What does it mean.

                 And in that document, setting the poll rate also is important, which will affect the Timer Sleep. DPOLL_RATE = 1000. It is recommended to increase the poll rate to 5000(500 millisecond). DPOLL_RATE is the periodic poling for Coordiantor for Queue(to check any data is available or not). Then,

               What is -DQUEUED_POLL_RATE?

                What is DRESPONSE_POLL_RATE?

                  Is there any other option for power saving.