Inquiry about Distance Measurement Using Two E73-2G4M08S1C nRF52840 Modules

Dear Nordic Support Team,

I am working on a project to measure distance using two E73-2G4M08S1C nRF52840 modules. I would like your guidance on the best approach for implementing this functionality. Specifically, I am interested in:

  1. Recommended libraries or examples from the nRF Connect SDK for distance measurement.
  2. Suitable protocols (e.g., BLE, AoA, or RSSI-based ranging) for achieving accurate results.
  3. Any hardware configurations or settings that could improve measurement accuracy.

Thank you for your support.

Best regards,

Parents Reply Children
  • Subject: What Hardware Can Be Used to Measure BLE Distance in nRF?

    Hello,

    I'm working on a project involving BLE distance measurement with nRF52840 and nRF52840 chips, and I am looking for suitable hardware options to accurately measure the distance between BLE devices.

    Can you recommend any specific hardware or tools compatible with these chips that can assist in measuring BLE signal strength or distance? Any advice on additional sensors or modules would be greatly appreciated.

    Thank you!

  • Usha said:
    nRF52840

    Ah I see.

    Essentially all nRF52s support NDT, and that includes nRF52840 For Channel sounding I believe we currently only have official support for nRF54L.

    So considering that you want to use nRF52840 for this then the nordic distance toolbox sounds like the way to go. 

    Usha said:

    Can you recommend any specific hardware or tools compatible with these chips that can assist in measuring BLE signal strength or distance? Any advice on additional sensors or modules would be greatly appreciated.

    Not really, as the protocol doesn't use it. You could allways try to add something propriatary on top of NDT, and try to merge the two with a Kalman filter to get an even better result, though additional hardware is not something that NDT requires per se. And NDT unfortunately can't take advantage of FEMs, as they would modify the delay and CTEs.

    Regards,

    Elfving

Related