[Tinyos-help] MoteIF with 802.15.4 serial
Doug Palmer
Doug.Palmer at csiro.au
Tue Nov 4 20:45:24 PST 2008
I've been trying to receive messages on my PC using telosb motes and a
root mote based on the ctp protocol and the Serial802_15_4 component.
Although I can see data coming through if I use Listen, nothing seems to
be received by MoteIF. Tracing through the code, there is a line that says
if (packet[0] != Serial.TOS_SERIAL_ACTIVE_MESSAGE_ID)
return; // not for us.
in Receiver
Since the packets coming back from the root mote have a different
message id (TOS_SERIAL_802_15_4_ID from what I can see) all messages
coming back are dropped.
Is there a version of MoteIF/Receiver that accepts 802.15.4 serial
packets available, or should I be going via some other route?
Doug
More information about the Tinyos-help
mailing list