Introduction
Delonghi 23.120 coffee machine shows the following symptoms:
- Not making any water pumping at boot
- Blinking steam button LED
- Impossible to perform any action, steam or coffee
This guide shows how to check all the elements from the coffee machine to isolate the firmware issue, and how to fix the firmware issue itself.
Tools
Parts
-
-
Put steam tap on 0
-
Plug the machine
-
Press and hold buttons "1 short coffee" and "steam" simultaneously
-
Switch the On/Off button on the back to 1
-
Release "1 coffee" and "steam" once the motor starts moving
-
-
-
Add water in the tank
-
Empty the water collection tray
-
Open the side panel to be able to see the infuser and its endless screw
-
See Step 1 from brewing group tutorial
-
-
-
Press the "1 long coffee" button
-
It should move the infuser part up to the max, then down
-
Press the "water drop" button
-
It should turn the grinder on
-
Press the "steam" button
-
It should turn on the water pump
-
Press the "P" button
-
It should heat up some water
-
-
-
Every element separately works, the issue is probably due to corrupt software
-
In order to reflash the software, first unmount the PCB from the machine
-
Follow step 1 to 6 from here: DeLonghi ECAM Series power board repair
-
-
-
The main microcontroller is a PIC18LF2520
-
It can be programmed via the pads at the side of the board
-
Numbered from 1 to 7
-
(1) nMCLR, (2) PGC, (3) PGD, (4) VDD 5V, (7) VSS GND
-
-
-
You need a programmer for Microchip PIC-8 series
-
Several models are available: PICKit, ICE, ICD, Snap
-
-
-
If the programmer does not support it, connect an external 5V power supply to the microcontroller
-
An easy hack consists in using a USB connector: the red cable is 5V and the black is GND
-
Solder USB power lines to the pads (7) GND and (4) VDD
-
Plug in the USB connector to a main power adapter or a computer
-
-
-
Download and install the MPLab X software from Microchip website
-
Find a program hex file
-
Program for ECAM 23.120 SW2 can be downloaded from here
-
Other models can be found on this forum
-
It is also possible to copy the firmware from another coffee machine from the same model
-
-
-
Create a new project with "New project -> Prebuilt Project"
-
Select the firmware hex file
-
Select the PIC18LF2520 in the 8-bit PIC section
-
Go to "Window -> Target Memory View -> Program Memory" and click the "Read Device Memory" button. Verify it reads some bytes.
-
In the top menu, find the "Read Device Memory" button, click its drop-down arrow and select "Read Device Memory To File"
-
-
-
Test the board before starting re-assembling
-
Replug all connectors
-
Try turning it on and brewing a coffee
-
The header connector pins can be left soldered, there is enough space to fit them
-
Re-assemble the machine
-
-
-
This machine had a screetching noise coming from the worm screw
-
Open the cache, remove the coffee infuser
-
Carefully drop some lubricant on the worm screw, at its top and bottom
-
To reassemble your device, follow these instructions in reverse order.