Nordic Distance Measurements

Hello, 

How much time takes the Nordic Distance Measurements in MCPD mode with IFFT on nrf52832 ?

Any limitaion on moving objects except that this measurement works well on short distance ?

Thanks 

Franck


 

Parents
  • Hi Franck

    What time exactly are you looking for? The minimum time between timeslots are by default set to 8ms (8000µs) with the CONFIG_DM_MIN_TIME_BETWEEN_TIMESLOTS_US. This time should also account for processing of ranging data after the timeslots. You can also define the time between the synchronization and ranging (request) with CONFIG_DM_RANGING_OFFSET_US .

    Increasing this allows more ranging to different nodes, but increases latency. Regarding movement, I think the limitation or offset would be however long you move it in 8ms (time between events).

    Best regards,
    Simon

  • Hello Simon,

    Thanks for your answer. My concern that current distance measure report between 2 devices is only 2 or 3 values per seconds I would need more. Consumption is not an issue. As which device are reflector and initiator are defined as well as BT device address. Is this possible to call continuously dm_request_add on both devices everytime a timeout or a sucess result is returned ??

    What are other solution to increase the number of distance measure reported per seconds ??

    Thanks

Reply
  • Hello Simon,

    Thanks for your answer. My concern that current distance measure report between 2 devices is only 2 or 3 values per seconds I would need more. Consumption is not an issue. As which device are reflector and initiator are defined as well as BT device address. Is this possible to call continuously dm_request_add on both devices everytime a timeout or a sucess result is returned ??

    What are other solution to increase the number of distance measure reported per seconds ??

    Thanks

Children
Related