SlideShare uma empresa Scribd logo
1 de 21
SOIL MOISTURE SENSOR
MSE-I
PARVESH TANEJA
Submitted by:
SOIL MOISTURE SENSOR
Fig 1: Soil Moisture Sensor (Ref)
INTRODUCTION
Soil Moisture Sensor as the name suggest ,can detect amount of moisture in
soil (roots of a plant).
 It is Low-Tech sensor.
This sensor is compatible with Arduino UNO,Arduino mega2560, Arduino ADK
etc.
WORKING PRINCIPLE
• Strictly Speaking moisture sensor does not measures moisture but measures
conductivity or resistivity of soil.
• Moisture Sensor has two probes to pass current through the soil. It then reads
resistance(conductance) in the soil.
• Less moisture (water) in soil results in higher resistance i.e. dry soil.
• More moisture (water) in soil results in lesser resistance and sensor thus
relates moisture content.
FEATURES
This sensor has low power consumption, and high sensitivity. (Sensitivity should not be
confused with accuracy)
Operates on low Voltage of 5v.
Operates on low current <20mA.
Weighs only 3 gram.
DISADVANTAGES
Depth of detection is only 37mm.
Working temperature is only 10˚-30˚ Celsius.
Less accuracy.
PIN DEFINITIONS
Fig 2.1: Soil Moisture Sensor Pins (Ref)
 Pin with “S” written on it means signal.
 Pin with “-” written on it means GND (ground) .
 Pin with “+” written on it means 5v supply.
YL69(PROBES) CONNECTED TO YL38 (INTERFACE)
This is what I will be using while
Showing Demo.
Fig 2.2: Soil Moisture Sensor unit (Ref)
Yl38 (Interface) and Yl69 (Probes)
Cost = 130 INR
YL-69 MOISTURE SENSOR (PROBES)
• This is an Electrical resistance Sensor. The sensor is made up of two electrodes. This soil moisture sensor
reads the moisture content around it. A current is passed across the electrodes through the soil and the
resistance to the current in the soil determines the soil moisture. If the soil has more water resistance
will be low and thus more current will pass through. On the other hand when the soil moisture is low
the sensor module outputs a high level of resistance.
• This sensor has both digital and analogue outputs. Digital output is simple to use but is not as accurate
as the analogue output.
YL-69 MOISTURE SENSOR(PROBES)
Fig 2.2.1: YL-69 (Probes)
YL - 38 INTERFACE FOR YL-69 PROBES
• The sensor comes with a small PCB board fitted with LM393 comparator chip and a potentiometer.
• Output signal Pins (Both Analog and Digital).
• Input Power pins for the sensor is also present on this PCB.
Fig 2.2.2: YL-38 (Interface)
CONNECTING DIAGRAM
Fig 3.1: Soil Moisture Sensor connected to Arduino (Ref)
PICTOGRAPHIC REPRESENTATION
Fig 3.2: Soil Moisture Sensor connected to Arduino (Ref)
HARDWARE REQUIRED
 Arduino UNO(Fig 4)
 Soil Moisture Sensor(Fig 5)
 3 Pin Dual Female Jumper wire(Fig 6)
 Sensor shield (Optional, not required)
Fig 4:Arduino UNO (Ref)
Fig 6:Female Jumper Wire(Ref)
Fig 5:Soil Moisture Sensor (Ref)
SIMPLE BASIC SKETCH-1
• void setup() {
• // put your setup code here, to run once:
• // initialize serial communication at 9600 bits per second:
• Serial.begin(9600);
• }
• void loop() {
• // put your main code here, to run repeatedly:
• // read the input on analog pin 0:
• int sensorValue = analogRead(A0); Serial.println(sensorValue);
• delay(100);
• }
SIMPLE BASIC SKETCH-2
void setup() {
Serial.begin(9600);
}
void loop(){
if(analogRead(A0)<300){
Serial.println("I feel so comfortable");
}
if(analogRead(A0)>300 && analogRead(5)<700){
Serial.println("I am thirsty ,please give me water");
}
if(analogRead(A0)>700){
Serial.println("Too much water,I might get hurt");
}
delay(200);
}
TEST RESULTS:
• Moisture content is less in soil.
TEST RESULTS CONTINUE:
After watering :
• Moisture content is within the range in soil.
TEST RESULTS CONTINUE:
Adding more water :
• Moisture content is out of range in soil.
REFERENCE
S.No. LINK
1. http://www.fut-electronics.com/wp-content/plugins/fe_downloads/Uploads/moisture-sensor-arduino.pdf
2. http://lowtech.propositions.org.uk/lowtech-sensors-and-actuators.pdf
3. https://arduino-info.wikispaces.com/SensorShield
THANK YOU 
• Keep Experimenting 
• Keep Loving Open Source.

