SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5242
REAL TIME AUTOMATIC IRRIGATION SYSTEM WITH MOBILE ALERT
Dr. P. Lachi Reddy1, D. Sai Chandra Sekhar Reddy2, V. Sahitya3, P. Smily Sravya4, B. Ugandhar5
1Professor of ECE.
2,3,4,5Student, Dept. of Electronics and Communication Engineering.
Lakireddy Bali Reddy College Of Engineering, Mylavaram, AP, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Water is an importantelementwhichisresponsible
for life on earth. Although two third of the world is covered
with water it is not in the usable form. Rivers, lakes and rain
are the only fresh water sources on earth. This has to be
utilized by various forms of life, in agriculture, in industries
and so on. In agriculture for the process of irrigation majority
of the fresh water is being used but due to lack of automatic
irrigation techniques the crops are being destroyed either due
to over irrigation, under irrigation and sudden change in
climatic conditions. This paper is about a project on b
automatic real time system which detects themoisturelevelin
a particular sector and if it is less than desired value then
watering that particular sector. This system uses solenoid
valves for each sector and main water pump which are used
for particular sector only. This system also provides messages
to the farmer about which sector is DRY and which sector is
WET using a gsm module.
Key Words: Arduino UNO, GSM, Relay, moisture sensor,
solenoid valve, sector.
1. INTRODUCTION
Agriculture is a major source of income for the economy of a
nation. It contributes 16-17% of GDP. About 70% of
population in India depend on agriculture. Artificial
application of water to the soil for assisting in growingcrops
is known as irrigation. There are various types in irrigation
like drip irrigation, surface irrigation, hill top irrigation,
sprinklers. Most of these irrigation practices are done
manually by farmers. The farmers cannot judge about the
exact amount of water required by the plants and weather.
The fresh water are very less on earth these have to be
efficiently utilized to make them available for future
generations. Already all the metropolitan cities are facing
water problem and lack of ground water resources.
Moreover a lot of amount of water we supply as irrigation is
getting evaporated without being suck by the roots. Many
plants are being damaged becauseofunderirrigationorover
irrigation. The main proposal of this project is to develop a
real time autonomous system which calculates the moisture
value present at the roots of the plant and supplies the
adequate amount of water to the crop. The complete field is
divided into sectors. Each sector is associated with a
moisture sensor and solenoid valve. Soil moisture and
irrigation to a particular sector are taken asmajoremphasis.
The proposed project can be used for any type of irrigation
by dividing the entire farm into sectors and changing the
outlet design.
2. OBJECTIVES:
 Reduce human effort in irrigation.
 Effective utilization of water resources.
 Supplying the required amount of water to plant
(Not high or low).
 Converting irrigation from manual to autonomous
work.
 Effective utilization of electricity.
 Performing irrigation based on sudden changes in
environment & natural calamities.
3. LITERATURE SURVEY:
In [1] the humidity and soil moisture sensors are placed in
the root zone of the plant. The system is completely
autonomous. Based onthesensedvaluesthemicrocontroller
preforms the action of switching the motor on/off. The
motor pump pumps the water to the plant when the
moisture level reaches the desired value thenthemotorgets
turned off automatically. But this system don’t intimate the
farmer about the field status. In [2] moisture and
temperature at desired location calculated and sent to the
farmer. Though this system indicates farmer about the field
status controlling of motor has to be done manually by
farmer. The autonomous system is removed and manual
mode of operation of the system comes into picture. If
farmer neglects any message or if any information is not
delivered to the farmer then he/she may not switch on the
motor resulting to loss of plants. In [3] the motor is ON/OFF
automatically but it consists of only single sensor. The main
aim of every project is to make it applicable in real time
placing of a single sensor and a single motor will not do any
work in real time.
4. SYSTEM OVERVIEW:
This paper is based on real time automatic irrigation system
with mobile alert to farmer. This system supplies water to
the required sector of field based on the moisture sensor
valve at that particular sector. The sensors senses the
moisture level at their sectors and transmit the data to the
Arduino. The Arduino analyses the data if the moisturelevel
at a particular region is less than desiredvaluethenit excites
the solenoid valve belonging to that particular sector and
switch on the motor. A message will be send to the farmer
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5243
whether the sector is dry. The GSM module will send a
message only when there is a state change in sectori.e.,from
DRY to WET or from WET to DRY. Again when the desired
moisture level is achieved the motor pump and solenoid
valve are made to OFF. A message to the farmerthatsector is
wet is sent.
HARDWARE DETAILS – The project includes Arduino UNO
which works a microcontroller. It consists of FC – 28
moisture sensors which senses the moisture contents. A
relay board used for switchingthesolenoidvalvesandmotor
ON and OFF. Solenoid valves are used for each sector these
are inductive coils and allow water to flow through them
when supply is given. A 0.5hp motor pump is used to supply
the water.
SOFTWARE DETAILS – The ArduinoIDEisthesoftwareused
for coding. It is simple and easy to code. It uses embedded C
coding language. It has number of inbuilt libraries which
makes it easy to operate.
5. SYSTEM ARCHITECTURE:
Fig -1: System Architecture
6. SOLENOID VALVE:
Solenoid valve is an important component which makes
automatic irrigation system to be applicable to the real
world. It consists of inlet, outlet and an inductive coil which
when excited lifts the plunger up. This allows the water to
flow from inlet to outlet. When the inductive coil is de-
energized then plunger moves down and the path between
inlet and outlet is closed.
Fig - 2: Solenoid valve
7. ALGORITHM:
Step 1: Switch ON the power supply to GSMmodule,Arduino
and relays.
Step 2: Sensor measures the moisture level at ith sector and
sends it Arduino.
Step 3: If the moisture level is less than the threshold valve
then solenoid valve of ith sector is excited and motor is
made to ON. Motor is made to ON if moisture at any sector is
less than desired value.
Step 4: If step 3 is executed then a message will be send to
the farmer regarding about whether the sector is DRY.
Step 5: When the moisture level reaches the desired value
then check
 If all the sectors have desired moisture level
