If you have serial working, then you can define RADIO_DEBUG_MESSAGES which will print out the received messages via the DiagMsg protocol. You should connect your mote to a PC, and there run the "java net.tinyos.utils.DiagMsg" application. Take a look at RF230DriverLayerP.nc line 677, you can also put some LED commands there the verify that you get messages. The RF230 does not do any hardware filtering, only the FCS (even snooping works, and CRC check is done in software). Miklos
On Thu, Feb 21, 2013 at 12:20 AM, Roadstar Runner <[email protected]> wrote: > The data i had posted seems to have lost its formatting, so i am re posting > the raw data captured by the sniffer > > > > 41 CC 11 22 00 FF FF 00 00 00 00 00 00 F8 00 00 00 00 00 00 00 3F 08 0B 03 > 00 F8 00 0F 10 00 AA 01 F8 00 00 00 00 00 00 00 00 00 > > > > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
