4.29 GBP
Joy-it Moisture, Feuchtigkeitssensor
Analogue sensor, very long probe based on earth resistance measurement, Raspberry - Arduino - BBC Microbit - Calliope and other SBC JST connectors - : 5 V · Operating voltage min
Stores where to buy this product
Joy‑it Moisture Sensor
The Joy‑it Moisture Sensor is a compact, high‑performance device designed to measure the moisture content of soil or other porous materials with precision and reliability. Its small footprint and versatile interface make it an ideal choice for hobbyists, educators, and professionals working on projects that require accurate humidity monitoring.
Key Features
- Dual‑Probe Design: The sensor incorporates two conductive probes that penetrate the material to be tested. By measuring the electrical resistance between these probes, it calculates moisture levels with high accuracy.
- Wide Measurement Range: Capable of detecting moisture from very dry (near zero conductivity) up to saturated conditions, providing a broad dynamic range suitable for diverse applications.
- Low Power Consumption: Optimized for battery‑powered systems and low‑energy microcontrollers, the sensor draws minimal current during operation.
- Robust Construction: Encased in durable housing that protects the internal circuitry from environmental factors such as dust, moisture, and mechanical stress.
- Easy Integration: Equipped with a standard 4‑pin connector (VCC, GND, OUT, NC) that allows seamless connection to popular development boards like Raspberry Pi, Arduino, BBC micro:bit, Calliope, pcDuino, and Banana Pi.
Technical Specifications
| Parameter | Description |
|---|---|
| Operating Voltage | 4.5 V – 6 V DC |
| Output Type | Pulsed or analog voltage proportional to moisture level |
| Measurement Range | 0 % – 100 % volumetric water content (varies with material) |
| Response Time | ≤ 2 seconds for most soil types |
| Connector Type | 4‑pin JST or screw terminal (customizable) |
| Dimensions | Approx. 30 mm × 15 mm × 10 mm |
| Weight | ≈ 20 g |
Applications
The versatility of the Joy‑it Moisture Sensor allows it to be employed in a wide array of projects:
- Agricultural Monitoring: Track soil moisture levels for precision irrigation systems, reducing water waste and improving crop yields.
- Environmental Research: Measure humidity in natural habitats or controlled experiments to study plant growth, microbial activity, or climate effects.
- Educational Kits: Serve as a hands‑on component in STEM curricula, enabling students to learn about sensors, data acquisition, and environmental science.
- Smart Home Automation: Integrate with home automation platforms to trigger watering systems or alert homeowners when soil becomes too dry.
- Industrial Process Control: Monitor moisture in manufacturing processes where humidity can affect product quality, such as in ceramics or pharmaceuticals.
Integration Guide
Connecting the Joy‑it Moisture Sensor to a microcontroller is straightforward. Below is a typical wiring diagram for an Arduino Uno:
- VCC → 5 V (or 6 V if supported)
- GND → GND
- OUT → Digital pin (e.g., D2) or analog pin (A0) depending on output mode
- NC → Not connected (reserved for future use)
Once wired, the sensor can be read using simple code snippets. For example, in Arduino:
#include <Arduino.h>
const int sensorPin = A0; // analog input
void setup() {
Serial.begin(9600);
}
void loop() {
int rawValue = analogRead(sensorPin);
float voltage = (rawValue / 1023.0) * 5.0;
Serial.print("Moisture Voltage: ");
Serial.println(voltage, 2);
delay(2000); // 2‑second interval
}
For digital pulse output, the sensor can be connected to a digital pin and measured using pulseIn() or interrupt routines.
Calibration Tips
- Place the sensor in a known dry environment (e.g., air‑dry sand) and record the baseline voltage. This value represents 0 % moisture.
- Submerge the sensor in distilled water to obtain the maximum reading, corresponding to 100 % moisture for that material.
- Use these reference points to map raw sensor values to volumetric water content via linear interpolation or a lookup table.
Maintenance and Longevity
The Joy‑it Moisture Sensor is designed for long‑term use, but proper care extends its lifespan:
- Clean the probes with a soft brush after each use to remove soil residue.
- Avoid exposing the sensor to extreme temperatures beyond its specified range.
- Store in a dry environment when not in operation to prevent corrosion of conductive elements.
Conclusion
The Joy‑it Moisture Sensor stands out as an accessible, reliable, and versatile tool for anyone needing accurate moisture measurement. Its compatibility with a broad spectrum of development platforms, combined with robust construction and clear documentation, makes it an excellent choice for projects ranging from simple hobby experiments to sophisticated environmental monitoring systems.
| This product in Comparor | |
|---|---|
|
Category
This product is cataloged in our store in these categories
|
- Electronics |
|
International
Find this product in one of our international stores
|
|
| Colors
Predominant colors of the product |
|
| Tags | Voltage min ARD SEN |
| Identifiers | |
| Brand | Joy-it |
| ID | 19010040 |
| Dimensions / Weight | |
| Key Features | |

