Re: [Tinyos-help] Timer running with TOSSIM 2.x

2007-12-06 Thread Vijayant Bhatnagar
i figured out the problem. I have fixed it and it is working perfectly!!! There was a minor fault in wiring. thanks, Vijayant Bhatnagar Rutgers. On Dec 6, 2007 5:42 PM, Vijayant Bhatnagar <[EMAIL PROTECTED]> wrote: > Secondly, > for the two periodic timers (with different periods), when i do ge

Re: [Tinyos-help] Timer running with TOSSIM 2.x

2007-12-06 Thread Vijayant Bhatnagar
Secondly, for the two periodic timers (with different periods), when i do getNOW(), i get the same value. From the previous threads, i could find out that there is only one reference timer. But does this mean that I can't have two timers ? How can i get the exact value of timer ? I tried doing get

Re: [Tinyos-help] Timer running with TOSSIM 2.x

2007-12-06 Thread Vijayant Bhatnagar
Even I am facing similar kind of problem. Can anyone help me please. help appreciated. thanks, Vijayant On Dec 6, 2007 1:28 AM, EunKyung Lee <[EMAIL PROTECTED]> wrote: > Dear. > > I made two timer and generate 10 nodes and run my application on Tossim. > But both of timers are fired at the same

[Tinyos-help] Timer running with TOSSIM 2.x

2007-12-05 Thread EunKyung Lee
Dear. I made two timer and generate 10 nodes and run my application on Tossim. But both of timers are fired at the same time even though I gave them a different start time. and periodic fire times. Has anybody experienced the same problem?.. Any commend will be appreciated. Thank you ___