A CLI tool to read speed and distance data from Bluetooth Low Energy (BLE) speed sensors.
Data is printed to the console and also sent to the Fitbit backend using the Fitbit API.
This has been tested and known to work well with this device, although it should work with any BLE speed sensor that follows the standard BLE Speed and Cadence Service.
Download the latest release and unzip it.
Run the CLI tool with the following command:
bin/cliApp --fitbit-client-id=YOUR_CLIENT_ID --device-name=YOUR_DEVICE_NAMEFollow the guide.