Mais conteúdo relacionado

Mais procurados

Automatic plant watering using arduinos
Automatic plant watering using arduinosAutomatic plant watering using arduinos
Automatic plant watering using arduinosMuhammadFazilMemon
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoTLokesh Parihar
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigationkajikho9
 
INFRARED SENSOR WORKING PRINCIPLE AND CIRCUIT
INFRARED SENSOR WORKING PRINCIPLE AND CIRCUITINFRARED SENSOR WORKING PRINCIPLE AND CIRCUIT
INFRARED SENSOR WORKING PRINCIPLE AND CIRCUITKaushal Shah
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking systemArjun Singh
 
automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system pptAbhishek Awasthi
 
Ultrasonic sensor
Ultrasonic sensorUltrasonic sensor
Ultrasonic sensorAdarsh Raj
 
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 PPTrishav164
 
Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Puja Singh
 
Automated Plant Watering System
Automated Plant Watering SystemAutomated Plant Watering System
Automated Plant Watering SystemSoumyadeep Kal
 
Sensor based smart agriculture system
Sensor based smart agriculture systemSensor based smart agriculture system
Sensor based smart agriculture systemAbhijeetKumar346
 

Mais procurados (20)

Smart Irrigation ppt
Smart Irrigation pptSmart Irrigation ppt
Smart Irrigation ppt
 
IOT BASED SMART AGRICULTURE
IOT BASED SMART AGRICULTUREIOT BASED SMART AGRICULTURE
IOT BASED SMART AGRICULTURE
 
Automatic plant watering using arduinos
Automatic plant watering using arduinosAutomatic plant watering using arduinos
Automatic plant watering using arduinos
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigation
 
INFRARED SENSOR WORKING PRINCIPLE AND CIRCUIT
INFRARED SENSOR WORKING PRINCIPLE AND CIRCUITINFRARED SENSOR WORKING PRINCIPLE AND CIRCUIT
INFRARED SENSOR WORKING PRINCIPLE AND CIRCUIT
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking system
 
automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system ppt
 
Ultrasonic sensor
Ultrasonic sensorUltrasonic sensor
Ultrasonic sensor
 
Sensor technology
Sensor technologySensor technology
Sensor technology
 
Basic Sensors Technology
Basic Sensors TechnologyBasic Sensors Technology
Basic Sensors Technology
 
Green house monitoring and control
Green house monitoring and controlGreen house monitoring and control
Green house monitoring and control
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart 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
 
Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2
 
Automated Plant Watering System
Automated Plant Watering SystemAutomated Plant Watering System
Automated Plant Watering System
 
Smart dustbin
Smart dustbinSmart dustbin
Smart dustbin
 
Sensor based smart agriculture system
Sensor based smart agriculture systemSensor based smart agriculture system
Sensor based smart agriculture system
 
Smart farming using IOT
Smart farming using IOTSmart farming using IOT
Smart farming using IOT
 
Automatic Irrigation System
Automatic Irrigation SystemAutomatic Irrigation System
Automatic Irrigation System
 

Destaque

Sensors for water level, soil moisture temp & r.humidity
Sensors for water level, soil moisture temp & r.humiditySensors for water level, soil moisture temp & r.humidity
Sensors for water level, soil moisture temp & r.humiditySai Bhaskar Reddy Nakka
 
