[Tinyos-help] Any bug in Snoop T2

Greg Hackmann gwh2 at cse.wustl.edu
Wed Oct 1 08:51:35 PDT 2008


Hui Kang wrote:
> However, when I assign one node as 1 and the other as 2, 2 can not snoop 
> the packet from 1. Is there any bug in snoop?
> 
> - Hui Kang

Are you using a mote with a CC2420 radio?  If so, then you will need to 
add the line

CFLAGS += -DCC2420_NO_ADDRESS_RECOGNITION

to your Makefile.  Otherwise, the CC2420 chip will automatically throw 
away all packets that aren't addressed to you.

Greg Hackmann


More information about the Tinyos-help mailing list