the RSSI of a packet is stored in its metadata once it is received. You can use the CC2420Packet.getRSSI() to get the RSSI value of a packet (which is an indicator for the signal power at which that packet was received). The Tx power of the packet has to be sent by you in the payload of the packet if you want it to be available at the receiver.
> Hi All, > > I wish to embed the tx_power and rssi value in the metadata part of a > packet > to be sent. Can I know how I can do that? What components/interface to > use? > > Please help me. > > Many thanks in advance. > > Yusnaidi > > -- > 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
