Extracting accelerometer data from Microsoft Band

这一生的挚爱 提交于 2019-12-24 13:37:55

问题


I am trying to do an analysis of data from various fitness tracker devices and i need to extract the accelerometer data from microsoft band jaw bone and Basis Peak for this. I know they have the analyzed data in their app, so the data must be somewhere on my phone, but how do i access it? Does someone know how can i do this?


回答1:


Jawbone does not provide a way to access the raw accelerometer data. However, you can programmatically access the events (e.g., steps, sleep, heartrate) generated from the aggregated accelerometer data by using the Jawbone UP API.




回答2:


It is not stored on the phone in an accessible way. You need to use the band api to communicate directly with the band and subscribe to this data.




回答3:


As for Microsoft Band you can use SDK to get live accelerometer data from the device:

The Microsoft Band SDK gives developers access to the sensors available on the Band

MicrosoftHealth SDK website




回答4:


How to subscribe to sensor data is described in the Microsoft Band SDK documentation. You should refer to section 5 "Subscribing to Band Sensors" (page 17).

The documentation can be found here: https://developer.microsoftband.com/Content/docs/Microsoft%20Band%20SDK.pdf



来源:https://stackoverflow.com/questions/36166241/extracting-accelerometer-data-from-microsoft-band

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