Skip to content

Latest commit

 

History

History
82 lines (67 loc) · 3.33 KB

README.md

File metadata and controls

82 lines (67 loc) · 3.33 KB

Archived

This project is no longer in active development. This machine has passed into the hands of my brother and has been replaced by an Appartmento.

TODO

  • Update requirements and install script
  • Re-include web interface and make it a config whether or not to use it
  • Make a F/C switch

silvia-pi

A Raspberry Pi modification to the Rancilio Silvia Espresso Machine implementing PID temperature control.

This is based on http://github.com/brycesub/silvia-pi and adapted to graph current and target temperatures on a PiTFT28 fitted above the steam valve.

UI

Target temp can be controlled via buttons. Bottom button dims the led backlight and turns off heating. Machine with LCD

Hardware

Hardware Installation

Installation Instructions / Pictures

Circuit Diagram

High-level circuit diagram:

Circuit Diagram

Software

Install Raspbian and configure Wi-Fi and timezone.

silvia-pi Software Installation Instructions

*** Outdated ***

Execute on the pi bash shell:

sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install rpi-update git build-essential python-dev python-smbus python-pip
sudo rpi-update
sudo bash -c 'echo "dtparam=spi=on" >> /boot/config.txt'
sudo reboot

After the reboot:

sudo git clone https://github.com/brycesub/silvia-pi.git /root/silvia-pi
sudo /root/silvia-pi/setup.sh

This last step will download the necessariy python libraries and install the silvia-pi software in /root/silvia-pi

It also creates an entry in /etc/rc.local to start the software on every boot.