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.
Depending on which device you're using, if it has a gyroscope, that's the preferred way.
https://dev.fitbit.com/build/guides/sensors/gyroscope/
Note: Only the Fitbit Ionic, Fitbit Versa, and Fitbit Sense contain a gyroscope sensor.
Best AnswerThanks Jon!
For the Versa 3 and Versa 2, how would you approach detecting a lap (change in direction) without the gyroscope?
Best Answer
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.
I think you'll need to do some research into the algorithms required when using an accelerometer to simulate a gyroscope.
https://electronics.stackexchange.com/questions/205644/simulate-gyroscope-through-mems-accelerometer
Another approach would be to record some data and plot it on a graph so you can see how the sensor is behaving during a swim.
https://dev.fitbit.com/build/guides/sensors/accelerometer/
Best Answer@JonFitbit any update on the introduction of lap counting while swimming on Charge 4? As I understood this feature is also missing on the Versa 4 and Sense.
Best Answer
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.
@JonFitbit I am asking for all three devices since I got informatiin from the FitBit support that it is in the making.
Best Answer
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.
I'd recommend asking in the product forums, this is the developer forum.
Best Answer