SlideShare a Scribd company logo
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.
Ad

More Related Content

What's hot (20)

Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
RaviShankarSinghal
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
Lokesh Parihar
 
Digital Soil Moisture Sensor
Digital Soil Moisture SensorDigital Soil Moisture Sensor
Digital Soil Moisture Sensor
Raghav Shetty
 
Sensor technology
Sensor technologySensor technology
Sensor technology
Rahul Baghla
 
Smart Irrigation ppt
Smart Irrigation pptSmart Irrigation ppt
Smart Irrigation ppt
shubhangi mulik
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
VISHALDWIVEDI27
 
IOT BASED SMART AGRICULTURE
IOT BASED SMART AGRICULTUREIOT BASED SMART AGRICULTURE
IOT BASED SMART AGRICULTURE
sree vidyanikethan engineering college
 
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
 
Basic Sensors Technology
Basic Sensors TechnologyBasic Sensors Technology
Basic Sensors Technology
Anna University Thoothukudi Campus
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptx
KaRtHiCkR859827
 
Automatic Irrigation System Project Report
Automatic Irrigation System Project ReportAutomatic Irrigation System Project Report
Automatic Irrigation System Project Report
Er Gupta
 
automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system ppt
Abhishek Awasthi
 
Ultrasonic sensor
Ultrasonic sensorUltrasonic sensor
Ultrasonic sensor
waad Jamal Almuqbali
 
Automated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduinoAutomated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduino
Vishal Nagar
 
GSM Based Security System
GSM Based Security SystemGSM Based Security System
GSM Based Security System
Prajjwol Tripathi
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
kuncham penchalanarasaiah
 
Sensors
SensorsSensors
Sensors
Nitesh Singh
 
Iot based health monitoring system
Iot based health monitoring systemIot based health monitoring system
Iot based health monitoring system
ShaswataMohanta
 
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
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
Ayesha Sajjad
 
Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
Lokesh Parihar
 
Digital Soil Moisture Sensor
Digital Soil Moisture SensorDigital Soil Moisture Sensor
Digital Soil Moisture Sensor
Raghav Shetty
 
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
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptx
KaRtHiCkR859827
 
Automatic Irrigation System Project Report
Automatic Irrigation System Project ReportAutomatic Irrigation System Project Report
Automatic Irrigation System Project Report
Er Gupta
 
automatic irrigation system ppt
automatic irrigation system pptautomatic irrigation system ppt
automatic irrigation system ppt
Abhishek Awasthi
 
Automated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduinoAutomated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduino
Vishal Nagar
 
Iot based health monitoring system
Iot based health monitoring systemIot based health monitoring system
Iot based health monitoring system
ShaswataMohanta
 
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
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
Ayesha Sajjad
 

