09-18-2020 14:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-18-2020 14:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello There, Browsing in Google I Found This Page:
https://www.squashleagues.org/fitbit/SelectFitbitData
Wich lets you download your FitBit raw data itself as a excell file. But, it 'only' has Heart Rate, Activity and Sleep data. I would like to replicate it, but including the Accelerometer Data.
Is there any 'oficial' way to create something like this?
When you go to the SquashLeagues page, and download your own data, it takes you to FitBit page and asks you for per missions to a 'Third Party' uses it.
Do, how do I something like that?
Thanks
09-18-2020 14:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-18-2020 14:51
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You can't use that same approach to get accelerometer data because accelerometer data isn't available through the Web API.
It is possible to download accelerometer data and import it into Excel, but you have to use the device and companion APIs, and implement your own server. There's no 'official' or easy way to do it.
Gondwana Software
09-18-2020 15:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-18-2020 15:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Okay, I can't do it with the accelerometer.
How can I do it with the other sensors like Heart Rate, Sleep and Activity data(?)

09-18-2020 15:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


09-18-2020 15:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The official (and probably only) way to do it is to use the Web API. That's what squashleagues uses.
Gondwana Software
05-04-2022 07:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-04-2022 07:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi Gondwana,
We're trying to use the accelerometer data from Fitbit to build an Action-Classification Network for Wheelchair users.
Has anything changed since 2020 to make it easier to extract the raw data files?
Thanks

05-04-2022 13:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-04-2022 13:58
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@KarlWalksNot that I'm aware of. Raw data files for accelerometer may not even exist (because there would be too much data).
I threw together a rough repo that might be relevant.
Unrecoverable comms dropouts may limit feasibility.
Gondwana Software
05-04-2022 23:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-04-2022 23:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I'll check it out. Thanks for the help

