Export ECG raw data

Hi,

Does anyone know if the Samsung Health SDK provides API to get the ECG raw data from Active2 or Watch 3? If so, any sample data of it?

Thanks!

Charles

Samsung Health is a proprietary algorithm that uses the raw data and determines useful information.

You can program a companion app in using tizen studio to get the sensor information and send that to a companion app on your mobile.
Go to this page and select Native, Web or .Net Companions and there are examples of this there.

GitHub probably has example projects as well.

Hope this helps,
Ron
Samsung Developer Team

Thanks Ron.
However from below API, it seems that ECG data is not provided.
https://samsung.github.io/TizenFX/API9/api/Tizen.Sensor.html
Can you confirm that? Thanks!

Charles

I think you will find on GitHub some examples for determining that from the sensor information.

Ron
Samsung Developer Team