SlideShare a Scribd company logo
2
Most read
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 902
Automatic Plant Watering System using
Arduino UNO for University Park
Yin Yin Nu1, San San Lwin2, Win Win Maw3
1Lecturer, Department of Information Technology, Technological University, Monywa, Myanmar
2Lecturer, Department of Information Technology Engineering, Technological University, Kyaukse, Myanmar
3Lecturer, Faculty of Computer System and Technologies, University of Computer Studies, Mandalay, Myanmar
How to cite this paper: Yin Yin Nu | San
San Lwin | Win Win Maw "Automatic
Plant Watering System using Arduino
UNO for University Park" Published in
International Journal of Trend in
Scientific Research and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-4, June 2019,
pp.902-906, URL:
https://www.ijtsrd.c
om/papers/ijtsrd23
714.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an Open Access article
distributed under
the terms of the
Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
Watering is the most important culturalpractice andmostlaborintensivetaskin
daily greenhouse operation. Watering systems ease the burden of getting water
to plants when they need it. Knowing when and how much to water is two
important aspects of watering process. To make the gardener works easily, the
automatic plant watering system is created. There have a various type using
automatic watering system that are by using sprinkler system, tube,nozzlesand
other. This system uses Arduino UNO board, which consists of ATmega328
microcontroller. It is programmed in such a way that it will sense the moisture
level of the plants and supply the water if required. This type of system is often
used for general plant care, as part of caring for small and large gardens.
Normally, the plants need to be watered twice daily, morning and evening. So,
the microcontroller has to be coded to water the plants in the greenhouse about
two times per day. However for most people it becomes challenging to keep
them healthy and alive. This system automation is designed to be assistive for
the University Park. This system hopes that through this prototype people will
enjoy having plants without the challenges related to absent or forgetfulness.
Keywords: Automatic Plant Watering System, Arduino UNO board, relay module,
power supply and moisture sensor
1. INTRODUCTION
Arduino is an open-source electronics electronic platform
based on easy-to-use hardware and software. Arduino
boards are able to read inputs- light of sensor, a finger on a
button, or a Twitter messages,- and turn it into an output-
activating on a motor, turning on an LED, publishing
something online. Over the years Arduinohas been thebrain
of thousands of projects, from everyday objects to complex
scientific instruments. A worldwide community of markers
has gathered around this open-source platform, their
contributions have add to up an incredible amount of
accessible knowledge that canbeofgreat helpto novices and
experts alike.
Arduino was born at the Lvrea Interaction Design Institute
as an easy tool for fast prototyping, aimed at students
without a background in electronics and programming. As
soon as it reached a wider community, the Arduino board
started changing to adapt to new needs and challenges,
differentiating its offer from simple 8-bit boards toproducts
for IoT application, wearable, 3D printing, and embedded
environments. All arduino boards are completely open-
source, empowering users to build them independently and
eventually adapt them to their particular needs. The
software too, is open-source, and it is growing through the
contributions of users worldwide.
2. SYSTEM BLOCK DIAGRAM
Figure: 1 Block diagram of automatic plant watering
system.
There are two functional components in this system. They
are the moisture sensors and the motor/water pump. Thus
the Arduino Board is programmed using the Arduino IDE
software. The function of the moisture sensor is to sense the
level of moisture in the soil.Themotor/waterpumpsupplies
water to the plants.
3. SYSTEM REQUIREMENTS
The description of hardware and software components
required in the design and implementation are as follow:
IJTSRD23714
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 903
Hardware Descriptions
 ATmega 328 microcontroller
 Moisture sensor
 12V DC motor
 Relay module
 Jump wire
 Power supply
Software Description
 Arduino IDE