Soil Moisture Monitoring
Soil Moisture MonitoringSoil Moisture Monitoring
Soil Moisture MonitoringCaleb M Carter
 
Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation systemstk25
 
A REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUES
A REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUESA REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUES
A REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUESBhushan Patil
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsSudhanshu Tripathi
 
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsDesign Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsSai Bhaskar Reddy Nakka
 
Arduino based intelligent greenhouse Project
Arduino based intelligent greenhouse ProjectArduino based intelligent greenhouse Project
Arduino based intelligent greenhouse ProjectAmit Saini
 
Embedded green house automation system
Embedded green house automation systemEmbedded green house automation system
Embedded green house automation systemgajula vijaya lakshmi
 
Application of Soil Moisture Sensors in Agriculture: A Review
Application of Soil Moisture Sensors in Agriculture: A ReviewApplication of Soil Moisture Sensors in Agriculture: A Review
Application of Soil Moisture Sensors in Agriculture: A ReviewAnchit Garg
 
Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...
Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...
Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...Fabia Febriyanti
 
Pengukuran kelembaban tanah dengan moisture sensor berbasis fix
Pengukuran kelembaban tanah dengan  moisture sensor berbasis fixPengukuran kelembaban tanah dengan  moisture sensor berbasis fix
Pengukuran kelembaban tanah dengan moisture sensor berbasis fixyana cahyana
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting systemMayank Kumbhaj
 
Green house weather control system
Green house weather control systemGreen house weather control system
Green house weather control systemShiven Vashisht
 
Adjacency report
Adjacency reportAdjacency report
Adjacency reportBarbuMaria9
 
project report on humidity detector
project report on humidity detectorproject report on humidity detector
project report on humidity detectorSwati Joshi
 
soil moisture retrieval.pptx
soil moisture retrieval.pptxsoil moisture retrieval.pptx
soil moisture retrieval.pptxgrssieee
 

Destaque (20)

Sensors for water level, soil moisture temp & r.humidity
Sensors for water level, soil moisture temp & r.humiditySensors for water level, soil moisture temp & r.humidity
Sensors for water level, soil moisture temp & r.humidity
 
Soil Moisture Monitoring
Soil Moisture MonitoringSoil Moisture Monitoring
Soil Moisture Monitoring
 
Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation system
 
Soil moistur
Soil moisturSoil moistur
Soil moistur
 
A REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUES
A REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUESA REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUES
A REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUES
 
Soil moisture
Soil moistureSoil moisture
Soil moisture
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensors
 
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and SensorsDesign Development of Water Monitoring Systems by Using Arduino and Sensors
Design Development of Water Monitoring Systems by Using Arduino and Sensors
 
Arduino based intelligent greenhouse Project
Arduino based intelligent greenhouse ProjectArduino based intelligent greenhouse Project
Arduino based intelligent greenhouse Project
 
Embedded green house automation system
Embedded green house automation systemEmbedded green house automation system
Embedded green house automation system
 
Soil moisture
Soil moistureSoil moisture
Soil moisture
 
Application of Soil Moisture Sensors in Agriculture: A Review
Application of Soil Moisture Sensors in Agriculture: A ReviewApplication of Soil Moisture Sensors in Agriculture: A Review
Application of Soil Moisture Sensors in Agriculture: A Review
 
Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...
Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...
Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...
 
Pengukuran kelembaban tanah dengan moisture sensor berbasis fix
Pengukuran kelembaban tanah dengan  moisture sensor berbasis fixPengukuran kelembaban tanah dengan  moisture sensor berbasis fix
Pengukuran kelembaban tanah dengan moisture sensor berbasis fix
 
Automated greenhouse
Automated greenhouseAutomated greenhouse
Automated greenhouse
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting system
 
Green house weather control system
Green house weather control systemGreen house weather control system
Green house weather control system
 
Adjacency report
Adjacency reportAdjacency report
Adjacency report
 
