1

So far the Smartband 2 is a great device and one of it's core features is the measurement of the heart rate variability (HRV). As I have already read through all the APIs that the Smartband 2 is posting it's data to, I am still wondering if it is possible to access the heart rate variability directly.

So far it seems that I can only get ALL other data except for the heart rate variablity form the Smartband 2. Am I missing something? Is it maybe possible to calculate the heart rate variability from any of the other values that I can access via the APIs?

Any help would be highly appreciated.

Thanks.

4

2 回答 2

3

不幸的是,SmartBand 2 中没有可用的 API 来检索心率变异性。

于 2015-10-27T19:47:40.907 回答
0

两组 Google Fit API 都使用三种类型的数据:公共数据类型、自定义数据类型和可共享数据类型。SmartBand 2 向 Google Fitness Store 提供以下公共数据类型:

  • google.step_count.delta(步数)
  • google.heart_rate.bpm(以 bpm 为单位的心率)
  • google.activity.segment(睡觉、走路、跑步)

将 SmartBand 2 传感器数据用于创新的 Android 和 iOS 应用程序

于 2015-10-26T08:27:45.647 回答