hi,
I have a very simple query.
On first mote, through source code i am setting the Destination field of
cc2420 header to 0x0001, and sending the message.
cc2420_header_t *frameheader;
frameheader = (call CC2420PacketBody.getHeader(&msg));
frameheader*->dest = 0x0001;*
call cc2420Transmit.send( &msg ,FALSE);
On the 2nd mote i set its address from console to 'make telosb install*.1*bsl,5'
Still the 2nd mote does not receive the message send by the first mote.
I have tried a lot of times, it will be really nice if some one could point
out what i am doing wrong.
I am using cc2420ReceiveC and cc2420Transmit for sending and receiving, my
application should not use AMSend or other higher level components
(ActiveMessage).
thanks a lot
Obaid
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help