05-05-2016 05:43
05-05-2016 05:43
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
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
05-05-2016 15:43
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.
Best Answer09-05-2018 01:05
09-05-2018 01:05
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?
Best Answer