10-28-2019 06:25
10-28-2019 06:25
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... 😞
10-28-2019 11:16
10-28-2019 11:16
HI @BenkeSmith
I've moved your post to the Device SDK forum. Someone here should be able to help you get started.
Best!
Gordon
10-28-2019 15:36
10-28-2019 15:36
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/