SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 53
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO
Suraj Sul1, Akshay Kavitake2, Akshay Valekar3, Ajay Thombare4
1234Student, Department of Electrical Engineering, S.B.Patil, College of Engineering, Indapur
-----------------------------------------------------------------------------***----------------------------------------------------------------------------
Abstract : In the field of agriculture, use of proper method of irrigation is important because the main reason is the lack of
rains and scarcity of water. The continuous extraction of water from earth is reducing the water level which lot of land is
coming slowly in the zones of un-irrigated land. Another very importantreasonofthisisunplanneduseofwaterdue towhicha
significant amount of water goes waste. To address these issues we propose automatic plant irrigation system. The system
derives power from solar energy through photo-voltaic cells. Hence, dependency on erraticcommercial powerisnotrequired.
This project aims at using solar energy to operate the irrigation pump. Thecircuitcomprisesofsensorpartsbuiltusingop-amp
IC. Op-amps are configured here as a comparator. Two stiff copper wires are insertedin thesoil tosensewhetherthe soil iswet
or dry. A microcontroller is used to control the whole system by monitoring the sensors and whensensorssensedrycondition
of soil, then the microcontroller will send command to relay driver IC thecontactsofwhichareusedtoswitchonthemotor and
it will switch off the motor when the soil is in wet condition. The microcontroller does the above job as it receives the signal
from the sensors through the output of the comparator, and these signalsoperateunderthecontrol ofsoftwarewhichisstored
in ROM of the microcontroller. The condition of the pump i.e., ON/OFF is displayed on a 16X2 LCD which is interfaced to the
microcontroller.
IndexTerms - Arduino UNO, GSM, LCD, Soil Moisture Sensor, Water level Sensor Relay, Submersiblewaterpump,Solar
Panel, Battery.
1. Introduction
By using the concept of modern irrigationsystem a farmercan save waterupto50%.Thisconceptdependsontwoirrigation
methods those are: conventionalirrigationmethodslikeoverheadsprinklers,floodtypefeedingsystemsi.e.wetthelowerleaves
and stem of the plants.. The erosion of soil and wind is much reduced by the recent techniques when compared with overhead
sprinkler systems. The soil characteristics will define the form of the dripping nature in the root zone of a plant which receives
moisture.
As the method of automatic dripping will reduce huge water losses it will become a popular method by reducing the labor
cost and increasing the yields. When the components are activated,allthecomponentswillreadandgivetheoutputsignaltothe
controller, and the information will be displayed to the user (farmer). The sensorreadingsareanaloginnaturesotheADCpinin
the controller will convert the analog signals into digital format. Then the controller will access information and when the
motors are turned On/Off it will be displayed on the LCD display.
II. LITRATURE SURVEY
Agricultureis the mainstay for Bangladeshandtheprovisionofwaterisanimportantfactorthatdeterminestheoutputofthe
agriculture sector. Since natural water availability is prone to many aspects of nature such as rain and capacity of rain-water
reservoir, irrigation or alternative supply of water becomes a critical elementinagriculture.Theexistingirrigationmechanisms
through the motor-pumps are heavily dependent on fossilfuel regardedasanoffenderinthecarbonfootprintdebacle.Thepoor
farmers find themselves with insurmountable hurdles as they are constrained by the financial cost on fuel. The profit
maximization gets a major setback due to the exorbitant amount of expenditure due to fuel consumption. An innovative
approach to do away with such limitation is the utilization of natural resource for irrigation purpose, an intelligent auto
irrigation system which is based on the concept of harnessing the power of sun. Through the use of solar panel, sunlight is
captured into the photovoltaic cells and transferred to a battery to be charged during the day. All this setting is facilitated by
circuits one associated with the solar panel and the other one for detecting the presence of sunlight during the day since the
system would not allow anywater to flow unless it is the night time. In order to drive the pump into action, two conditions need
to be fulfilled one darkness, detected by a photo resistor and the second one is the dryness of soil, to be determined by a
moisturesensor,and this setting would be programmed bya platform bothhardwareandsoftwarewithArduinoUno.Although
the charging timeof the battery by solar panel would be a little lengthy, the long exposuretothesunwouldprovideenoughtime
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 54
and charging volume to the battery. The battery wouldcomfortablyprovideaconsiderabledurationofpowertothewaterpump
that can supply sufficient amount of water to agricultural land of any decent size.
1. SYSTEM DEVELOPMENT
BLOCK DIAGRAM:
CIRCUIT DIAGRAM:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 55
2. HARDWARE REQUIREMENT
ARDUINO
This is the main processing unit of system. It gives input from soil moisture sensor and water level sensor and
commands from GSM. And give output signal to relay to turn ON or OFF the motor.
It has programmed microcontroller Atmega 328. It has input 6Volt DC power supply.
GSM MODULE
In this we inserted SIM. It sends text message to operator. It is powered by battery of 6 volt.
It is used to give information to user/operator to about status of soil moisture sensor, water level sensor andrunning
status of motor.
Controlling commands are received here by sending text message to SIM inserted in this.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 56
SOIL MOISTURE SENSOR
It is used to detect moisture in the soil. If moisture is present then circuit completes and provide such signal to arduino.
WATER LEVEL SENSOR
It is used to detect level of water in tank.
RELAY
Relay is accepts command from arduino microcontroller and . And provide further command to circuit breaker.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 57
LCD(16*2)
LCD Shows status of system works.
SUBMERSSIBLE WATER PUMP
It is used to lift water from water pump. And give to various plants via pipe. According to our need wecanusevarioustypes
of pumps.
3. SOFTWARE REQUIREMENT
ARDUINO UNO Software is required to programme. Atmega 328 microcontroller.
4. HARDWARDE AND RESULTS
HARDWARE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 58
WORKING
Initially system is started then, soil moisture sensor and water level sensorchecksparameters.Andgivescommand to
arduino, then various possibilities occurs as given in result table. Arduino decides whether to pump has to be Start or not.
And gives further commands to relay. It uses circuit breaker to open or close pump’s circuit. And motor will ON or OFF.
RESULTS
MONITIRING
When we run hardware, an arduino will check following necessary conditions, and proceed for further opeartions.
Different possibilities are:
1. If moisture level is low and water level is high then motor is 0N.
2. If moisture level is low as well as water level is also low then motor is OFF.
3. If moisture level is high and water level is also high then motor is OFF.
4. If moisture level is high and water level is low then motor is OFF
When above operations are running, you will be inform by sending SMS on your registered mobile number.
If water level is high and moisture If water level is high, and moisture level is low then
motor will OFF level is high then motor will OFF
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 59
CONTROLLING
When you have to start water pump manually, you need to send SMS on mobile number which SIM is inserted in GSM.
To Start water pump manually, To Stop water pump manually,
Send SMS ‘START’ on pump’s Send SMS ‘STOP’ on pump’s
mobile number. mobile number.
If water level is low and moisture If water level is low, and moisture level is low
then motor will OFF level is high then motor will OFF
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 60
5. COCLUSION
By implementing this idea, we can improve the traditional way of agricultureirrigation systemindifferent regionofIndia.In
the present era, the farmers use irrigation technique through the manual control, in which the farmers irrigate the land at
regular intervals .This process seems to consume more water and results in water wastage.Moreoverindryareaswherethere
is inadequate rainfall, irrigation becomes difficult. Hence we require an automatic system that will precisely monitor and
control the water requirements in the field. Installing Smart irrigation system savestimeand ensuresjudicioususageofwater.
Moreover this architecture uses microcontroller which promises an increase in system life by reducing power consumption.
1. K. M. R. Haque, M. A. Muyeed, S. Sadat and R. Palit, "Jol-Shinchon: Design and development of a sensor based
intelligent auto irrigation system," 2017 IEEE 7th Annual Computing and Communication Workshop and
Conference (CCWC), Las Vegas, NV, 2017, pp. 1-5
2. G. Alex and M. Janakiranimathi, "Solar based plant irrigation system," 2016 2nd International Conference on
Advances in Electrical, Electronics, Information, Communication and Bio-Informatics(AEEICB),Chennai,2016,pp.
425-428
3. J. R. dela Cruz, R. G. Baldovino, A. A. Bandala and E. P. Dadios, "Water usage optimization of Smart Farm Automated
Irrigation System using artificial neural network," 2017 5th International Conference on Information and
Communication Technology (ICoIC7), Malacca City, 2017, pp. 1-5
4. Suraj S.Avatade1, Prof.S. P. Dhanure2 “Irrigation System Using a Wireless Sensor Network andGPRS”International
Journal of Advanced Research in Computer and Communication EngineeringVol. 4, Issue 5, May 2015.
5. T.Ramya1, P. Uma Mageswari2, K.Balaji3 “Automated IrrigationSystemUsinga WirelessSensorNetwork andGPRS
Module” International Journal of Innovative Research in Computer and Communication Engineering An ISO 3297:
2007 Certified Organization Vol.3, Special Issue 8, October 2015
6. REFERENCES

