The STL for the tap-handle can be found on Printables
- Install PlatformIO
- Install the correct serial port driver CP210X Driver
- For the first use, you need to select the model you are using at the top of
main.cpp
, and select the corresponding screen header file - Copy
src/defConfig.h.example
tosrc/defConfig.h
(and optionally change the settings) - Set the
upload_port
inplatformio.ini
- Terminal run
pio run --target uploadfs
to upload the FS file to ESP32 - Terminal run
pio run --target upload
to upload the code to the badge
The e-ink screen automaticly starts an webserver. Navigate to http://taphandle.local, fill in the data and click "Save". The screen automaticly update after this.