polarofficial / polar-ble-sdk

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

How to get RR values from polar verity sense using polar ble sdk #386

Closed RitikaNigam-ux closed 9 months ago

RitikaNigam-ux commented 11 months ago

Platform your question concerns:

Device:

Description: I have connected the polar verity sense with the polar ble sdk but when I click on start HR stream button on polar ble sdk app. I do get HR (bpm) data but I am not getting rr value. How do I stream rr values for polar verity sense using polar ble sdk app?

Screenshot 2023-07-13 at 4 50 48 PM
jimmyzumthurm commented 10 months ago

Hi, RR is the interval between two R-peaks : B4j77 That curve is an electric signal that is emmitted by the heart and that can only be measured with ECG (strap based sensors like H9,H10).

Verity Sense is a PPG based sensor so RR interval is not available. You can get PP intervals which is a similar beat-to-beat representation, this article talks about these 2 more in detail. For that you need to use startPpiStreaming() API