I am using two SmartRF05 board Rev 1.81 and run the SensorDemo, I measure at V_EM P15 , when there is no data transmission the current is 1-1.5mA,
to enter the sleep mode the following conditions must be met
1)Sleep enabled by the POWER_SAVING compile option
2)ZDO node descriptor indicates “RX is off when idle”. This is done by
setting RFD_RCVC_ALWAYS_ON to FALSE in f8wConfig.cfg.
3)All Z-Stack tasks “agree” to permit power savings
4)Z-Stack tasks have no scheduled activity
5)The MAC has no scheduled activity
I did 1) and 2),but not quite sure about the other three..... Can someon tell me how can I get into the TIMER sleep mode? Is this 1.5mA a rather low Current Consumption?