Hi Juan Antonio,

For use the option with low power options in your motes uses the scheme propose 
in the tinyos tutorial:

http://docs.tinyos.net/index.php/Writing_Low-Power_Applications

In this case when you can use the interface LowPowerListening

with many options include:

command uint16_t getLocalSleepInterval();

or for example:

to get a 0.05% duty cycle use:

call LowPowerListening.setDutyCycle(5);

in this case the mote only operate in active mode 0.05% for save energy

Jorge H


> 
>    1. Re: How to put mote to sleep (Juan Antonio Lopez
> Riquelme)



      

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to