Hey Guys,
i was wondering if its possible to programm my own app for the fitbit which is able to transfer my live heart rate to my computer or so.
Maybe with 2 Updates every second.
I saw this at samsung watches and it worked pretty well so i thought is this possible with my fitbit too?
Would be happy about any advices
Beno
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.
Yes it's possible, but not super simple.
You'd need to build a Fitbit OS app (see dev.fitbit.com), then use the Messaging API to send data from the device to the mobile phone, then from there you can send it to a webserver using fetch().
Best Answer