Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can I access the raw acceleration data?

ANSWERED

I use a fitbit versa 3.

I want to extract some data via python.

I have accessed the data including web API ex. heart rate, steps.

Next, I want to extract raw acceleration data, which include device API.

How do I enter the python code?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Start here. It may not look like you're using the Device API, but `document` is an object in the Device API. Browse the Guides and Reference sections.

Peter McLennan
Gondwana Software

View best answer in original post

Best Answer
3 REPLIES 3

You can access accelerometer data, but you'll need to use JavaScript. That's the only language that can run on the watch, and therefore use the Device API.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

Thank you Peter

 

I will try it.

Could you introduce me the sample or web site described how to access the Device API using JavaScript?

 

Best Answer
0 Votes

Start here. It may not look like you're using the Device API, but `document` is an object in the Device API. Browse the Guides and Reference sections.

Peter McLennan
Gondwana Software
Best Answer