Soil Moisture Sensor
A soil moisture sensor can read the amount of moisture present in the soil surrounding it. It's an ideal for monitoring an urban garden, or your pet plant's water level. This is a must have component for a IOT garden / Agriculture!
The new soil moisture sensor uses Immersion Gold which protects the nickel from oxidation. Electroless nickel immersion gold (ENIG) has several advantages over more conventional (and cheaper) surface platings such as HASL (solder), including excellent surface planarity (particularly helpful for PCB's with large BGA packages), good oxidation resistance, and usability for untreated contact surfaces such as membrane switches and contact points.
This soil moisture arduino sensor uses the two probes to pass current through the soil, and then it reads that resistance to get the moisture level. More water makes the soil conduct electricity more easily (less resistance), while dry soil conducts electricity poorly (more resistance). This sensor will be helpful to remind you to water your indoor plants or to monitor the soil moisture in your garden.
To ease the difficult of using this sensor, a Gravity Interface is adapted to allow plug&play. The Arduino IO expansion shield is the best match for this sound senor connecting to your Arduino. As this sensor can work at 3.3V which make it compatible with Raspberry Pi, intel edison, joule and curie.
Quick Spec
- Power Supply: 3.3 or 5V
- Output Voltage Signal: 0 ~ 4.2V
- Current: 35mA
- Size: 60 x 20 x 5mm
- Surface Finish: Immersion Gold
- Net Weight: 17g
Circuit Diagram

Example Code
//Editor: Lauren
//Date: 13.01.2012
//Version: 1.0
//Connect the sensor to the A0(Analog 0) pin on the Arduino board
//the sensor value description
//0 ~ 300 = dry soil
//300~700 = humid soil
//700~950 = in water
void setup(){
Serial.begin(57600);
}
void loop(){
Serial.print("Moisture Sensor Value:");
Serial.println(analogRead(0));
delay(100);
}
Value Range
- 0 ~ 300: dry soil
- 300 ~ 700: humid soil
- 700 ~ 950: in water
Resources
Shipping List
- 1 x Moisture Sensor
- 1 x Analog Sensor Cable
Soil Moisture Sensor
- Brand: DF Robot
- Product Code: SEN0114
- Weight: 0.017kg
- Product Status : Active
Stock
Warehouse | Stock Status | Location |
---|---|---|
Centurion | No Stock | |
Stellenbosch | No Stock |
We ship free of charge between branches to complete your order.
-
R59.00 (Inc Tax: R67.85)
Related Products
Soil moisture sensor
Soil moisture sensor for arduino ..
R48.00 (Inc Tax: R55.20)
Sparkfun Soil Moisture Sensor
Sparkfun Soil Moisture Sensor The SparkFun Soil Moisture Sensor is a simple breakout for measuring the moisture in soil and similar materials. The soil moisture sensor is pretty straight forward to u..
R139.00 (Inc Tax: R159.85)
Industrial Soil Sensor Kit
Industrial Soil Sensor Kit This is a soil moisture detection kit designed for Arduino automatic watering system. When the soil moisture level reaches the module setting values (adjustable) and ..
R98.00 (Inc Tax: R112.70)
DF Robot Soil Moisture Sensor
DF Robot Soil Moisture Sensor This product measures soil moisture levels by capacitive sensing, rather than resistive sensing like other types of moisture sensors. It is made of a corrosion resistant..
R115.00 (Inc Tax: R132.25)
4 in 1 PH Meter
4 in 1 PH Meter The 4 in 1 soil survey instrument can test moisture, PH value, temperature, and environment sunlight intensityof soil via using a probe with the length pf 200mm. The unit can easily d..
R289.00 (Inc Tax: R332.35)
Soil Moisture Sensor Board with Display and Relay Output
Soil Moisture Sensor Board with Display and Relay Output This soil moisture controller module is easy to use in home gardening, agriculture monitoring and any other floriculture control systems. Th..
R118.00 (Inc Tax: R135.70)
SparkFun Soil Moisture Sensor Qwiic Ready
SparkFun Soil Moisture Sensor Qwiic Ready The SparkFun Qwiic Soil Moisture Sensor is a simple breakout for measuring the moisture in soil and similar materials. The soil moisture sensor is pretty s..
R429.00 (Inc Tax: R493.35)
DIY Irrigation Kit for Arduino
DIY Irrigation Kit for Arduino Create your own automated watering system with our DIY Watering Kit for Arduino. This comprehensive kit includes everything you need to get started: a capacitive soil..
R128.00 (Inc Tax: R147.20)
Tags: soil moisture sensor, soil, moisture, sensor, garden, iot, garden, monitor, water level, probe