Samsung Gear S:连续心率监测
Samsung Gear S: Continuous Heart Rate Monitoring
我正在尝试开发一款根据心率数据推理的应用程序。我有一个 Samsung Gear S,我想从手表上获取连续的心率流
到我 phone 上的应用程序。我对此做了很多研究,但没有找到
我在找什么。所以我有一些问题。
我了解到 Gear S 仅在您锻炼时测量您的心率。因此,为了获得持续的心脏监测,您应该开始锻炼。因此,我是否应该在 Gear S 上编写自己的应用程序来测量您的心率?如果是这样,这是否可以通过独立或配套类型的 SDK (http://developer.samsung.com/gear) 实现?
我还了解到您可以使用远程传感器 SDK (http://developer.samsung.com/galaxy#remote-sensor),但它只允许
获取用户activity、计步器数据和用户是否佩戴可穿戴设备的状态。还能测心率吗?
基本上我想知道这是否可行,如果可行
我应该采取哪些步骤?
感谢您的宝贵时间。
我在三星的开发者论坛上问了同样的问题,找到了答案。
You should write your own wearable app to measure continous heart rate, and the app need to communicate with Android host app via SAP(Samsung Accessory Protocol) so that your Andorid host app to be able to get coutinous heart rate data from a wearable device. So the app type should be companion type.
Remote sensor SDK does not support HRM.
我正在尝试开发一款根据心率数据推理的应用程序。我有一个 Samsung Gear S,我想从手表上获取连续的心率流 到我 phone 上的应用程序。我对此做了很多研究,但没有找到 我在找什么。所以我有一些问题。
我了解到 Gear S 仅在您锻炼时测量您的心率。因此,为了获得持续的心脏监测,您应该开始锻炼。因此,我是否应该在 Gear S 上编写自己的应用程序来测量您的心率?如果是这样,这是否可以通过独立或配套类型的 SDK (http://developer.samsung.com/gear) 实现?
我还了解到您可以使用远程传感器 SDK (http://developer.samsung.com/galaxy#remote-sensor),但它只允许 获取用户activity、计步器数据和用户是否佩戴可穿戴设备的状态。还能测心率吗?
基本上我想知道这是否可行,如果可行 我应该采取哪些步骤?
感谢您的宝贵时间。
我在三星的开发者论坛上问了同样的问题,找到了答案。
You should write your own wearable app to measure continous heart rate, and the app need to communicate with Android host app via SAP(Samsung Accessory Protocol) so that your Andorid host app to be able to get coutinous heart rate data from a wearable device. So the app type should be companion type.
Remote sensor SDK does not support HRM.