Hi,

I'm developing an application under imote2 that basically uses FTSP, TSL2561
in alert mode and a basic Active Message interface so as to send a message
via broadcast. I have tested each functionality all alone and then, as all
they were working fine, I have just typed a program with all the
functionality altogether.

I'm experiencing problems with the active message interface. What basically
happens is that a message is not send (sendDone is never signaled) so often
(one time out of 60 sendings, aprox.). A couple of weeks ago, I had also
experienced that in CC2420 continuous sending mode  (make a call to send
inside a sendDone event) it is not possible to send messages bigger than 80
(more or less) bytes of payload. So, it should be happening that the root of
the problem is the same (sendDone is never signaled under certain
circunstances). As far as I remember, a call to send() is not going to
generate a sendDone() event in the future if the size of the payload is
higher than the value of TOSH_DATA_LENGTH, in any other case a sendDone()
event MUST be signaled.

Does someone have similar problems regarding CC2420 in imote2?

If someone is curious about that issue don't hesitate to post something,
too.


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

Reply via email to