Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 941 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 941 Bytes

EspressoShotTimer

A simple reed switch activated espresso shot timer for machines using an AC powered brew valve (La Marzocco, Rancilio, Nuova Simoneli and others).

My setup:

ESP32-WROOM-DA Module from HiLetGo (purchased through Amazon)

HAMLIN - 59135-010 - MAGNETIC SENSOR (this is a high quality reed switch in a sealed package for high heat environments, I purchased through eBay)

10uF capacitor (connected to the GPIO for the reed/magnetic sensor and ground to counter act the frequency of AC current through the brew valve)

SSD1306 OLED Display -- I am using a .91" 128x32 display -- other displays can be used with small code adjustments(purchased through Amazon)

Requires the use of the following Libraries available through the Arduino IDE:

Wire, AdafruitGFX, Adafruit SSD1306

To add:

Pictures of circuit connection

3D Print files for case for display + protoboard/ESP

Update code for E-Ink display once they arrive