Just begin to learn it, hope this would not bother you guys.
For example, there are 3 different fitbits in 3 different persons, could I read sensor data from all three device at the same time? I mean, could this be done with a fitbit studio in ONE computer? Or I have to use 3 different computers to realize this?
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.
You could write an app which relays sensor data from a device to your back-end web server. Then just install that app on each Fitbit device and collate the data yourself.
In order to do this, the following guides will be useful:
https://dev.fitbit.com/build/guides/sensors/accelerometer/
https://dev.fitbit.com/build/guides/companion/
https://dev.fitbit.com/build/guides/communications/messaging/
That seems a good idea, I should try it.
And I met another problem, doesn't versa2 support gyroscope? I could not access this sensor data
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.
Versa 2 doesn't have a gyro, so the gyroscope and orientation sensor APIs are unavailable.
OMG.....
So even the newest device does not support G-sensor, is there any other fitbit device support gyroscope sensor?
Best AnswerIonic does. I think Versa (1) does/did. You can pick those up cheaply now.
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.
Ionic and Versa (original, not Lite or 2) have a gyroscope sensor.
Best Answer