SlideShare a Scribd company logo
A
Seminar
On
Smart Irrigation System
Using IoT
Submitted By: Submitted To :
Kritika Jain Department of ECE
(15EEAEC045) Govt. Engineering College, Ajmer
CONTENT
• ISRO
• Objectives
• System Hardware Design
• Layout
• Coding used
• Advantages
• Conclusion
ISRO: Indian Space Research Organization
ISRO was formed on Independence Day, 1969.
SLV-3 was India’s first indigenous satellite.
ISRO developed BHUVAN, web based 3D satellite
imagery tool-Indian Incarnation of Google Earth.
ISRO has 13 Centers all across India.
ISRO’s Mars mission is the cheapest so far.
Objectives
To save water and reduce human
intervention in the agriculture field.
Continuously monitoring the status of soil
through sensors and provide signal for
taking necessary action.
To get the output of the sensor and provide
water to crop.
To observe parameters for better yield.
System Hardware Design
The hardware system consists of:
1. Arduino Uno
2. Soil moisture sensor
3. Extension board
4. LED
5. 10k resistor
6.Water Pump
Arduino UNO...
The Arduino Uno R3 is a
microcontroller board
based on
the ATmega328.
 It has 14 digital
input/output pins, 6
analog inputs, a
16 MHz crystal oscillator,
a USB connection, a
power jack, an ICSP
header, and a reset
button.
Soil Moisture Sensor...
The sensor includes a
potentiometer to set
the desired moisture
threshold.
If measured moisture
value>threshold,
output is high and LED
blinks and vice versa.
The output is
connected to a
microcontroller.
LED and Resistor...
A light-emitting
diode (LED) is a two-
lead semiconductor li
ght source. It is a p–n
junction diode that
emits light when
activated.
While the resistor is
used to provide to
load.
Layout...
CODING USED
• const int VAL_PROBE = 0;
• const int MOISTURE_LEVEL = 700;
•
•
• void setup() {
• Serial.begin(9600);
• pinMode(13,OUTPUT);
• pinMode(7,OUTPUT);
•
• // put your setup code here, to run once:
•
• }
• void LedState(int state)
• {
• digitalWrite(7,state);
•
• }
• void loop() {
• int moisture = analogRead(VAL_PROBE);
• Serial.print("Moisture = ");
• Serial.println(moisture);
• if(moisture>MOISTURE_LEVEL)
• {
• LedState(HIGH);
• digitalWrite(13,LOW);
• }
• else
• {
• LedState(LOW);
• digitalWrite(13,HIGH);
• }
• delay(500);
• }
System uses sensors to measure the
moisture parameter of the soil.
Outputs of the sensors measured are
analog in nature so the system makes use
of ADC which is inbuilt in microcontroller.
The measured value from the sensor is
compared with the threshold value we
have provided.
According to the value the water is
provided to the plant, if needed.
Advantages
• Increase in productivity
• Reduced water consumption
• Safe
• No manpower required
• Reduce soil erosion and nutrient leaching
• Require smaller water source
Conclusion
The smart irrigation system is feasible and cost
effective.
The irrigation system allows cultivation in
places with water security thereby improving
sustainability.
It proves that the use of water can be
diminished.
References
• Neonil123-gist.github.com
• Tope G. Patel 2014 Journal of Current
engineering and research.

More Related Content

What's hot

Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
Anjgopal
 
IOT based irrigation system
IOT based irrigation systemIOT based irrigation system
IOT based irrigation system
Shanjedul Hassan
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
IRJET Journal
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
Suved Mahajan
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
AI Publications
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigation
kajikho9
 
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
 
Automatic Watering System in Greenhouse
Automatic Watering System in GreenhouseAutomatic Watering System in Greenhouse
Automatic Watering System in Greenhouse
mishu TheScareCrow
 
Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation systemstk25
 
Automatic irrigation system
Automatic irrigation systemAutomatic irrigation system
Automatic irrigation system
NarasinghaRoy
 
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
 
Smart farming using IOT
Smart farming using IOTSmart farming using IOT
Smart farming using IOT
VyshnaviGollapalli
 
arduino based automatic irrigation system
arduino based automatic irrigation systemarduino based automatic irrigation system
arduino based automatic irrigation system
MiJanurSimon
 
Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)
Siddappa Dollin
 
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
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
Ayesha Sajjad
 
Smart Agriculrutal System
Smart Agriculrutal SystemSmart Agriculrutal System
Smart Agriculrutal System
PurbashaChowdhury7
 
