to access RSSI you need to use the command call CC2420Packet.getRssi() which has the return type int8_t. The interface needs to be wired to CC2420PacketC. This command can be used in the receive event of a packet to get the RSSI of that packet.
> Hi, > > I am trying to set up a wireless sensor network for indoor localization of > a mote and for this I need to forward the RSSI of the messages received at > 3 different nodes from 1 particular node to the base station node. > > Can someone help me with regards to the coding needed for this extraction > and forwarding? > > Thanks a lot. > > Best Regards > Gaurav Tewary > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
