Hi,
I am trying to find out how to make a CC2530 EndDevice enter power saving mode (timered) before it joins any network.
With ZStack 2.5.0 and the right compilation flags, I was able to have the device entering timer based sleep mode between polling after it joins a network. However, prior to joining any network, the device stays at full power almost all the time, even when NWK_RETRY_DELAY is set to very long period of time (5 or 10 sec).
Without modifying halSleep() or implmenting something my own, does ZStack support any "clean" way of putting the SoC to sleep between network discovery operations?
Thanks in advance,
LJ