/slapcounter

Intelligent poolside lap counter

Primary LanguageEagle

sLap Counter

The sLap Counter is an intelligent, personal poolside lap counter with smartphone integration.

Installation

  • Install Git

  • Install platformio (run in terminal)

python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"

Then, restart your terminal.

  • Clone and enter repository
git clone https://github.com/alexozer/slapcounter.git && cd slapcounter

Uploading to sLapCounter

While you're in the slapcounter directory:

platformio run -t upload

The first upload may take a little bit longer as dependencies are installed or compiled. You may also need to press the reset button on the Teensy while uploading.

Updating sLapCounter software

While you're in the slapcounter directory:

git pull