Hi all,
 
I am developing a small application. The mote does not take any action until it recevies a command message.
Thus the mote radio should be in a Listening state.
 
To cutdown the power consumption, I have
 
- called HPLPowerManagementM.Enable();
- turned all Leds off, or used NoLeds component
- disable JTAG and INCHIPDEBUG
- called CC1000RadioM.SetListeningMode(6), the lowest power duty cycle and bandwidth
 
Now, I can get almost 2.6mA current.
 
I want to know, is it possible to get lower power in my case, in which the mote should listen to the wireless channel to wait a command message ?
 
Any suggestions are appreciated.
 
Regards,
fiascoo
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to