Hi, Hi, I use CC2652P, simplelink_cc13x2_26x2_sdk_4_40_04_04, CCS10.2.
I found questions when I test 802.15.4 data tx.
In this site, https://e2e.ti.com/support/wireless-connectivity/zigbee-and-thread/f/158/t/953342
it says that RSSI = LQI * 0.38 - 87;
I test this in dataIndCb which support LQI and RSSI both.
And I get data as below:
RSSI : -73dBm, LQI : 51 RSSI : -72dBm, LQI : 54 RSSI : -71dBm, LQI : 57 RSSI : -64dBm, LQI : 78 RSSI : -63dBm, LQI : 81
Do plot in MATLAB is below:
It's very linear. Using polyfit in MATLAB as below
It shows that RSSI = LQI * 0.33 - 90.
So, two results about relationship between RSSI and LQI, which one is correct?
Thanks.