SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
www.researchdesignlab.com Page 1
DIGITAL SOILMOISTURE
SENSOR
DIGITAL SOIL MOISTURE SENSOR
www.researchdesignlab.com Page 2
DIGITAL SOILMOISTURE
SENSOR
Table of Contents
OVERVIEW ................................................................................................................................... 3
INTRODUCTION ...................................................................................................................... 3
FEATURES ................................................................................................................................ 3
APPLICATIONS........................................................................................................................ 4
SPECIFICATIONS..................................................................................................................... 4
PIN DETAILS ............................................................................................................................ 4
USING THE SENSOR ............................................................................................................... 5
WORKING ................................................................................................................................. 5
APPLICATION DIAGRAM ...................................................................................................... 6
CODES AND SCHEMATIC...................................................................................................... 6
CONNECTION WITH ARDUINO............................................................................................ 7
OUTPUT..................................................................................................................................... 8
RELATED PRODUCTS ............................................................................................................ 9
www.researchdesignlab.com Page 3
DIGITAL SOILMOISTURE
SENSOR
OVERVIEW
INTRODUCTION
This sensor can be used to test the moisture of soil, when the soil is having water shortage, the
module output is at high level, else the output is at low level. By using this sensor one can
automatically water the flower plant, or any other plants requiring automatic watering technique.
Module triple output mode, digital output is simple, analog output more accurate, serial output
with exact readings.
FEATURES
1. Sensitivity adjustable.
2. Has fixed bolt hole, convenient installation.
3. Threshold level can be configured.
4. Module triple output mode, digital output is simple, analog output more
5. accurate, serial output with exact readings.
www.researchdesignlab.com Page 4
DIGITAL SOILMOISTURE
SENSOR
APPLICATIONS
1. Agriculture
2. Landscape irrigation
SPECIFICATIONS
Parameter Value
Operating Voltage +5v dc regulated
Soil moisture Digital value is
indicated by out pin
PIN DETAILS
Pin Name Details
1 out Active high output
2 +5v Power supply
3 gnd Power supply gnd
4 rx receiver
5 tx transmitter
6 gnd Power supply gnd
www.researchdesignlab.com Page 5
DIGITAL SOILMOISTURE
SENSOR
USING THE SENSOR
1. Connect +5v to pin 2 and ground to pin 3 and 6.
2. Pin 4 and 5 should be connected to particular transmitter and receiver pin of
3. Output pin may be connected to any port pins and can be used to any
application.
WORKING
Soil moisture sensors measure the water content in soil. A soil moisture probe is made up of
multiple soil moisture sensors. One common type of soil moisture sensors in commercial use is a
Frequency domain sensor such as a capacitance sensor. Another sensor, the neutron moisture
gauge, utilizes the moderator properties of water for neutrons. Soil moisture content may be
determined via its effect on dielectric constant by measuring the capacitance between two
electrodes implanted in the soil. Where soil moisture is predominantly in the form of free water
(e.g., in sandy soils), the dielectric constant is directly proportional to the moisture content. The
probe is normally given a frequency excitation to permit measurement of the dielectric constant.
The readout from the probe is not linear with water content and is influenced by soil type and
soil temperature. Therefore, careful calibration is required and long-term stability of the
calibration is questionable.
www.researchdesignlab.com Page 6
DIGITAL SOILMOISTURE
SENSOR
APPLICATION DIAGRAM
CODES AND SCHEMATIC
ATMEL UART
http://researchdesignlab.com/soil-moisturre-urat-schematic.html
http://researchdesignlab.com/soil-atmel-uart-code
PIC
http://researchdesignlab.com/digital-soil-pic-code.html
RASPBERRY AND BEAGLEBONE
http://researchdesignlab.com/digital-soil-raspberryandbeaglebone-code.html
www.researchdesignlab.com Page 7
DIGITAL SOILMOISTURE
SENSOR
CONNECTION WITH ARDUINO
ARDUINO CODE
#include <SoftwareSerial.h>
SoftwareSerial mySerial(10, 11); // TX,RX
void setup()
{
// Open serial communications and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect.
www.researchdesignlab.com Page 8
DIGITAL SOILMOISTURE
SENSOR
}
Serial.println("Digital all sensor");
mySerial.begin(9600); // set the data rate for the SoftwareSerial port
}
void loop() // run over and over
{
if (mySerial.available())
Serial.write(mySerial.read());
}
OUTPUT
www.researchdesignlab.com Page 9
DIGITAL SOILMOISTURE
SENSOR
RELATED PRODUCTS
PIC PROJECT BOARD PIC DEVELOPMENT BOARD
ATMEL PROJECT BOARD ATMEL DEVELOPMENT BOARD

