简体   繁体   English

是否可以从Sony smartBand2获取原始数据?

[英]Is it possible to get raw data from sony smartBand2?

I want the accelerometer data from Sony smartBand2. 我想要来自Sony smartBand2的加速度计数据。 Is it possible to get that? 有可能得到吗?

Based from this documentation , you could use Google Fit API to store and access fitness data from any wearable and sensor. 根据此文档 ,您可以使用Google Fit API来存储和访问来自任何可穿戴设备和传感器的健身数据。

Both Google Fit Android APIs and Google Fit REST API work with three types of data: Public data types , Custom data types , and Shareable data types . Google Fit Android APIGoogle Fit REST API都可以使用三种数据类型公共数据类型自定义数据类型可共享数据类型

SmartBand 2 provides the following Public data types to the Google Fitness Store: SmartBand 2向Google Fitness Store提供以下公共数据类型

  • google.step_count.delta (steps) google.step_count.delta(步骤)
  • google.heart_rate.bpm (heart rate in bpm) google.heart_rate.bpm(以bpm为单位的心率)
  • google.activity.segment (sleeping, walking, running) google.activity.segment(睡觉,散步,跑步)

You may also check this tutorial for additional information. 您也可以查看本教程以获取更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM