SlideShare a Scribd company logo
1 of 14
SOIL MOISTURE SENSOR USING ARDUINO
ADARSH KUMAR SINGH(201351139001)
ANSHUL SINGH(201351139010)
ROHAN SONI(201351139028)
Contents
• Introduction
• Components
• Sensor
• Working
• Circuit diagram
• Software(code)
• Result
• Application
• Conclusion
 A soil moisture monitoring system is a technology-
driven solution designed to measure and manage
the moisture content in the soil.
 Soil moisture sensors are the core components of
the monitoring system. These sensors are
embedded in the soil at different depths to measure
the amount of water present.
 Advanced soil moisture monitoring systems may
integrate with irrigation systems to automate
watering based on real-time soil moisture data. This
helps in optimizing water usage, conserving
resources, and promoting healthier plant growth.
INTRODUCTION
COMPONENT
S
Arduino Uno Moisture Sensor Battery
Cable
Copper cladding
sheet LCD Display
Sensor PIN
PIN DEFINITIONS
 Pin with "S" written on it means signal.
 Pin with "-" written on it means GND
(ground).
 Pin with "+" written on it means 5v supply.
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
Vcc power supply 3.3V or 5V
Current 3.5 mA
Signal o/p Voltage 0-4.2V
Digital output 0 or 1
Analog Resistance
GND Connected to ground
YL-38 INTERFACE FOR YL-69
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.
WORKING
A soil moisture monitoring system is designed to measure and track the moisture content in
the soil, which is important for various applications such as agriculture, environmental
monitoring, and landscaping. Soil moisture sensors are installed at various depths in the
soil. The depth of placement depends on the specific requirements of the application and the
root depth of the plants (in the case of agriculture). The sensors periodically measure the
soil's moisture content and send this data to the data logger. The data logger stores the
collected data and may also processors it to calculate important parameters such as average
soil moisture levels over time. The system can transmit the data to a remote location using a
communication module. This allows users to access the data and monitor soil moisture
remotely. The collected data is analyzed to gain insights into soil moisture trends and
patterns. This information can be used to make informed decisions about irrigation, farming
practices, or other relevant applications.
CIRCUIT DIAGRAM
SOFTWARE (CODE)
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27, 16, 2); // Replace
0x27 with your LCD I2C address
const int moisturePin = A0; // Analog pin for
moisture sensor
void setup() {
lcd.begin(16, 2);
lcd.print("Moisture Sensor");
delay(2000);
lcd.clear();
}
void loop() {
int moistureValue =
analogRead(moisturePin);
int moisturePercentage =
map(moistureValue, 0, 1023, 0, 100);
lcd.setCursor(0, 0);
lcd.print("Moisture: ");
lcd.print(moisturePercentage);
lcd.print("%");
delay(1000); // Adjust the delay based on
your application
lcd.clear();
}
RESULT
Precision Agriculture: Soil moisture data enables farmers to optimize irrigation
practices, resulting in increased crop yields, water conservation, and reduced operational
costs. change, predicting droughts, and assessing the health of natural ecosystems.
Soil moisture monitoring contributes to informed conservation and land management
practices. Soil moisture data aids in efficient water resource management, ensuring the
availability of water for agriculture, industry, and households .
The shift towards precision agriculture is made possible through real-time soil moisture
monitoring. Understanding soil moisture is essential for mitigating the effects of climate
change, predicting droughts, and assessing the health of natural ecosystems
Soil moisture monitoring contributes to informed conservation and land management
practices. Soil moisture data aids in efficient water resource management, ensuring the
availability of water for agriculture, industry, and households while safeguarding again
stover use and water scarcity.
Soil moisture monitoring systems continue to evolve with advancements in sensor
technology, data analysis, and remote sensing. Researchers and innovators rely on this
technology to develop sustainable solutions for the challenges of tomorrow.st overuse
and water scarcity.
Soil moisture monitoring systems continue to evolve with advancements in sensor
technology, data analysis, and remote sensing. Researchers and innovators rely on this
technology to develop sustainable solutions for the challenges of tomorrow.
APPLICATIONS
1: Irrigation Management: Soil moisture sensors help farmers optimize irrigation
practices by providing real-time data on soil moisture levels. This ensures efficient water
use, reduces water wastage, and enhances crop yields.
2. Precision Agriculture: Soil moisture data, along with other environmental factors,
enable precision agriculture techniques, allowing farmers to tailor their approaches to
individual fields or even specific crop zones.
3. Scientific Research: Researchers use soil moisture sensors in diverse scientific
studies, including ecology, hydrology, and soil science.
4. Ecosystem Monitoring: Soil moisture data is crucial for ecosystem health
monitoring in natural reserves, wetlands, and conservation areas.
5. Reservoir Management: Soil moisture information is used to optimize water
release from reservoirs, ensuring the sustainability of water resource
CONCLUSION
Soil moisture monitoring is a critical component of modern agriculture, environmental
conservation, and water resource management. The ability to accurately measure and
analyze soil moisture content provides valuable insights into crop health, irrigation
management, and the sustainability of ecosystems. Soil moisture monitoring is a
multidisciplinary tool that bridges the gap between agriculture, ecology, and water
management. Its applications extend from the local farm to the global stage, highlighting
its significance in addressing today's environmental and agricultural challenges. The
future of soil moisture monitoring promises continued innovation and broader
applications, contributing to more sustainaale and resilient ecosystems and economies

More Related Content

Similar to moisture sensor ppt.pptx

A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLIRJET Journal
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIJSRD
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIJSRD
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Automatic Plant Irrigation System
Automatic Plant Irrigation SystemAutomatic Plant Irrigation System
Automatic Plant Irrigation Systemijtsrd
 
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...IRJET Journal
 
A sensing approach for automated and real-time crop prediction in the scope o...
A sensing approach for automated and real-time crop prediction in the scope o...A sensing approach for automated and real-time crop prediction in the scope o...
A sensing approach for automated and real-time crop prediction in the scope o...bijejournal
 
development of smart automated irrigation system
development of smart automated irrigation systemdevelopment of smart automated irrigation system
development of smart automated irrigation systemIJEAB
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET Journal
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIJMTST Journal
 
Fertilizer Dispenser
Fertilizer DispenserFertilizer Dispenser
Fertilizer DispenserIRJET Journal
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.pptWajdi Bellil
 
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 arduinoVishal Nagar
 
madhu pptx.pptx
madhu pptx.pptxmadhu pptx.pptx
madhu pptx.pptxDivyaU22
 
IRJET- Raspberry-Pi Based Automated Greenhouse
IRJET- Raspberry-Pi Based Automated GreenhouseIRJET- Raspberry-Pi Based Automated Greenhouse
IRJET- Raspberry-Pi Based Automated GreenhouseIRJET Journal
 
MAHESH.pptx
MAHESH.pptxMAHESH.pptx
MAHESH.pptxlmahesh4
 
Design and implementation of iot based smart irrigation system.pptx
Design and implementation of iot  based smart irrigation system.pptxDesign and implementation of iot  based smart irrigation system.pptx
Design and implementation of iot based smart irrigation system.pptxamrsonarbangla
 
Rwh control system poster
Rwh control system posterRwh control system poster
Rwh control system posterDeval Dixit
 
IRJET- Smart Poly-House Irrigation System
IRJET-  	  Smart Poly-House Irrigation SystemIRJET-  	  Smart Poly-House Irrigation System
IRJET- Smart Poly-House Irrigation SystemIRJET Journal
 
Review on microcontroller based monitoring system for agriculture
Review on microcontroller based monitoring system for agricultureReview on microcontroller based monitoring system for agriculture
Review on microcontroller based monitoring system for agricultureIRJET Journal
 

Similar to moisture sensor ppt.pptx (20)

A Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and MLA Futuristic Approach for Smart Farming using IoT and ML
A Futuristic Approach for Smart Farming using IoT and ML
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather Monitoring
 
Intelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather MonitoringIntelligent Agricultural System with Weather Monitoring
Intelligent Agricultural System with Weather Monitoring
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Automatic Plant Irrigation System
Automatic Plant Irrigation SystemAutomatic Plant Irrigation System
Automatic Plant Irrigation System
 
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
 
A sensing approach for automated and real-time crop prediction in the scope o...
A sensing approach for automated and real-time crop prediction in the scope o...A sensing approach for automated and real-time crop prediction in the scope o...
A sensing approach for automated and real-time crop prediction in the scope o...
 
development of smart automated irrigation system
development of smart automated irrigation systemdevelopment of smart automated irrigation system
development of smart automated irrigation system
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
 
Intelligent Farmer Friendly System
Intelligent Farmer Friendly SystemIntelligent Farmer Friendly System
Intelligent Farmer Friendly System
 
Fertilizer Dispenser
Fertilizer DispenserFertilizer Dispenser
Fertilizer Dispenser
 
Irrigation IoT G22222.ppt
Irrigation IoT G22222.pptIrrigation IoT G22222.ppt
Irrigation IoT G22222.ppt
 
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
 
madhu pptx.pptx
madhu pptx.pptxmadhu pptx.pptx
madhu pptx.pptx
 
IRJET- Raspberry-Pi Based Automated Greenhouse
IRJET- Raspberry-Pi Based Automated GreenhouseIRJET- Raspberry-Pi Based Automated Greenhouse
IRJET- Raspberry-Pi Based Automated Greenhouse
 
MAHESH.pptx
MAHESH.pptxMAHESH.pptx
MAHESH.pptx
 
Design and implementation of iot based smart irrigation system.pptx
Design and implementation of iot  based smart irrigation system.pptxDesign and implementation of iot  based smart irrigation system.pptx
Design and implementation of iot based smart irrigation system.pptx
 
Rwh control system poster
Rwh control system posterRwh control system poster
Rwh control system poster
 
IRJET- Smart Poly-House Irrigation System
IRJET-  	  Smart Poly-House Irrigation SystemIRJET-  	  Smart Poly-House Irrigation System
IRJET- Smart Poly-House Irrigation System
 
Review on microcontroller based monitoring system for agriculture
Review on microcontroller based monitoring system for agricultureReview on microcontroller based monitoring system for agriculture
Review on microcontroller based monitoring system for agriculture
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

