Hi, Use , call CC2420Packet.getRssi(Msg)in the receive message event , This command is defined in interface CC2420Packet provided by component CC2420PacketC. Msg is pointer to the message whose RSSI you want. subtract 45 from the value to get the actual value in dBm (power).
> hi > I am doing thesis on telosB mote i am new to it, please can you tell me > how > to find RSSI from it, and energy level. If possible please send me the > code > fragement for finding it. > > -- > Regards > Prathap Mathiyalagan > > -- > 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
