Heart rate monitor

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi

I want to know about heart rate monitor app i received data correctly i have seen in my iphone that there is always 0x08 attach with each reading like  0x08000000, 0x08D20000, 0x08FF0000 what is the meaning of 0x08 in readings?

0 Likes
3 Replies
Anonymous
Not applicable

Heart Rate Monitor App uses Bluetooth SIG defined UUID for characteristic : Heart Rate Measurement

Hence, it needs to follow certain data format defined in the following link:

Link: Heart Rate Measurement

I believe the 0x80 is part of the flag of the characteristic which defines the value format (either UINT16 or UINT8)

0 Likes
Anonymous
Not applicable

msiddique is this still an issue?

0 Likes
Anonymous
Not applicable

Hi kwang

I want to see this data on my PC i have bluetooth USB dongle and Hello sensor working fine with it. In Hello sensor example I have helloclient.exe file and I see data on that window. I want to see heart rate monitor data on my PC to store it and process further. Thanks

0 Likes