Re: [Tinyos-help] Sleep mode,micaz,tinyos-1.x

2006-09-26 Thread Jacob Sorber
You can use timers with HPLPowerManagement, at least with the Mica2/Dot/Z motes. The only problem I have had is that occasionally they get lost, especially if the timer interval is short. My solution has been to always use repeating timers rather than one-shot timers. That way, if you lose one

[Tinyos-help] Sleep mode,micaz,tinyos-1.x

2006-09-25 Thread Munaretto, Daniel
Dear all, i had a look in the mail archives about the sleep mode for micaz, but it is not so clear to me how to handle it. I found that it is necessary to use the HPLPowerManagementM.nc interface, but if you enable it, you cannot use the timers in your code if the node is in the sleep