Automatic irrigation system ppt
Automatic irrigation system pptAutomatic irrigation system ppt
Automatic irrigation system ppt
Jagadeesh Kumar Duggineni
 
Intelligent irrigation system
Intelligent irrigation systemIntelligent irrigation system
Intelligent irrigation system
ABIN VARGHESE
 

What's hot (20)

Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
 
IOT based irrigation system
IOT based irrigation systemIOT based irrigation system
IOT based irrigation system
 
Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. Automatic Irrigation System using IoT. 
Automatic Irrigation System using IoT. 
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigation
 
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
 
Smart Irrigation ppt
Smart Irrigation pptSmart Irrigation ppt
Smart Irrigation ppt
 
Automatic Watering System in Greenhouse
Automatic Watering System in GreenhouseAutomatic Watering System in Greenhouse
Automatic Watering System in Greenhouse
 
Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation system
 
Automatic irrigation system
Automatic irrigation systemAutomatic irrigation system
Automatic irrigation system
 
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
 
Smart farming using IOT
Smart farming using IOTSmart farming using IOT
Smart farming using IOT
 
arduino based automatic irrigation system
arduino based automatic irrigation systemarduino based automatic irrigation system
arduino based automatic irrigation system
 
Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)Automatic irrigation 1st review(ieee project ece dept)
Automatic irrigation 1st review(ieee project ece dept)
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNOAUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
Smart Agriculrutal System
Smart Agriculrutal SystemSmart Agriculrutal System
Smart Agriculrutal System
 
Automatic irrigation system ppt
Automatic irrigation system pptAutomatic irrigation system ppt
Automatic irrigation system ppt
 
Intelligent irrigation system
Intelligent irrigation systemIntelligent irrigation system
Intelligent irrigation system
 

Similar to Smart Irrigation System Using IoT

Advanced irrigation system using Arduino
Advanced irrigation system using ArduinoAdvanced irrigation system using Arduino
Advanced irrigation system using Arduino
HimanshuSingh1351
 
Arduino Environment Tutorial
Arduino Environment TutorialArduino Environment Tutorial
Arduino Environment Tutorial
LastPicks
 
iotppt-170729110848.pdf
iotppt-170729110848.pdfiotppt-170729110848.pdf
iotppt-170729110848.pdf
Kishor Mhaske
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System ppt
Ranjan Gupta
 
Introducing the Sun SPOTs
Introducing the Sun SPOTsIntroducing the Sun SPOTs
Introducing the Sun SPOTs
Stefano Sanna
 
Intel galileo gen 2
Intel galileo gen 2Intel galileo gen 2
Intel galileo gen 2
srknec
 
Syed IoT - module 5
Syed  IoT - module 5Syed  IoT - module 5
Syed IoT - module 5
Syed Mustafa
 
GPS Assisted Roadmapping and Vehicle Monitoring
GPS Assisted Roadmapping and Vehicle Monitoring GPS Assisted Roadmapping and Vehicle Monitoring
GPS Assisted Roadmapping and Vehicle Monitoring
Niranjan Shintre
 
IoT Based Solar Water Pump Controller
IoT Based Solar Water Pump ControllerIoT Based Solar Water Pump Controller
IoT Based Solar Water Pump Controller
IJSRED
 
CONFIGURING TIMERS FOR AUTOMATIC SWITCHING “ON AND OFF” OF IRRIGATION SYSTEMS...
CONFIGURING TIMERS FOR AUTOMATIC SWITCHING “ON AND OFF” OF IRRIGATION SYSTEMS...CONFIGURING TIMERS FOR AUTOMATIC SWITCHING “ON AND OFF” OF IRRIGATION SYSTEMS...
CONFIGURING TIMERS FOR AUTOMATIC SWITCHING “ON AND OFF” OF IRRIGATION SYSTEMS...
ARUL S
 
ARUDINO UNO and RasberryPi with Python
 ARUDINO UNO and RasberryPi with Python ARUDINO UNO and RasberryPi with Python
ARUDINO UNO and RasberryPi with Python
Jayanthi Kannan MK
 
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
Jayanthi Kannan MK
 
Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...
Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...
Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...
Ayudya Maulidiani Rachman
 
Plant watering system
Plant watering systemPlant watering system
Plant watering system
SridharaSubrahmanyaS
 
Android Things in action
Android Things in actionAndroid Things in action
Android Things in action
Stefano Sanna
 
MINI Project ppt template.pptx
MINI Project ppt template.pptxMINI Project ppt template.pptx
MINI Project ppt template.pptx
23ds3000101
 
