Re: [Tinyos-help] send, senddone and receive

2012-02-15 Thread Eric Decker
I would say it has nothing to do with sending. Rather, I suspect that the mote has actually received a packet from another mote. Does it do this repeatedly? that is can you duplicate the behaviour, or does it change.If the only mote powered up is the mote in question, does the problem repli

Re: [Tinyos-help] send, senddone and receive

2012-02-15 Thread Sergio Valcarcel
Hi, No idea. It should not be like that. Have you tried with only one node or many? If there are many perhaps you are getting a message from another one. Otherwise there may be something wrong in your code... Cheers! Sergio On Wed, Feb 15, 2012 at 4:33 PM, Omar Cheikhrouhou (yahoo) < enis01a...

RE: [Tinyos-help] send(), senddone() and receive()

2007-11-30 Thread Michiel Konstapel
-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] send(), senddone() and receive() Hi All, For some reason my motes are getting interrupted between AMSend.send() and AMSend.sendDone() by the Receive.receive() event. But to my understanding, after a send() and before a senddone(), the rad

Re: [Tinyos-help] send(), senddone() and receive()

2007-11-29 Thread Philip Levis
On Nov 29, 2007, at 3:26 PM, Tingting Sun wrote: Hi All, For some reason my motes are getting interrupted between AMSend.send () and AMSend.sendDone() by the Receive.receive() event. But to my understanding, after a send() and before a senddone(), the radio is in "tx" mode and should not

[Tinyos-help] send(), senddone() and receive()

2007-11-29 Thread Tingting Sun
Hi All, For some reason my motes are getting interrupted between AMSend.send() and AMSend.sendDone() by the Receive.receive() event. But to my understanding, after a *send() *and before a *senddone(), *the radio is in "tx" mode and should not go to "rx" mode in the middle to enable a receive, is t