Giter Site home page Giter Site logo

goplant's Introduction

goPlant

Stolarskis

Description

Api for storing plant sensor data.

Endpoints

Endpoints for api represent each sensor type.

  • /data/moisture
  • /data/soilTemp
  • /data/airTemp
  • /data/humidity
  • /data/light

Api currently runs in a docker container, running on a raspberry pi. In the process of setting up api and database on local kubernetes cluster!

Inspiration for GoPlant


There are many arduino based auto-planters out there. While trying to implement my own, I realized that cable management for all these sensors was going to be a real issue. And what if I wanted to monitor multiple "gardens" that were far apart from each other. The easiest solution to this would be to store the data wirelessly and then perform actions based on that data.

Main Components of Plant Monitoring System


  • GoPlant Api - Stores data sent by sensor components to a sql database
  • Sensor Components - List of parts used below - Takes a reading from a sensor and makes a upload request to the goPlant api
  • Action Components - (Very much a work in progess) A similar setup to a sensor, but receives requests and acts on them accordingly. An example would be a module that distributes water based on the values in body of request.

Sensor Component Parts!


Sensor Types and Sensors Used


Develoment Boards

ESP8266

Tiny little board that is able to read sensors and make requests to api via built in wifi module. Its very cool.

goplant's People

Contributors

stolarskis avatar

Stargazers

Brad Watkins avatar Marcus Bizal avatar

Watchers

James Cloos avatar Brad Watkins 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.