Nordic Distance Toolbox - measurement at high precision

Hello,

I have a problem with distance measurement using BLE. I adapted DM sample from nordic connect SDK to do measurement using "high precision" method. I collected over 100 samples for different distances beween my devices.

As you can see on following diagrams, I get like 2 different measured distances for one real static distance between 2 devices. Do you have any ideas what could cause this effect? The effect takes action not only for "high precision method" but as well as for example phase slope and at different distances.

My setup:

devices: custom boards using NRF52840, pcb antenna

sw: nordic connect SDK v1.9.1, nrf_dm sample

To enable high precision measurement I added following code to dm.c source file:

high_prec = nrf_dm_high_precision_calc();

and enabled CMSIS DSP in project config:

CONFIG_CMSIS_DSP=y
CONFIG_CMSIS_DSP_MATRIX=y

Thank you.

Lubo

Related