06-01-2022 12:03 - edited 06-01-2022 12:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-01-2022 12:03 - edited 06-01-2022 12:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
I have an app that is collecting gyroscope and accelerometer data from a Fitbit Sense, and then storing it as a binary file. I'm trying to collect as much data as possible within the 15 MB limit. In order to do this I want to convert the float value to an integer value, then store it as binary to conserve space. In order to do this, I need the range and resolution of the accelerometer and gyroscope of the Fitbit Sense.
Thanks,
Nick
Answered! Go to the Best Answer.

Accepted Solutions
06-03-2022 11:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-03-2022 11:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Found the answer online:
https://www.ifixit.com/Teardown/Fitbit+Sense+Teardown/137130

06-03-2022 11:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-03-2022 11:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Found the answer online:
https://www.ifixit.com/Teardown/Fitbit+Sense+Teardown/137130

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

06-05-2022 13:04
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello Nick
I am new to Fitbit app development. I am also trying to collect the accelerometer and gyroscope data from the Fitbit sense and don't know how to do that. can you please give me some direction on this process?

