Giter VIP home page Giter VIP logo

waterio's Introduction

Automatic Web-based Plant Watering System

WaterIO is a small project to enable automatic watering of plants based on soil humidity.

Schematic

The application is structured as the diagram shows. The MCU (microcontroller unit) can handle different valves connected via a relay module. Each valve can consist of one or multiple watering zones and each zone can consist of one or multiple soil humidity sensors.

The graph is a spanning tree and may not be cyclic so that on child-element always has exactly one parent-element.

graph TB
  
  App[Application] --> P1[Pump 1];
  App --> P2[Pump 2];
  App --> PX[...];

  P1 --> V1[Valve 1];
  P1 --> V2[Valve 2];
  P1 --> VX[...];

  V1 --> Z1[Zone 1];
  V1 --> Z2[Zone 2];
  V1 --> ZX[...];

  Z1 --> Sen1[Sensor 1];
  Z1 --> Sen2[Sensor 2];
  Z1 --> SenX[...];
Loading

TODO

  • pin manager
  • hardware I2C support
  • water reservoir runout

waterio's People

Contributors

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