Hello,
I am developing a sensor like a beacon. I want to measure the distance from the node. I record the RSSI sample for a few seconds and average it to stabilize the value. RSSI is not so accurate because rf wave is attenuate or reflected from any object in surrounding and I read the research paper and they use LQI to improve the RSSI accuracy. I also apply some filters to smooth the RSSI but something due to large fluctuation in RSSI I don't get accuracy.
I read the nordic infocenter documentation about LQI in 2.4GHz Radio module but don't get a way to access it.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fradio.html
Can anyone help to find it out?
Thank you.