12-27-2016 18:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-27-2016 18:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Looks like this question has been asked, but it's been a couple of years so I'm hoping something has changed.
I'm hoping to get my hands on the raw accelerometer data from my wife's device. Is that transmitted tot the app via Bluetooth? Or does the software on the device determine steps, etc. and transit that?
She was hoping for some yoga tracking and I was thinking I could apply some ML on the raw data to figure out her poses.

12-28-2016 08:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



12-28-2016 08:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hey @Tomswed, unfortunately you won't be able to get raw accelerometer data. Fitbit trackers do not store or transmit raw data; steps are aggregated to the minute-level on the trackers.

02-13-2017 11:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-13-2017 11:08
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
i'm interested in a similar question, but not certain the data pull needs to be "raw accelerometer" data.
I want to capture whether someone is taking steps (easy) and when someone is not taking steps but still "active" (e.g. on the couch / in bed moving but not taking steps).
What data could be pulled for this and doing so once every minute would be acceptable (even if it's simply a binary answer of movement detected or not).
Thank you.

02-14-2017 13:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



02-14-2017 13:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
erikpavelka wrote:What data could be pulled for this and doing so once every minute would be acceptable (even if it's simply a binary answer of movement detected or not).
The simple answer is the tracker mostly does that for you already, but if you want to analyze this yourself then it's just a matter of looking at the minute/second level data and drawing your own conclusions. Movement detected should turn into steps for the most part; heart rate data also helps determine activity level.