More Related Content

PDF
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
PDF
Development of Automated Solar Watering System
PDF
IRJET - Smart Irrigation and Draining System using IoT
PDF
IRJET- Solar Powerd Water Surface Garbage Collecting Boat
PDF
Multi-Tasking Auto Cleaner
PDF
IRJET- Water Level Monitoring System in Water Dispensers using Iot
DOC
Remote sensing and control of an irrigation system using a distributed wirele...
PDF
IRJET- Smart Irrigation System
IRJET - Smart Irrigation System using Bluetooth Module and Arduino
Development of Automated Solar Watering System
IRJET - Smart Irrigation and Draining System using IoT
IRJET- Solar Powerd Water Surface Garbage Collecting Boat
Multi-Tasking Auto Cleaner
IRJET- Water Level Monitoring System in Water Dispensers using Iot
Remote sensing and control of an irrigation system using a distributed wirele...
IRJET- Smart Irrigation System

What's hot (20)

PDF
IRJET- IoT Based Automated Irrigation System for Agriculture
PDF
Smart irrigation system using Internet Of Things
PDF
IRJET- Road Safety with a Smart Helmet for Two Wheeler Vehicle with Autom...
PDF
IRJET- PLC based Washing Machine
PDF
Automatic irrigation and flood controlling system by using GSM
PDF
Automatic irrigation system by using 89s52
PPTX
Automated Plant Watering System
PDF
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
PDF
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
PPTX
Automated water planting system
PPTX
Automatic irrigation 1st review(ieee project ece dept)
PPTX
Intelligent Automatic Plant Irrigation System
PDF
Microcontroller Based Automatic Sprinkler Irrigation System
PPTX
Arduino Automatic Watering System Plants Sprinkler Using IoT
PDF
Intelligent Automatic Plant Irrigation System Without Microcontroller.
PDF
Rain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
DOCX
Design Development of Water Monitoring Systems by Using Arduino and Sensors
PDF
75600403 automatic-plant-irrigation-system
PPTX
Intelligent irrigation system.pptx [autosaved]
PPTX
Automatic rain-operated-wiper-160218033210
IRJET- IoT Based Automated Irrigation System for Agriculture
Smart irrigation system using Internet Of Things
IRJET- Road Safety with a Smart Helmet for Two Wheeler Vehicle with Autom...
IRJET- PLC based Washing Machine
Automatic irrigation and flood controlling system by using GSM
Automatic irrigation system by using 89s52
Automated Plant Watering System
IRJET - Smart Village: Betterment Planning and Innovative Strategy using IoT
IRJET- Smart Irrigation System using Soil Moisture Sensor and PLC
Automated water planting system
Automatic irrigation 1st review(ieee project ece dept)
Intelligent Automatic Plant Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
Arduino Automatic Watering System Plants Sprinkler Using IoT
Intelligent Automatic Plant Irrigation System Without Microcontroller.
Rain Sensor Automatically Controlled Drying Shed for Crop Yield Farmers
Design Development of Water Monitoring Systems by Using Arduino and Sensors
75600403 automatic-plant-irrigation-system
Intelligent irrigation system.pptx [autosaved]
Automatic rain-operated-wiper-160218033210
Ad

