Hello:
I want to use RSSI to judge which nodes closer.Two nodes apart 10 meters.just like Figure 1.but some time Node C collect RSSI from the node A and B,and the RSSI from node A is better then node B.What method can improve the accuracy?
i can't find the correlation value in datasheet.How do I use the correlation value to improve the accuracy?
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
In function macRadioComputeLQI(int8 rssiDbm, uint8 corr) it is stated:
* Note : Currently the LQI value is simply the energy detect measurement.
* A more accurate value could be derived by using the correlation
* value along with the RSSI value.
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Figure 1