Viewers also liked (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
Sai Bhaskar Reddy Nakka
 
Soil Moisture Monitoring
Soil Moisture MonitoringSoil Moisture Monitoring
Soil Moisture Monitoring
Caleb M Carter
 
Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation system
stk25
 
Soil moistur
Soil moisturSoil moistur
Soil moistur
Mohammed_82
 
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
Bhushan Patil
 
Soil moisture
Soil moistureSoil moisture
Soil moisture
SrutiSudha Mohanty
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensors
Sudhanshu Tripathi
 
Automatic irrigation system ppt
Automatic irrigation system pptAutomatic irrigation system ppt
Automatic irrigation system ppt
Jagadeesh Kumar Duggineni
 
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
Sai Bhaskar Reddy Nakka
 
Arduino based intelligent greenhouse Project
Arduino based intelligent greenhouse ProjectArduino based intelligent greenhouse Project
Arduino based intelligent greenhouse Project
Amit Saini
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigation
kajikho9
 
Embedded green house automation system
Embedded green house automation systemEmbedded green house automation system
Embedded green house automation system
gajula vijaya lakshmi
 
Soil moisture
Soil moistureSoil moisture
Soil moisture
Sumant Diwakar
 
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
Anchit 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 fix
yana cahyana
 
Automated greenhouse
Automated greenhouseAutomated greenhouse
Automated greenhouse
Quim Apellidos
 
Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2
Puja Singh
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting system
Mayank Kumbhaj
 
Green house weather control system
Green house weather control systemGreen house weather control system
Green house weather control system
Shiven Vashisht
 
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
Sai Bhaskar Reddy Nakka
 
Soil Moisture Monitoring
Soil Moisture MonitoringSoil Moisture Monitoring
Soil Moisture Monitoring
Caleb M Carter
 
Ppt for automatic plant irrigation system
Ppt for automatic plant irrigation systemPpt for automatic plant irrigation system
Ppt for automatic plant irrigation system
stk25
 
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
Bhushan Patil
 
Wireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensorsWireless greenhouse environment monitoring through sensors
Wireless greenhouse environment monitoring through sensors
Sudhanshu 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 Sensors
Sai Bhaskar Reddy Nakka
 
Arduino based intelligent greenhouse Project
Arduino based intelligent greenhouse ProjectArduino based intelligent greenhouse Project
Arduino based intelligent greenhouse Project
Amit Saini
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigation
kajikho9
 
Embedded green house automation system
Embedded green house automation systemEmbedded green house automation system
Embedded green house automation system
gajula 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 Review
Anchit 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 fix
yana cahyana
 
Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2
Puja Singh
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting system
Mayank Kumbhaj
 
Green house weather control system
Green house weather control systemGreen house weather control system
Green house weather control system
Shiven Vashisht
 
Ad

Similar to 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
Hamed Raza
 
Howtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptx
Howtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptxHowtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptx
Howtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptx
22026159HongAnhQuc
 
Arduino
ArduinoArduino
Arduino
Geet Patel
 
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
Editor IJCATR
 
PPT iot based smart rrigration system pptx anil. sMART
PPT iot based smart rrigration system pptx anil. sMARTPPT iot based smart rrigration system pptx anil. sMART
PPT iot based smart rrigration system pptx anil. sMART
VinitBhandare1
 
water level edit.docx
water level edit.docxwater level edit.docx
water level edit.docx
MdAhasanHabibLabu
 
Lab2ppt
Lab2pptLab2ppt
Lab2ppt
Zhentao Xu
 
Sensors.pptx
Sensors.pptxSensors.pptx
Sensors.pptx
AsvParthasarathi
 
Plant watering system
Plant watering systemPlant watering system
Plant watering system
SridharaSubrahmanyaS
 
PRE PROJECT.pptx
PRE PROJECT.pptxPRE PROJECT.pptx
PRE PROJECT.pptx
AUComputers1
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
IRJET 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.pptx
rakesh851750
 
line following robot
line following robotline following robot
line following robot
Rehnaz Razvi
 
publish manual
publish manualpublish manual
publish manual
John Webster
 
A Portable Wearable Tele-ECG Monitoring System.pptx
A Portable Wearable Tele-ECG Monitoring System.pptxA Portable Wearable Tele-ECG Monitoring System.pptx
A Portable Wearable Tele-ECG Monitoring System.pptx
raskajm
 
Advanced crop protection against rain and animal
Advanced crop protection  against rain and animalAdvanced crop protection  against rain and animal
Advanced crop protection against rain and animal
harshithamandya49
 
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
Mizoram University( A Central University)
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR Sensor
RAGHUVARMA09
 
3030
30303030
3030
vivi678
 
rain.pptx
rain.pptxrain.pptx
rain.pptx
Akbarali206563
 
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
Hamed Raza
 
Howtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptx
Howtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptxHowtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptx
Howtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptx
22026159HongAnhQuc
 
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
Editor IJCATR
 
PPT iot based smart rrigration system pptx anil. sMART
PPT iot based smart rrigration system pptx anil. sMARTPPT iot based smart rrigration system pptx anil. sMART
PPT iot based smart rrigration system pptx anil. sMART
VinitBhandare1
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
IRJET 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.pptx
rakesh851750
 
line following robot
line following robotline following robot
line following robot
Rehnaz Razvi
 
A Portable Wearable Tele-ECG Monitoring System.pptx
A Portable Wearable Tele-ECG Monitoring System.pptxA Portable Wearable Tele-ECG Monitoring System.pptx
A Portable Wearable Tele-ECG Monitoring System.pptx
raskajm
 
Advanced crop protection against rain and animal
Advanced crop protection  against rain and animalAdvanced crop protection  against rain and animal
Advanced crop protection against rain and animal
harshithamandya49
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR Sensor
RAGHUVARMA09
 
Ad

More from 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
Parvesh Taneja
 
Anveshna abstract ncr-2016
Anveshna abstract ncr-2016Anveshna abstract ncr-2016
Anveshna abstract ncr-2016
Parvesh Taneja
 
Vertical farming Project
Vertical farming ProjectVertical farming Project
Vertical farming Project
Parvesh Taneja
 
Report on pumps
Report on pumpsReport on pumps
Report on pumps
Parvesh 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 University
Parvesh 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 STONE
Parvesh 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 Taneja
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
Parvesh 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 presentation
Parvesh 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 maya
Parvesh Taneja
 
Automation of a farm
Automation of a farmAutomation of a farm
Automation of a farm
Parvesh 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
 
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
Parvesh Taneja
 
Anveshna abstract ncr-2016
Anveshna abstract ncr-2016Anveshna abstract ncr-2016
Anveshna abstract ncr-2016
Parvesh Taneja
 
Vertical farming Project
Vertical farming ProjectVertical farming Project
Vertical farming Project
Parvesh 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 University
Parvesh 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 STONE
Parvesh 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 Taneja
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
Parvesh 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 presentation
Parvesh 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 maya
Parvesh 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
 

Recently uploaded (20)

New Microsoft PowerPoint Presentation.pdf
New Microsoft PowerPoint Presentation.pdfNew Microsoft PowerPoint Presentation.pdf
New Microsoft PowerPoint Presentation.pdf
mohamedezzat18803
 
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITYADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ijscai
 
Level 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical SafetyLevel 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical Safety
JoseAlbertoCariasDel
 
Degree_of_Automation.pdf for Instrumentation and industrial specialist
Degree_of_Automation.pdf for  Instrumentation  and industrial specialistDegree_of_Automation.pdf for  Instrumentation  and industrial specialist
Degree_of_Automation.pdf for Instrumentation and industrial specialist
shreyabhosale19
 
15th International Conference on Computer Science, Engineering and Applicatio...
15th International Conference on Computer Science, Engineering and Applicatio...15th International Conference on Computer Science, Engineering and Applicatio...
15th International Conference on Computer Science, Engineering and Applicatio...
IJCSES Journal
 
LECTURE-16 EARTHEN DAM - II.pptx it's uses
LECTURE-16 EARTHEN DAM - II.pptx it's usesLECTURE-16 EARTHEN DAM - II.pptx it's uses
LECTURE-16 EARTHEN DAM - II.pptx it's uses
CLokeshBehera123
 
MAQUINARIA MINAS CEMA 6th Edition (1).pdf
MAQUINARIA MINAS CEMA 6th Edition (1).pdfMAQUINARIA MINAS CEMA 6th Edition (1).pdf
MAQUINARIA MINAS CEMA 6th Edition (1).pdf
ssuser562df4
 
five-year-soluhhhhhhhhhhhhhhhhhtions.pdf
five-year-soluhhhhhhhhhhhhhhhhhtions.pdffive-year-soluhhhhhhhhhhhhhhhhhtions.pdf
five-year-soluhhhhhhhhhhhhhhhhhtions.pdf
AdityaSharma944496
 
Metal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistryMetal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistry
mee23nu
 
Data Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptxData Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptx
RushaliDeshmukh2
 
Oil-gas_Unconventional oil and gass_reseviours.pdf
Oil-gas_Unconventional oil and gass_reseviours.pdfOil-gas_Unconventional oil and gass_reseviours.pdf
Oil-gas_Unconventional oil and gass_reseviours.pdf
M7md3li2
 
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G..."Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
Infopitaara
 
Data Structures_Linear data structures Linked Lists.pptx
Data Structures_Linear data structures Linked Lists.pptxData Structures_Linear data structures Linked Lists.pptx
Data Structures_Linear data structures Linked Lists.pptx
RushaliDeshmukh2
 
Value Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous SecurityValue Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous Security
Marc Hornbeek
 
Machine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptxMachine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptx
rajeswari89780
 
The Gaussian Process Modeling Module in UQLab
The Gaussian Process Modeling Module in UQLabThe Gaussian Process Modeling Module in UQLab
The Gaussian Process Modeling Module in UQLab
Journal of Soft Computing in Civil Engineering
 
Resistance measurement and cfd test on darpa subboff model
Resistance measurement and cfd test on darpa subboff modelResistance measurement and cfd test on darpa subboff model
Resistance measurement and cfd test on darpa subboff model
INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR
 
IntroSlides-April-BuildWithAI-VertexAI.pdf
IntroSlides-April-BuildWithAI-VertexAI.pdfIntroSlides-April-BuildWithAI-VertexAI.pdf
IntroSlides-April-BuildWithAI-VertexAI.pdf
Luiz Carneiro
 
Data Structures_Searching and Sorting.pptx
Data Structures_Searching and Sorting.pptxData Structures_Searching and Sorting.pptx
Data Structures_Searching and Sorting.pptx
RushaliDeshmukh2
 
new ppt artificial intelligence historyyy
new ppt artificial intelligence historyyynew ppt artificial intelligence historyyy
new ppt artificial intelligence historyyy
PianoPianist
 
New Microsoft PowerPoint Presentation.pdf
New Microsoft PowerPoint Presentation.pdfNew Microsoft PowerPoint Presentation.pdf
New Microsoft PowerPoint Presentation.pdf
mohamedezzat18803
 
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITYADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ADVXAI IN MALWARE ANALYSIS FRAMEWORK: BALANCING EXPLAINABILITY WITH SECURITY
ijscai
 
Level 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical SafetyLevel 1-Safety.pptx Presentation of Electrical Safety
Level 1-Safety.pptx Presentation of Electrical Safety
JoseAlbertoCariasDel
 
Degree_of_Automation.pdf for Instrumentation and industrial specialist
Degree_of_Automation.pdf for  Instrumentation  and industrial specialistDegree_of_Automation.pdf for  Instrumentation  and industrial specialist
Degree_of_Automation.pdf for Instrumentation and industrial specialist
shreyabhosale19
 
15th International Conference on Computer Science, Engineering and Applicatio...
15th International Conference on Computer Science, Engineering and Applicatio...15th International Conference on Computer Science, Engineering and Applicatio...
15th International Conference on Computer Science, Engineering and Applicatio...
IJCSES Journal
 
LECTURE-16 EARTHEN DAM - II.pptx it's uses
LECTURE-16 EARTHEN DAM - II.pptx it's usesLECTURE-16 EARTHEN DAM - II.pptx it's uses
LECTURE-16 EARTHEN DAM - II.pptx it's uses
CLokeshBehera123
 
MAQUINARIA MINAS CEMA 6th Edition (1).pdf
MAQUINARIA MINAS CEMA 6th Edition (1).pdfMAQUINARIA MINAS CEMA 6th Edition (1).pdf
MAQUINARIA MINAS CEMA 6th Edition (1).pdf
ssuser562df4
 
five-year-soluhhhhhhhhhhhhhhhhhtions.pdf
five-year-soluhhhhhhhhhhhhhhhhhtions.pdffive-year-soluhhhhhhhhhhhhhhhhhtions.pdf
five-year-soluhhhhhhhhhhhhhhhhhtions.pdf
AdityaSharma944496
 
Metal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistryMetal alkyne complexes.pptx in chemistry
Metal alkyne complexes.pptx in chemistry
mee23nu
 
Data Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptxData Structures_Introduction to algorithms.pptx
Data Structures_Introduction to algorithms.pptx
RushaliDeshmukh2
 
Oil-gas_Unconventional oil and gass_reseviours.pdf
Oil-gas_Unconventional oil and gass_reseviours.pdfOil-gas_Unconventional oil and gass_reseviours.pdf
Oil-gas_Unconventional oil and gass_reseviours.pdf
M7md3li2
 
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G..."Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
"Feed Water Heaters in Thermal Power Plants: Types, Working, and Efficiency G...
Infopitaara
 
Data Structures_Linear data structures Linked Lists.pptx
Data Structures_Linear data structures Linked Lists.pptxData Structures_Linear data structures Linked Lists.pptx
Data Structures_Linear data structures Linked Lists.pptx
RushaliDeshmukh2
 
Value Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous SecurityValue Stream Mapping Worskshops for Intelligent Continuous Security
Value Stream Mapping Worskshops for Intelligent Continuous Security
Marc Hornbeek
 
Machine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptxMachine learning project on employee attrition detection using (2).pptx
Machine learning project on employee attrition detection using (2).pptx
rajeswari89780
 
IntroSlides-April-BuildWithAI-VertexAI.pdf
IntroSlides-April-BuildWithAI-VertexAI.pdfIntroSlides-April-BuildWithAI-VertexAI.pdf
IntroSlides-April-BuildWithAI-VertexAI.pdf
Luiz Carneiro
 
Data Structures_Searching and Sorting.pptx
Data Structures_Searching and Sorting.pptxData Structures_Searching and Sorting.pptx
Data Structures_Searching and Sorting.pptx
RushaliDeshmukh2
 
new ppt artificial intelligence historyyy
new ppt artificial intelligence historyyynew ppt artificial intelligence historyyy
new ppt artificial intelligence historyyy
PianoPianist
 

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.

Editor's Notes

  • #4: 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.
  • #9: 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)
  • #18: 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
  • #19: 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
  • #20: 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