Languages

Menu
Sites
Language
How to smart watch Heart rate connect android Studio?
I would like to send my heart rate measured by SmartWatch to Android mobile.
And I want to send that heart rate information to someone else's cell phone.
(For example, when a grandfather who wears a wearable suddenly falls down, I want the information to go to his guardian.)
 
<Heart rate information transmission process>
①Smart Watch → ②My Cell Phone → ③(only when it is dangerous) Protector's cell phone
 
 
 
 
 
In my country, however, there was only one book published in 2014 on smart watch development, and no way to transmit heart rate information to mobile. related information were available on the Tizen and Stack Overflowhomepage, but I do not know how to develop it.
 
rink (1)
https://
stackoverflow.com/questions/27388443/get-data-from-smartwatch-android-wear-to-smartphone
 
rink (2)
https://
stackoverflow.com/questions/43606219/how-to-get-raw-dataheart-rate-etc-from-samsung-gear-s3-in-android
 
rink (3)
https://
developer.tizen.org/zh-hans/forums/native-application-development/%EA%B8%B0%EC%96%B4s%EC%99%80-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EA%B0%92-%EC%A0%84%EB%8B%AC%EC%97%90-%EB%8C%80%ED%95%B4%EC%84%9C...?langswitch=zh-hans
 
rink (4)
https://
stackoverflow.com/questions/25896481/heart-rate-sensor-api-for-android
 
rink (5)
https://
developer.tizen.org/community/tip-tech/accessing-heart-rate-monitor-hrm-sensor-data-native-applications?langswitch=en 
 
 
 
On the Android Developers home page, there was data transmission.
Can I use this to transfer my heart rate information to mobile?
https://
developer.android.com/training/wearables/data-layer/assets.html
 
I am new to Android studio development and wearable development, and I do not know how to make it. 
I would like to ask if there is any tutorial related to SmartWatch heart rate transmission.
 
 
I have been looking at the Github source once, but I'm not sure it is right to do this.
https://
github.com/dirkvranckaert/HeartRateMonitor 
 
https://
github.com/alejandrocq/HeartRateTest 
Edited by: 성민 안 on 28 Dec, 2017

Responses

3 Replies
Safwan

Seems The Second Link you mentioned contains all the answers to your quires:

https://stackoverflow.com/questions/43606219/how-to-get-raw-dataheart-rate-etc-from-samsung-gear-s3-in-android

You should take it as your reference guide.

 

First of all, You need to understand your goal is lengthy. You have to achieve it step by step, not all at once.

Please share which specific device/devices you are targeting?

- Samsung gear Sport

Samsung gear S3

- Samsung gear S2

- Samsung gear S

- or Android wearables on the Market? 

성민 안

The clock we have now is Samsung Gear S.

If the Samsung gear S does not work (because the version is low),
then I will think of the Android Wear 2.0 watch.

However, Samsung Gear S is still in mind.

Safwan

Samsung Gear S which runs on Tizen wearable 2.2.X is considered as legacy device now.

As far as I'm concerned, You won't find any detailed Guides/API references for Tizen wearable 2.2 on Tizen Developers API References or any other sites. Tizen-Studio also supports Tizen wearable 2.3 as minimum version for wearable. There's a workaround to run web projects on Tizen 2.2 wearable device by changing required version to 2.2 in config.xml, but don't consider that as enough.

 

My Suggestion would be to move on to:

i) Samsung Gear S2: Tizen wearable 2.3.2

ii) Samsung Gear S3: Tizen wearable 3.0 / Tizen wearable 2.3.2

iii) Samsung Gear Sport: Tizen wearable 3.0

 

Or to Android wear. In that case look for Documentations on Android Developers Site.

https://developer.android.com/training/building-wearables.html