You can check the CC2420Packet interface, it has these commands:

command uint8_t getLqi(message_t *p_msg) Get lqi value for a given packet.
command uint8_t getPower(message_t *p_msg) Get transmission power setting for current packet.
command int8_t getRssi(message_t *p_msg) Get rssi value for a given packet.
command void setPower(message_t *p_msg, uint8_t power) Set transmission power for a given packet.



you can more info on this link:
http://www.tinyos.net/tinyos-2.1.0/doc/nesdoc/telosa/

--
Regards,
Saeid Yazdani
EE Tutorials


On 24-4-2013 22:59, Gandhimathi Velusamy wrote:
Hi,
How can we check  the Transmit Radio Power?

Thanks
Gandhi


_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help




_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to