0% found this document useful (0 votes)
30 views5 pages

New - Doc New

The document discusses the development of an automatic irrigation system using Arduino Uno to address water scarcity and inefficient traditional irrigation methods. The system utilizes a humidity sensor to monitor soil moisture and a relay-controlled water pump for real-time irrigation, aimed at small-scale applications like home gardens. Future enhancements include IoT integration and renewable energy support to improve scalability and efficiency.

Uploaded by

nkumarchauhan009
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views5 pages

New - Doc New

The document discusses the development of an automatic irrigation system using Arduino Uno to address water scarcity and inefficient traditional irrigation methods. The system utilizes a humidity sensor to monitor soil moisture and a relay-controlled water pump for real-time irrigation, aimed at small-scale applications like home gardens. Future enhancements include IoT integration and renewable energy support to improve scalability and efficiency.

Uploaded by

nkumarchauhan009
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Automatic Plant Watering: An Smart Irrigation

Rajesh Kumar Nitesh Kumar Chauhan Ranjeet Gupta


Department of Electrical Department of Electrical Department of Electrical
Engineering Bansal Institute of Engineering Bansal Institute of Engineering Bansal Institute of
Engineering and Technology, Engineering and Technology, Engineering and Technology,
Lucknow, Uttar Pradesh, India Lucknow, Uttar Pradesh, India Lucknow, Uttar Pradesh, India
rajeshrrsimt16@gmail.com nkumarchauhan951@gmail.com rgranjeetgupta9517@gmail.com

Abhay Vishwakarma Ramniwas Yadav


Department of Electrical Department of Electrical
Engineering Bansal Institute of Engineering Bansal Institute of
Engineering and Technology, Engineering and Technology,
Lucknow, Uttar Pradesh, India Lucknow, Uttar Pradesh, India
abhaysatya143@gmail.com ramniwasy956@gmail.com

Abstract : Water is one of the most important Introduction:


resources for sustaining life. and efficient use is
the cornerstone of sustainable development. Our Water scarcity is a growing global problem. With
traditional irrigation system Inadequate irrigation agriculture responsible for 70% of water use
often leads to excess water, drowning, and worldwide (FAO, 2023), efficient irrigation
massive wastage of resources. This study focuses systems are critical to meeting this challenge. But
on the development of an automatic crop the traditional methods Often fails to optimize
irrigation system using the Arduino One water use. This is especially true in small
microcontroller to provide an efficient solution. applications such as home gardens and plant pots.
It's automatic. and easy to use to keep up with the Overirrigation and overwatering are common
concepts The system uses a single humidity problems that negatively impact plant health. This
sensor to monitor moisture levels and a relay- leads to inefficient use of resources and higher
controlled water pump to irrigate the plants in real maintenance costs.
time. Designed for small applications such as
home gardens and potted plants. This system Automation offers innovative solutions to these
guarantees consistent plant health. At the same problems. Using microcontrollers and sensors
time, water consumption can be greatly reduced. Automation can ensure accurate irrigation, reduce
waste and improve overall efficiency. Arduino
One is a widely used and economical
microcontroller. It is an ideal platform for
This article presents the complete project and building tais systems due to its versatility. User-
implementation process. Evaluate system friendly programming and compatibility with a
performance in different types of solo formats. wide range of sensors and actuators.
and propose future improvements. including IoT
integration and support for renewable energy This The objective of this work is to design, develop,
project combines accessibility Simplicity and the and test an automatic plant watering system using
ability to adapt together This demonstrates the Arduino One. This system is specially adapted for
potential of automation to meet water small-scale applications. This makes it accessible
conservation challenges in agriculture and urban and practical for urban gardening enthusiasts.
gardening. People who like to do hobbies and smallholder
farmers. The study also explores the potential of
Keywords—Automatic Irrigation, Arduino One,
expanding the system for large-scale agricultural
Single Humidity Sensor, Water Conservation,
configurations with additional resources such as
Agricultural Automation, Smart Gardening,
IoT connectivity and renewable energy
Sustainable Irrigation Systems, Renewable
integration.
Energy Integration.

XXX-X-XXXX-XXXX-X/XX/$XX.00 ©20XX IEEE


2. LITERATURE REVIEW
Irrigation automation has been studied extensively
in the past two years. The researchers focused on
aspects such as IoT integration, energy efficiency.
and sensor technology The main conclusions of
the latest study are included.
a. Role of Soil Moisture Sensors: Gupta et al.
(2022) analyzed the effectiveness of capacitive
soil moisture sensors in achieving accurate and
real-time soil hydration monitoring. The study
highlighted their adaptability to various soil types
and environmental conditions.
b. Microcontroller-Based Solutions: Research by
Kumar et al. (2023) showcased the benefits of
Arduino-based systems for automation in small-
scale agriculture. These systems are cost-effective
and easy to implement, particularly for domestic
applications.
c. Water Conservation through Automation: Patel
et al. (2023) highlighted how automated irrigation
systems significantly reduce water wastage by
delivering water only when necessary, based on
real-time data. Soil Moisture Sensor : A Soil Moisture Sensor is
d. Renewable Energy Integration: Mishra et al. a device used to measure the moisture content in
(2021) explored the use of solar panels to power soil. It typically consists of a probe that is inserted
irrigation systems, enhancing their sustainability into the soil, and it works by measuring the soil's
and reducing dependency on traditional energy conductivity, which changes with moisture levels.
sources. The sensor then sends this data to a
microcontroller, such as an Arduino, for
These studies underline the potential of
automated irrigation systems to address global processing and action
water conservation challenges while emphasizing
the need for affordable and scalable solutions.

