R. Voigt
R. Voigt

Reputation: 38

Smartband 2 Access heart rate variability

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.

Upvotes: 1

Views: 845

Answers (2)

mldeveloper
mldeveloper

Reputation: 2238

Unfortunately there is no API available in SmartBand 2 to retrieve the Heart Rate Variability.

Upvotes: 3

sbhsu
sbhsu

Reputation: 1

Both sets of the Google Fit APIs work with three types of data: Public data types, Custom data types, and Shareable data types. SmartBand 2 provides the following Public data types to the Google Fitness Store:

  • google.step_count.delta (steps)
  • google.heart_rate.bpm (heart rate in bpm)
  • google.activity.segment (sleeping, walking, running)

Use SmartBand 2 sensor data for innovative Android and iOS applications

Upvotes: 0

Related Questions