presentation on image processing and temperature and humidity sensor.
presentation on image processing and temperature and humidity sensor.presentation on image processing and temperature and humidity sensor.
presentation on image processing and temperature and humidity sensor.
jitendra suthar
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blinds
AmbikaR4
 
DAM SHUTTER 2.pptx
DAM SHUTTER 2.pptxDAM SHUTTER 2.pptx
DAM SHUTTER 2.pptx
2000520320051
 
Internet of things
Internet of thingsInternet of things
Internet of things
Brockanurag
 

Similar to Smart Irrigation System Using IoT (20)

Advanced irrigation system using Arduino
Advanced irrigation system using ArduinoAdvanced irrigation system using Arduino
Advanced irrigation system using Arduino
 
Arduino Environment Tutorial
Arduino Environment TutorialArduino Environment Tutorial
Arduino Environment Tutorial
 
iotppt-170729110848.pdf
iotppt-170729110848.pdfiotppt-170729110848.pdf
iotppt-170729110848.pdf
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System ppt
 
Introducing the Sun SPOTs
Introducing the Sun SPOTsIntroducing the Sun SPOTs
Introducing the Sun SPOTs
 
Intel galileo gen 2
Intel galileo gen 2Intel galileo gen 2
Intel galileo gen 2
 
Syed IoT - module 5
Syed  IoT - module 5Syed  IoT - module 5
Syed IoT - module 5
 
GPS Assisted Roadmapping and Vehicle Monitoring
GPS Assisted Roadmapping and Vehicle Monitoring GPS Assisted Roadmapping and Vehicle Monitoring
GPS Assisted Roadmapping and Vehicle Monitoring
 
IoT Based Solar Water Pump Controller
IoT Based Solar Water Pump ControllerIoT Based Solar Water Pump Controller
IoT Based Solar Water Pump Controller
 
CONFIGURING TIMERS FOR AUTOMATIC SWITCHING “ON AND OFF” OF IRRIGATION SYSTEMS...
CONFIGURING TIMERS FOR AUTOMATIC SWITCHING “ON AND OFF” OF IRRIGATION SYSTEMS...CONFIGURING TIMERS FOR AUTOMATIC SWITCHING “ON AND OFF” OF IRRIGATION SYSTEMS...
CONFIGURING TIMERS FOR AUTOMATIC SWITCHING “ON AND OFF” OF IRRIGATION SYSTEMS...
 
ARUDINO UNO and RasberryPi with Python
 ARUDINO UNO and RasberryPi with Python ARUDINO UNO and RasberryPi with Python
ARUDINO UNO and RasberryPi with Python
 
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
IoT Arduino UNO, RaspberryPi with Python, RaspberryPi Programming using Pytho...
 
Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...
Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...
Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...
 
Plant watering system
Plant watering systemPlant watering system
Plant watering system
 
Android Things in action
Android Things in actionAndroid Things in action
Android Things in action
 
MINI Project ppt template.pptx
MINI Project ppt template.pptxMINI Project ppt template.pptx
MINI Project ppt template.pptx
 
presentation on image processing and temperature and humidity sensor.
presentation on image processing and temperature and humidity sensor.presentation on image processing and temperature and humidity sensor.
presentation on image processing and temperature and humidity sensor.
 
Smart walking Stick for blinds
Smart walking Stick for blindsSmart walking Stick for blinds
Smart walking Stick for blinds
 
DAM SHUTTER 2.pptx
DAM SHUTTER 2.pptxDAM SHUTTER 2.pptx
DAM SHUTTER 2.pptx
 
Internet of things
Internet of thingsInternet of things
Internet of things
 

More from Lokesh Parihar

Railway Industrial Taining.pptx
Railway Industrial Taining.pptxRailway Industrial Taining.pptx
Railway Industrial Taining.pptx
Lokesh Parihar
 
Space Debris
Space DebrisSpace Debris
Space Debris
Lokesh Parihar
 
Railway Industrial Training
Railway Industrial TrainingRailway Industrial Training
Railway Industrial Training
Lokesh Parihar
 
Railway Industrial Training Report
Railway Industrial Training ReportRailway Industrial Training Report
Railway Industrial Training Report
Lokesh Parihar
 
Railway Industrial Training
Railway Industrial TrainingRailway Industrial Training
Railway Industrial Training
Lokesh Parihar
 
Frequency Modulation
Frequency ModulationFrequency Modulation
Frequency Modulation
Lokesh Parihar
 
