Top Banner
Presentation on Automatic Watering System In Greenhouse International Islamic University Chittagong Department of Computer Science & Engineering Prepared By: Abdur Rahman(C-151023) Minhajul Alam(C-1510001) Foyzul Abrar Chy(C-151063) M. Irfanul Kalam Chy(C-151110) Yamin Sobhan(C-151020) Ishrak Md. Imtiaz(C-151099) Submitted To: Abdullahil Kafi Assistant Professor Dept. of CSE, IIUC
15

Automatic Watering System in Greenhouse

Feb 15, 2017

Download

Engineering

b mishu
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Automatic Watering System in Greenhouse

Presentationon

Automatic Watering System In Greenhouse

International Islamic University ChittagongDepartment of Computer Science & Engineering

Prepared By:Abdur Rahman(C-151023)Minhajul Alam(C-1510001)Foyzul Abrar Chy(C-151063)M. Irfanul Kalam Chy(C-151110)Yamin Sobhan(C-151020)Ishrak Md. Imtiaz(C-151099)

Submitted To:Abdullahil KafiAssistant ProfessorDept. of CSE, IIUC

Page 2: Automatic Watering System in Greenhouse

Objectives

To reduce the cost of labor. Saving the time is the major purpose of this project. To save the plants from being rotten because of over

irrigation.

Page 3: Automatic Watering System in Greenhouse

Embedded System

A microcontroller or microprocessor based system that is built to control the functions of equipment, machinery or plant.

Combination of hardware and software for specific application.

Page 4: Automatic Watering System in Greenhouse

Apparatus

Hardware:• Moisture Sensor module• Arduino UNO• 12V Solenoid Valve• Adapter 12v• Resistor 1k ohm• Diode 1N4007• Transistor TIP122• Bread Board

Software:• Arduino IDE

Page 5: Automatic Watering System in Greenhouse
Page 6: Automatic Watering System in Greenhouse

How does it work:

We will set a fixed moisture level for three moisture sensors in the Arduino UNO.

The three moisture sensors will detect the moisture level from the soil.

When the detected level of moisture will exceed the given level in the Arduino UNO, then water supply through solenoid Valve will gonna be off.

Until then the water supply will go on.

Page 7: Automatic Watering System in Greenhouse

Moisture sensor

Arduino UNO

Solenoid Valve

Water Supply

Block Diagram:

Page 8: Automatic Watering System in Greenhouse

Arduino UNO:

Arduino Uno is a microcontroller. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button.

Page 9: Automatic Watering System in Greenhouse

Moisture Sensor:

This is a simple water sensor can be used to detect soil moisture when the soil moisture deficit module outputs a high level, and vice versa output low.

Operating voltage 3.3V-5V.

Page 10: Automatic Watering System in Greenhouse

Solenoid Valve:

The 12V solenoid controlled fluid valve. Simply connect a fluid source to the ¾" threaded inlet and it will interrupt the flow until 12V is applied to the fast-on connectors on the solenoid.

Page 11: Automatic Watering System in Greenhouse

Arduino Code:

Page 12: Automatic Watering System in Greenhouse

Green House:

Page 13: Automatic Watering System in Greenhouse

Project Pictures:

Page 14: Automatic Watering System in Greenhouse

Limitations of this Project:

We didn’t use a gravity-feed solenoid valve. This means that we will need

3 PSI water pressure to fully open the valve. As the moisture sensor can’t cover the whole field, the moisture value

may vary. Moisture Sensor does not give absolute reading of moisture, gives

relative.

Page 15: Automatic Watering System in Greenhouse

Thank You!