SlideShare a Scribd company logo
1 of 5
Download to read offline
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

What's hot

arduino based automtic irrigation system
arduino based automtic irrigation systemarduino based automtic irrigation system
arduino based automtic irrigation systemMiJanurSimon
 
IRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET Journal
 
IRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET Journal
 
Automatic water irrigation system
Automatic water irrigation systemAutomatic water irrigation system
Automatic water irrigation systemArpanJain63
 
ROBOTIC IRRIGATION USING ARDUINO
ROBOTIC IRRIGATION USING ARDUINOROBOTIC IRRIGATION USING ARDUINO
ROBOTIC IRRIGATION USING ARDUINOGanesh hegde
 
arduino based automatic irrigation system
arduino based automatic irrigation systemarduino based automatic irrigation system
arduino based automatic irrigation systemMiJanurSimon
 
IRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET- Real Time Automatic Irrigation System with Mobile AlertIRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET- Real Time Automatic Irrigation System with Mobile AlertIRJET Journal
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation systemSuved Mahajan
 
Technique smart control soil moisture system to watering plant based on IoT w...
Technique smart control soil moisture system to watering plant based on IoT w...Technique smart control soil moisture system to watering plant based on IoT w...
Technique smart control soil moisture system to watering plant based on IoT w...journalBEEI
 
Project on soil moisture sensor
Project on soil moisture sensorProject on soil moisture sensor
Project on soil moisture sensorYADAVHEMANTSANTRAM
 
Arduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoTArduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoTPRAVEEN KANSARI
 
Automated irrigation system
Automated irrigation systemAutomated irrigation system
Automated irrigation systemnarendra019
 
IRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCUIRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCUIRJET Journal
 
Smart irrigation system using Internet Of Things
Smart irrigation system using Internet Of ThingsSmart irrigation system using Internet Of Things
Smart irrigation system using Internet Of ThingsBasavaraj Galagi
 
automatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentautomatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentPAMULA MURALI
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Automatic irrigation system
Automatic irrigation systemAutomatic irrigation system
Automatic irrigation systemSureshram Elango
 

What's hot (20)

arduino based automtic irrigation system
arduino based automtic irrigation systemarduino based automtic irrigation system
arduino based automtic irrigation system
 
IRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCUIRJET - Automatic Plant Watering System using NodeMCU
IRJET - Automatic Plant Watering System using NodeMCU
 
IRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless TechnologyIRJET-Environment based Irrigation System using Wireless Technology
IRJET-Environment based Irrigation System using Wireless Technology
 
Smart ppt2
Smart ppt2Smart ppt2
Smart ppt2
 
Automatic water irrigation system
Automatic water irrigation systemAutomatic water irrigation system
Automatic water irrigation system
 
ROBOTIC IRRIGATION USING ARDUINO
ROBOTIC IRRIGATION USING ARDUINOROBOTIC IRRIGATION USING ARDUINO
ROBOTIC IRRIGATION USING ARDUINO
 
Project presentation
Project presentationProject presentation
Project presentation
 
arduino based automatic irrigation system
arduino based automatic irrigation systemarduino based automatic irrigation system
arduino based automatic irrigation system
 
IRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET- Real Time Automatic Irrigation System with Mobile AlertIRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET- Real Time Automatic Irrigation System with Mobile Alert
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
 
Technique smart control soil moisture system to watering plant based on IoT w...
Technique smart control soil moisture system to watering plant based on IoT w...Technique smart control soil moisture system to watering plant based on IoT w...
Technique smart control soil moisture system to watering plant based on IoT w...
 
Project on soil moisture sensor
Project on soil moisture sensorProject on soil moisture sensor
Project on soil moisture sensor
 
Arduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoTArduino Automatic Watering System Plants Sprinkler Using IoT
Arduino Automatic Watering System Plants Sprinkler Using IoT
 
Automated irrigation system
Automated irrigation systemAutomated irrigation system
Automated irrigation system
 
IRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCUIRJET- IOT based Agriculture System using NodeMCU
IRJET- IOT based Agriculture System using NodeMCU
 
Automated Irrigation
Automated IrrigationAutomated Irrigation
Automated Irrigation
 
Smart irrigation system using Internet Of Things
Smart irrigation system using Internet Of ThingsSmart irrigation system using Internet Of Things
Smart irrigation system using Internet Of Things
 
automatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture contentautomatic irrigation system by sensing soil moisture content
automatic irrigation system by sensing soil moisture content
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Automatic irrigation system
Automatic irrigation systemAutomatic irrigation system
Automatic irrigation system
 

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

Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptxAutomatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptxSyeda Nasiha
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. IRJET Journal
 
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...IRJET Journal
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIRJET Journal
 
Implementation of Automatic Door Opening System with Entry Counter for Univer...
Implementation of Automatic Door Opening System with Entry Counter for Univer...Implementation of Automatic Door Opening System with Entry Counter for Univer...
Implementation of Automatic Door Opening System with Entry Counter for Univer...ijtsrd
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDIRJET Journal
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET Journal
 
IRJET- Smart Irrigation System and Crop Prediction
IRJET-  	  Smart Irrigation System and Crop PredictionIRJET-  	  Smart Irrigation System and Crop Prediction
IRJET- Smart Irrigation System and Crop PredictionIRJET Journal
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of ThingsIRJET Journal
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTIRJET Journal
 
Automatic Light Turn On Off System
Automatic Light Turn On Off SystemAutomatic Light Turn On Off System
Automatic Light Turn On Off Systemijtsrd
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoTIRJET Journal
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET Journal
 
IoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android ApplicationIoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android Applicationrahulmonikasharma
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesYogeshIJTSRD
 
IRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation SystemIRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation SystemIRJET Journal
 
IRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field using IoTIRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field using IoTIRJET Journal
 
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTIONA SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTIONIRJET Journal
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fiijtsrd
 
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET Journal
 

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

Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptxAutomatic_Plant_Watering_System_using_Arduino_UNO_.pptx
Automatic_Plant_Watering_System_using_Arduino_UNO_.pptx
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
 
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor Controller
 
Implementation of Automatic Door Opening System with Entry Counter for Univer...
Implementation of Automatic Door Opening System with Entry Counter for Univer...Implementation of Automatic Door Opening System with Entry Counter for Univer...
Implementation of Automatic Door Opening System with Entry Counter for Univer...
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
IRJET- Smart Irrigation System and Crop Prediction
IRJET-  	  Smart Irrigation System and Crop PredictionIRJET-  	  Smart Irrigation System and Crop Prediction
IRJET- Smart Irrigation System and Crop Prediction
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of Things
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
 
Automatic Light Turn On Off System
Automatic Light Turn On Off SystemAutomatic Light Turn On Off System
Automatic Light Turn On Off System
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoT
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
 
IoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android ApplicationIoT Based Water Level Monitoring System with an Android Application
IoT Based Water Level Monitoring System with an Android Application
 
IoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart CitiesIoT Based Water Quality Monitoring System for Smart Cities
IoT Based Water Quality Monitoring System for Smart Cities
 
IRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation SystemIRJET - IoT based Smart Irrigation System
IRJET - IoT based Smart Irrigation System
 
IRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field using IoTIRJET- Water Management in Agricultural Field using IoT
IRJET- Water Management in Agricultural Field using IoT
 
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTIONA SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fi
 
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Recently uploaded (20)

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

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)