project report on humidity detector
project report on humidity detectorproject report on humidity detector
project report on humidity detector
 
soil moisture retrieval.pptx
soil moisture retrieval.pptxsoil moisture retrieval.pptx
soil moisture retrieval.pptx
 

Semelhante a Soil Moisture Sensor and Arduino

irrigationsystem using wind energy and water lifting
irrigationsystem using wind energy and water liftingirrigationsystem using wind energy and water lifting
irrigationsystem using wind energy and water liftingHamed Raza
 
Adding Remote Controller Functionality To Any Stereo
 Adding Remote Controller Functionality To Any Stereo Adding Remote Controller Functionality To Any Stereo
Adding Remote Controller Functionality To Any StereoEditor IJCATR
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring systemIRJET Journal
 
PPT iot based smart rrigration system pptx.pptx
PPT iot based smart rrigration system pptx.pptxPPT iot based smart rrigration system pptx.pptx
PPT iot based smart rrigration system pptx.pptxrakesh851750
 
line following robot
line following robotline following robot
line following robotRehnaz Razvi
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorRAGHUVARMA09
 
Emotional Stress Indicator and Digital Thermometer-Project-8thsem
Emotional Stress Indicator and Digital Thermometer-Project-8thsemEmotional Stress Indicator and Digital Thermometer-Project-8thsem
Emotional Stress Indicator and Digital Thermometer-Project-8thsemkaushikbandopadhyay
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ajit kumar singh
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicatorpalwinder virk
 

Semelhante a Soil Moisture Sensor and Arduino (20)

irrigationsystem using wind energy and water lifting
irrigationsystem using wind energy and water liftingirrigationsystem using wind energy and water lifting
irrigationsystem using wind energy and water lifting
 
Arduino
ArduinoArduino
Arduino
 
Adding Remote Controller Functionality To Any Stereo
 Adding Remote Controller Functionality To Any Stereo Adding Remote Controller Functionality To Any Stereo
Adding Remote Controller Functionality To Any Stereo
 
water level edit.docx
water level edit.docxwater level edit.docx
water level edit.docx
 
Lab2ppt
Lab2pptLab2ppt
Lab2ppt
 
Sensors.pptx
Sensors.pptxSensors.pptx
Sensors.pptx
 
Plant watering system
Plant watering systemPlant watering system
Plant watering system
 
PRE PROJECT.pptx
PRE PROJECT.pptxPRE PROJECT.pptx
PRE PROJECT.pptx
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
 
PPT iot based smart rrigration system pptx.pptx
PPT iot based smart rrigration system pptx.pptxPPT iot based smart rrigration system pptx.pptx
PPT iot based smart rrigration system pptx.pptx
 
line following robot
line following robotline following robot
line following robot
 
publish manual
publish manualpublish manual
publish manual
 
Smart Blind stick by using arduino uno and sensor
 Smart Blind stick  by using arduino  uno  and sensor Smart Blind stick  by using arduino  uno  and sensor
Smart Blind stick by using arduino uno and sensor
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR Sensor
 
3030
30303030
3030
 
rain.pptx
rain.pptxrain.pptx
rain.pptx
 
Emotional Stress Indicator and Digital Thermometer-Project-8thsem
Emotional Stress Indicator and Digital Thermometer-Project-8thsemEmotional Stress Indicator and Digital Thermometer-Project-8thsem
Emotional Stress Indicator and Digital Thermometer-Project-8thsem
 
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY ARDUINO BASED TIME AND TEMPERATURE DISPLAY
ARDUINO BASED TIME AND TEMPERATURE DISPLAY
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicator
 

Mais de Parvesh Taneja

Transient Analysis of 12V DC Power Supply_F.pdf
Transient Analysis of 12V DC Power Supply_F.pdfTransient Analysis of 12V DC Power Supply_F.pdf
Transient Analysis of 12V DC Power Supply_F.pdfParvesh Taneja
 
