Hi there, we're looking to connect to a FitBit device over bluetooth and get data from it. I looked through your SDK docs and they all seem to be focused on writing apps that run on the device, rather than connecting to it from other places.
Is this possible?
Best AnswerSo it sounds like what we want to do is not possible then. I looked up the message APIs, and it looks like that's just for apps running on the device.
Best AnswerYes, but if you're using a Fitbit OS device, you can develop a clockface or app that runs on the device.
The data you want may be available through the Web API.
Best Answerbut how would i then make that data available to another piece of hardware that is bluetooth compatible? i'm not really looking to develop a fitbit app, i'm looking to connect to a fitbit via bluetooth and get data.
Best AnswerYou'd need to forget about bluetooth, even though that's the underlying transport layer. You'd need a server app somewhere to receive fetch() or WebSocket from the Fitbit app. Your server app can then make the data available elsewhere — even via Bluetooth if you code it.
Best AnswerUnderstood. That definitely doesn't fit our use case. Unfortunate, because the FitBit hardware is quite nice.
Best Answer