Skip to content

Grooviee/e-ink-tap-handle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beer handle e-ink taphandle

STL

The STL for the tap-handle can be found on Printables

Installation

  1. Install PlatformIO
  2. Install the correct serial port driver CP210X Driver
  3. 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
  4. Copy src/defConfig.h.example to src/defConfig.h (and optionally change the settings)
  5. Set the upload_port in platformio.ini
  6. Terminal run pio run --target uploadfs to upload the FS file to ESP32
  7. Terminal run pio run --target upload to upload the code to the badge

Usage

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.

Libraries used :

Releases

No releases published

Packages

No packages published

Languages

  • C 90.7%
  • C++ 7.6%
  • HTML 1.4%
  • Shell 0.1%
  • JavaScript 0.1%
  • CSS 0.1%