(Edited) Automated-Smart-Plant-Watering-System-Utilizing-Ar
(Edited) Automated-Smart-Plant-Watering-System-Utilizing-Ar
A Research Plan
Jake G. Zurita
Nicole Caireen B. Aying
Cyrish Trishia S. Hilongos
Kieth Hermoine D. Acruz
Leian Therese D. Donaire
Kristine Faith F. Foster
Jasleen M. Rojas
Aijhen Ayesha C. Catambis
Vanessa Lean R. Garciano
Kristine Mae S. Inocellas
Lore D. Redido
Grace Lee G. Saquez
Joseph Carl C. Dalumpines
Marcus Andrei S. Peña
Rogean A. Sanes
Cedrick Dwaren Reveche
Luciano B. Rama Sr. Memorial National High School
Esperanza, Poro, Cebu
Cristina P. Guntinas
Adviser
1
Table of Contents
Objectives --------------------------------------------------------------------------------- 6
2
List Figures and Tables
3
Rationale
The escalating challenges posed by climate change, water scarcity, and the
increasing demand for food necessitate innovative solutions within agricultural practices,
consumer of freshwater, and inefficient watering practices can lead to substantial water
wastage, adversely affecting both crop yields and sustainability. Traditional methods of
irrigation often fail to provide crops with adequate water suited to their specific needs and
environmental conditions. Many farmers continue to rely on manual watering techniques that
are not only labor-intensive but also prone to inconsistencies and inefficiencies. This
highlights a pressing need for smart irrigation systems that enhance efficiency, reduce water
It was found out that extreme levels of drought can minimize the yields of major
crops such as corn and wheat by 20% to 35% in affected areas. (Huang, 2024) It was also
studied that prolonged drought can lead to long-term soil degradation and reduced fertility,
which further decreases agricultural productivity over time (MPI, 2020) Not just
internationally, but especially more so that the Philippines is a major rice- producing country,
and drought can severely affect the yield. The Philippine Statistics Authority (PSA) reported
in 2019, a drought affected an estimated 100,000 hectares of rice fields, leading to a decrease
in production that year by approximately 3.2%. One way to combat the effects of drought in
4
The research project titled " Automated Smart Plant Watering and Monitoring System
Utilizing Arduino, Soil Moisture Sensors, and IOT for Optimal Plant Care" aims to address
these issues by developing a cost-effective, automated irrigation system that utilizes Arduino
technology that you can monitor on your smartphone. By integrating soil moisture sensors,
the system continuously monitors soil moisture levels and activates the watering mechanism
only when necessary. This targeted approach to irrigation minimizes water wastage while
ensuring that plants receive consistent moisture, which is crucial for healthy growth and
optimal yield.
The foundation of this research lies in its potential to reduce water wastage
significantly and by giving an efficient monitoring tool for farmers which will give the real-
time levels of moisture. By employing real-time data from soil moisture sensors, the
automated system can ensure that unnecessary watering is minimized, thereby promoting the
responsible and efficient use of water resources. Furthermore, the provision of consistent soil
moisture levels through automated irrigation is likely to lead to improved crop health and
Arduino and soil moisture sensors democratizes access to advanced irrigation technology,
making it feasible for smallholder farmers and agricultural businesses. This research not only
showcases the potential of technology in farming but also serves as an educational tool,
empowering farmers with knowledge about precision agriculture and encouraging innovative
5
Moreover, optimizing water use in agriculture aligns with broader environmental
conservation goals. By reducing the pressure on scarce water resources and promoting
sustainable farming practices, this project supports a vision for agriculture that is mindful of
water, and effectively support the needs of both farmers and the environment in a manner that
Objectives
that will show the data collected by the used sensors. This study also aims to find out whether
this smart irrigation is better than manual watering in the aspect of plant growth and whether
Research Question
As the problem of drought affects the yield and crop production in the agricultural sector. The
researchers aim to conduct this study and answer these following questions:
1. Is the usage of this smart irrigation system better than manual watering in terms of plant
growth?
2. Could the app project the same value as with the sensor value?
6
Hypothesis
This study mainly aims to produce a working prototype of the automated watering
system utilizing Arduino and find out whether its water usage is less than manual labor.
Alternative hypothesis: The growth of the eggplant in the smart irrigation in seven weeks is less
than that of manual watering and the app accurately shows the yield data.
Null hypothesis: The growth of the eggplant with the automated watering system is less than
Procedure
Materials
7
that controls the water pump. When
8
Soil Moisture Sensor The soil moisture sensor continuously
conservation.
Procedure
WIRING
9
VCC pin to 5V on the Arduino.
IN pin (control pin) to a digital output pin on the Arduino (e.g., D7).
4. Connect the pump to the relay module according to the relay specifications (usually the
common terminal to the pump and normally open (NO) terminal to the power supply).
CODING
Activates the water pump via the relay when the moisture level is below a specified threshold
3. Connect the Arduino to the computer using a USB cable and upload the written code.
void loop() {
water = digitalRead(6); // reading the coming signal from
the soil sensor
if(water == HIGH) // if water level is full then cut the
relay
code
{
digitalWrite(3,LOW); // low is to cut the relay
}
else
{ 10
digitalWrite(3,HIGH); //high to continue proving signal and
water supply
}
SYSTEM ASSEMBLY
4. Attach the tubing to the pump outlet and direct it towards the plant or pot.
CIRCUIT DIAGRAM
2. Create a user interface in the app to display sensor data. Then, write code in your app
3. Make Network Requests: Use libraries (like Retrofit for Android, Alamofire for iOS)
5. Debugging: Test both the Arduino and mobile app to ensure they communicate
correctly.
11
6. Data Validation: Ensure the app accurately receives and displays the sensor readings.
Data
Collection
In the course of one week, we will establish a control group consisting of a eggplant
that will be watered manually by various individuals at unpredictably timed intervals. At the
end of the seven-day period, we will total the amount of water used for this manual watering
approach.
Data Analysis
The data taken from the growth of the eggplant with th automated watering
sstem and the manual watering system will be presented using tables as with the
12
Days Growth of the eggplant Growth of the eggplant
system system
13
14