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.

LITE SLEEP

Other Parts Discussed in Thread: Z-STACK

I am trying to program my Zigbee device to enter to LITE SLEEP, but I do not know if I am doing it correctly. 

To enter the LITE SLEEP mode in OnBoard.h I go to  #define OSAL_SET_CPU_INTO_SLEEP(timeout) halSleep(timeout), and in the halSleep part I put instead the timeout the time.

The maximun time I am able to obtain in Sleep Mode is over 20 seconds but in the Power Management For The CC2430dB document I see  the maximun time is 512 seconds.

I suppose I am doing something wrongly, could you help me?

Thanks

 

 

  • Hi,

    Since you are talking about LITE sleep mode, I assume that you are using Z-Stack.

    The sleep mode that Z-Stack ientered is decided by Z-Stack, since there are timer that belong to different layer that need to be awake periodically. From the application point of view, you can tuning the sleep mode  following the application note:

    http://focus.tij.co.jp/jp/lit/an/swra144/swra144.pdf

    Hope it is useful.

    BR

    Jch