Skip to content

jcohenadad/espresso-pimpup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Espresso pimp up ☕

DIY project to pimp up my espresso machine to display various measures

Material

Pictures

https://photos.app.goo.gl/eQaupZRUNoXkHYi69

Upload/Monitor Arduino code

Using CLI (you need to adjust the correct port):

# Compile
arduino-cli compile --fqbn arduino:avr:nano ArduinoEspressoSensor/
# Upload
arduino-cli upload ArduinoEspressoSensor -b arduino:avr:nano -p /dev/cu.usbserial-BG0046HD
# Monitor
arduino-cli monitor -p /dev/cu.usbserial-BG0046HD --config 9600

Calibration

Before using the setup, some calibration is needed.

Water tank

  • Activate debug mode: DEBUG_CAPACITANCE false
  • Check capacitance values for empty and full tank.
  • Enter respective values for variables LOWER_BOUND and UPPER_BOUND

Timer

Timer for brewing duration is based on the variable pressureThreshold, which can be adjusted if needed.

References

This project is inspired by the following sources:

About

DIY project to pimp up my espresso machine to display various measures

Resources

License

Stars

Watchers

Forks

Packages

No packages published