Re: [Tinyos-help] Timers and Radio Control

2006-07-23 Thread davisj2
Yes, however I am on the MIca2 and use the CC1K. Ive placed in series a multimeter, and the power consumption does infact drop considerably, however packets are not sent once the radio is started again. thanks, josh Quoting Matt Thompson <[EMAIL PROTECTED]>: > I use the SplitControl interface

Re: [Tinyos-help] Timers and Radio Control

2006-07-23 Thread Matt Thompson
I use the SplitControl interface to start/stop the radio (CC2420), and it works great with timers. I start the timers from the stopDone() event. Packets are sent from tasks posted from startDone(). Cheers, Matt [EMAIL PROTECTED] wrote: Hey All, Having much trouble configuring a timer to w

[Tinyos-help] Timers and Radio Control

2006-07-23 Thread davisj2
Hey All, Having much trouble configuring a timer to work while turning off the radio. Currently turning off the radio RadioControl.stop() in sendDone() event. Then on next timer fire, call RadioControl.start(). However the first packet is sent, and then none others. Can someone please prov