uwburn / cardia

Heart rate monitoring client for gamers
GNU General Public License v3.0
86 stars 23 forks source link

Polar H10 - no ECG stream logging? #45

Open testter21 opened 2 years ago

testter21 commented 2 years ago

From Polad H10, apart from RR/heartrate data, ECG stream can be captured as well. I see, that raw ECG stream is (I suppose) showing on the Cardia, but I don't see it logged anywhere?

uwburn commented 2 years ago

ECG is simulated, from the device only instant heart rate is available.

The heart rate can be logged with log functions (see log menu).

testter21 commented 2 years ago

Polar H10 offers raw ECG stream as well (at 130sps), I'm capturing it via smartphone apps. It would be nice t be able to capture this directly on PC too.

stonie08 commented 1 year ago

It'd be awesome to have this included for the H10 since there's hardly any loggers (if any at all) out there yet for PC. Polar's official SDK has information on their Github: https://github.com/polarofficial/polar-ble-sdk/blob/master/technical_documentation/H10_ECG_Explained.docx Detailed BLE frame spec: https://github.com/polarofficial/polar-ble-sdk/blob/master/technical_documentation/Polar_Measurement_Data_Specification.pdf

ukusann commented 2 months ago

Any updates in this streaming? I want to use the raw ECG data almost has real-time as input for a model I'm creating so if the streaming for TCP or real-time log would be very appreciated.