Anveshna abstract ncr-2016
Anveshna abstract ncr-2016Anveshna abstract ncr-2016
Anveshna abstract ncr-2016Parvesh Taneja
 
Vertical farming Project
Vertical farming ProjectVertical farming Project
Vertical farming ProjectParvesh Taneja
 
Subject studied during Mechanical Engineering at Gd Goenka University
Subject studied during Mechanical Engineering at Gd Goenka UniversitySubject studied during Mechanical Engineering at Gd Goenka University
Subject studied during Mechanical Engineering at Gd Goenka UniversityParvesh Taneja
 
CUTTING TOOLS USED FOR CUTTING OF STONE
CUTTING TOOLS USED FOR CUTTING OF STONECUTTING TOOLS USED FOR CUTTING OF STONE
CUTTING TOOLS USED FOR CUTTING OF STONEParvesh Taneja
 
Foundation of Computational Fluid Dynamics Parvesh Taneja
Foundation of Computational Fluid Dynamics Parvesh TanejaFoundation of Computational Fluid Dynamics Parvesh Taneja
Foundation of Computational Fluid Dynamics Parvesh TanejaParvesh Taneja
 
Pre Placement Interview Presentation on Mechanical Design
Pre Placement Interview Presentation on Mechanical DesignPre Placement Interview Presentation on Mechanical Design
Pre Placement Interview Presentation on Mechanical DesignParvesh Taneja
 
Internship at M/s Mindarika Pvt. Ltd.
Internship at M/s Mindarika Pvt. Ltd. Internship at M/s Mindarika Pvt. Ltd.
Internship at M/s Mindarika Pvt. Ltd. Parvesh Taneja
 
Connecting morse key to pc using an optical mouse.
Connecting morse key to pc using an optical mouse.Connecting morse key to pc using an optical mouse.
Connecting morse key to pc using an optical mouse.Parvesh Taneja
 
Supervisory Control and Data Acquisition (SCADA) system for Greenhouse Farm w...
Supervisory Control and Data Acquisition (SCADA) system for Greenhouse Farm w...Supervisory Control and Data Acquisition (SCADA) system for Greenhouse Farm w...
Supervisory Control and Data Acquisition (SCADA) system for Greenhouse Farm w...Parvesh Taneja
 
Autodesk maya presentation
Autodesk maya presentationAutodesk maya presentation
Autodesk maya presentationParvesh Taneja
 
3D modelling and animation using Autodesk maya
3D modelling and animation using Autodesk maya3D modelling and animation using Autodesk maya
3D modelling and animation using Autodesk mayaParvesh Taneja
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)Parvesh Taneja
 
“Comparative and Competitive study of the corporate identity of the domestic ...
“Comparative and Competitive study of the corporate identity of the domestic ...“Comparative and Competitive study of the corporate identity of the domestic ...
“Comparative and Competitive study of the corporate identity of the domestic ...Parvesh Taneja
 

Mais de Parvesh Taneja (16)

Transient Analysis of 12V DC Power Supply_F.pdf
Transient Analysis of 12V DC Power Supply_F.pdfTransient Analysis of 12V DC Power Supply_F.pdf
Transient Analysis of 12V DC Power Supply_F.pdf
 
Anveshna abstract ncr-2016
Anveshna abstract ncr-2016Anveshna abstract ncr-2016
Anveshna abstract ncr-2016
 
Vertical farming Project
Vertical farming ProjectVertical farming Project
Vertical farming Project
 
Report on pumps
Report on pumpsReport on pumps
Report on pumps
 
Subject studied during Mechanical Engineering at Gd Goenka University
Subject studied during Mechanical Engineering at Gd Goenka UniversitySubject studied during Mechanical Engineering at Gd Goenka University
Subject studied during Mechanical Engineering at Gd Goenka University
 
CUTTING TOOLS USED FOR CUTTING OF STONE
CUTTING TOOLS USED FOR CUTTING OF STONECUTTING TOOLS USED FOR CUTTING OF STONE
CUTTING TOOLS USED FOR CUTTING OF STONE
 
