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