polarofficial / polar-ble-sdk

Repository includes SDK and code examples. More info https://polar.com/en/developers
Other
447 stars 147 forks source link

HR data frequency #434

Closed HiroyukiTamura closed 5 months ago

HiroyukiTamura commented 5 months ago

Platform your question concerns:

Device:

Description: I'm trying to develop an HR recording app using Polar Verity Sense. The documentation doesn't mention the frequency of HR streaming, but my app receives data about once every second. Am I correct in my understanding that Polar sends HR data once per second, regardless of the HR value?

jimmyzumthurm commented 5 months ago

@HiroyukiTamura Hi, indeed it is sending at an interval of 1 seconds, as specified by Bluetooth Heart Rate Specification :

"3.1.1.5 Transmission Interval
In typical applications, the Heart Rate Measurement characteristic is notified
approximately 1 time per second and includes the Heart Rate Measurement Value field
and, if supported, the RR-Interval field."
HiroyukiTamura commented 5 months ago

@jimmyzumthurm Thank you for your fast response. I didn't know there's such specification by bluetooth.