moisture sensor ppt.pptx

  • 1. SOIL MOISTURE SENSOR USING ARDUINO ADARSH KUMAR SINGH(201351139001) ANSHUL SINGH(201351139010) ROHAN SONI(201351139028)
  • 2. Contents • Introduction • Components • Sensor • Working • Circuit diagram • Software(code) • Result • Application • Conclusion
  • 3.  A soil moisture monitoring system is a technology- driven solution designed to measure and manage the moisture content in the soil.  Soil moisture sensors are the core components of the monitoring system. These sensors are embedded in the soil at different depths to measure the amount of water present.  Advanced soil moisture monitoring systems may integrate with irrigation systems to automate watering based on real-time soil moisture data. This helps in optimizing water usage, conserving resources, and promoting healthier plant growth. INTRODUCTION
  • 4. COMPONENT S Arduino Uno Moisture Sensor Battery Cable Copper cladding sheet LCD Display
  • 5. Sensor PIN PIN DEFINITIONS  Pin with "S" written on it means signal.  Pin with "-" written on it means GND (ground).  Pin with "+" written on it means 5v supply.
  • 6. 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 Vcc power supply 3.3V or 5V Current 3.5 mA Signal o/p Voltage 0-4.2V Digital output 0 or 1 Analog Resistance GND Connected to ground
  • 7. YL-38 INTERFACE FOR YL-69 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.
  • 8. WORKING A soil moisture monitoring system is designed to measure and track the moisture content in the soil, which is important for various applications such as agriculture, environmental monitoring, and landscaping. Soil moisture sensors are installed at various depths in the soil. The depth of placement depends on the specific requirements of the application and the root depth of the plants (in the case of agriculture). The sensors periodically measure the soil's moisture content and send this data to the data logger. The data logger stores the collected data and may also processors it to calculate important parameters such as average soil moisture levels over time. The system can transmit the data to a remote location using a communication module. This allows users to access the data and monitor soil moisture remotely. The collected data is analyzed to gain insights into soil moisture trends and patterns. This information can be used to make informed decisions about irrigation, farming practices, or other relevant applications.
  • 10. SOFTWARE (CODE) #include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2C lcd(0x27, 16, 2); // Replace 0x27 with your LCD I2C address const int moisturePin = A0; // Analog pin for moisture sensor void setup() { lcd.begin(16, 2); lcd.print("Moisture Sensor"); delay(2000); lcd.clear(); } void loop() { int moistureValue = analogRead(moisturePin); int moisturePercentage = map(moistureValue, 0, 1023, 0, 100); lcd.setCursor(0, 0); lcd.print("Moisture: "); lcd.print(moisturePercentage); lcd.print("%"); delay(1000); // Adjust the delay based on your application lcd.clear(); }
  • 11. RESULT Precision Agriculture: Soil moisture data enables farmers to optimize irrigation practices, resulting in increased crop yields, water conservation, and reduced operational costs. change, predicting droughts, and assessing the health of natural ecosystems. Soil moisture monitoring contributes to informed conservation and land management practices. Soil moisture data aids in efficient water resource management, ensuring the availability of water for agriculture, industry, and households . The shift towards precision agriculture is made possible through real-time soil moisture monitoring. Understanding soil moisture is essential for mitigating the effects of climate change, predicting droughts, and assessing the health of natural ecosystems
  • 12. Soil moisture monitoring contributes to informed conservation and land management practices. Soil moisture data aids in efficient water resource management, ensuring the availability of water for agriculture, industry, and households while safeguarding again stover use and water scarcity. Soil moisture monitoring systems continue to evolve with advancements in sensor technology, data analysis, and remote sensing. Researchers and innovators rely on this technology to develop sustainable solutions for the challenges of tomorrow.st overuse and water scarcity. Soil moisture monitoring systems continue to evolve with advancements in sensor technology, data analysis, and remote sensing. Researchers and innovators rely on this technology to develop sustainable solutions for the challenges of tomorrow.
  • 13. APPLICATIONS 1: Irrigation Management: Soil moisture sensors help farmers optimize irrigation practices by providing real-time data on soil moisture levels. This ensures efficient water use, reduces water wastage, and enhances crop yields. 2. Precision Agriculture: Soil moisture data, along with other environmental factors, enable precision agriculture techniques, allowing farmers to tailor their approaches to individual fields or even specific crop zones. 3. Scientific Research: Researchers use soil moisture sensors in diverse scientific studies, including ecology, hydrology, and soil science. 4. Ecosystem Monitoring: Soil moisture data is crucial for ecosystem health monitoring in natural reserves, wetlands, and conservation areas. 5. Reservoir Management: Soil moisture information is used to optimize water release from reservoirs, ensuring the sustainability of water resource
  • 14. CONCLUSION Soil moisture monitoring is a critical component of modern agriculture, environmental conservation, and water resource management. The ability to accurately measure and analyze soil moisture content provides valuable insights into crop health, irrigation management, and the sustainability of ecosystems. Soil moisture monitoring is a multidisciplinary tool that bridges the gap between agriculture, ecology, and water management. Its applications extend from the local farm to the global stage, highlighting its significance in addressing today's environmental and agricultural challenges. The future of soil moisture monitoring promises continued innovation and broader applications, contributing to more sustainaale and resilient ecosystems and economies