Hi All,
I've been using tinyos 1.x stack on micaz motes. From CC2420 datasheet, when
address recognition is enabled, the SFD goes low if address recognition
fails. In this case, how much time does the radio need to wait before
transmitting a packet? I tried something like
while (TOSH_READ_CC_SFD_PIN()){}; // wait until SFD pin goes low
call Leds.yellowToggle();
// TOSH_uwait(1000); // ~ 400 usec delay until SFD goes
high!!!
// here send a message
I inserted a wait but the procedure still does not work. Even assuming the
radio continues decoding the rest of the message, 1000 should be enough.
Does anyone have an idea on what's going on?
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help