Skip to content

xlevus/gymkhana-timer

Repository files navigation

Gymkhana Timer

The Web App

Working instance can be found at https://leaderboard.coneheads.org/.

To Deploy

$ ./pants package src/docker/web
$ flyctl deploy

The Hardware

TBC.

Flashing

  1. Flash board with micropython

    cd src/micropython/timer
    make reflash
  2. Upload source

make sync
  1. Edit wifi config
mpremote edit wifi.json
[
  {"ssid": "YOUR_SSID", "key": "WIFI PASSWORD", "mqtt": "mqtt.server.here"}
]