Archive for the ‘Espresso Mods’ Category

9 Nov
2011

ZonCoffee v3 PCB

The first prototype ZonCoffee v3 boards have arrived and are nearly up and running. I’m currently porting the code over to Arduino 1.0, as this board uses the Arduino Leonardo bootloader. Read on past the break for more info on the new board.

(more…)

2 Jun
2011

ZonCoffee PCB

The ZonCoffee espresso PID controller board has been fabbed!

(more…)

5 Jan
2011

ZonCoffee Hardware

The Eagle schematic for ZonCoffee is included after the break. Note that this schematic still has a few quirks, but it should be accurate to the best of my knowledge. I will post the Eagle project once the design is finalized.

(more…)

4 Jan
2011

ZonCoffee .2 Released


ZonCoffee is a full-featured PID controller package for Arduino, customized for use with espresso machines. ZonCoffee is written in Processing/Wiring, and includes some code from Tim Hirzel‘s BBCC project.

(more…)

20 Oct
2010

EC155 PID with Arduino

This is a build log of my PID modification to my DeLonghi EC155 espresso machine. Currently, the machine uses an Arduino to drive a solid-state relay controlling the heating coil. The Arduino displays mode and temperature on a serial lcd, and also dumps status information over the serial port.

Update 1: I’ve ordered parts for a permanent install on protoboard, after I finish the install, I’ll update this post with build instructions and details. I will also provide a link to a mouser project where you can order most of the parts in one place.

Update 3: Everything is assembled and functional, and I made an aluminum case thing for the LCD and rotary encoder. Photos to come soon. (8/25/10)

Update 4: ZonCoffee .2 is released! See the release page to download the sketch and to see additional hardware information. (1/4/11)

This post is one of a series of posts regarding mods I have done to my EC155

(more…)

16 Apr
2010

Delonghi EC155 Resources

A few people have asked some questions about the EC155 tamper size, replacement frothing wands, etc. I’ll keep updating this page with answers to common questions.

(more…)

20 Feb
2010

Depressurizing the EC155 Portafilter

EC155 Portafilter

The DeLonghi EC155 is a fairly well-built consumer pump espresso machine. It ships with a pressurized portafilter of a non-standard diameter, so finding a non-pressurized replacement is challenging. Instead of purchasing a new portafilter, depressurizing the EC-155′s portafilter is extremely easy.

This post is one of a series of posts regarding mods I have done to my EC155

(more…)

Arduino Leonardo - Interrupts

Arduino Leonardo – Interrupts

As of Arduino 1.0, interrupts are not supported on the Arduino Leonardo. I’m working on a project using the atmega32u4

ZonCoffee v3 PCB

ZonCoffee v3 PCB

The first prototype ZonCoffee v3 boards have arrived and are nearly up and running. I’m currently porting the code over