This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Distance from RSSI field- NRF52-DK.

I have a NRF24LE1 transmitter transmitting 10 bytes of static payload every sec.

While I have a Receiver which is NRF52-DK. It is receiving the payload that is sent by the transmitter.

I am using NRF5-SDK 11.0 and modified to suit my transmitter configuration. I am getting the rssi field value in the range of 60 to 80 for every tag detected. I am assuming this number is the power received in dB but positive value. How do I get the distance from the transmitter to receiver with the rssi value.? I am using esb_rx under proprietary_rf folder, I am using the same rx except addresses, crc, datarate, payload_length are changed.

Related