Weitere ähnliche Inhalte

Was ist angesagt?

Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting system
Mayank Kumbhaj
 

Was ist angesagt? (20)

Soil Moisture Sensor and Arduino
Soil Moisture Sensor and Arduino Soil Moisture Sensor and Arduino
Soil Moisture Sensor and Arduino
 
Automated Plant Watering System
Automated Plant Watering SystemAutomated Plant Watering System
Automated Plant Watering System
 
Automatic irrigation system ppt
Automatic irrigation system pptAutomatic irrigation system ppt
Automatic irrigation system ppt
 
Plant monitoring system
Plant monitoring systemPlant monitoring system
Plant monitoring system
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
Automated plant watering system
Automated plant watering systemAutomated plant watering system
Automated plant watering system
 
Automated water planting system
Automated water planting systemAutomated water planting system
Automated water planting system
 
A seminar on GPS Technology
A seminar on GPS TechnologyA seminar on GPS Technology
A seminar on GPS Technology
 
Smart Irrigation System
Smart Irrigation SystemSmart Irrigation System
Smart Irrigation System
 
Plant monitoring system
Plant monitoring systemPlant monitoring system
Plant monitoring system
 
Embedded green house automation system
Embedded green house automation systemEmbedded green house automation system
Embedded green house automation system
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptx
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
 
Iot based smart irrigation system
Iot based smart irrigation systemIot based smart irrigation system
Iot based smart irrigation system
 
Intelligent irrigation system
Intelligent irrigation systemIntelligent irrigation system
Intelligent irrigation system
 
Automated irrigation system
Automated irrigation systemAutomated irrigation system
Automated irrigation system
 
IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in Agriculture
 
Smart farming using ARDUINO (Nirma University)
Smart farming using ARDUINO (Nirma University)Smart farming using ARDUINO (Nirma University)
Smart farming using ARDUINO (Nirma University)
 
arduino based automatic irrigation system
arduino based automatic irrigation systemarduino based automatic irrigation system
arduino based automatic irrigation system
 
Solar Based Irrigation System
Solar Based Irrigation SystemSolar Based Irrigation System
Solar Based Irrigation System
 

Andere mochten auch

microcontroller based temperature sensor
microcontroller based temperature sensormicrocontroller based temperature sensor
microcontroller based temperature sensor
Derrick D'souza
 
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
 
Agri-IoT: A Semantic Framework for Internet of Things-enabled Smart Farming A...
Agri-IoT: A Semantic Framework for Internet of Things-enabled Smart Farming A...Agri-IoT: A Semantic Framework for Internet of Things-enabled Smart Farming A...
Agri-IoT: A Semantic Framework for Internet of Things-enabled Smart Farming A...
Andreas Kamilaris
 
Organic Agriculture
Organic AgricultureOrganic Agriculture
Organic Agriculture
hpau_vee
 

Andere mochten auch (20)

Soil Moisture Monitoring
Soil Moisture MonitoringSoil Moisture Monitoring
Soil Moisture Monitoring
 
Microcontroller based irrigation
Microcontroller based irrigationMicrocontroller based irrigation
Microcontroller based irrigation
 
Application of Soil Moisture Sensors in Agriculture: A Review
Application of Soil Moisture Sensors in Agriculture: A ReviewApplication of Soil Moisture Sensors in Agriculture: A Review
Application of Soil Moisture Sensors in Agriculture: A Review
 
Automatic plant watering 02
Automatic plant watering  02Automatic plant watering  02
Automatic plant watering 02
 
Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...
Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...
Monitoring and Automatic Watering Based on Microcontroller Arduino Uno Using ...
 
Project presentation
Project presentationProject presentation
Project presentation
 
Lm35
Lm35Lm35
Lm35
 
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
 
Automatic DC Fan using LM35 (english version)
Automatic DC Fan using LM35 (english version)Automatic DC Fan using LM35 (english version)
Automatic DC Fan using LM35 (english version)
 
Lm35
Lm35Lm35
Lm35
 
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNOAUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
AUTOMATIC IRRIGATION SYSTEM USING ARDUINO UNO
 
microcontroller based temperature sensor
microcontroller based temperature sensormicrocontroller based temperature sensor
microcontroller based temperature sensor
 
Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2Soil moisture sensor byauto irrigation system2
Soil moisture sensor byauto irrigation system2
 
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
 
