Skip to content

TrackTiming

TrackTiming is a mobile-friendly web interface to track laps and training sessions using Raspberry + OpenStint. It includes simple functions such as voice announcements, taking notes and exporting data. All you need is a smartphone or a laptop with WiFi.

image

It is meant to be offline only, and accessed with a WiFi access point on the raspberry Pi. It can be interesting for people not having proper internet connection at the track. Installation and usage is described in the repository.

To test it locally,

bash
# clone:
git clone https://github.com/CyberChacal/TrackTiming.git
cd TrackTiming/files

# create virtualenv:
python3 -m venv .venv
. .venv/bin/activate

# install dependencies
pip install flask zmq smbus2 gunicorn RPLCD

# hooray
python3 track_timing.py