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 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 provide correct implementation of timers so they do not get
lost when stopping the radio.

Using MIca2, Tinyos-1.1.15
Using CC1000RadioC
   MyAppM.RadioControl -> CC1000RadioC;

Is this correct?  Thanks so much!!!

Josh

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to