05-05-2016 05:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-05-2016 05:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hello
I am developing application in Native Android and iOS for Step counter. For that I have used Accelerometer Sensor to identify Linear movement and I am getting steps, but they are not accurate. If I shake device in steady mode then also it counts steps. So I thought to use Gyroscope Sensor with Accelerometer Sensor. But my question is how can I use Gyroscope sensor's value with Accelerometer's values to pevent count while shaking?
05-05-2016 15:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-05-2016 15:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Fitbit devices do not store or transmit raw accelerometer data. The information is analyzed on the device and only the processed sums/measurements are stored.

09-05-2018 01:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-05-2018 01:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @keyur I'm also developing native iOS App, I have implemented some API's which provide me my data, like heart rate and steps count. I want to integrate sensors in that like Accelerometer Sensor, Gyroscope sensor, can you guide me please how I can use that in my app and than run on Fitbit watch?

