Git Product home page Git Product logo

ronaldkonjer / automated-drip-irrigation-using-rasbery-pi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ramkumarkcse/automated-drip-irrigation-using-rasbery-pi

0.0 2.0 0.0 11.03 MB

It is an automated system designed to take good care of your plants while you travel for a long time and live in a cold country like me :) The propose is to keep track of humidity levels and once in a while drip some water in your plants if they feel thirst. How the system works The concept is very simple, the system is composed by the following hardware: Arduino (I use the pro mini since it's tiny and you can weld according to your needs) Raspberry Pi as an interface to arduino (read sensors, upload new hex files if needed) Sensors Tiny pump Bucket with water Gardena micro dipping system Android phone to check the status of your plants The whole system is controlled by the arduino microcontroller. It checks the humidity sensors every cycle and sets a variable to true or false in case the sole conditions and amount of water on it. If it's dryi, according to a predefined threshold, it will drip water for few seconds or until the sole turns to hidratate enough. How to use it Import the Arduino file into an arduino IDE Import the android project to your IDE (I use eclipse) Copy the bridge file tcp_server.py into your raspberry Pi and set it up under your /etc/rc.local by adding the following line: (sleep 10;python /path/where/you/copied/tcp_server.py)&

Makefile 0.05% Python 36.97% CoffeeScript 1.87% JavaScript 55.82% HTML 5.28%

automated-drip-irrigation-using-rasbery-pi's Introduction

Automated-drip-irrigation-using-rasbery-pi

Introduction

It is an automated system designed to take good care of your plants while you travel for a long time.The propose is to keep track of humidity levels and once in a while drip some water in your plants if they feel thirst.

How the system works

The concept is very simple, the system is composed by the following hardware:

Arduino (I use the pro mini since it's tiny and you can weld according to your needs)
Raspberry Pi as an interface to arduino (read sensors, upload new hex files if needed)
Sensors
Tiny pump
Bucket with water
Gardena micro dipping system
Android phone to check the status of your plants

The whole system is controlled by the arduino microcontroller. It checks the humidity sensors every cycle and sets a variable to true or false in case the sole conditions and amount of water on it. If it's dryi, according to a predefined threshold, it will drip water for few seconds or until the sole turns to hidratate enough.

How to use it

Import the Arduino file into an arduino IDE
Import the android project to your IDE (I use eclipse)
Copy the bridge file tcp_server.py into your raspberry Pi and set it up under your /etc/rc.local by adding the following line: (sleep 10;python /path/where/you/copied/tcp_server.py)&

automated-drip-irrigation-using-rasbery-pi's People

Contributors

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