Demodulation of AM wave
Demodulation of AM waveDemodulation of AM wave
Demodulation of AM wave
Lokesh Parihar
 
Law of Returns
Law of ReturnsLaw of Returns
Law of Returns
Lokesh Parihar
 
Return to scale
Return to scaleReturn to scale
Return to scale
Lokesh Parihar
 

More from Lokesh Parihar (9)

Railway Industrial Taining.pptx
Railway Industrial Taining.pptxRailway Industrial Taining.pptx
Railway Industrial Taining.pptx
 
Space Debris
Space DebrisSpace Debris
Space Debris
 
Railway Industrial Training
Railway Industrial TrainingRailway Industrial Training
Railway Industrial Training
 
Railway Industrial Training Report
Railway Industrial Training ReportRailway Industrial Training Report
Railway Industrial Training Report
 
Railway Industrial Training
Railway Industrial TrainingRailway Industrial Training
Railway Industrial Training
 
Frequency Modulation
Frequency ModulationFrequency Modulation
Frequency Modulation
 
Demodulation of AM wave
Demodulation of AM waveDemodulation of AM wave
Demodulation of AM wave
 
Law of Returns
Law of ReturnsLaw of Returns
Law of Returns
 
Return to scale
Return to scaleReturn to scale
Return to scale
 

Recently uploaded

ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
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
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
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
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
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
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
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
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
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
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 

Recently uploaded (20)

ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
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
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
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.
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.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
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
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...
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
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
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 

Smart Irrigation System Using IoT

  • 1. A Seminar On Smart Irrigation System Using IoT Submitted By: Submitted To : Kritika Jain Department of ECE (15EEAEC045) Govt. Engineering College, Ajmer
  • 2. CONTENT • ISRO • Objectives • System Hardware Design • Layout • Coding used • Advantages • Conclusion
  • 3. ISRO: Indian Space Research Organization ISRO was formed on Independence Day, 1969. SLV-3 was India’s first indigenous satellite. ISRO developed BHUVAN, web based 3D satellite imagery tool-Indian Incarnation of Google Earth. ISRO has 13 Centers all across India. ISRO’s Mars mission is the cheapest so far.
  • 4.
  • 5. Objectives To save water and reduce human intervention in the agriculture field. Continuously monitoring the status of soil through sensors and provide signal for taking necessary action. To get the output of the sensor and provide water to crop. To observe parameters for better yield.
  • 7. The hardware system consists of: 1. Arduino Uno 2. Soil moisture sensor 3. Extension board 4. LED 5. 10k resistor 6.Water Pump
  • 8. Arduino UNO... The Arduino Uno R3 is a microcontroller board based on the ATmega328.  It has 14 digital input/output pins, 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button.
  • 9. Soil Moisture Sensor... The sensor includes a potentiometer to set the desired moisture threshold. If measured moisture value>threshold, output is high and LED blinks and vice versa. The output is connected to a microcontroller.
  • 10. LED and Resistor... A light-emitting diode (LED) is a two- lead semiconductor li ght source. It is a p–n junction diode that emits light when activated. While the resistor is used to provide to load.
  • 12. CODING USED • const int VAL_PROBE = 0; • const int MOISTURE_LEVEL = 700; • • • void setup() { • Serial.begin(9600); • pinMode(13,OUTPUT); • pinMode(7,OUTPUT); • • // put your setup code here, to run once: • • } • void LedState(int state) • { • digitalWrite(7,state); • • } • void loop() { • int moisture = analogRead(VAL_PROBE);
  • 13. • Serial.print("Moisture = "); • Serial.println(moisture); • if(moisture>MOISTURE_LEVEL) • { • LedState(HIGH); • digitalWrite(13,LOW); • } • else • { • LedState(LOW); • digitalWrite(13,HIGH); • } • delay(500); • }
  • 14.
  • 15. System uses sensors to measure the moisture parameter of the soil. Outputs of the sensors measured are analog in nature so the system makes use of ADC which is inbuilt in microcontroller. The measured value from the sensor is compared with the threshold value we have provided. According to the value the water is provided to the plant, if needed.
  • 16. Advantages • Increase in productivity • Reduced water consumption • Safe • No manpower required • Reduce soil erosion and nutrient leaching • Require smaller water source
  • 17. Conclusion The smart irrigation system is feasible and cost effective. The irrigation system allows cultivation in places with water security thereby improving sustainability. It proves that the use of water can be diminished.
  • 18. References • Neonil123-gist.github.com • Tope G. Patel 2014 Journal of Current engineering and research.