07-01-2015 00:15
07-01-2015 00:15
Hallo there, I want to create a new app that is measuring heart rate using fitbit charge HR. I am trying to find which are the alternatives to send hr information. Is there a way to direct communicate with a computer (windows 😎 by sending data to (without the use of extra mobile device)?
Answered! Go to the Best Answer.
07-14-2015 11:02
07-14-2015 11:02
There are Fitbit apps for Windows and Android. The Fitbit devices can sync with these apps. The data is then available via the Fitbit Web API.
07-13-2015 18:15
07-13-2015 18:15
There is no direct Bluetooth communication with the device by third-party apps.
07-14-2015 00:24
07-14-2015 00:24
Is there a way to transmit heart rate data to a pc or android device?
07-14-2015 11:02
07-14-2015 11:02
There are Fitbit apps for Windows and Android. The Fitbit devices can sync with these apps. The data is then available via the Fitbit Web API.
04-16-2020 01:42
04-16-2020 01:42
I wonder if developers can take grater advantage of developer's bridge feature, which enables to push data directly from the device directly (correct if wrong assumption). That's the mechanism how the logs running on the device become available in realtime in the dev studio console. I think, this pretty cool feature. When wrapped with additional level of security and explicit authorization, I'm sure, my users would love it and love fitBit event more. Thanks
04-20-2020 13:31
04-20-2020 13:31
Hi @milkrenki,
Welcome to the forums!
While accessing raw data/real time data is not possible within the Web API, you can access real-time sensor data through the Device API and SDK. If you'd like assistance with this, you can reach out to our SDK forums for further assistance.
I hope this helps!