Giter Club home page Giter Club logo

samimnif / gardenpi Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 8.31 MB

Introducing GardenPi, an automatic garden watering system with temperature/humidity sensors, camera, motion detection, and soil moisture sensor. It efficiently draws water from a tank and distributes it through tubing. Powered by Raspberry Pi Zero, it features an e-paper screen and solar panel for eco-friendly operation.

Python 100.00%
ecosystem garden pi sustainable-energy watering-plants

gardenpi's Introduction

GardenPi Project

This project was originally created in the personal portfolio in my github. The first version of the system was tested in real life and now I am planning on improving it and maybe commercialize it later by creating a custom PCB for simplicity.

V1.0.0 (May 2022)

V1.0.0

Problem

I like growing my vegetables during the summer and it neeeds to be watered regulary because of the hot weather. I usually work everyday and sometimes I come home tired and I feel lazy going to my garden.

Idea

GardenPi is multisensor watering device that is smart amd efficient. It has multiple sensors like soil moisture sensor, temperature sensor, motion sensor and a camera. It also includes a screen, remote control and a water pump.

Objective

My garden is located 200m from my apartment building. There are no electric outlets for power and since the water hose is shared between neighbours, it is not possible to setup a direct water supply from the tap.

Solution

1. Board

For this project I am going to use a rasoberry pi zero w. Raspberry pi is a great board since it can interact with teh GPIO pins using python and its libraries.

2. Power solution

Since I am going to use this device during summer, the sun will be my main source of power. That is why I am going to use a solar panel to power my raspberry pi.
The solar panel supplies 5v and 230mAh for the raspberry pi to function. Since we there are no sun during the night, we are going to add batteries so that it can charge during the day and use the batteries at night. The capacity of the batteries are two 2400mAh 3.7V, in total 4800mAh (parallel cells).
To make sure the batteries charge and raspberry pi getting power, we will be using a TP4056 controller that charges the batteries and supply power.
The controller will be supplying 3.7V from the batteries. We will be using a DC to DC converter to increase the voltage to 5V (the working volatage for raspberry pi).
From the converter we will be plugging the Vout+ to the 5V pin in raspberry pi's pins and plug Vout- in the ground pin of raspberry pi.
Now we solved the power issue of the project.

3. Sensors and Electronic Components

We have 4 seonsors + a camera all connected to the raspberry pi.
I. Sensors:

  • a. Motion Detection sensor: This sensor will be helping us to detect movement nearby. Once it detects motion we will instruct raspberry pi to take a picture, store it and send a notification through radio frequency signal.
  • b. Soil Moisture sensor: The soil moisture sensor detects the moisture of the soil. If the soil is dry we will instruct raspberry pi to enable the water pump to water the plants.
  • c. Temperature & Humidity sensor: The sensor will be recording the temperature at the site of the GradenPi and will send us the data through rf signal. This sensor will be more helpful in the future to implement other functionalities.
  • d. Infrared Signal Receiver: This receiver will let us controlm the GardenPi manually with a remote controller.

Media

V1.0.0
Inside look Outside look
img1 img2
Peek of the environement Deployment of the System
img3 img4

Raspberry pi zero used in the project

img2

GardenPi captured an intruder

gardenpi_capture_bird

Demo Video

IMAGE ALT TEXT HERE

gardenpi's People

Contributors

samimnif avatar

Stargazers

Pablo Pintor 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.