Similar to IRJET- Automatic Plant Watering System using Arduino (20)

PDF
IRJET- IoT based Greenhouse Automation
PDF
IRJET- Study the Fundamental Survey of Solar based Water Management System An...
PDF
IRJET- Real Time Automatic Irrigation System with Mobile Alert
PDF
IRJET-Environment based Irrigation System using Wireless Technology
PDF
Smart Soil Moisture Sensing & Automatic Water Irrigation Robot
PDF
IRJET- Machine Learning System on Plant Growth using Aquaculture
PDF
IRJET- Remote Operated Floating River Cleaning Machine
PDF
Automated Drip Irrigation System using Water Pump Control with GSM Modem Control
PDF
IRJET- Design and Development of Automatic Drip Irrigation System
PDF
Smart Phone Operated Water Spraying Robot – SPOWSR
PDF
IRJET - GSM based Solar Powered Automatic Irrigation System
PDF
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
PDF
IRJET- Soil Irrigation System using Moisture Content
PDF
IRJET- Arduino Controlled Automatic Pneumatic Bumper System
PDF
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
PDF
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
PDF
IRJET - Smart Energy Meter with Multi-Intimation
PDF
IRJET- Water Level Control, Monitoring and Altering System by using GSM i...
PDF
A Review on Smart Generator Control using Android Application
PDF
RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...
IRJET- IoT based Greenhouse Automation
IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET- Real Time Automatic Irrigation System with Mobile Alert
IRJET-Environment based Irrigation System using Wireless Technology
Smart Soil Moisture Sensing & Automatic Water Irrigation Robot
IRJET- Machine Learning System on Plant Growth using Aquaculture
IRJET- Remote Operated Floating River Cleaning Machine
Automated Drip Irrigation System using Water Pump Control with GSM Modem Control
IRJET- Design and Development of Automatic Drip Irrigation System
Smart Phone Operated Water Spraying Robot – SPOWSR
IRJET - GSM based Solar Powered Automatic Irrigation System
IRJET- A Review Paper on Design and Development of Automatic Drip Irrigation ...
IRJET- Soil Irrigation System using Moisture Content
IRJET- Arduino Controlled Automatic Pneumatic Bumper System
IRJET- Agriculture Parameter Monitoring using Raspberry Pi : A Review
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IRJET - Smart Energy Meter with Multi-Intimation
IRJET- Water Level Control, Monitoring and Altering System by using GSM i...
A Review on Smart Generator Control using Android Application
RESEARCH ON EXPLORING THE CONTROL OF HIGHWAY LIGHT BY MONITORING WIND POWER P...
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
bas. eng. economics group 4 presentation 1.pptx
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPT
Mechanical Engineering MATERIALS Selection
PDF
PPT on Performance Review to get promotions
PPTX
Lecture Notes Electrical Wiring System Components
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
composite construction of structures.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
web development for engineering and engineering
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
bas. eng. economics group 4 presentation 1.pptx
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Mechanical Engineering MATERIALS Selection
PPT on Performance Review to get promotions
Lecture Notes Electrical Wiring System Components
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
composite construction of structures.pdf
R24 SURVEYING LAB MANUAL for civil enggi
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Embodied AI: Ushering in the Next Era of Intelligent Systems
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
UNIT 4 Total Quality Management .pptx
web development for engineering and engineering
Operating System & Kernel Study Guide-1 - converted.pdf
Automation-in-Manufacturing-Chapter-Introduction.pdf