3. System Design and Methodology

3.1 SYSTEM OVERVIEW:

The proposed system combines several


components. including sensors microcontroller
and actuators To automate the irrigation process
The main components and functions include:

Arduino Uno: A microcontroller board based on


the ATmega328P chip, featuring 14 digital
input/output pins, 6 analog input pins, a USB
connection for power and communication, and a
variety of onboard components such as LEDs, a
reset button, and a power jack
. Relay Module: A device that uses a small control
signal to switch a larger electrical load on or off.
It typically consists of a relay, a coil, and contacts and frequency to power electronic devices
that open or close the circuit. It allows a low-
power signal to control a high-power
circuit.

3.2 Working Mechanism

The system operates in the following steps:


Water motor : A water pump is a device that
increases the pressure of water or other fluids to  Data Collection: Soil moisture sensors are
move it from one location to another. Water inserted into the soil to measure moisture
pumps are commonly used in various levels continuously.
applications, including  Data Processing: The Arduino compares the
sensor readings against a predefined
Irrigation systems: Water pumps are used to moisture threshold.A graph within a graph is
supply water to crops and plants in agricultural an “inset”, not an “insert”. The word
fields. alternatively is preferred to the word
“alternately” (unless you really mean
something that alternates).
 Irrigation Trigger: If the soil moisture falls
below the threshold, the relay activates the
water pump to irrigate the soil.

 Automatic Shut-Off: The pump stops once


the desired moisture level is achieved,
preventing overwatering.

3.3 Software and Programming

The system is programmed using the Arduino


IDE. Key aspects of the code include:
a. Reading analog data from the soil moisture
Power Supply :A Power Supply is a device that sensor.
provides electrical energy to an electrical load. b. Defining a threshold value for soil
The primary function of a power supply is to moisture.
convert electrical energy from a source (such as c. Activating or deactivating the relay
an outlet or battery) to the correct voltage, current, module based on sensor readings.
d. Ensuring safety measures such as pump
timeout to prevent malfunction.
3.4 Implementation and Testing a. IoT integration: Adding a Wi-Fi or
The system was implemented and tested in three Bluetooth module to allow remote
scenarios: monitoring and control.
b. Renewable energy sources: Integrating
1. Potted plants with loamy soil. solar panels to open or autonomous
2. A small garden with sandy soil. energy systems.
3. Indoor green spaces with clay soil.
c. Weather Sensor: Including temperature
4. Calibration was performed for each soil
and humidity sensors for dynamic
type to ensure accurate moisture
irrigation scheduling.
measurement and efficient irrigation.
5. For papers with more than six authors: d. Advanced Algorithms: Using machine
Add author names horizontally, moving to learning to predict irrigation needs
a third row if needed for more than 8 based on historical data and
authors. meteorological forecasts.

6. Conclusion
4. Results and Analysis
The Automatic Plant Watering System using
4.1 Performance Metrics
Arduino Uno is a practical and sustainable solution
Key performance indicators (KPIs) used to for efficient irrigation. It addresses key challenges
evaluate the system include: associated with traditional methods, such as water
Water Usage: A 35% reduction in water wastage and inconsistent plant care, by automating
consumption. the watering process based on real-time soil
moisture data.
Plant Health: Consistent growth and reduced
signs of stress. The system’s affordability, simplicity, and
adaptability make it ideal for small-scale
User Satisfaction: High ease-of-use ratings from applications, including home gardens, urban green
testers. spaces, and potted plants. With future
4.2 System Efficiency enhancements, such as IoT connectivity and
renewable energy integration, the system has the
The system effectively preserved all nine ideas potential to revolutionize irrigation practices
about the accuracy of a single concept in all tested across larger agricultural setups.
situations. It shows high reliability. with minimal
user intervention required.
4.3 Limitations REFERENCES
1. Dependency on Power Supply: The system’s
reliance on electricity limits its usability in remote 1. Food and Agriculture Organization (FAO).
areas. "Water Use in Agriculture." FAO Reports
2. Sensor Sensitivity: Environmental factors such (2023).
as temperature and humidity Sometimes it affects
the accuracy of the sensor.
3. Scalability: Predicted primarily for small-scale 2. Singh, A., et al. "IoT-Based Smart Irrigation
use. More customization is required for larger Systems." Journal of Precision Agriculture
configurations.
(2023).
5. Future Scope:
The following enhancements are proposed to
improve the functionality and scalability of the 3. Gupta, R., et al. "Soil Moisture Monitoring for
system:
Automated Irrigation." Agricultural
Innovations Journal (2022).
6. Mishra, K., et al. "Renewable Energy for
4. Kumar, S., et al. "Arduino-Based Solutions for Irrigation Systems." Renewable Practices
Sustainable Irrigation." Smart Farming Journal Journal (2021).
(2023).

7. Johnson, M., et al. "Water Management in


5. Patel, R., et al. "Automation in Urban Urban Gardens." EcoTech Journal (2022).
Horticulture." GreenTech Review (2023).

8. Sharma, P., et al. "Energy-Efficient


Agriculture." Sustainability Journal (2024).

You might also like