This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to test BLE Power Profiling Example with "nRF Connect"

I am studying this tutorial: nRF52 Online Power Profiler . I know this tutorial basically related to the ble_app_pwr_profiling example in the SDK: Power Profiling Application . Therefore I follow the example and test it with the nRF51 DK board.

It said I can use the Master Control Panel to "Observe notifications" received. However as I do not have the dongle, I tested to use the mobile app "nRF Connect" instead. I can use the mobile app to scan and connect to the DK board successfully. However I do not know how to test the notification correctly.

In the mobile app, after connected to the DK board, I can click an icon with "multiple downward arrow", then I found that I received multiple notifcations with about 20ms interval. Then I change the APP_CFG_CONNECTION_INTERVAL in the example code from 20ms to 200ms, hoping that I will receive notification with about 200ms interval, however I found that the notification interval is still 20ms.

Thank you

Related