Hi
I am testing the new distance estimation techniques introduced in nRF Connect 1.9.0.
I have flashed both of my nRF52833 DK kits with the sample code connected to this post: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/samples/bluetooth/nrf_dm/README.html and I can see the default MCPD ranging outputs being printed to my terminal when connected via serial port.
My question is, how can I turn on the Round Trip Time ranging mode provided with the sample code?
In the "Sample output" section it is clearly shown that it is possible.
What I have tried:
In the service_ddfs_init() function inside service.c I tried changing line 147 setting
Thanks for reading!