GithubHelp home page GithubHelp logo

fermware's Introduction

README for Fermware

#+Last Update: 2014-8-13

Fermware

This project is intended to be a functional multi-zone fermentation chamber control firmware. It was designed to manage a configurable number of zones with a choice of two different control algorithms. Currently only the hysteresis algorithm is implemented.

At this time it is only capable of either heating or cooling at a given time. The reason for this is that I have no ‘heating’ capability in my physical chamber at this time. It will be added when it is needed.

Control Algorithms

Each zone is configurable to be managed by one of the following types:

  • Hysteresis

    The hysteresis algorithm is used to keep the temperature of the sensor it is monitoring within the range specified.

    The configuration is:

    • set point desired temperature for the zone.
    • overshoot amount in degress of acceptable overshoot above the set point before cooling is applied
    • undershoot amount in degress of acceptable undershooting of the set point

    It’s operation is as follows:

    • If the temperature is above the set point but below the overshoot increment and the system is idle nothing happens.
    • If the temperature is above the set point and the overshoot increment then the system enters the cooling state.
    • If the temperature is below the set point and above the undershoot decrement then the system continues cooling.
  • PID

    Not currently implemented.

fermware's People

Contributors

tmclane avatar

Watchers

 avatar  avatar  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.