Hello all,
I am working with Z-stack,
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.
I wonder if anyone has made any progress trying to determine the LQI as a combination of both rssi and correlation value giving a more accurate value that defines the link. Only using rssi I think can deliver "false good links" do to multipath phenomenon.