SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO
C. Ashwini1, Diparna Adhikary2, Amisha Mishra3, Shruti Duggal4
1,2,3,4Department of Computer Science and Engineering, SRM Institute of Science and Technology, Chennai, India
-------------------------------------------------------------------------***------------------------------------------------------------------------
Abstract- Nowadays, the increase in population has led
to water scarcity in most parts of the world. Large amount
of water is wasted in agriculture. Water wastage here is
mainly due to water logging during irrigation. So, there is
a need to switch to alternative methods for irrigation. This
paper proposes an automatic plant irrigation system that
uses Arduino board and a microcontroller. It
automatically senses the moisture content of the soil and
decides whether irrigation is needed or not. After
analyzing the values, it provides adequate amount of
water to the crop. The pump automatically switches on
and provides water when the soil is dry. Similarly, when
the soil is wet, the pump switches off and no water is given
to the crop. This not only conserves water that is otherwise
wasted but also ensures better crop growth as only the
required amount of water is given to the crop. The system
that is proposed in this paper also uses a wireless module
to control the system from faraway places.
Keyword: Arduino Uno, IoT, microcontroller,
moisture sensor, sensors, wireless module
1. Introduction-
Irrigation is a mock form used for watering the crops. It
is used in areas where there is minimal amount of
rainfall. It helps the crops to grow and stay vigorous. To
avoid food scarcity, it is very important to endorse the
agriculture sector. Physical irrigation can be done using
sprinkler systems, water buckets and cans. One of the
major downside of manual irrigation system is that the
amount of water needed by the crop is incalculable. This
results in a lot of water wastage. Due to this the crops
growth is hindered to a lot of extent. Hence there is a
need to bring about some changes in the existing
technology. This paper establishes a system which helps
to lessen the water wastage as well as eradicate the need
of manpower. This system works by sensing the
moisture content in the soil using the probes and then
decides whether to pump the water or not and thereby
saves a lot of time.
2. Necessity of the Project-
Population is increasing day by day and hence our
natural resources are exhausting swiftly. It is our
accountability as an individual to help and save our
natural resources. Water scarcity is the main muddle in
today’s era. Agriculture sector is budding r rapidly and
hence a lot of water is needed for irrigation. A large
amount of water is unnecessarily wasted while irrigating
the fields due to water logging. The growth of the crop is
also stalled since; passable amount of water is not given
to the crop. So, an automatic plant Irrigation system will
aid to save a lot of water and will safeguard vigorous
growth of the crop. This will also eliminate the necessity
of workers on the field and also saves a lot of time.
3. System Overview
The paper is based on an automated system which is
used for watering plants. The system supplies water to
the plant automatically when it’s required. The sensors
sense the moisture content of the soil by sending current
through the soil and measuring its output (resistance).
Water conducts electricity, so less resistance means that
there is water present in the soil. Whenever there’s more
resistance, it means there is less water in the soil.
Hardware details –The project includes an Arduino Uno
board which is used to control all the things happening
in the system. The paper uses a miniature model and can
be further extended by increasing the number of sensors.
The sensors used are FC-28. It can be used both in analog
and digital format. The Wireless module used is ESP8266
Wi-Fi Module which is compatible with Arduino Uno.
The pump used is a 12v DC motor pump and can easily
supply the water to the plant without much delay.
Software details-The IDE used is Arduino IDE. It is much
easy and simple to program the Arduino board using this
IDE. It provides us with a number of libraries which
makes it easier for us to connect different components to
the Arduino board. It also makes it easier to operate
those components. The default value for the soil
moisture sensor FC-28, is set as 0-1023. 0 means no need
for water and 1023 means there is no water and requires
immediate supply of water. A threshold value is set and
according to which the motor supplies water to the soil.
The system is supposed to work automatically.
4. System Architecture
Fig- System Architecture
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1177
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
4.1. SENSOR CIRCUIT
It comprises to two conducting metal probes which are
used to sense the moisture content in the soil.
Fig- FC-28
4.2. RELAY
It is used to switch the pump on and off.
Fig- Relay
4.3. WATER PUMP
A 12v dc motor is used with the pump. The pump is
turned on and off automatically with the help of the
relay. The values of the moisture content are read by the
Arduino board and are compared with the reference
value and thereby motor driver circuit is activated.
4.4. WIRELESS MEDIUM
It is used to operate the entire system by using a mobile
application. It displays the moisture content of the soil
and it is used to switch on and off the system from
distant places.
Fig – Wireless Medium
4.5 LCD
It is used to exhibit whether the system is working
accurately or not. It is positioned near the Arduino board
and displays the values of the moisture content which
are perceived by the metal probes.
5. ADVANTAGES
This system does not require the presence of farmers at
the field as it can be operated from anywhere. Also, the
application that it uses displays the moisture content and
amount of water being given to the crop. This suppresses
the need of manpower and also saves a lot of time. The
proposed system also has another advantage that it only
provides passable amount of water to the crop thereby
saving water that is otherwise wasted due to water
logging. The crops also benefit from this and better crop
yield is achieved.
6. RESULT
Two different soils are used to test the model of
automatic plant irrigation system. The moisture content
of both the soils are sensed and matched with the
reference values. In the first soil, the moisture content as
sensed by the probes is less, so the pump automatically
provides water to the crop till it reaches the limit.
Coming to the second soil, the soil is already wet, i.e.
moisture content is high. In this case, no water is
provided to the crop. Thus, the system functions
according to the values sensed from the soil till it reaches
the limit.
7. CONCLUSION
An automatic plant irrigation system using Arduino is
designed in this project. The prototype of the model
worked properly when tested on different soils. The
components that we use in the system are readily
available and easy to operate. Thus, this system acts as
an effectual method of irrigation. It is far better than the
manual irrigation process which requires a lot of
manpower and time. By using the app, the farmer can
operate the system from distant places. The farmer can
utilize this time in other significant activities. Also, the
major issue of water scarcity is dealt with. No amount of
water is wasted in the process of irrigation. Thus, this
system can be very useful in areas where water is in
short supply. As the required amount of water is
provided to the crop, the crop growth is better. Farmers
can thus benefit from the enhanced crop yields. The
project is tested for different types of soils and it works
properly. The future work of the system can include the
addition of temperature sensors and a more powerful
motor to pump water to the fields. Thus, the large-scale
implementation of the project can also be done.
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1178
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1179
8. ACKNOWLEDGEMENT
A lot of hard work and dedication was put into the
project. So, we would like to extend our gratitude to all
the individuals without whose suggestions this paper
would not have been completed successfully.
The Computer Science department of our institution
provided us with such good opportunity and supportive
faculty.
Secondly, we would like to express our gratitude to our
guide Mrs. C. Ashwini who guided us throughout and
offered us with all the support we needed.
Finally, the recommendations of our classmates helped
us throughout and we are thankful to all of them.
REFERENCES
1) C.M. Devika, Karthika Bose,
S. Vijayalekshmy,“Automatic plant irrigation
system using Arduino”, Dec. 2017
2) Rafael Munoz Carpena Michael D. Dukes
"Automatic Irrigation Based on Soil Moisture for
Vegetable Crops" IFAS extension 2005
3) L. Bhaskar, B. Koli, P. Kumar, V. Gaur, "Automatic
crop irrigation system", 2015 4th International
Conference on Reliability Infocom Technologies
and Optimization (ICRITO) (Trends and Future
Directions), pp. 1-4, 2015.
4) Abdurrahman Mehamed, Ahmed Gebremedhn,
Mehari Gebru, Tsigabu Teame Bezabih, "Sensor
Based Automatic Irrigation Management
System", International Journal of Computer and
Information Technology, pp. 2279-0764.

