Starting the Smartbike
The Smartbike can be started from the Raspberry Pi. After being started, the Raspberry Pi will send and receive data over MQTT.
Before Powering the Raspberry Pi
Before you turn the Raspberry Pi on, do the following:
- Power on the Smartbike devices
- Ensure the wireless signal on the KICKR Climb remote is solid (paired)
If not - hold down the remote's button until quickly flashing and ensure the KICKR smart trainer is powered
- Press the button on the KICKR Climb remote to unlock it
- Ensure that your PC and the Raspberry Pi are connected to your personal mobile hotspot
Start the Raspberry Pi
- Power the Raspberry Pi
- Connect via
SSH
,VNC
, or monitor
The Raspberry Pi can be SSH
into using port 22
and its hostname: bike000001
.
- Login to the Raspberry Pi
Ask your project lead for login credentials (or if you are the lead - check the handover document).
- Awaken the TICKR heart rate monitor - follow instructions in the Smartbike Introduction document
- Start the Smartbike process by running the follow command in the home directory:
bash iot/scripts/start_all.sh
The KICKR smart trainer BLE indicator light should turn solid:
If BLE errors are encountered see the ble-auto-connect script or BLE connectivity fix document.