then OFF the pump then de-excite the solenoid
valve belonging to ith sector.
 If not all the sector have desired moisture level
then don’t switch OFF the motor pump but de-
excite the solenoid valve belonging to ith sector.
Step 6: If step 5 is executed then a message will be send to
the farmer regarding about whether the sector is WET.
Step 7: Repeat the steps from step 2 for all the sectors.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5244
Fig - 3: Flow Chart
8. RESULT:
The project is tested by considering a dry soil sample and a
wet soil sample. Here we considered three sectors each one
associated with two messages dry and wet samples. When
the sector is dry then farmers get a messagethatthesectoris
in dry state. If it is in wet then farmers get a message thatthe
sector is wet. All these messages are sent via GSM module
which is used in the project to a number that is assigned in
Arduino. In this project a three sector field is consideredand
each sector is associated with a message dry and wet with
the sector name. The farmer will receive the message only
when there is state change. Figure 4 shows the sectors one
and two are dry and the water is allowed through these
outlet pipes. Figure 5 shows a screenshot of messages that
received during testing.
Fig-4: snapshot of project
Fig - 5: snapshot of messages to phone
9. CONCLUSION:
At the end we would bring to the conclusion that the project
helps the farmers to irrigate their without any effort. They
could use this time effectively on some other work besides
having knowledge about their field status. This project is
fully operational and can be implemented on a large scale
dividing the complete farm into sectors.Thisproject reduces
the human effort and reduces the wastage of water.
Depending on the weather conditions the project can
automatically adjust the water that should be supplied for
each sector. This project can be suitably used for any type of
irrigation. Fertilizers requiredforplantscanalsosupplied by
dissolving them in the tank. The main aim of this project is
farmer should go to the farm one is for planting seeds and
other is for harvesting.
REFERENCES
[1] C.M. Devika,Karthika Bose,S. Vijayalekshmy,“Automatic
plant irrigation system using Arduino”, IEEE December
2017.
[2] Priya, Archana, “Design and implementation of
automatic plant wateringsystem”,IJAEGTJanuary2016.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5245
[3] Aman Bafna, Anish Jain, Nisarg Shah, Rishab Parekh,
“IOT based irrigation using Arduino and android on the
basis of weather prediction” IRJET May 2018.
[4] Energy Efficient Automated Control Of Irrigation In
Agriculture By Using Wireless Sensor Networks
Computers And Electronics In Agriculture, Stefanos A.
Nikolidakis, Dionisis Kandris, D. Dimitrios, Douligeris A
Vergadoschristos.
[5] A.Sethumathavan, K.Shree Pranav, A.Venkat Raman,
Dr.B.Sathish Kumar paper, “Automatic irrigationsystem
using IOT” IJRASET March 2016.
[6] Ashwini, Diparna Adhikary, “Automatic irrigation
system using Arduino & GSM” IRJET October 2018