More Related Content

PDF
IRJET- Advanced Irrigation System using Arduino and Raspberry Pi as Centr...
PDF
IRJET- Smart Irrigation Control System
PDF
IRJET- Smart Green House using IOT and Cloud Computing
PDF
IRJET- Automated Irrigation System
PDF
IRJET - Automatic Plant Watering System using NodeMCU
PDF
Welcome to International Journal of Engineering Research and Development (IJERD)
PDF
Rural engineering process : Development of farms by automation
PDF
IRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET- Advanced Irrigation System using Arduino and Raspberry Pi as Centr...
IRJET- Smart Irrigation Control System
IRJET- Smart Green House using IOT and Cloud Computing
IRJET- Automated Irrigation System
IRJET - Automatic Plant Watering System using NodeMCU
Welcome to International Journal of Engineering Research and Development (IJERD)
Rural engineering process : Development of farms by automation
IRJET- Real Time Automatic Irrigation System with Mobile Alert

What's hot (20)

PDF
IRJET- Smart Drip Irrigation System using IoT
PDF
Technique smart control soil moisture system to watering plant based on IoT w...
PDF
IRJET-Development of Smart Irrigation System
PDF
IRJET- Automated Irrigation System using IoT
PDF
Solar based multi-tasking_agriculture_ro
PDF
IRJET- Smart Agricultural System
DOCX
Automatic water irrigation system
PDF
Smart irrigation system using Internet Of Things
PDF
IRJET- IoT based Greenhouse Automation
PDF
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
PDF
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
PDF
IRJET- Smart Irrigation System
DOCX
Automatic plant watering system
PDF
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
PPTX
mechatronic in sustainable agriculture irrigation
PDF
IRJET- Monitoring and Control of Domestic Gardening with Feedback System ...
PDF
Smart Drip Irrigation System
PDF
IRJET-Environment based Irrigation System using Wireless Technology
PPTX
arduino based automtic irrigation system
PDF
IRJET- Research Paper on Inventory Management System
IRJET- Smart Drip Irrigation System using IoT
Technique smart control soil moisture system to watering plant based on IoT w...
IRJET-Development of Smart Irrigation System
IRJET- Automated Irrigation System using IoT
Solar based multi-tasking_agriculture_ro
IRJET- Smart Agricultural System
Automatic water irrigation system
Smart irrigation system using Internet Of Things
IRJET- IoT based Greenhouse Automation
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
IRJET- Smart Irrigation System
Automatic plant watering system
Design of Tilt Sensing Mouse Glove Device using Arduino Uno
mechatronic in sustainable agriculture irrigation
IRJET- Monitoring and Control of Domestic Gardening with Feedback System ...
Smart Drip Irrigation System
IRJET-Environment based Irrigation System using Wireless Technology
arduino based automtic irrigation system
IRJET- Research Paper on Inventory Management System
Ad