Agri-IoT: A Semantic Framework for Internet of Things-enabled Smart Farming A...
Agri-IoT: A Semantic Framework for Internet of Things-enabled Smart Farming A...Agri-IoT: A Semantic Framework for Internet of Things-enabled Smart Farming A...
Agri-IoT: A Semantic Framework for Internet of Things-enabled Smart Farming A...
 
Lcd
LcdLcd
Lcd
 
agriculture Std 10 NCERT Board
agriculture Std 10 NCERT Boardagriculture Std 10 NCERT Board
agriculture Std 10 NCERT Board
 
Internet of things (IoT)
Internet of things (IoT)Internet of things (IoT)
Internet of things (IoT)
 
LCD Display
LCD DisplayLCD Display
LCD Display
 
Organic Agriculture
Organic AgricultureOrganic Agriculture
Organic Agriculture
 

Ähnlich wie Digital Soil Moisture Sensor

Leakage detection in water pipe networks using Ground Penetrating Radar (GPR)...
Leakage detection in water pipe networks using Ground Penetrating Radar (GPR)...Leakage detection in water pipe networks using Ground Penetrating Radar (GPR)...
Leakage detection in water pipe networks using Ground Penetrating Radar (GPR)...
Dai Shi
 
Tesi ph d_andrea_barucci_small
Tesi ph d_andrea_barucci_smallTesi ph d_andrea_barucci_small
Tesi ph d_andrea_barucci_small
Andrea Barucci
 
Affordable EMCS for GeenHouses
Affordable EMCS for GeenHousesAffordable EMCS for GeenHouses
Affordable EMCS for GeenHouses
Dumidu Nadeera
 
white_paper_fiber_optic_sensing_rev_1.0_march16_0
white_paper_fiber_optic_sensing_rev_1.0_march16_0white_paper_fiber_optic_sensing_rev_1.0_march16_0
white_paper_fiber_optic_sensing_rev_1.0_march16_0
Jacques Miéville
 
SMART AGRICULTURE AND DAM MANAGEMENT SYSTE
SMART AGRICULTURE AND DAM MANAGEMENT  SYSTESMART AGRICULTURE AND DAM MANAGEMENT  SYSTE
M1 - Photoconductive Emitters
M1 - Photoconductive EmittersM1 - Photoconductive Emitters
M1 - Photoconductive Emitters
Thanh-Quy Nguyen
 
MS Tomlinson Thesis 2004-s
MS Tomlinson Thesis 2004-sMS Tomlinson Thesis 2004-s
MS Tomlinson Thesis 2004-s
MSTomlinson
 

Ähnlich wie Digital Soil Moisture Sensor (20)

Digitla Vibration Sensor
Digitla Vibration SensorDigitla Vibration Sensor
Digitla Vibration Sensor
 
CGuerreroReport_IRPI
CGuerreroReport_IRPICGuerreroReport_IRPI
CGuerreroReport_IRPI
 
AVD & FDS Proposal
AVD & FDS ProposalAVD & FDS Proposal
AVD & FDS Proposal
 
Nattai River : eWater Source Catchments Model Case Study
Nattai River : eWater Source Catchments Model Case StudyNattai River : eWater Source Catchments Model Case Study
Nattai River : eWater Source Catchments Model Case Study
 
Leakage detection in water pipe networks using Ground Penetrating Radar (GPR)...
Leakage detection in water pipe networks using Ground Penetrating Radar (GPR)...Leakage detection in water pipe networks using Ground Penetrating Radar (GPR)...
Leakage detection in water pipe networks using Ground Penetrating Radar (GPR)...
 
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
 
Tesi ph d_andrea_barucci_small
Tesi ph d_andrea_barucci_smallTesi ph d_andrea_barucci_small
Tesi ph d_andrea_barucci_small
 
Basic hygrometry principles_english_2
Basic hygrometry principles_english_2Basic hygrometry principles_english_2
Basic hygrometry principles_english_2
 
Affordable EMCS for GeenHouses
Affordable EMCS for GeenHousesAffordable EMCS for GeenHouses
Affordable EMCS for GeenHouses
 
Methods for Monitoring Pump-and-Treat Performance
Methods for Monitoring Pump-and-Treat PerformanceMethods for Monitoring Pump-and-Treat Performance
Methods for Monitoring Pump-and-Treat Performance
 
QUOVADIS_NUM9_AMJ_2012
QUOVADIS_NUM9_AMJ_2012 QUOVADIS_NUM9_AMJ_2012
QUOVADIS_NUM9_AMJ_2012
 
Future Inspection of Overhead Transmission Lines
 Future Inspection of Overhead Transmission Lines Future Inspection of Overhead Transmission Lines
