03-05-2024 08:11
03-05-2024 08:11
Is it possible to export real-time accelerometer data from an ALTA HR Fitbit to my PC in order to develop an application?
Please I need help.
03-09-2024 10:40
03-09-2024 10:40
No. You'd need to use the Device API, and the Device API can only be used with particular Fitbit OS watches.
03-09-2024 17:27
03-09-2024 17:27
03-09-2024 17:43
03-09-2024 17:43
Yes (as long as you don't mean Versa 4). But it's very difficult to do. Before spending any money, do some reading in the SDK forum to satisfy yourself that you'll be able to achieve it.
03-11-2024 08:29
03-11-2024 08:29
Thank you, @Gondwana
Hi @artur197
The Alta HR data can only be returned using the Fitbit Web API which does not include accelerometer data. The accelerometer data is only available with the Fitbit smartwatches (Versa family and Sense family devices). You can use the Device SDK to pull the data, as Gondwana explained.