Today I'm working on distance measurement using NDT. I have the example code running (on two Thingy:91s). My next step will be to optimise the code so that rather than running identical code on both devices, I will have one (mobile) device where power consumption is important and a second (fixed) device where it's less of an issue. I would like the mobile device not to scan for advertisements; looking at this https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/nrf/samples/bluetooth/nrf_dm/README.html it seems that it should be possible, but if I just disable scanning on the mobile device then I don't get any distance measurements at all. I can't immediately see why that is.
Can you please confirm whether distance measurement is possible with only one device scanning, and if so how I should modify the example to do this.
Thanks,
Frog