More Related Content

What's hot

Smart ppt2
Smart ppt2Smart ppt2
Smart ppt2
Raja Kandagatla
 
Automatic plant watering system
Automatic plant watering systemAutomatic plant watering system
Automatic plant watering system
Lahore Garrison University
 
automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system ppt
Abhishek Awasthi
 
arduino based automatic irrigation system
arduino based automatic irrigation systemarduino based automatic irrigation system
arduino based automatic irrigation system
MiJanurSimon
 
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPTAUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
rishav164
 
Automatic plant watering using arduinos
Automatic plant watering using arduinosAutomatic plant watering using arduinos
Automatic plant watering using arduinos
MuhammadFazilMemon
 
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
PAMULA MURALI
 
Automated irrigation system
Automated irrigation systemAutomated irrigation system
Automated irrigation system
narendra019
 
Intelligent irrigation system.pptx [autosaved]
Intelligent irrigation system.pptx [autosaved]Intelligent irrigation system.pptx [autosaved]
Intelligent irrigation system.pptx [autosaved]
Vikaskumar1732
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
Suved Mahajan
 
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
 
Smart Drip Irrigation System
Smart Drip Irrigation SystemSmart Drip Irrigation System
Smart Drip Irrigation System
ijtsrd
 
Greenhouse (smart gardening)
Greenhouse (smart gardening)Greenhouse (smart gardening)
Greenhouse (smart gardening)
venati munishareddy
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather Monitoring
IJSRD
 
Project on soil moisture sensor
Project on soil moisture sensorProject on soil moisture sensor
Project on soil moisture sensor
YADAVHEMANTSANTRAM
 
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
Basavaraj Galagi
 
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
PRAVEEN KANSARI
 
microcontroller based controlled irrigation system for plantation
microcontroller based controlled irrigation system for plantationmicrocontroller based controlled irrigation system for plantation
microcontroller based controlled irrigation system for plantation
Rohithasangaraju
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNOAUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
Putri Sintia Sari
 
Automatic irrigation system
Automatic irrigation systemAutomatic irrigation system
Automatic irrigation system
Sureshram Elango
 

What's hot (20)

Smart ppt2
Smart ppt2Smart ppt2
Smart ppt2
 
Automatic plant watering system
Automatic plant watering systemAutomatic plant watering system
Automatic plant watering system
 
automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system ppt
 
arduino based automatic irrigation system
arduino based automatic irrigation systemarduino based automatic irrigation system
arduino based automatic irrigation system
 
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPTAUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
 
Automatic plant watering using arduinos
Automatic plant watering using arduinosAutomatic plant watering using arduinos
Automatic plant watering using arduinos
 
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
 
Automated irrigation system
Automated irrigation systemAutomated irrigation system
Automated irrigation system
 
Intelligent irrigation system.pptx [autosaved]
Intelligent irrigation system.pptx [autosaved]Intelligent irrigation system.pptx [autosaved]
Intelligent irrigation system.pptx [autosaved]
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
 
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)
 
Smart Drip Irrigation System
Smart Drip Irrigation SystemSmart Drip Irrigation System
Smart Drip Irrigation System
 
Greenhouse (smart gardening)
Greenhouse (smart gardening)Greenhouse (smart gardening)
Greenhouse (smart gardening)
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather Monitoring
 
Project on soil moisture sensor
Project on soil moisture sensorProject on soil moisture sensor
Project on soil moisture sensor
 
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
 
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
 
microcontroller based controlled irrigation system for plantation
microcontroller based controlled irrigation system for plantationmicrocontroller based controlled irrigation system for plantation
microcontroller based controlled irrigation system for plantation
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNOAUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
 
Automatic irrigation system
Automatic irrigation systemAutomatic irrigation system
Automatic irrigation system
 

Similar to IRJET- Real Time Automatic Irrigation System with Mobile Alert

IRJET- IoT Based Automated Irrigation System for Agriculture
IRJET-  	  IoT Based Automated Irrigation System for AgricultureIRJET-  	  IoT Based Automated Irrigation System for Agriculture
IRJET- IoT Based Automated Irrigation System for Agriculture
IRJET Journal
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET Journal
 
IRJET - Smart Irrigation and Draining System using IoT
IRJET -  	  Smart Irrigation and Draining System using IoTIRJET -  	  Smart Irrigation and Draining System using IoT
IRJET - Smart Irrigation and Draining System using IoT
IRJET Journal
 