Figure: 2 ATmega 328 microcontroller
Figure: 3 ATmega 328(AVR) pins
Figure: 4 Moisture sensor
Figure:5 Relay module
Figure: 6 5V Relay Terminal and Pins
Figure: 7 12V DC motor
4. SYSTEM WORKING DESIGN
For the purpose of building this system one will need to
properly connect following:
Figure: 8 All materials connected into the system
4.1 Arduino (UNO) Board
Figure: 9 Arduino UNO Board
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 904
This is an Arduino UNO board. Before using it, the program
can be compiled from the computer or laptop. After
compiling the program, it is ready to use.
4.2 The process of making system
Step1: Firstly, Arduino UNO board, relay module, power
supply and moisture sensor are setup on the board. These
processes are shown in figure;
Step2: And then relay and ArduinoUNOboard areconnected
in all pins,
Step3: Moisture sensor is alsoconnected to theUNOboardto
sense the water content of the plant. This process is shown
in figure;
Step4: In this step, the motor is connected to the relay. This
is as follows;
4.3 Pins configuration
Pins configuration of sensor-
Arduino Sensor
3.3V pin = Vcc
GND pin = GND
A0 = A0
Pins configuration of relay module-
Arduino Relay
5V pin = Vcc
GND pin = GND
13 pin = Signal
4.4 Write the program using Arduino IDE
The user have had the Arduino IDE software to write the
program.
Arduino UNO board is connected to the computer using the
USB cable. And then, double-click the Arduino application,
and then write the program.
Figure:10 Start creating screen of arduino program
This program uses the functions pinMode(), digitalWrite(),
and delay(), which are provided by the internal libraries
included in the IDE environment. The user can select the
suitable board in the tools bar.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 905
Figure: 11 Select the board
And then, select the serial/COMportthat Arduino is attached
to:
Tools > Port > COM 3.
Figure:12 Select the serial port
If the users selected the serial port, the users can write the
coding for the process.
Now, simply click the “Upload” button in the environment.
Wait a few seconds – the users should see the RX and TXleds
on the board flashing. If the upload is successful,themessage
“Done uploading.” will appear in the status bar.
Figure: 13 Upload the program
After uploading the program, the user can see the amount of
water content the soilwith theserialmonitor.Theamount of
water content is shown by the percentage in figure: 14.
Figure: 14 Monitoring the amount of moisture
5. CODING FOR THE PROCESS
int moisture_sensor = A0;
int moisture;
int limit = 40;
int WATERPUMP = 13;
void setup()
{
Serial.begin(9600); // opens serial port,
sets data rate to 9600 bps
pinMode(moisture_sensor,INPUT);
pinMode(WATERPUMP,OUTPUT);
}
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 906
void loop()
{
moisture = analogRead(moisture_sensor);
moisture=map(moisture,550,0,0,100);
Serial.print("Moisture=");
Serial.print(moisture);
Serial.println("%");
if (Serial.available());
{
int speed= Serial.parseInt();
{
analogWrite(WATERPUMP,speed)
;
}
if (moisture>limit)
{
digitalWrite(13,LOW);
}
else
digitalWrite(13,HIGH);
}
delay(400);
}
6. CONCLUSION
Although it seems to be more demanding and challenging,
there are many other possibilities like creating complex
connections of plants of similar varietyorso-called"Internet
of Plants". Also, using more than one sensor is another idea
for an experimental venture, but there are also many other
experimental and challenge-like ideas such as using solar
power supply, timer for setting irrigation system etc.
However, independently of the way used to construct it,
there is no doubt that this system can be very helpful in
solving many problems, from those that seem harmless to
those that are on the scale of the most important and most
dangerous ones for human population. By means of this
system, it is possible to control the amount of waterreleased
from the process of watering the plant. This system
automation is designed to be assistive for the University
Park. Although it can be very helpfulforhumanityin general,
agriculturists, craftsmen, and botanists could have the
biggest benefit of using this system.
REFERENCES
[1] https://components101.com/ microcontrollers/
arduino-uno
[2] http://www.circuitbasics.com/setting-up-a-5v-relay-
on-the-arduino/
[3] https://vigyanashram.files.wordpress.com/
2015/05/plant-watering-system.pdf
[4] https://learn.sparkfun.com/tutorials/installing-
arduino-ide/all.pdf
[5] [14 Dez] Devika et al., International Journal of
Advanced Research in Computer Science and Software
Engineering 4(10), October - 2014, pp. 449-456
[6] [16 San] Sandeep K. Shukla,IITKanpur, Introduction
to embedded system, Aug 29, 2016
[7] [16 SHA] SHAIKH SHEROZ MOHD HASAN, ‘AUTO
IRRIGATION USING ARDUINIO’2016
[8] [17 N.Du] N. Đuzić and D. Đumić: Automatic Plant
Watering System and its Applications,
Coll.Antropol. 41 (2017)

More Related Content

