[Tinyos-help] How to put mote to sleep in tinyos 2.x
Jorge Eduardo Higuera P
jhiguera at yahoo.com
Sat Dec 6 15:35:42 PST 2008
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)
More information about the Tinyos-help
mailing list