Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years ago.
BLE_HeartRate Example with Microsecond Ticker Issue
Hi,
I am trying to run the ble heart rate example on NRF51822 with only one change i.e. using
ticker.attach_us (periodicCallback, 1000); 1ms
instead of
ticker.attach (periodicCallback, 1); 1sec
The nRF connect app connects and I can receive the hrm counter values but after a few minutes it gets disconnected and sometimes the ticker also gets stuck, whereas sometimes it keeps on ticking but the bluetooth gets disconnected.
May be 1ms ticker is causing some conflict. Any help would be appreciated. Thanks
1 Answer
5 years ago.
Hi Justin,
Could you provide the example and Mbed OS version you are using?
To follow up this issue easily, could you create a new topic in our new forum
Regards, Desmond
Would help to know specifically which development board you are using. Would help to know specifically which code you are referring to when you say BLE_HeartRate. The only thing I see that looks like this is for mbed2. https://os.mbed.com/teams/Bluetooth-Low-Energy/code/BLE_HeartRate/
posted by Graham S. 03 Dec 2019