Code Monkey home page Code Monkey logo

espreuino's Introduction

Espreuino

The Arduino based PID and control center for Espresso machine.

Design Principals

  1. Extensible: Different people have different sets of hardware, the software should be extensible to adapting different hardware. Like different display, different temperature sensors etc.
  2. Efficient: It is a software running on the micro controller so efficiency is important. The code should be small and fast. Which means we may use some of the compilation tricks to include only minimal code on the chip. Functions should be trimmable.

Features

Here is the list of the features plan to implemented:

  • Temperature control
  • PID Control for Brewing
  • PID Parameters Auto tuning. The library is too large. Eat about half size of the code space. And it's almost one time thing.
  • RTD Temperature sensor
  • Steam Temperature control
  • Brewing
  • Brew Switch detection
  • Pressure Sensor integration
  • Auto Preinfusion
  • Manual Preinfusion
  • Auto Pressure profile for brewing.
  • Manual Pressure control for brewing.
  • Cleaning
  • Back flush (5 times caffeza, wait user confirm portafilter cleaned and 6 times clean water)
  • Descale
  • Cleaning reminder: by brewing times.
  • ESP32
  • Recording Manual pressure profile.
  • [ ]

espreuino's People

Contributors

lindenliu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.