Re: [Tinyos-help] TimerMilliC max Period Error

2009-11-30 Thread Philip Levis
On Nov 24, 2009, at 2:08 AM, Akankshu Dhawan wrote: > Hi All > I have to set the timer to periodically fire after every 12 minutes. > 12*60*1024=737280 should be the maximum value... but while compiling > i get overload warning. > > since its period can be unsigned 32 bit integer i expect it be

[Tinyos-help] TimerMilliC max Period Error

2009-11-24 Thread Akankshu Dhawan
Hi All I have to set the timer to periodically fire after every 12 minutes. 12*60*1024=737280 should be the maximum value... but while compiling i get overload warning. since its period can be unsigned 32 bit integer i expect it be able to handle these values. Can someone tell me what is the max

[Tinyos-help] TimerMilliC exists but TimerMicroC does not

2006-10-13 Thread Tie Luo
Hi,   Timer is provided by TimerMilliC.nc.  However, I want to use Timer but there is no component providing such interface, what can I do? I am using TinyOS 2.0 over micaz platform. Thanks.-- Tie ___ Tinyos-help mailing list Tinyos-help@Millennium.Berke

Re: [Tinyos-help] TimerMilliC

2006-09-07 Thread Cory Sharp
Hello lamiaimeil, Because you are using the interface Timer2, I assume you are using Boomerang. Though, my comments apply equally to TinyOS 2.x. Because most all mote platforms operate at around 1 MIPS, a virtualized timer with more precision than one millisecond does not make a lot of sense.

[Tinyos-help] TimerMilliC

2006-09-07 Thread lamiaimeil
Hi all, I want to use timers so I wire TimerMilliC component for use interface Timer2. As I read in TEP102 there is a (TMilli, T32khz, or TMicro). When I use Timer2 my program compiles and works but if I use Timer2 or Timer2 I have this error: In component `Myapp': Myapp.nc:18: no match make: ***