nrf_dm example
nrf Connect SDK: 2.0.0
nrf52840 DK
------------------------------------------------------
Hello,
i want to use the Distance and Direction Finding Service in order to notify connected clients if my server is getting closer to them. I already configured the clients and the server to connect to each other and find the Gatt Characteristics and enable the notification. However, as soon as my clients subscribe to the notification, no distance measurements and calculations are done anymore.
In the example advertising and scanning is used in order to configure the boards for their respective role in the distance measurements. Since my boards are connected already I am not sure how to correctly configure the boards to start a distance measurement directly and skip the advertising part. Or if it is even possible to skip the advertising part.
Any help would be appreciated.
Thanks.