Hi Micha, could you show us the wiring code for the timer, how you initialize the timers and how you handle the firing event? Does it fire when started by other functions? (e.g. a simple Timer.start) Did you use the unique() function at the beginning?
Cheers, Adam On Aug 8, 2013 3:02 PM, "Micha Rappaport" <[email protected]> wrote: > Hello, > > I am using multiple instances of the TimerMilliC component on a telosB > mote. When I use the timer.startOneShot() command, the timer does not > always fire. I checked the timer.isRunning() command which returns TRUE! > > Next I checked the times now, t0 and dt which look all promising: > This works: > now: 13530, t0: 13529, dt: 2500 > This does not: > now: 21513, to: 21512, dt: 2500 > > Any ideas where else the problem could lie? > > Thanks, > Micha > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
