On Dec 5, 2007 5:11 PM, Tingting Sun <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> I'm implementing a program involving 2 nodes. Node 1 turns on and off its
> radio periodically and node

2's radio is on all the time. When node 1 turns on its radio, it sets a
> periodic timer (0.1s) to send packets to node 2 continuously until a reply
> is received from 2, then 1 cancels the periodic timer and turns off its
> radio. Then after 2s, node 1 turns on its radio again and runs the same
> routine. The programs on the two nodes can last for from several minutes to
> several hours, but it always ended up that after turning on its radio(
> AMControl.startDone() returns SUCCESS), node 1 fails sending out packets (
> AMSend.send() is not SUCCESS). I'm thinking whether there's any chance
> that the radio is not turned on successfully even if SUCCESS is returned.

Sorry about the previous post.  *AMControl.startDone()* should be *
SplitControl.startDone()*.

>
> Does anyone have similar experience or any ideas what might be the
> problem? Any suggestion will be appreciated~
>
>
> tingting
>
>
>
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to