Languages

Menu
Sites
Language
how to read heart rate and step count data?

I am creating a watch face and i would like to know how do i display information like heart rate, step count, weather etc data?

I dont want to calculate or program myself because samsung health is already calculating those and it needs to be matching.

Responses

1 Replies
Tizen .NET

Hi
I'm not sure it's possible to get the data through Samsung health app. You better contact technical support at support@samsungdevelopers.com or send your support request. If it's not possible, please use TizenFX API to get HRM and step count data. About weather info, Tizen doesn't provide it but you can get it from openweathermap.org. (sample : https://github.com/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Weather)

Thanks.