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:
and enabled CMSIS DSP in project config:
Thank you.
Lubo