Dear helps
I need to read LQI and RSSI for some reason.The following is my code.
event TOS_MsgPtr ReceiveMsg.receive(TOS_MsgPtr Msg){      
pack->strength=Msg->strength;      pack->lqi=Msg->lqi;
     //send packet to serial port     post SendData();}
I can read the strength (RSSI) but fail in reading LQI.I search solutions from 
google and find that they use components  RF230PacketP or RF230ActiveMessageC.
But the problem is that I do not have any of them.Please tell me how to read 
LQI.
RegardsMing-fang                                          
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to