Future Inspection of Overhead Transmission Lines
 
Thesis-DelgerLhamsuren
Thesis-DelgerLhamsurenThesis-DelgerLhamsuren
Thesis-DelgerLhamsuren
 
Project Report Distance measurement system
Project Report Distance measurement systemProject Report Distance measurement system
Project Report Distance measurement system
 
Report on Indus Delta
Report on Indus Delta Report on Indus Delta
Report on Indus Delta
 
white_paper_fiber_optic_sensing_rev_1.0_march16_0
white_paper_fiber_optic_sensing_rev_1.0_march16_0white_paper_fiber_optic_sensing_rev_1.0_march16_0
white_paper_fiber_optic_sensing_rev_1.0_march16_0
 
SMART AGRICULTURE AND DAM MANAGEMENT SYSTE
SMART AGRICULTURE AND DAM MANAGEMENT  SYSTESMART AGRICULTURE AND DAM MANAGEMENT  SYSTE
SMART AGRICULTURE AND DAM MANAGEMENT SYSTE
 
M1 - Photoconductive Emitters
M1 - Photoconductive EmittersM1 - Photoconductive Emitters
M1 - Photoconductive Emitters
 
Basic Instrument PID
Basic Instrument PID Basic Instrument PID
Basic Instrument PID
 
MS Tomlinson Thesis 2004-s
MS Tomlinson Thesis 2004-sMS Tomlinson Thesis 2004-s
MS Tomlinson Thesis 2004-s
 

Mehr von Raghav Shetty

Mehr von Raghav Shetty (20)

8 Channel Relay Board-Bluetooth
8 Channel Relay Board-Bluetooth8 Channel Relay Board-Bluetooth
8 Channel Relay Board-Bluetooth
 
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
4 Channel Relay Board 5V-Bluetooth Compatible for Arduino
 
4 Channel Relay Board 12V-Compatible for Arduino
4 Channel Relay Board 12V-Compatible for Arduino4 Channel Relay Board 12V-Compatible for Arduino
4 Channel Relay Board 12V-Compatible for Arduino
 
8 Channel Relay Board-Rs485
8 Channel Relay Board-Rs485 8 Channel Relay Board-Rs485
8 Channel Relay Board-Rs485
 
Xbee X-CTU Software
Xbee X-CTU SoftwareXbee X-CTU Software
Xbee X-CTU Software
 
Thermal Printer
Thermal PrinterThermal Printer
Thermal Printer
 
Micro SD Memory Card Interface for 5V MCU
Micro SD Memory Card Interface for 5V MCUMicro SD Memory Card Interface for 5V MCU
Micro SD Memory Card Interface for 5V MCU
 
Micro SD Memory Card Interface for 3.3V MCU
Micro SD Memory Card Interface for 3.3V MCUMicro SD Memory Card Interface for 3.3V MCU
Micro SD Memory Card Interface for 3.3V MCU
 
Regulated Power Supply
Regulated Power Supply Regulated Power Supply
Regulated Power Supply
 
PIC Project Board
PIC Project BoardPIC Project Board
PIC Project Board
 
8 Channel Bi Directional Logic Level Converter
8 Channel Bi Directional Logic Level Converter8 Channel Bi Directional Logic Level Converter
8 Channel Bi Directional Logic Level Converter
 
LCD Keypad Shield
LCD Keypad ShieldLCD Keypad Shield
LCD Keypad Shield
 
L298 Motor Driver
L298 Motor DriverL298 Motor Driver
L298 Motor Driver
 
Joystick Shield
Joystick ShieldJoystick Shield
Joystick Shield
 
Force Sensor
Force SensorForce Sensor
Force Sensor
 
Plastic REED Float Switch
Plastic REED Float SwitchPlastic REED Float Switch
Plastic REED Float Switch
 
Flex Sensor
Flex SensorFlex Sensor
Flex Sensor
 
Serial EEPROM
Serial EEPROMSerial EEPROM
Serial EEPROM
 
DTMF Decoder Shield for Arduino
DTMF Decoder Shield for ArduinoDTMF Decoder Shield for Arduino
DTMF Decoder Shield for Arduino
 
Digital Dimmer Module
Digital Dimmer ModuleDigital Dimmer Module
Digital Dimmer Module
 

