FrankenSilvia: Difference between revisions
(Created page with "{{project |name = FrankenSilvia |status = In Development |description = An overengineered espresso machine mod. |author = q3k |username = q3k }} = Intro =...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{project | {{project | ||
|name = FrankenSilvia | |name = FrankenSilvia | ||
|status = | |status = experimental | ||
|description = An overengineered espresso machine mod. | |description = An overengineered espresso machine mod. | ||
|author = q3k | |author = q3k | ||
|username = q3k | |username = q3k | ||
|image = FrankenSilviaStock.jpg | |||
}} | }} | ||
Line 37: | Line 38: | ||
=== Electronics === | === Electronics === | ||
The brains of the operation will be either based around an RP2040 microcontroller or a | The brains of the operation will be either based around an RP2040 microcontroller or a [https://github.com/q3k/qf100 QF105 Microcontroller] (if it works). An ESP32 will be used for Internet connectivity. | ||
== Plan == | == Plan == | ||
Line 49: | Line 50: | ||
# Design main control board (waiting for qf105, ETA 2023? :/) | # Design main control board (waiting for qf105, ETA 2023? :/) | ||
[[Category: | [[Category:Project]] |
Latest revision as of 13:54, 10 September 2022
FrankenSilvia Release status: experimental [box doku] | |
---|---|
Description | An overengineered espresso machine mod. |
Author(s) | q3k |
Intro
q3k's espresso machine (Rancilio Silvia) is not in service anymore after he got a new dual-boiler machine for home.
Why not make the old machine an over-engineered workhorse, and maybe keep it at the space for espresso freaks to use?
Planned Features
PID control
Instead of the stock bang-bang control, it should have PID control of the boiler temperature.
Flow profiling
Using pressure sensor(s) and flow sensor(s) we should be able to control the pump to maintain constant flow/pressure.
Remote control/stats
WIFI/Ethernet connectivity for pre-heating the machine remotely / on a timer. Also the ability to see/export brew session data (flow/pressure/temperature graphs).
Cup scale
Integrated (Acaia?) scale for doing coffee-in-liquid-out weight measurement.
Steam wand
Probably removing it, keeping it as a pure espreso machine (also less of a problem to clean).
Electronics
The brains of the operation will be either based around an RP2040 microcontroller or a QF105 Microcontroller (if it works). An ESP32 will be used for Internet connectivity.
Plan
TODO in somewhat sorted order:
- Take apart and clean (DONE)
- Fix pump hose
- Buy pressure sensors (DONE)
- Buy temperature sensors
- Design main control board (waiting for qf105, ETA 2023? :/)