aeroxr1
aeroxr1

Reputation: 1074

Tizen wearable app: tizen wearable exposes his heartmonitor's service?

I'm new in tizen world and in particular in the tizen wearable one. I wonder this thing : - galaxy gear s has a heart monitor sensor - android smartphone device can access and reads it (I don't know how, i only read that is possible) But is possible to use the galaxy gear s how heart band and make this service directly accessible from the external without a smartphone ? For example is possible to make this service readable by a gym's byke ?

THanks to everyone and sorry for the strange question.

Upvotes: 0

Views: 260

Answers (1)

Eric Cloninger
Eric Cloninger

Reputation: 2260

You can access the heart rate monitor inside a Tizen Wearable app using the monitor API. You can then transmit that data over wifi, cell network, or BT LE to any device that might be listening.

Upvotes: 1

Related Questions