Kürzlich hochgeladen

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Digital Soil Moisture Sensor

  • 1. www.researchdesignlab.com Page 1 DIGITAL SOILMOISTURE SENSOR DIGITAL SOIL MOISTURE SENSOR
  • 2. www.researchdesignlab.com Page 2 DIGITAL SOILMOISTURE SENSOR Table of Contents OVERVIEW ................................................................................................................................... 3 INTRODUCTION ...................................................................................................................... 3 FEATURES ................................................................................................................................ 3 APPLICATIONS........................................................................................................................ 4 SPECIFICATIONS..................................................................................................................... 4 PIN DETAILS ............................................................................................................................ 4 USING THE SENSOR ............................................................................................................... 5 WORKING ................................................................................................................................. 5 APPLICATION DIAGRAM ...................................................................................................... 6 CODES AND SCHEMATIC...................................................................................................... 6 CONNECTION WITH ARDUINO............................................................................................ 7 OUTPUT..................................................................................................................................... 8 RELATED PRODUCTS ............................................................................................................ 9
  • 3. www.researchdesignlab.com Page 3 DIGITAL SOILMOISTURE SENSOR OVERVIEW INTRODUCTION This sensor can be used to test the moisture of soil, when the soil is having water shortage, the module output is at high level, else the output is at low level. By using this sensor one can automatically water the flower plant, or any other plants requiring automatic watering technique. Module triple output mode, digital output is simple, analog output more accurate, serial output with exact readings. FEATURES 1. Sensitivity adjustable. 2. Has fixed bolt hole, convenient installation. 3. Threshold level can be configured. 4. Module triple output mode, digital output is simple, analog output more 5. accurate, serial output with exact readings.
  • 4. www.researchdesignlab.com Page 4 DIGITAL SOILMOISTURE SENSOR APPLICATIONS 1. Agriculture 2. Landscape irrigation SPECIFICATIONS Parameter Value Operating Voltage +5v dc regulated Soil moisture Digital value is indicated by out pin PIN DETAILS Pin Name Details 1 out Active high output 2 +5v Power supply 3 gnd Power supply gnd 4 rx receiver 5 tx transmitter 6 gnd Power supply gnd
  • 5. www.researchdesignlab.com Page 5 DIGITAL SOILMOISTURE SENSOR USING THE SENSOR 1. Connect +5v to pin 2 and ground to pin 3 and 6. 2. Pin 4 and 5 should be connected to particular transmitter and receiver pin of 3. Output pin may be connected to any port pins and can be used to any application. WORKING Soil moisture sensors measure the water content in soil. A soil moisture probe is made up of multiple soil moisture sensors. One common type of soil moisture sensors in commercial use is a Frequency domain sensor such as a capacitance sensor. Another sensor, the neutron moisture gauge, utilizes the moderator properties of water for neutrons. Soil moisture content may be determined via its effect on dielectric constant by measuring the capacitance between two electrodes implanted in the soil. Where soil moisture is predominantly in the form of free water (e.g., in sandy soils), the dielectric constant is directly proportional to the moisture content. The probe is normally given a frequency excitation to permit measurement of the dielectric constant. The readout from the probe is not linear with water content and is influenced by soil type and soil temperature. Therefore, careful calibration is required and long-term stability of the calibration is questionable.
  • 6. www.researchdesignlab.com Page 6 DIGITAL SOILMOISTURE SENSOR APPLICATION DIAGRAM CODES AND SCHEMATIC ATMEL UART http://researchdesignlab.com/soil-moisturre-urat-schematic.html http://researchdesignlab.com/soil-atmel-uart-code PIC http://researchdesignlab.com/digital-soil-pic-code.html RASPBERRY AND BEAGLEBONE http://researchdesignlab.com/digital-soil-raspberryandbeaglebone-code.html
  • 7. www.researchdesignlab.com Page 7 DIGITAL SOILMOISTURE SENSOR CONNECTION WITH ARDUINO ARDUINO CODE #include <SoftwareSerial.h> SoftwareSerial mySerial(10, 11); // TX,RX void setup() { // Open serial communications and wait for port to open: Serial.begin(9600); while (!Serial) { ; // wait for serial port to connect.
  • 8. www.researchdesignlab.com Page 8 DIGITAL SOILMOISTURE SENSOR } Serial.println("Digital all sensor"); mySerial.begin(9600); // set the data rate for the SoftwareSerial port } void loop() // run over and over { if (mySerial.available()) Serial.write(mySerial.read()); } OUTPUT
  • 9. www.researchdesignlab.com Page 9 DIGITAL SOILMOISTURE SENSOR RELATED PRODUCTS PIC PROJECT BOARD PIC DEVELOPMENT BOARD ATMEL PROJECT BOARD ATMEL DEVELOPMENT BOARD