SlideShare a Scribd company logo
3
Most read
4
Most read
5
Most read
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.

More Related Content

PDF
Project on soil moisture sensor
PPTX
Social media powerpoint presentation
PPTX
moisture sensor
PPTX
Presentation on indian Armed Force
PPTX
automatic irrigation system by sensing soil moisture content
DOCX
Winter traning arduino report final
PDF
Web development ppt
PPTX
Ldr.ppt
Project on soil moisture sensor
Social media powerpoint presentation
moisture sensor
Presentation on indian Armed Force
automatic irrigation system by sensing soil moisture content
Winter traning arduino report final
Web development ppt
Ldr.ppt

What's hot (20)

PPTX
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
PPTX
Smart Irrigation System Using IoT
PPTX
Plant monitoring system
PPTX
Sensor interfacing in 8051
PPTX
Automatic irrigation system ppt
PPTX
IOT based smart agriculture monitoring.pptx
PPTX
Smart irrigation ppt
PPTX
Automatic Irrigation System
PPTX
IOT BASED SMART AGRICULTURE
PDF
Ultrasonic based distance measurement system
PPT
Memory organization of 8051
PPTX
IoT in Agriculture
PPT
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
PPTX
Introduction to Node MCU
PPT
Embedded System Presentation
PDF
Circuit Debugging.pdf
PPTX
Microcontroller based irrigation
PPTX
EC6701 RF&MW - VSWR Meter
PPTX
Iot based smart irrigation system
PPTX
Smart automated irrigation system ppt
AUTOMATIC PLANT WATERING SYSTEM USING ARDUINO BASED PPT
Smart Irrigation System Using IoT
Plant monitoring system
Sensor interfacing in 8051
Automatic irrigation system ppt
IOT based smart agriculture monitoring.pptx
Smart irrigation ppt
Automatic Irrigation System
IOT BASED SMART AGRICULTURE
Ultrasonic based distance measurement system
Memory organization of 8051
IoT in Agriculture
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
Introduction to Node MCU
Embedded System Presentation
Circuit Debugging.pdf
Microcontroller based irrigation
EC6701 RF&MW - VSWR Meter
Iot based smart irrigation system
Smart automated irrigation system ppt
Ad

Viewers also liked (20)

PPT
Sensors for water level, soil moisture temp & r.humidity
PPTX
Soil Moisture Monitoring
PPT
Ppt for automatic plant irrigation system
PPT
Soil moistur
PPTX
A REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUES
PPTX
Soil moisture
PPTX
Wireless greenhouse environment monitoring through sensors
DOCX
Design Development of Water Monitoring Systems by Using Arduino and Sensors
PPTX
Arduino based intelligent greenhouse Project
PDF
Digital Soil Moisture Sensor
PPTX
Embedded green house automation system
DOCX
Soil moisture
PPTX
Application of Soil Moisture Sensors in Agriculture: A Review
PPTX
Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...
PPTX
Pengukuran kelembaban tanah dengan moisture sensor berbasis fix
PPTX
Automated greenhouse
DOCX
Soil moisture sensor byauto irrigation system2
PPTX
Automated water planting system
PPTX
Green house weather control system
DOTX
Adjacency report
Sensors for water level, soil moisture temp & r.humidity
Soil Moisture Monitoring
Ppt for automatic plant irrigation system
Soil moistur
A REVIEW OF VARIOUS SOIL MOISTUREMEASUREMENT TECHNIQUES
Soil moisture
Wireless greenhouse environment monitoring through sensors
Design Development of Water Monitoring Systems by Using Arduino and Sensors
Arduino based intelligent greenhouse Project
Digital Soil Moisture Sensor
Embedded green house automation system
Soil moisture
Application of Soil Moisture Sensors in Agriculture: A Review
Automatic Plant Fertilization based on Soil Humidity utilising Arduino and So...
Pengukuran kelembaban tanah dengan moisture sensor berbasis fix
Automated greenhouse
Soil moisture sensor byauto irrigation system2
Automated water planting system
Green house weather control system
Adjacency report
Ad

Similar to Soil Moisture Sensor and Arduino (20)

PPTX
irrigationsystem using wind energy and water lifting
PPTX
Howtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptx
PDF
Arduino
PDF
Adding Remote Controller Functionality To Any Stereo
PPTX
PPT iot based smart rrigration system pptx anil. sMART
DOCX
water level edit.docx
PDF
Lab2ppt
PPTX
Sensors.pptx
PPTX
Learn Soil Moisture Sensor Using Arduino
PPTX
Plant watering system
PPTX
PRE PROJECT.pptx
PDF
GSM based agriculture monitoring system
PPTX
SOIL MOISTURE DETECTOR.pptx_20250613_101802_0000.pdf_20250616_102643_0000._20...
PPTX
PPT iot based smart rrigration system pptx.pptx
PPT
line following robot
PDF
publish manual
PPTX
A Portable Wearable Tele-ECG Monitoring System.pptx
PPTX
Advanced crop protection against rain and animal
PPTX
Smart Blind stick by using arduino uno and sensor
PDF
Automatic Door Opener using PIR Sensor
irrigationsystem using wind energy and water lifting
Howtowinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn).pptx
Arduino
Adding Remote Controller Functionality To Any Stereo
PPT iot based smart rrigration system pptx anil. sMART
water level edit.docx
Lab2ppt
Sensors.pptx
Learn Soil Moisture Sensor Using Arduino
Plant watering system
PRE PROJECT.pptx
GSM based agriculture monitoring system
SOIL MOISTURE DETECTOR.pptx_20250613_101802_0000.pdf_20250616_102643_0000._20...
PPT iot based smart rrigration system pptx.pptx
line following robot
publish manual
A Portable Wearable Tele-ECG Monitoring System.pptx
Advanced crop protection against rain and animal
Smart Blind stick by using arduino uno and sensor
Automatic Door Opener using PIR Sensor

More from Parvesh Taneja (16)

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

Recently uploaded (20)

PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Current and future trends in Computer Vision.pptx
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
Digital Logic Computer Design lecture notes
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
R24 SURVEYING LAB MANUAL for civil enggi
DOCX
573137875-Attendance-Management-System-original
PPT
introduction to datamining and warehousing
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Current and future trends in Computer Vision.pptx
Lecture Notes Electrical Wiring System Components
bas. eng. economics group 4 presentation 1.pptx
Digital Logic Computer Design lecture notes
UNIT-1 - COAL BASED THERMAL POWER PLANTS
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
CH1 Production IntroductoryConcepts.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Internet of Things (IOT) - A guide to understanding
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
R24 SURVEYING LAB MANUAL for civil enggi
573137875-Attendance-Management-System-original
introduction to datamining and warehousing
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...

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