Giter VIP home page Giter VIP logo

arduino-plant-monitor's Introduction

Arduino Plant Monitor

Note: Work in Progress

This repository contains the Arduino Config and Node.js API. Frontend in progress (will be React or plain HTML with JS to consume the API).

Hardware

  • Adafruit 2821 ESP8266 or other WiFi compatible Arduino.
  • A battery may be desired depending on your use-case.
  • Moisture Sensor(s) such as the Phantom YoYo.
  • If using more than 1 sensor on the Adafruit or other Arduino with only one analog input, a multiplexer will be needed. I am using a 4051 currently.

Arduino Configurations

Direct Analog Input

If you are using an Arduino device with one or many analog inputs, use the plant_monitor_analog_only package in the Arduino folder.

  • Set up WiFI under the Network Configuration section.
  • Update the Sensors array with your pin(s) (if using the Adafruit 2821 no change is needed here).

Image of Adafruit 2821 with Sensor and Battery

Analog Input with Multiplexer

If you are using a multiplexer with a single analog input, use the plant_monitor_multiplexer package in the Arduino folder.

  • Set up WiFI under the Network Configuration section.
  • Set amount_of_mux_inputs to match how many devices you will run off of the multiplexer (if 2, set 2).
  • Connect your sensors to the Multiplexer. It is important to start from y0 and count upwards as there is no way to detect if a sensor is plugged in or not.
  • Edit s0, s1, and s2 to match your digital selection pins.
  • Update your AnalogSensor Pin if not using the Adafruit 2821.

Image of Adafruit 2821 Diagram Image of Adafruit 2821 with Two Sensors, Battery, and Multiplexer

arduino-plant-monitor's People

Contributors

radau avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.