GithubHelp home page GithubHelp logo

volca02 / sous-vide-esp8266 Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 860 KB

A simple slow cooker controller that enables both timer and optionally a PID control via a connected onewire temperature probe.

C++ 71.68% OpenSCAD 28.32%
cooking esp8266 food platformio sous-vide ssd1306

sous-vide-esp8266's People

Contributors

volca02 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

sous-vide-esp8266's Issues

Add temperature history

Add a simple (1 pt per minute) temperature logger. Memory should be able to hold 1440 float values, if not, convert to fixed point int16_t. Add json url to dump the values for a web based graph or similar.

Dependency and build errors

I am unable to build this project due to the following issues:

  • Library dependency "562" is not automatically resolved and I can't pinpoint what this library dependency is supposed to be.

  • The SH1106Spi library is not defined in the dependencies, although this is a minor issue.

  • I'm getting multiple build errors. First one (which I was able to fix):
    src\main.cc:168:22: error: 'IOTWEBCONF_STATE_ONLINE' was not declared in this scope; did you mean 'IOTWEBCONF_DEBUG_LINE'? Compiling .pio\build\d1_mini\lib6ae\ESP8266WiFi\ESP8266WiFiGratuitous.cpp.o src\main.cc:169:25: error: 'IOTWEBCONF_STATE_NOT_CONFIGURED' was not declared in this scope; did you mean 'IOTWEBCONF_HTML_CONFIG_VER'? *** [.pio\build\d1_mini\src\main.cc.o] Error 1

  • Second build error:
    lib\encoder\ClickEncoder.cpp: In member function 'void ClickEncoder::service()': lib\encoder\ClickEncoder.cpp:223:69: error: no matching function for call to 'min(long unsigned int&, uint16_t&)' 223 | doubleClickTicks -= min(millisSinceLastCheck, doubleClickTicks);

Any assistance appreciated.

Add PID tuning code

A special mode (maybe when encoder is held on bootup) that would do automatic pid tuning and write the result to SPIFFS. Then a code that reads this on bootup and gives these to AutoPID class instance.

This bootup special menu could also be used to set wifi and other things...

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.