Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Bluetooth connection

Hey! I want to develop an app on versa lite that calculates something based on real-time heart rate and accelerometer data and sends a bluetooth signal to a raspberry pi for the raspberry pi to light an LED. Does fitbit allow access to its bluetooth signals and how can I do this in general? Thanks

Best Answer
1 REPLY 1

Unfortunately, Fitbit devices cannot communicate directly with other Bluetooth devices. You need to use the companion to relay messages via fetch() or websockets.

https://dev.fitbit.com/build/guides/communications/

 

Best Answer
0 Votes