This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BLE RSSI

Hi,

I am trying to calculate distance based on RSSI value. But the RSSI value variations are high as the RSSI value differs significantly even when the sensor device and mobile device are kept at rest.

Please guide me to tackle this issue.

thanks & regards,

Kotteeswaran.E

  • Hello Kotteeswaran,

    Many factors can impact RSSI in an open-air environment. Such factors include, antenna design, desense, RF interference and fading. I suggest doing a internet search for "determine distance from rssi" and review what others have done, specifically with BLE. For example, if you know the transmitting device's TX power, and calibration values related to your receiver, you can compute relative distance to varying degrees of accuracy. However, RSSI alone won't be sufficient.

    Best wishes.