How to get raw data(Heart Rate etc) from samsung gear s3 in Android

自作多情 提交于 2019-12-04 13:08:59

The topic Seems vast. I haven't seen some example code to fetch data directly from hardware layer sensor of another device of another platform. I know You can transfer the data in application layer using common BLE protocol. In Tizen, you can chose your suitable platform Native (C/C++) or Web (js/HTML/CSS)

You can start from checking out the Tizen Native Sensor Guide, It discusses how to fetch sensor data from wearable device.

To get example on establishing Bluetooth LE connection with device, Tizen Native BLE guide would be helpful I guess. Android Bluetooth LE Guide covers sample for android part.

I passed sensor data from tizen wearable device to android, and that was using Samsung Accessory SDK. You can see the response here.

How to integrate Samsung Gear Steps in android Application?

Useful links I would consider:

Tizen Web Sensor guide

Tizen Web Human Activity Guide

Tizen Sensor API for wearable Native

Tizen Web Bluetooth API

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!