Foundation of Computational Fluid Dynamics Parvesh Taneja
Foundation of Computational Fluid Dynamics Parvesh TanejaFoundation of Computational Fluid Dynamics Parvesh Taneja
Foundation of Computational Fluid Dynamics Parvesh Taneja
 
Pre Placement Interview Presentation on Mechanical Design
Pre Placement Interview Presentation on Mechanical DesignPre Placement Interview Presentation on Mechanical Design
Pre Placement Interview Presentation on Mechanical Design
 
Internship at M/s Mindarika Pvt. Ltd.
Internship at M/s Mindarika Pvt. Ltd. Internship at M/s Mindarika Pvt. Ltd.
Internship at M/s Mindarika Pvt. Ltd.
 
Connecting morse key to pc using an optical mouse.
Connecting morse key to pc using an optical mouse.Connecting morse key to pc using an optical mouse.
Connecting morse key to pc using an optical mouse.
 
Supervisory Control and Data Acquisition (SCADA) system for Greenhouse Farm w...
Supervisory Control and Data Acquisition (SCADA) system for Greenhouse Farm w...Supervisory Control and Data Acquisition (SCADA) system for Greenhouse Farm w...
Supervisory Control and Data Acquisition (SCADA) system for Greenhouse Farm w...
 
Autodesk maya presentation
Autodesk maya presentationAutodesk maya presentation
Autodesk maya presentation
 
3D modelling and animation using Autodesk maya
3D modelling and animation using Autodesk maya3D modelling and animation using Autodesk maya
3D modelling and animation using Autodesk maya
 
Automation of a farm
Automation of a farmAutomation of a farm
Automation of a farm
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
“Comparative and Competitive study of the corporate identity of the domestic ...
“Comparative and Competitive study of the corporate identity of the domestic ...“Comparative and Competitive study of the corporate identity of the domestic ...
“Comparative and Competitive study of the corporate identity of the domestic ...
 

Último

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxnuruddin69
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfsmsksolar
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 

Último (20)

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Bridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptxBridge Jacking Design Sample Calculation.pptx
Bridge Jacking Design Sample Calculation.pptx
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
Rums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdfRums floating Omkareshwar FSPV IM_16112021.pdf
Rums floating Omkareshwar FSPV IM_16112021.pdf
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 

