[Tinyos-help] send - sendDone delay (MICAz, T2)?
Kevin Klues
klueska at gmail.com
Thu Jan 3 09:23:53 PST 2008
> The delay seemed to vary pretty randomly between 3ms and 13ms. Is there some
> reason for this (large?) delay?
Sending uses CSMA with a random backoff to avoid collisions with
packets sent by other motes in the network. On the CC1000 you can
change the backoff value by implementing the CsmaBackoff interface and
wiring it into CC1000CsmaRadioC. I'm not quite sure how its done on
the CC2420, but I assume there is probably something similar.
--
~Kevin
More information about the Tinyos-help
mailing list