2021-06-10 06:43 AM
I tried to run BLE Blood pressure example on my STM32WB board.
I was able to connect to BLE and see the screen as attached. But the example stated that value updates every 4 secs. What am I doing wrong here?
Do I need to make any changes in program? I have used example code provided in repository without any changes.
P.S. I want to implement read characteristics.
2021-06-15 10:14 AM
It is just an example. No you do not need to modify any code to have this example running on your board.
Have a look at the heart rate project to get an example of a characteristic having a READ property.
2021-06-16 06:12 AM
I didnt change anything in the code. The readme stated that value updates every 4 secs which doesn't happen in my case.