Nordic Distance Measurement Toolbox, how to range with multi responders one by one more fast

Hello,

I can get the distance between four NRF52833 device based on the distance measurement toolbox SDK 1.9.1, but the output rate is a little slow, less than 1 Hz. And the distance maybe fail for some devices at sometime, as follows:

Sometimes the distance just from one node.

So what should I do to make the distance measurement more reliable and get three distance for each node with a rate larger than 1 Hz. Anyone knows how to do this, I'd really appreciate it. 

Zach

Parents Reply
  • Hello again, and thank you for your patience.

    In the nrf_dm sample, what you experience is likely to happen. It depend on the synchronization process and number of devices. In the case of several devices, it is between which measurement will be made that is not controlled.

    If you want to improve this, you can introduce a mechanism that will manage the addition of measurement request to the DM module. 

    Regards,

    Elfving

Children
Related