Git Product home page Git Product logo

yogurt-maker's Introduction

yogurt-maker's People

Contributors

mister-grumbler avatar

Stargazers

 avatar  avatar  avatar

yogurt-maker's Issues

Displaying countdown timer on start of fermentation.

While starting fermentation by holding the "-" button there is no definite indication of it. So it hard to distinguish the moment of starting fermentation process.
Supposing that displaying of countdown timer will be sufficient.

Start/Reset fermentation timer on hold '-' button.

Hold the '-' button for 3 seconds to start fermentation timer. During this mode thermostat is enabled.
When fermentation timer is running hold '-' button for 3 seconds to reset fermentation timer and stop countdown.

rawAdc table for W1209 variants with other R2 values (not 20K)

Converting the project to the sduino using the Arduino IDE.

Raw ADC values seem not to be compatible with existing rawAdc table, suspect variant board with R2 =5K.

Need spreadsheet to calculate rawAdc table with other R2 values.

Display code finished. Arduino polling and timer code finished, ADC code finished. Need to figure out the conversion table and port the rest. Great code, many thanks.

access to P9 on buttons manipulation

severity is low
description:
the menu switches into parameter selection mode with parameter index = 9 which is forbidden for direct access and should not be available for selection.
use case:
at root menu press shortly button "set".
-> value for fermentation timer will be shown (blinking).
immediately press and hold "set" button for long time (about 5-10 seconds).
-> P9 parameter index will be shown.

implement uptimeToString()

Implementation of
@brief Constructs string that represents current uptime using given format.
@param strBuff
A pointer to a string buffer where the result should be placed.
@param format
Day - D | d, Hour - H | h, Minute - M | m, Second - S | s.
In place of capital letter the actual value will be shown even if this value is zero. The small letter will be replaced by actual value only if this value is non-zero.
Due to the limited display size, only the "." character is allowed as a separator.
Example: "dd.hH.MM" for 00 days, 10 hours and 02 minutes will produce ".10.02" result.

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.