Arduino Water System to Wet Your Plant

22K8216

Intro: Arduino Water System to Wet Your Plant

Irrigation system, for wetting a plant from remote with Arduino

In this project we will see how to create a system that can soak its own plant / planter even remotely, using a bit 'of electronic devices.

STEP 1: What Do We Need ?

This project can be useful when we are at home and want to take care of our garden; In fact, from their iPhone / smartphone, you can drive a small pump that can dampen our flowers / plants. Let 'need:

Hardware

· 1 x Arduino Uno

· 1 x Ethernet Shield per Arduino

· 4 x Rechargeable Battery AA

· 1 x Battery holder AA

· 1 x Relay

· 1 x Pumpa RS-360-SH

Software

· Arduino IDE

· The project's code https://github.com/jackbell16/Arduino-Plant-System-Project

STEP 2: ​Explanation Project

The system uses a bit 'of devices, such as the Arduino microcontroller, on which the program will be loaded and will be transformed into a webserver, thanks to Shiled Ethernet. The role of the relay is to turn on and off a pump, which will be able to irrigate water its planter or a simple plant. The relay will be activated via a web page, which will be in the same Arduino.

STEP 3: ​How to Connect Devices

In order to use the pump power is needed which is not payable directly dall'Arduino; In fact, this device is capable of delivering a current of little more than a tenth of Ampere and output voltages of the order of 5 V. The pump requires at least 6 V and a current of just over Ampere. For this reason it is necessary to use the 4 batteries 1.5 V, which allow to obtain a voltage of 6 V and the current request. The red wire from the battery holder, the pump will be connected to the anode and the cathode is connected to the relay through a cable; this device will be connected to the black wire of the battery, which will be our mass. The relay will be connected through Arduino with 3 cables, the VCC, GND and input, which will be connected to pin 9.

STEP 4: Arduino Code

Here you can find the Arduino code:

https://github.com/jackbell16/Arduino-Plant-System-Project/blob/master/Arduino_plant_system/Arduino_plant_system.ino

STEP 5: The Project on Work

Now that we have connected all the cables, I will do open your browser and type the IP address of the Arduino and press the picture on and the water will start to come out! Here's a video showing the operation:


STEP 6: ​Final Conclusions and Next Feature

As you can see, the design is simple enough to create, but it will be really useful, as it allows you to start watering the garden directly from your smartphone, even remotely. Possible improvements:

• Use of an SCR to control better the pump

• Insert a humidity sensor to trigger automatic irrigation

• A RTC to determine the activation time

• Improve the WEB page

• A small solar panel to power the batteries

I hope I will introduce this feature in the next version :)

15 Comments

Yes, just ensure the batteries are of a good quality!

What exactly do the batteries power? Is it possible to make the project work away from grid?

The pump required voltage and ampere (power), which can't be provided directly from the Arduino. So you need an external power, in order to let the pump work correctly. What is the grid?

Hi ! What kind of relay are you using and what is its purpose?

Hi,
this is a normal relay, which can be found on Ebay for a few $. It should work with 5V as input and 5A. The basic idea of the relay is to power up the pump when need. If the relay is close, the current flows and the pump works. If the relay is open, no current flows and the plant can't get the water. I hope this message will help you!

Hello,i want to ask you about the supply of the arduino.Do you use usb supply?

Thank you

Hello, this is my final year project.so it would be helpful if u mail me the code and components description .my email id is bourouis.mhb@gmail.com, please, Thanks.

Hi,
I haven't understand your request. can you explain it ?

The system depends on the existence of a running computer. I'd rather prefer a time activated system.

The water system depends on Arduino which can be controlled by any device which can send an HTTP request (so only a browser is required). I'm going to code a program, which let Arduino to wet the plant every each interval time (1 day, 2 days, etc..) and also for how much time (30 seconds, 1 minute etc..). Also without an Internet connection (for example I decided to let the system wet the plant every 2 days for 30 seconds). Also I want to add the opportunity to schedule dynamically from an Android application. Thank you for your comment

I want to purchase a pump which will be good one .
.see my instructable

https://www.instructables.com/id/drip-irrigation-2/

nice project..the sound of that pump is bad

Thank you ! The sound of the pump depend how much current flow through it. It can be fixed, but the noise will keep :)