Similar to IRJET- Automatic Irrigation System using Arduino (20)

PDF
Automated Watering and Irrigation System Using IoT
PDF
Smart Irrigation System Using IOT
PDF
IRJET- Automatic Drip Irrigation System Using PLC
PDF
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
PPTX
madhu pptx.pptx
PDF
IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...
PDF
IRJET- Smart Water Management
PDF
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
PDF
IRJET- Smart Farming using IoT
PDF
IRJET- Smart Poly-House Irrigation System
PDF
GSMactivatedwateringsystemprototype.pdf related to water irrigation system au...
PDF
Paper2507.pdf
PDF
Water Supply Measurement and Management System Based on IoT with Water Leakag...
DOCX
IOT PROJECT GGG.docx
PDF
IRJET- Irrigation System for Greenland using Soil Moisture Sensor
PDF
Agriculture diet
PDF
IRJET- Automated Irrigation System using IoT
PDF
Fertilizer Dispenser
PDF
IRJET- Water Level Monitoring System in Water Dispensers using Iot
PDF
IRJET - IoT based Smart Irrigation System
Automated Watering and Irrigation System Using IoT
Smart Irrigation System Using IOT
IRJET- Automatic Drip Irrigation System Using PLC
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
madhu pptx.pptx
IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...
IRJET- Smart Water Management
IRJET - A Study on Smart Irrigation System using IoT & Machine Learning
IRJET- Smart Farming using IoT
IRJET- Smart Poly-House Irrigation System
GSMactivatedwateringsystemprototype.pdf related to water irrigation system au...
Paper2507.pdf
Water Supply Measurement and Management System Based on IoT with Water Leakag...
IOT PROJECT GGG.docx
IRJET- Irrigation System for Greenland using Soil Moisture Sensor
Agriculture diet
IRJET- Automated Irrigation System using IoT
Fertilizer Dispenser
IRJET- Water Level Monitoring System in Water Dispensers using Iot
IRJET - IoT based Smart Irrigation System
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
composite construction of structures.pdf
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPT
Mechanical Engineering MATERIALS Selection
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
additive manufacturing of ss316l using mig welding
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
DOCX
573137875-Attendance-Management-System-original
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
Sustainable Sites - Green Building Construction
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Lecture Notes Electrical Wiring System Components
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
CH1 Production IntroductoryConcepts.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
composite construction of structures.pdf
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
Mechanical Engineering MATERIALS Selection
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
additive manufacturing of ss316l using mig welding
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
573137875-Attendance-Management-System-original
R24 SURVEYING LAB MANUAL for civil enggi
bas. eng. economics group 4 presentation 1.pptx
UNIT 4 Total Quality Management .pptx
Sustainable Sites - Green Building Construction
Foundation to blockchain - A guide to Blockchain Tech
Lecture Notes Electrical Wiring System Components
Operating System & Kernel Study Guide-1 - converted.pdf
CYBER-CRIMES AND SECURITY A guide to understanding

