In the NRF52840 (also interested in 833 and 820) it states that LQI is
When receiving a frame the RSSI (reported as negative dB) will be measured at three points during the reception. These three values will be sorted and the middle one selected (median 3) for then to be remapped within the LQI range
under section 6.20.12.7. I'm wondering what the `remap` entails? RSSI can be 0-127 and LQI can be 0-255 so is it just scaling by a factor of 2 where 0 RSSI = 255 LQI?