Agriculture diet
Agriculture dietAgriculture diet
Agriculture diet
IRJET Journal
 
IOT - Based Smart Farming
IOT - Based Smart FarmingIOT - Based Smart Farming
IOT - Based Smart Farming
IRJET Journal
 
IRJET- IoT Enabled Precision Crop Field Monitoring System
IRJET-  	  IoT Enabled Precision Crop Field Monitoring SystemIRJET-  	  IoT Enabled Precision Crop Field Monitoring System
IRJET- IoT Enabled Precision Crop Field Monitoring System
IRJET Journal
 
IRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation SystemIRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation System
IRJET Journal
 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoT
IRJET Journal
 
IRJET- Smart Irrigation System
IRJET- Smart Irrigation SystemIRJET- Smart Irrigation System
IRJET- Smart Irrigation System
IRJET Journal
 
IRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoT
IRJET Journal
 
Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System
IRJET Journal
 
IRJET- Automatic Plant Watering System using Arduino
IRJET- Automatic Plant Watering System using ArduinoIRJET- Automatic Plant Watering System using Arduino
IRJET- Automatic Plant Watering System using Arduino
IRJET Journal
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
IRJET Journal
 
development of smart automated irrigation system
development of smart automated irrigation systemdevelopment of smart automated irrigation system
development of smart automated irrigation system
IJEAB
 
IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...
IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...
IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...
IRJET Journal
 
IRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using Arduino
IRJET Journal
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather Monitoring
IJSRD
 
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IRJET Journal
 
Multipurpose Solar Powered Agribot
Multipurpose Solar Powered AgribotMultipurpose Solar Powered Agribot
Multipurpose Solar Powered Agribot
IRJET Journal
 
IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET- Study the Fundamental Survey of Solar based Water Management System An...IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET Journal
 

Similar to IRJET- Real Time Automatic Irrigation System with Mobile Alert (20)

IRJET- IoT Based Automated Irrigation System for Agriculture
IRJET-  	  IoT Based Automated Irrigation System for AgricultureIRJET-  	  IoT Based Automated Irrigation System for Agriculture
IRJET- IoT Based Automated Irrigation System for Agriculture
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
 
IRJET - Smart Irrigation and Draining System using IoT
IRJET -  	  Smart Irrigation and Draining System using IoTIRJET -  	  Smart Irrigation and Draining System using IoT
IRJET - Smart Irrigation and Draining System using IoT
 
Agriculture diet
Agriculture dietAgriculture diet
Agriculture diet
 
IOT - Based Smart Farming
IOT - Based Smart FarmingIOT - Based Smart Farming
IOT - Based Smart Farming
 
IRJET- IoT Enabled Precision Crop Field Monitoring System
IRJET-  	  IoT Enabled Precision Crop Field Monitoring SystemIRJET-  	  IoT Enabled Precision Crop Field Monitoring System
IRJET- IoT Enabled Precision Crop Field Monitoring System
 
IRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation SystemIRJET-Development of Smart Irrigation System
IRJET-Development of Smart Irrigation System
 
Automated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoTAutomated Watering and Irrigation System Using IoT
Automated Watering and Irrigation System Using IoT
 
IRJET- Smart Irrigation System
IRJET- Smart Irrigation SystemIRJET- Smart Irrigation System
IRJET- Smart Irrigation System
 
IRJET- Smart Farming using IoT
IRJET- Smart Farming using IoTIRJET- Smart Farming using IoT
IRJET- Smart Farming using IoT
 
Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System
 
IRJET- Automatic Plant Watering System using Arduino
IRJET- Automatic Plant Watering System using ArduinoIRJET- Automatic Plant Watering System using Arduino
IRJET- Automatic Plant Watering System using Arduino
 
IRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoTIRJET- Automated Irrigation System using IoT
IRJET- Automated Irrigation System using IoT
 
development of smart automated irrigation system
development of smart automated irrigation systemdevelopment of smart automated irrigation system
development of smart automated irrigation system
 
IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...
IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...
IRJET- Design and Development of Cost Effective Real Time Soil Moisture based...
 
IRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using ArduinoIRJET- Automatic Irrigation System using Arduino
IRJET- Automatic Irrigation System using Arduino
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather Monitoring
 
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEMIOT BASED SMART AGRICULTURAL MONITORING SYSTEM
IOT BASED SMART AGRICULTURAL MONITORING SYSTEM
 
