I'd lije to write an app for the Fitbit Versa that can communicate with my Cordova based app. I'd like to send text to display on the Versa, send vibration patterns, and detect screen touches and button presses. This is what I did with the Pebble earlier, and I'm kinda frustrated that Fitbit killed it and offers no alternative... 😞
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.
HI @BenkeSmith
I've moved your post to the Device SDK forum. Someone here should be able to help you get started.
Best!
Gordon
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.
There's no direct equivalent of the Android/iOS Pebble libraries, You can only communicate with native/mobile apps using either WebSockets, or via an intermediary webserver. All of this is done using the "companion". Then you relay messages between the companion and the Fitbit device using the Messaging API.
https://dev.fitbit.com/build/guides/companion/
https://dev.fitbit.com/build/reference/companion-api/websocket/
https://dev.fitbit.com/build/guides/communications/messaging/
Best Answer