PPTX
Automatic plant watering using arduinos
PPTX
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
DOCX
Automatic plant watering system
PDF
IRJET- Smart Agricultural System
PPT
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
PPTX
automatic irrigation system ppt
DOCX
Design of a micro controller based automatic home garden watering system (aut...
PDF
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
Automatic plant watering using arduinos
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
Automatic plant watering system
IRJET- Smart Agricultural System
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
automatic irrigation system ppt
Design of a micro controller based automatic home garden watering system (aut...
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...

What's hot (20)

PPTX
arduino based automtic irrigation system
PDF
IRJET - Automatic Plant Watering System using NodeMCU
PDF
IRJET-Environment based Irrigation System using Wireless Technology
PPTX
Smart ppt2
DOCX
Automatic water irrigation system
PPTX
ROBOTIC IRRIGATION USING ARDUINO
PPTX
Project presentation
PPTX
arduino based automatic irrigation system
PDF
IRJET- Real Time Automatic Irrigation System with Mobile Alert
PPTX
Auto irrigation system
PDF
Technique smart control soil moisture system to watering plant based on IoT w...
PDF
Project on soil moisture sensor
PPTX
Arduino Automatic Watering System Plants Sprinkler Using IoT
PPTX
Automated irrigation system
PDF
IRJET- IOT based Agriculture System using NodeMCU
PPTX
Automated Irrigation
PDF
Smart irrigation system using Internet Of Things
PPTX
automatic irrigation system by sensing soil moisture content
PDF
Welcome to International Journal of Engineering Research and Development (IJERD)
PPTX
Automatic irrigation system
arduino based automtic irrigation system
IRJET - Automatic Plant Watering System using NodeMCU
IRJET-Environment based Irrigation System using Wireless Technology
Smart ppt2
Automatic water irrigation system
ROBOTIC IRRIGATION USING ARDUINO
Project presentation
arduino based automatic irrigation system
IRJET- Real Time Automatic Irrigation System with Mobile Alert
Auto irrigation system
Technique smart control soil moisture system to watering plant based on IoT w...
Project on soil moisture sensor
Arduino Automatic Watering System Plants Sprinkler Using IoT
Automated irrigation system
IRJET- IOT based Agriculture System using NodeMCU
Automated Irrigation
Smart irrigation system using Internet Of Things
automatic irrigation system by sensing soil moisture content
Welcome to International Journal of Engineering Research and Development (IJERD)
Automatic irrigation system
Ad

Similar to Automatic Plant Watering System using Arduino UNO for University Park (20)

PPTX
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
PDF
Automatic Irrigation System using IoT. 
PDF
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
PDF
IOT Based Smart Single Phase Agriculture Motor Controller
PDF
Implementation of Automatic Door Opening System with Entry Counter for Univer...
PDF
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
PDF
IRJET- Automated Irrigation System using IoT
PDF
IRJET- Smart Irrigation System and Crop Prediction
PDF
IRJET- Smart Bin Management System using Internet of Things
PDF
SMART WASTE MANAGEMENT SYSTEM USING IOT
PDF
Automatic Light Turn On Off System
PDF
IRJET - Boat Shrinking Alert System using IoT
PDF
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
PDF
IoT Based Water Level Monitoring System with an Android Application
PDF
IoT Based Water Quality Monitoring System for Smart Cities
PDF
IRJET - IoT based Smart Irrigation System
PDF
IRJET- Water Management in Agricultural Field using IoT
PPTX
MINI project.jjdndnnxbcbbxbcbbdbccbdbfbcbfncn
PDF
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
PDF
Smart Home Automation using Wi-Fi
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic Irrigation System using IoT. 
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IOT Based Smart Single Phase Agriculture Motor Controller
Implementation of Automatic Door Opening System with Entry Counter for Univer...
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
IRJET- Automated Irrigation System using IoT
IRJET- Smart Irrigation System and Crop Prediction
IRJET- Smart Bin Management System using Internet of Things
SMART WASTE MANAGEMENT SYSTEM USING IOT
Automatic Light Turn On Off System
IRJET - Boat Shrinking Alert System using IoT
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IoT Based Water Level Monitoring System with an Android Application
IoT Based Water Quality Monitoring System for Smart Cities
IRJET - IoT based Smart Irrigation System
IRJET- Water Management in Agricultural Field using IoT
MINI project.jjdndnnxbcbbxbcbbdbccbdbfbcbfncn
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
Smart Home Automation using Wi-Fi
Ad

More from ijtsrd (20)

PDF
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
PDF
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
PDF
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
PDF
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
PDF
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
PDF
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
PDF
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
PDF
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
PDF
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
PDF
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
PDF
Automatic Accident Detection and Emergency Alert System using IoT
PDF
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
PDF
The Role of Media in Tribal Health and Educational Progress of Odisha
PDF
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
PDF
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
PDF
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
PDF
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Uterine Fibroids Homoeopathic Perspectives
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
Automatic Accident Detection and Emergency Alert System using IoT
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
The Role of Media in Tribal Health and Educational Progress of Odisha
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
Uterine Fibroids Homoeopathic Perspectives

Recently uploaded (20)

PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Classroom Observation Tools for Teachers
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
master seminar digital applications in india
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Cell Structure & Organelles in detailed.
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Microbial disease of the cardiovascular and lymphatic systems
Final Presentation General Medicine 03-08-2024.pptx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Classroom Observation Tools for Teachers
Microbial diseases, their pathogenesis and prophylaxis
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
202450812 BayCHI UCSC-SV 20250812 v17.pptx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Module 4: Burden of Disease Tutorial Slides S2 2025
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
master seminar digital applications in india
O5-L3 Freight Transport Ops (International) V1.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Anesthesia in Laparoscopic Surgery in India
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
human mycosis Human fungal infections are called human mycosis..pptx
Cell Structure & Organelles in detailed.

Automatic Plant Watering System using Arduino UNO for University Park

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 902 Automatic Plant Watering System using Arduino UNO for University Park Yin Yin Nu1, San San Lwin2, Win Win Maw3 1Lecturer, Department of Information Technology, Technological University, Monywa, Myanmar 2Lecturer, Department of Information Technology Engineering, Technological University, Kyaukse, Myanmar 3Lecturer, Faculty of Computer System and Technologies, University of Computer Studies, Mandalay, Myanmar How to cite this paper: Yin Yin Nu | San San Lwin | Win Win Maw "Automatic Plant Watering System using Arduino UNO for University Park" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-4, June 2019, pp.902-906, URL: https://www.ijtsrd.c om/papers/ijtsrd23 714.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT Watering is the most important culturalpractice andmostlaborintensivetaskin daily greenhouse operation. Watering systems ease the burden of getting water to plants when they need it. Knowing when and how much to water is two important aspects of watering process. To make the gardener works easily, the automatic plant watering system is created. There have a various type using automatic watering system that are by using sprinkler system, tube,nozzlesand other. This system uses Arduino UNO board, which consists of ATmega328 microcontroller. It is programmed in such a way that it will sense the moisture level of the plants and supply the water if required. This type of system is often used for general plant care, as part of caring for small and large gardens. Normally, the plants need to be watered twice daily, morning and evening. So, the microcontroller has to be coded to water the plants in the greenhouse about two times per day. However for most people it becomes challenging to keep them healthy and alive. This system automation is designed to be assistive for the University Park. This system hopes that through this prototype people will enjoy having plants without the challenges related to absent or forgetfulness. Keywords: Automatic Plant Watering System, Arduino UNO board, relay module, power supply and moisture sensor 1. INTRODUCTION Arduino is an open-source electronics electronic platform based on easy-to-use hardware and software. Arduino boards are able to read inputs- light of sensor, a finger on a button, or a Twitter messages,- and turn it into an output- activating on a motor, turning on an LED, publishing something online. Over the years Arduinohas been thebrain of thousands of projects, from everyday objects to complex scientific instruments. A worldwide community of markers has gathered around this open-source platform, their contributions have add to up an incredible amount of accessible knowledge that canbeofgreat helpto novices and experts alike. Arduino was born at the Lvrea Interaction Design Institute as an easy tool for fast prototyping, aimed at students without a background in electronics and programming. As soon as it reached a wider community, the Arduino board started changing to adapt to new needs and challenges, differentiating its offer from simple 8-bit boards toproducts for IoT application, wearable, 3D printing, and embedded environments. All arduino boards are completely open- source, empowering users to build them independently and eventually adapt them to their particular needs. The software too, is open-source, and it is growing through the contributions of users worldwide. 2. SYSTEM BLOCK DIAGRAM Figure: 1 Block diagram of automatic plant watering system. There are two functional components in this system. They are the moisture sensors and the motor/water pump. Thus the Arduino Board is programmed using the Arduino IDE software. The function of the moisture sensor is to sense the level of moisture in the soil.Themotor/waterpumpsupplies water to the plants. 3. SYSTEM REQUIREMENTS The description of hardware and software components required in the design and implementation are as follow: IJTSRD23714
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 903 Hardware Descriptions  ATmega 328 microcontroller  Moisture sensor  12V DC motor  Relay module  Jump wire  Power supply Software Description  Arduino IDE Figure: 2 ATmega 328 microcontroller Figure: 3 ATmega 328(AVR) pins Figure: 4 Moisture sensor Figure:5 Relay module Figure: 6 5V Relay Terminal and Pins Figure: 7 12V DC motor 4. SYSTEM WORKING DESIGN For the purpose of building this system one will need to properly connect following: Figure: 8 All materials connected into the system 4.1 Arduino (UNO) Board Figure: 9 Arduino UNO Board
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 904 This is an Arduino UNO board. Before using it, the program can be compiled from the computer or laptop. After compiling the program, it is ready to use. 4.2 The process of making system Step1: Firstly, Arduino UNO board, relay module, power supply and moisture sensor are setup on the board. These processes are shown in figure; Step2: And then relay and ArduinoUNOboard areconnected in all pins, Step3: Moisture sensor is alsoconnected to theUNOboardto sense the water content of the plant. This process is shown in figure; Step4: In this step, the motor is connected to the relay. This is as follows; 4.3 Pins configuration Pins configuration of sensor- Arduino Sensor 3.3V pin = Vcc GND pin = GND A0 = A0 Pins configuration of relay module- Arduino Relay 5V pin = Vcc GND pin = GND 13 pin = Signal 4.4 Write the program using Arduino IDE The user have had the Arduino IDE software to write the program. Arduino UNO board is connected to the computer using the USB cable. And then, double-click the Arduino application, and then write the program. Figure:10 Start creating screen of arduino program This program uses the functions pinMode(), digitalWrite(), and delay(), which are provided by the internal libraries included in the IDE environment. The user can select the suitable board in the tools bar.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 905 Figure: 11 Select the board And then, select the serial/COMportthat Arduino is attached to: Tools > Port > COM 3. Figure:12 Select the serial port If the users selected the serial port, the users can write the coding for the process. Now, simply click the “Upload” button in the environment. Wait a few seconds – the users should see the RX and TXleds on the board flashing. If the upload is successful,themessage “Done uploading.” will appear in the status bar. Figure: 13 Upload the program After uploading the program, the user can see the amount of water content the soilwith theserialmonitor.Theamount of water content is shown by the percentage in figure: 14. Figure: 14 Monitoring the amount of moisture 5. CODING FOR THE PROCESS int moisture_sensor = A0; int moisture; int limit = 40; int WATERPUMP = 13; void setup() { Serial.begin(9600); // opens serial port, sets data rate to 9600 bps pinMode(moisture_sensor,INPUT); pinMode(WATERPUMP,OUTPUT); }
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD23714 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 906 void loop() { moisture = analogRead(moisture_sensor); moisture=map(moisture,550,0,0,100); Serial.print("Moisture="); Serial.print(moisture); Serial.println("%"); if (Serial.available()); { int speed= Serial.parseInt(); { analogWrite(WATERPUMP,speed) ; } if (moisture>limit) { digitalWrite(13,LOW); } else digitalWrite(13,HIGH); } delay(400); } 6. CONCLUSION Although it seems to be more demanding and challenging, there are many other possibilities like creating complex connections of plants of similar varietyorso-called"Internet of Plants". Also, using more than one sensor is another idea for an experimental venture, but there are also many other experimental and challenge-like ideas such as using solar power supply, timer for setting irrigation system etc. However, independently of the way used to construct it, there is no doubt that this system can be very helpful in solving many problems, from those that seem harmless to those that are on the scale of the most important and most dangerous ones for human population. By means of this system, it is possible to control the amount of waterreleased from the process of watering the plant. This system automation is designed to be assistive for the University Park. Although it can be very helpfulforhumanityin general, agriculturists, craftsmen, and botanists could have the biggest benefit of using this system. REFERENCES [1] https://components101.com/ microcontrollers/ arduino-uno [2] http://www.circuitbasics.com/setting-up-a-5v-relay- on-the-arduino/ [3] https://vigyanashram.files.wordpress.com/ 2015/05/plant-watering-system.pdf [4] https://learn.sparkfun.com/tutorials/installing- arduino-ide/all.pdf [5] [14 Dez] Devika et al., International Journal of Advanced Research in Computer Science and Software Engineering 4(10), October - 2014, pp. 449-456 [6] [16 San] Sandeep K. Shukla,IITKanpur, Introduction to embedded system, Aug 29, 2016 [7] [16 SHA] SHAIKH SHEROZ MOHD HASAN, ‘AUTO IRRIGATION USING ARDUINIO’2016 [8] [17 N.Du] N. Đuzić and D. Đumić: Automatic Plant Watering System and its Applications, Coll.Antropol. 41 (2017)