Skip to main content

Menu

Soil Moisture Sensor Arduino Compatible

ARD2-3030
Arduino Compatible Soil Moisture Sensor

$2.99

QTYPrice
1 $2.99

Description

This soil moisture sensor Arduino compatible can be used to detect the moisture levels of the soil. When the soil is dry, the sensor's output analog value will decrease, while moist soil will result in an increased analog value output. A key application for this sensor is for an automatic watering device. The sensor can sense whether your plant is thirsty or not, preventing over- or under-watering.

The Arduino compatible soil moisture sensor surface is made from metal to extend its life. Insert it into the soil, then read it using an AD converter.

Test Code

/ *
# Example code for the moisture sensor
# Connect the sensor to the A0 (Analog 0) pin on the 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);
}

Features

  • Sense whether soil is wet or dry
  • Can be used to build an automatic watering machine
  • Metal sensor surface for durability

Specifications

Supply Voltage

3.3 - 5VDC

Operating Current

less than 20mA

Output Voltage

0-2.3V (2.3V is completely immersed in water)*

Sensor Type

Analog Output

Packaging

Static bag sealed

Interface definition

DATA GND VCC

Dimensions

Module Length (mm)

60

Module Width (mm)

20

Resources

You Might Also Like

All prices are in Australian Dollars and include GST. GST will be removed from your order if you are ordering from outside Australia.
Products may differ from pictured.
All trademarks and trade names are the properties of their respective owners. Wiltronics disclaims any proprietary interest in trademarks and trade names other than its own.

Soil Moisture Sensor Arduino Compatible

ARD2-3030

$2.99

We use cookies to ensure you have the best experience on our site. If you continue to use this site you consent to the use of these cookies. OK

Find out more in our Privacy Policy