Giter Club home page Giter Club logo

esp8266_dehumidifier's Introduction

esp8266_dehumidifier

Dehumidifier controller with ESP8266

Introduction

This embedded project is aiming to add control logic to a primitive dehumidifier like Hauser DH-400. The circuit can be mounted inside the housing of the Dehumidifier and implements the following functionalities:

  • Measures temperature and humidity
  • Can control the ooperation of the unit manuallly or automatically via setting a maximum desired humidity level.
  • It provides visual indication and allows control of the operation via a JQUERY based web GUI.

Build instructions

This is an Arduino sketch that is supposed to be compiled and downloaded by Arduino for ESP8266. See installation instructions here: https://github.com/esp8266/Arduino

The sketch is using two additional libraries. The SimpleTimer is used to trigger periodic events and Adafruit's HTU21DF library is used for commmunicating with the humifity sensor. It is important that the HTU21DF library had to be extended, because the SDA and SCL pins are configurable in ESP8266. So use the fork of the library from the location referred in the git submodules. You shalll copy these two libraries to the Arduino/libraries folder of your local installation. Usualyy this is the /Documents/Arduino/libraries folder.

Configuration

  1. The sketch contains an array of SSID/password pairs that you shall update to match your Wifi network setup.
  2. You can change the IO pins easily via the SDA_PIN, SCL_PIN, RELAY_PIN and CONTAINER_PIN macros.

esp8266_dehumidifier's People

Contributors

karolym avatar molnarkares avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

sdt35326

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.