Coder Social home page Coder Social logo

cr-smart-plant's Introduction

CR Smart Plant

CR Smart Plant is a smart watering system built with a Raspberry Pi. The system uses soil moisture sensors to measure the soil. If the soil is too dry, the watering starts by opening the solenoid for the pot and starts the pump.

Features

  • Automatic watering of plants
  • Trend logging for soil moisture
  • iOS user interface (Coming soon)

Install

Requirements

  • Node.js
  • MongoDB

Tutorial for installation of MongoDB and Node.js

Install

cd /home/pi/Documents/
git clone https://github.com/crundberg/cr-smart-plant
cd cr-smart-plant
npm install

Add to autostart

sudo cp /home/pi/Documents/cr-smart-plant/autostart/crsmartplant /etc/init.d/
sudo chmod +x /etc/init.d/crsmartplant
sudo update-rc.d crsmartplant defaults
sudo /etc/init.d/crsmartplant start

Schematics

Coming soon.

Required parts

  • 1 Raspberry Pi
  • 1 Pump
  • 1 Relay for pump
  • 1 MCP3008

Optional parts

  • Lamp
  • Relay for lamp

Parts for each pot

  • 1 soil moisture sensor
  • 1 solenoid
  • 1 relay for solenoid

cr-smart-plant's People

Contributors

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