Multipurpose Solar Powered Agribot
Multipurpose Solar Powered AgribotMultipurpose Solar Powered Agribot
Multipurpose Solar Powered Agribot
 
IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET- Study the Fundamental Survey of Solar based Water Management System An...IRJET- Study the Fundamental Survey of Solar based Water Management System An...
IRJET- Study the Fundamental Survey of Solar based Water Management System An...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 

Recently uploaded (20)

Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 

IRJET- Real Time Automatic Irrigation System with Mobile Alert

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5242 REAL TIME AUTOMATIC IRRIGATION SYSTEM WITH MOBILE ALERT Dr. P. Lachi Reddy1, D. Sai Chandra Sekhar Reddy2, V. Sahitya3, P. Smily Sravya4, B. Ugandhar5 1Professor of ECE. 2,3,4,5Student, Dept. of Electronics and Communication Engineering. Lakireddy Bali Reddy College Of Engineering, Mylavaram, AP, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Water is an importantelementwhichisresponsible for life on earth. Although two third of the world is covered with water it is not in the usable form. Rivers, lakes and rain are the only fresh water sources on earth. This has to be utilized by various forms of life, in agriculture, in industries and so on. In agriculture for the process of irrigation majority of the fresh water is being used but due to lack of automatic irrigation techniques the crops are being destroyed either due to over irrigation, under irrigation and sudden change in climatic conditions. This paper is about a project on b automatic real time system which detects themoisturelevelin a particular sector and if it is less than desired value then watering that particular sector. This system uses solenoid valves for each sector and main water pump which are used for particular sector only. This system also provides messages to the farmer about which sector is DRY and which sector is WET using a gsm module. Key Words: Arduino UNO, GSM, Relay, moisture sensor, solenoid valve, sector. 1. INTRODUCTION Agriculture is a major source of income for the economy of a nation. It contributes 16-17% of GDP. About 70% of population in India depend on agriculture. Artificial application of water to the soil for assisting in growingcrops is known as irrigation. There are various types in irrigation like drip irrigation, surface irrigation, hill top irrigation, sprinklers. Most of these irrigation practices are done manually by farmers. The farmers cannot judge about the exact amount of water required by the plants and weather. The fresh water are very less on earth these have to be efficiently utilized to make them available for future generations. Already all the metropolitan cities are facing water problem and lack of ground water resources. Moreover a lot of amount of water we supply as irrigation is getting evaporated without being suck by the roots. Many plants are being damaged becauseofunderirrigationorover irrigation. The main proposal of this project is to develop a real time autonomous system which calculates the moisture value present at the roots of the plant and supplies the adequate amount of water to the crop. The complete field is divided into sectors. Each sector is associated with a moisture sensor and solenoid valve. Soil moisture and irrigation to a particular sector are taken asmajoremphasis. The proposed project can be used for any type of irrigation by dividing the entire farm into sectors and changing the outlet design. 2. OBJECTIVES:  Reduce human effort in irrigation.  Effective utilization of water resources.  Supplying the required amount of water to plant (Not high or low).  Converting irrigation from manual to autonomous work.  Effective utilization of electricity.  Performing irrigation based on sudden changes in environment & natural calamities. 3. LITERATURE SURVEY: In [1] the humidity and soil moisture sensors are placed in the root zone of the plant. The system is completely autonomous. Based onthesensedvaluesthemicrocontroller preforms the action of switching the motor on/off. The motor pump pumps the water to the plant when the moisture level reaches the desired value thenthemotorgets turned off automatically. But this system don’t intimate the farmer about the field status. In [2] moisture and temperature at desired location calculated and sent to the farmer. Though this system indicates farmer about the field status controlling of motor has to be done manually by farmer. The autonomous system is removed and manual mode of operation of the system comes into picture. If farmer neglects any message or if any information is not delivered to the farmer then he/she may not switch on the motor resulting to loss of plants. In [3] the motor is ON/OFF automatically but it consists of only single sensor. The main aim of every project is to make it applicable in real time placing of a single sensor and a single motor will not do any work in real time. 4. SYSTEM OVERVIEW: This paper is based on real time automatic irrigation system with mobile alert to farmer. This system supplies water to the required sector of field based on the moisture sensor valve at that particular sector. The sensors senses the moisture level at their sectors and transmit the data to the Arduino. The Arduino analyses the data if the moisturelevel at a particular region is less than desiredvaluethenit excites the solenoid valve belonging to that particular sector and switch on the motor. A message will be send to the farmer
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5243 whether the sector is dry. The GSM module will send a message only when there is a state change in sectori.e.,from DRY to WET or from WET to DRY. Again when the desired moisture level is achieved the motor pump and solenoid valve are made to OFF. A message to the farmerthatsector is wet is sent. HARDWARE DETAILS – The project includes Arduino UNO which works a microcontroller. It consists of FC – 28 moisture sensors which senses the moisture contents. A relay board used for switchingthesolenoidvalvesandmotor ON and OFF. Solenoid valves are used for each sector these are inductive coils and allow water to flow through them when supply is given. A 0.5hp motor pump is used to supply the water. SOFTWARE DETAILS – The ArduinoIDEisthesoftwareused for coding. It is simple and easy to code. It uses embedded C coding language. It has number of inbuilt libraries which makes it easy to operate. 5. SYSTEM ARCHITECTURE: Fig -1: System Architecture 6. SOLENOID VALVE: Solenoid valve is an important component which makes automatic irrigation system to be applicable to the real world. It consists of inlet, outlet and an inductive coil which when excited lifts the plunger up. This allows the water to flow from inlet to outlet. When the inductive coil is de- energized then plunger moves down and the path between inlet and outlet is closed. Fig - 2: Solenoid valve 7. ALGORITHM: Step 1: Switch ON the power supply to GSMmodule,Arduino and relays. Step 2: Sensor measures the moisture level at ith sector and sends it Arduino. Step 3: If the moisture level is less than the threshold valve then solenoid valve of ith sector is excited and motor is made to ON. Motor is made to ON if moisture at any sector is less than desired value. Step 4: If step 3 is executed then a message will be send to the farmer regarding about whether the sector is DRY. Step 5: When the moisture level reaches the desired value then check  If all the sectors have desired moisture level then OFF the pump then de-excite the solenoid valve belonging to ith sector.  If not all the sector have desired moisture level then don’t switch OFF the motor pump but de- excite the solenoid valve belonging to ith sector. Step 6: If step 5 is executed then a message will be send to the farmer regarding about whether the sector is WET. Step 7: Repeat the steps from step 2 for all the sectors.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5244 Fig - 3: Flow Chart 8. RESULT: The project is tested by considering a dry soil sample and a wet soil sample. Here we considered three sectors each one associated with two messages dry and wet samples. When the sector is dry then farmers get a messagethatthesectoris in dry state. If it is in wet then farmers get a message thatthe sector is wet. All these messages are sent via GSM module which is used in the project to a number that is assigned in Arduino. In this project a three sector field is consideredand each sector is associated with a message dry and wet with the sector name. The farmer will receive the message only when there is state change. Figure 4 shows the sectors one and two are dry and the water is allowed through these outlet pipes. Figure 5 shows a screenshot of messages that received during testing. Fig-4: snapshot of project Fig - 5: snapshot of messages to phone 9. CONCLUSION: At the end we would bring to the conclusion that the project helps the farmers to irrigate their without any effort. They could use this time effectively on some other work besides having knowledge about their field status. This project is fully operational and can be implemented on a large scale dividing the complete farm into sectors.Thisproject reduces the human effort and reduces the wastage of water. Depending on the weather conditions the project can automatically adjust the water that should be supplied for each sector. This project can be suitably used for any type of irrigation. Fertilizers requiredforplantscanalsosupplied by dissolving them in the tank. The main aim of this project is farmer should go to the farm one is for planting seeds and other is for harvesting. REFERENCES [1] C.M. Devika,Karthika Bose,S. Vijayalekshmy,“Automatic plant irrigation system using Arduino”, IEEE December 2017. [2] Priya, Archana, “Design and implementation of automatic plant wateringsystem”,IJAEGTJanuary2016.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5245 [3] Aman Bafna, Anish Jain, Nisarg Shah, Rishab Parekh, “IOT based irrigation using Arduino and android on the basis of weather prediction” IRJET May 2018. [4] Energy Efficient Automated Control Of Irrigation In Agriculture By Using Wireless Sensor Networks Computers And Electronics In Agriculture, Stefanos A. Nikolidakis, Dionisis Kandris, D. Dimitrios, Douligeris A Vergadoschristos. [5] A.Sethumathavan, K.Shree Pranav, A.Venkat Raman, Dr.B.Sathish Kumar paper, “Automatic irrigationsystem using IOT” IJRASET March 2016. [6] Ashwini, Diparna Adhikary, “Automatic irrigation system using Arduino & GSM” IRJET October 2018