Soil Moisture Sensor and Arduino

  • 1. SOIL MOISTURE SENSOR MSE-I PARVESH TANEJA Submitted by:
  • 2. SOIL MOISTURE SENSOR Fig 1: Soil Moisture Sensor (Ref)
  • 3. INTRODUCTION Soil Moisture Sensor as the name suggest ,can detect amount of moisture in soil (roots of a plant).  It is Low-Tech sensor. This sensor is compatible with Arduino UNO,Arduino mega2560, Arduino ADK etc.
  • 4. WORKING PRINCIPLE • Strictly Speaking moisture sensor does not measures moisture but measures conductivity or resistivity of soil. • Moisture Sensor has two probes to pass current through the soil. It then reads resistance(conductance) in the soil. • Less moisture (water) in soil results in higher resistance i.e. dry soil. • More moisture (water) in soil results in lesser resistance and sensor thus relates moisture content.
  • 5. FEATURES This sensor has low power consumption, and high sensitivity. (Sensitivity should not be confused with accuracy) Operates on low Voltage of 5v. Operates on low current <20mA. Weighs only 3 gram.
  • 6. DISADVANTAGES Depth of detection is only 37mm. Working temperature is only 10˚-30˚ Celsius. Less accuracy.
  • 7. PIN DEFINITIONS Fig 2.1: Soil Moisture Sensor Pins (Ref)  Pin with “S” written on it means signal.  Pin with “-” written on it means GND (ground) .  Pin with “+” written on it means 5v supply.
  • 8. YL69(PROBES) CONNECTED TO YL38 (INTERFACE) This is what I will be using while Showing Demo. Fig 2.2: Soil Moisture Sensor unit (Ref) Yl38 (Interface) and Yl69 (Probes) Cost = 130 INR
  • 9. YL-69 MOISTURE SENSOR (PROBES) • This is an Electrical resistance Sensor. The sensor is made up of two electrodes. This soil moisture sensor reads the moisture content around it. A current is passed across the electrodes through the soil and the resistance to the current in the soil determines the soil moisture. If the soil has more water resistance will be low and thus more current will pass through. On the other hand when the soil moisture is low the sensor module outputs a high level of resistance. • This sensor has both digital and analogue outputs. Digital output is simple to use but is not as accurate as the analogue output.
  • 10. YL-69 MOISTURE SENSOR(PROBES) Fig 2.2.1: YL-69 (Probes)
  • 11. YL - 38 INTERFACE FOR YL-69 PROBES • The sensor comes with a small PCB board fitted with LM393 comparator chip and a potentiometer. • Output signal Pins (Both Analog and Digital). • Input Power pins for the sensor is also present on this PCB. Fig 2.2.2: YL-38 (Interface)
  • 12. CONNECTING DIAGRAM Fig 3.1: Soil Moisture Sensor connected to Arduino (Ref)
  • 13. PICTOGRAPHIC REPRESENTATION Fig 3.2: Soil Moisture Sensor connected to Arduino (Ref)
  • 14. HARDWARE REQUIRED  Arduino UNO(Fig 4)  Soil Moisture Sensor(Fig 5)  3 Pin Dual Female Jumper wire(Fig 6)  Sensor shield (Optional, not required) Fig 4:Arduino UNO (Ref) Fig 6:Female Jumper Wire(Ref) Fig 5:Soil Moisture Sensor (Ref)
  • 15. SIMPLE BASIC SKETCH-1 • void setup() { • // put your setup code here, to run once: • // initialize serial communication at 9600 bits per second: • Serial.begin(9600); • } • void loop() { • // put your main code here, to run repeatedly: • // read the input on analog pin 0: • int sensorValue = analogRead(A0); Serial.println(sensorValue); • delay(100); • }
  • 16. SIMPLE BASIC SKETCH-2 void setup() { Serial.begin(9600); } void loop(){ if(analogRead(A0)<300){ Serial.println("I feel so comfortable"); } if(analogRead(A0)>300 && analogRead(5)<700){ Serial.println("I am thirsty ,please give me water"); } if(analogRead(A0)>700){ Serial.println("Too much water,I might get hurt"); } delay(200); }
  • 17. TEST RESULTS: • Moisture content is less in soil.
  • 18. TEST RESULTS CONTINUE: After watering : • Moisture content is within the range in soil.
  • 19. TEST RESULTS CONTINUE: Adding more water : • Moisture content is out of range in soil.
  • 20. REFERENCE S.No. LINK 1. http://www.fut-electronics.com/wp-content/plugins/fe_downloads/Uploads/moisture-sensor-arduino.pdf 2. http://lowtech.propositions.org.uk/lowtech-sensors-and-actuators.pdf 3. https://arduino-info.wikispaces.com/SensorShield
  • 21. THANK YOU  • Keep Experimenting  • Keep Loving Open Source.

Notas do Editor

  1. Low Tech means which is not highly accurate for scientific studies but could be used for non scientific work like in sensing moisture in root of a plant where we don’t need exact readings or simply it doesn’t matter if some small errors are present in reading.
  2. This was cheaper then previous one shown in figure2.1 and was easily available. So this slide is just to tell what I did(That’s why background is different)
  3. All pictures in slide 11,12 & 13 are taken from http://www.fut-electronics.com/wp-content/plugins/fe_downloads/Uploads/moisture-sensor-arduino.pdf
  4. All pictures in slide 11,12 & 13 are taken from http://www.fut-electronics.com/wp-content/plugins/fe_downloads/Uploads/moisture-sensor-arduino.pdf
  5. All pictures in slide 11,12 & 13 are taken from http://www.fut-electronics.com/wp-content/plugins/fe_downloads/Uploads/moisture-sensor-arduino.pdf