Re: [Tinyos-help] Async Timer in sleep mode

2014-01-08 Thread Miklos Maroti
Hi, Why do you need to have it fired in async mode? Why do you want to use something else than the Timer.fired()? Miklos On Sun, Dec 29, 2013 at 8:13 PM, Roadstar Runner redstripe...@gmail.com wrote: Hi, I am trying to move all my communication tasks to a high priority task queue. I have

Re: [Tinyos-help] Async Timer in sleep mode

2014-01-08 Thread Roadstar Runner
Thanks for your reply. I have been experiencing some packet loss, this requiring retries at the application level. Since i have a few other tasks doing various other things in the system, i presumed that it could be because the the Timer used by LowPowerListening might not be getting scheduled at

Re: [Tinyos-help] Async Timer in sleep mode

2014-01-08 Thread Eric Decker
On Wed, Jan 8, 2014 at 11:05 AM, Roadstar Runner redstripe...@gmail.comwrote: Thanks for your reply. I have been experiencing some packet loss, this requiring retries at the application level. Since i have a few other tasks doing various other things in the system, i presumed that it could be

[Tinyos-help] Async Timer in sleep mode

2013-12-29 Thread Roadstar Runner
Hi, I am trying to move all my communication tasks to a high priority task queue. I have already tweaked the scheduler so that it can handle 2 priority levels. One of the tasks used by the low power listening module (LowPowerListeningLayerP.nc) relies on a Timer task(Timer.fired() event ) to