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

regarding distance measurement for the nrf52840 and nrf52833

Hi Nordic,

I am developing a distance measurement application between the nrf52840 and nrf52833 unit for the long distance mode. 

for the nrf52840 as center which running the  ble_app_uart_c_central example. 

I am trying to let the nrf52833 run with the ble_app_uart_peripheral example. 

1. Is the setup correct with the examples I am using?

2. Is there anyway to measure the distance between the two units?

3. how far the distance can be in the open area? 

4. how frequently can I measure the distance? I try to measure the distance each 50ms or 100ms, is that possible 

Thank you in advance 

Parents
  • Hello,

    There is really no way to measure the distance between two BLE devices. There is nothing in the specification that you can use for this. However, some use the RSSI to get a sense of the distance, but the RSSI (received signal strength indicator) depends on the antennas, the output power, the orientation of the antennas, reflections, background noise and so on. So while you can use it to detect whether you are close or far away, it is not really a good measure of distance in meters or centimeters.

    Best regards,

    Edvin

Reply
  • Hello,

    There is really no way to measure the distance between two BLE devices. There is nothing in the specification that you can use for this. However, some use the RSSI to get a sense of the distance, but the RSSI (received signal strength indicator) depends on the antennas, the output power, the orientation of the antennas, reflections, background noise and so on. So while you can use it to detect whether you are close or far away, it is not really a good measure of distance in meters or centimeters.

    Best regards,

    Edvin

Children
Related