Home > OS >  WearOS - Is there a way to collect raw data from ECG sensor?
WearOS - Is there a way to collect raw data from ECG sensor?

Time:05-22

I was hoping WearOS HealthServices provide a way to fetch raw ECG samples, but ECG isn't among MeasureClient's supported DataTypes. Is there another way to obtain these readings?

GalaxyWatch4 contains "BioActive" sensor set that has electrodes for acquiring RA-LA voltage difference, so I'm wondering how to access those readings (same goes for impedance, but that is secondary rn)

Thanks in advance! :)

CodePudding user response:

The Samsung Privileged Health SDK provides raw electrocardiogram sensor data.

  • Related