IRJET- Automatic Irrigation System using Arduino

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 AUTOMATIC IRRIGATION SYSTEM USING ARDUINO C. Ashwini1, Diparna Adhikary2, Amisha Mishra3, Shruti Duggal4 1,2,3,4Department of Computer Science and Engineering, SRM Institute of Science and Technology, Chennai, India -------------------------------------------------------------------------***------------------------------------------------------------------------ Abstract- Nowadays, the increase in population has led to water scarcity in most parts of the world. Large amount of water is wasted in agriculture. Water wastage here is mainly due to water logging during irrigation. So, there is a need to switch to alternative methods for irrigation. This paper proposes an automatic plant irrigation system that uses Arduino board and a microcontroller. It automatically senses the moisture content of the soil and decides whether irrigation is needed or not. After analyzing the values, it provides adequate amount of water to the crop. The pump automatically switches on and provides water when the soil is dry. Similarly, when the soil is wet, the pump switches off and no water is given to the crop. This not only conserves water that is otherwise wasted but also ensures better crop growth as only the required amount of water is given to the crop. The system that is proposed in this paper also uses a wireless module to control the system from faraway places. Keyword: Arduino Uno, IoT, microcontroller, moisture sensor, sensors, wireless module 1. Introduction- Irrigation is a mock form used for watering the crops. It is used in areas where there is minimal amount of rainfall. It helps the crops to grow and stay vigorous. To avoid food scarcity, it is very important to endorse the agriculture sector. Physical irrigation can be done using sprinkler systems, water buckets and cans. One of the major downside of manual irrigation system is that the amount of water needed by the crop is incalculable. This results in a lot of water wastage. Due to this the crops growth is hindered to a lot of extent. Hence there is a need to bring about some changes in the existing technology. This paper establishes a system which helps to lessen the water wastage as well as eradicate the need of manpower. This system works by sensing the moisture content in the soil using the probes and then decides whether to pump the water or not and thereby saves a lot of time. 2. Necessity of the Project- Population is increasing day by day and hence our natural resources are exhausting swiftly. It is our accountability as an individual to help and save our natural resources. Water scarcity is the main muddle in today’s era. Agriculture sector is budding r rapidly and hence a lot of water is needed for irrigation. A large amount of water is unnecessarily wasted while irrigating the fields due to water logging. The growth of the crop is also stalled since; passable amount of water is not given to the crop. So, an automatic plant Irrigation system will aid to save a lot of water and will safeguard vigorous growth of the crop. This will also eliminate the necessity of workers on the field and also saves a lot of time. 3. System Overview The paper is based on an automated system which is used for watering plants. The system supplies water to the plant automatically when it’s required. The sensors sense the moisture content of the soil by sending current through the soil and measuring its output (resistance). Water conducts electricity, so less resistance means that there is water present in the soil. Whenever there’s more resistance, it means there is less water in the soil. Hardware details –The project includes an Arduino Uno board which is used to control all the things happening in the system. The paper uses a miniature model and can be further extended by increasing the number of sensors. The sensors used are FC-28. It can be used both in analog and digital format. The Wireless module used is ESP8266 Wi-Fi Module which is compatible with Arduino Uno. The pump used is a 12v DC motor pump and can easily supply the water to the plant without much delay. Software details-The IDE used is Arduino IDE. It is much easy and simple to program the Arduino board using this IDE. It provides us with a number of libraries which makes it easier for us to connect different components to the Arduino board. It also makes it easier to operate those components. The default value for the soil moisture sensor FC-28, is set as 0-1023. 0 means no need for water and 1023 means there is no water and requires immediate supply of water. A threshold value is set and according to which the motor supplies water to the soil. The system is supposed to work automatically. 4. System Architecture Fig- System Architecture © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1177
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 4.1. SENSOR CIRCUIT It comprises to two conducting metal probes which are used to sense the moisture content in the soil. Fig- FC-28 4.2. RELAY It is used to switch the pump on and off. Fig- Relay 4.3. WATER PUMP A 12v dc motor is used with the pump. The pump is turned on and off automatically with the help of the relay. The values of the moisture content are read by the Arduino board and are compared with the reference value and thereby motor driver circuit is activated. 4.4. WIRELESS MEDIUM It is used to operate the entire system by using a mobile application. It displays the moisture content of the soil and it is used to switch on and off the system from distant places. Fig – Wireless Medium 4.5 LCD It is used to exhibit whether the system is working accurately or not. It is positioned near the Arduino board and displays the values of the moisture content which are perceived by the metal probes. 5. ADVANTAGES This system does not require the presence of farmers at the field as it can be operated from anywhere. Also, the application that it uses displays the moisture content and amount of water being given to the crop. This suppresses the need of manpower and also saves a lot of time. The proposed system also has another advantage that it only provides passable amount of water to the crop thereby saving water that is otherwise wasted due to water logging. The crops also benefit from this and better crop yield is achieved. 6. RESULT Two different soils are used to test the model of automatic plant irrigation system. The moisture content of both the soils are sensed and matched with the reference values. In the first soil, the moisture content as sensed by the probes is less, so the pump automatically provides water to the crop till it reaches the limit. Coming to the second soil, the soil is already wet, i.e. moisture content is high. In this case, no water is provided to the crop. Thus, the system functions according to the values sensed from the soil till it reaches the limit. 7. CONCLUSION An automatic plant irrigation system using Arduino is designed in this project. The prototype of the model worked properly when tested on different soils. The components that we use in the system are readily available and easy to operate. Thus, this system acts as an effectual method of irrigation. It is far better than the manual irrigation process which requires a lot of manpower and time. By using the app, the farmer can operate the system from distant places. The farmer can utilize this time in other significant activities. Also, the major issue of water scarcity is dealt with. No amount of water is wasted in the process of irrigation. Thus, this system can be very useful in areas where water is in short supply. As the required amount of water is provided to the crop, the crop growth is better. Farmers can thus benefit from the enhanced crop yields. The project is tested for different types of soils and it works properly. The future work of the system can include the addition of temperature sensors and a more powerful motor to pump water to the fields. Thus, the large-scale implementation of the project can also be done. © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1178
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1179 8. ACKNOWLEDGEMENT A lot of hard work and dedication was put into the project. So, we would like to extend our gratitude to all the individuals without whose suggestions this paper would not have been completed successfully. The Computer Science department of our institution provided us with such good opportunity and supportive faculty. Secondly, we would like to express our gratitude to our guide Mrs. C. Ashwini who guided us throughout and offered us with all the support we needed. Finally, the recommendations of our classmates helped us throughout and we are thankful to all of them. REFERENCES 1) C.M. Devika, Karthika Bose, S. Vijayalekshmy,“Automatic plant irrigation system using Arduino”, Dec. 2017 2) Rafael Munoz Carpena Michael D. Dukes "Automatic Irrigation Based on Soil Moisture for Vegetable Crops" IFAS extension 2005 3) L. Bhaskar, B. Koli, P. Kumar, V. Gaur, "Automatic crop irrigation system", 2015 4th International Conference on Reliability Infocom Technologies and Optimization (ICRITO) (Trends and Future Directions), pp. 1-4, 2015. 4) Abdurrahman Mehamed, Ahmed Gebremedhn, Mehari Gebru, Tsigabu Teame Bezabih, "Sensor Based Automatic Irrigation Management System", International Journal of Computer and Information Technology, pp. 2279-0764.