IRJET- Automatic Plant Watering System using Arduino

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 53 AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO Suraj Sul1, Akshay Kavitake2, Akshay Valekar3, Ajay Thombare4 1234Student, Department of Electrical Engineering, S.B.Patil, College of Engineering, Indapur -----------------------------------------------------------------------------***---------------------------------------------------------------------------- Abstract : In the field of agriculture, use of proper method of irrigation is important because the main reason is the lack of rains and scarcity of water. The continuous extraction of water from earth is reducing the water level which lot of land is coming slowly in the zones of un-irrigated land. Another very importantreasonofthisisunplanneduseofwaterdue towhicha significant amount of water goes waste. To address these issues we propose automatic plant irrigation system. The system derives power from solar energy through photo-voltaic cells. Hence, dependency on erraticcommercial powerisnotrequired. This project aims at using solar energy to operate the irrigation pump. Thecircuitcomprisesofsensorpartsbuiltusingop-amp IC. Op-amps are configured here as a comparator. Two stiff copper wires are insertedin thesoil tosensewhetherthe soil iswet or dry. A microcontroller is used to control the whole system by monitoring the sensors and whensensorssensedrycondition of soil, then the microcontroller will send command to relay driver IC thecontactsofwhichareusedtoswitchonthemotor and it will switch off the motor when the soil is in wet condition. The microcontroller does the above job as it receives the signal from the sensors through the output of the comparator, and these signalsoperateunderthecontrol ofsoftwarewhichisstored in ROM of the microcontroller. The condition of the pump i.e., ON/OFF is displayed on a 16X2 LCD which is interfaced to the microcontroller. IndexTerms - Arduino UNO, GSM, LCD, Soil Moisture Sensor, Water level Sensor Relay, Submersiblewaterpump,Solar Panel, Battery. 1. Introduction By using the concept of modern irrigationsystem a farmercan save waterupto50%.Thisconceptdependsontwoirrigation methods those are: conventionalirrigationmethodslikeoverheadsprinklers,floodtypefeedingsystemsi.e.wetthelowerleaves and stem of the plants.. The erosion of soil and wind is much reduced by the recent techniques when compared with overhead sprinkler systems. The soil characteristics will define the form of the dripping nature in the root zone of a plant which receives moisture. As the method of automatic dripping will reduce huge water losses it will become a popular method by reducing the labor cost and increasing the yields. When the components are activated,allthecomponentswillreadandgivetheoutputsignaltothe controller, and the information will be displayed to the user (farmer). The sensorreadingsareanaloginnaturesotheADCpinin the controller will convert the analog signals into digital format. Then the controller will access information and when the motors are turned On/Off it will be displayed on the LCD display. II. LITRATURE SURVEY Agricultureis the mainstay for Bangladeshandtheprovisionofwaterisanimportantfactorthatdeterminestheoutputofthe agriculture sector. Since natural water availability is prone to many aspects of nature such as rain and capacity of rain-water reservoir, irrigation or alternative supply of water becomes a critical elementinagriculture.Theexistingirrigationmechanisms through the motor-pumps are heavily dependent on fossilfuel regardedasanoffenderinthecarbonfootprintdebacle.Thepoor farmers find themselves with insurmountable hurdles as they are constrained by the financial cost on fuel. The profit maximization gets a major setback due to the exorbitant amount of expenditure due to fuel consumption. An innovative approach to do away with such limitation is the utilization of natural resource for irrigation purpose, an intelligent auto irrigation system which is based on the concept of harnessing the power of sun. Through the use of solar panel, sunlight is captured into the photovoltaic cells and transferred to a battery to be charged during the day. All this setting is facilitated by circuits one associated with the solar panel and the other one for detecting the presence of sunlight during the day since the system would not allow anywater to flow unless it is the night time. In order to drive the pump into action, two conditions need to be fulfilled one darkness, detected by a photo resistor and the second one is the dryness of soil, to be determined by a moisturesensor,and this setting would be programmed bya platform bothhardwareandsoftwarewithArduinoUno.Although the charging timeof the battery by solar panel would be a little lengthy, the long exposuretothesunwouldprovideenoughtime
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 54 and charging volume to the battery. The battery wouldcomfortablyprovideaconsiderabledurationofpowertothewaterpump that can supply sufficient amount of water to agricultural land of any decent size. 1. SYSTEM DEVELOPMENT BLOCK DIAGRAM: CIRCUIT DIAGRAM:
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 55 2. HARDWARE REQUIREMENT ARDUINO This is the main processing unit of system. It gives input from soil moisture sensor and water level sensor and commands from GSM. And give output signal to relay to turn ON or OFF the motor. It has programmed microcontroller Atmega 328. It has input 6Volt DC power supply. GSM MODULE In this we inserted SIM. It sends text message to operator. It is powered by battery of 6 volt. It is used to give information to user/operator to about status of soil moisture sensor, water level sensor andrunning status of motor. Controlling commands are received here by sending text message to SIM inserted in this.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 56 SOIL MOISTURE SENSOR It is used to detect moisture in the soil. If moisture is present then circuit completes and provide such signal to arduino. WATER LEVEL SENSOR It is used to detect level of water in tank. RELAY Relay is accepts command from arduino microcontroller and . And provide further command to circuit breaker.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 57 LCD(16*2) LCD Shows status of system works. SUBMERSSIBLE WATER PUMP It is used to lift water from water pump. And give to various plants via pipe. According to our need wecanusevarioustypes of pumps. 3. SOFTWARE REQUIREMENT ARDUINO UNO Software is required to programme. Atmega 328 microcontroller. 4. HARDWARDE AND RESULTS HARDWARE
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 58 WORKING Initially system is started then, soil moisture sensor and water level sensorchecksparameters.Andgivescommand to arduino, then various possibilities occurs as given in result table. Arduino decides whether to pump has to be Start or not. And gives further commands to relay. It uses circuit breaker to open or close pump’s circuit. And motor will ON or OFF. RESULTS MONITIRING When we run hardware, an arduino will check following necessary conditions, and proceed for further opeartions. Different possibilities are: 1. If moisture level is low and water level is high then motor is 0N. 2. If moisture level is low as well as water level is also low then motor is OFF. 3. If moisture level is high and water level is also high then motor is OFF. 4. If moisture level is high and water level is low then motor is OFF When above operations are running, you will be inform by sending SMS on your registered mobile number. If water level is high and moisture If water level is high, and moisture level is low then motor will OFF level is high then motor will OFF
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 59 CONTROLLING When you have to start water pump manually, you need to send SMS on mobile number which SIM is inserted in GSM. To Start water pump manually, To Stop water pump manually, Send SMS ‘START’ on pump’s Send SMS ‘STOP’ on pump’s mobile number. mobile number. If water level is low and moisture If water level is low, and moisture level is low then motor will OFF level is high then motor will OFF
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 60 5. COCLUSION By implementing this idea, we can improve the traditional way of agricultureirrigation systemindifferent regionofIndia.In the present era, the farmers use irrigation technique through the manual control, in which the farmers irrigate the land at regular intervals .This process seems to consume more water and results in water wastage.Moreoverindryareaswherethere is inadequate rainfall, irrigation becomes difficult. Hence we require an automatic system that will precisely monitor and control the water requirements in the field. Installing Smart irrigation system savestimeand ensuresjudicioususageofwater. Moreover this architecture uses microcontroller which promises an increase in system life by reducing power consumption. 1. K. M. R. Haque, M. A. Muyeed, S. Sadat and R. Palit, "Jol-Shinchon: Design and development of a sensor based intelligent auto irrigation system," 2017 IEEE 7th Annual Computing and Communication Workshop and Conference (CCWC), Las Vegas, NV, 2017, pp. 1-5 2. G. Alex and M. Janakiranimathi, "Solar based plant irrigation system," 2016 2nd International Conference on Advances in Electrical, Electronics, Information, Communication and Bio-Informatics(AEEICB),Chennai,2016,pp. 425-428 3. J. R. dela Cruz, R. G. Baldovino, A. A. Bandala and E. P. Dadios, "Water usage optimization of Smart Farm Automated Irrigation System using artificial neural network," 2017 5th International Conference on Information and Communication Technology (ICoIC7), Malacca City, 2017, pp. 1-5 4. Suraj S.Avatade1, Prof.S. P. Dhanure2 “Irrigation System Using a Wireless Sensor Network andGPRS”International Journal of Advanced Research in Computer and Communication EngineeringVol. 4, Issue 5, May 2015. 5. T.Ramya1, P. Uma Mageswari2, K.Balaji3 “Automated IrrigationSystemUsinga WirelessSensorNetwork andGPRS Module” International Journal of Innovative Research in Computer and Communication Engineering An ISO 3297: 2007 Certified Organization Vol.3, Special Issue 8, October 2015 6. REFERENCES