กลับไปหน้ารวมไฟล์
soil-moisture-sensor-e1e940-en.md

Hey everyone.

This project helps you to connect the soil moisture sensor to Arduino and shows how it works. Check out this link for learning:

Plant Health: Basic Soil Moisture Sensing

The Soil Moisture Sensor (Resistive type) is a simple but effective way to start with plant automation. It allows you to monitor the health of your indoor garden by measuring how easily electricity flows through the soil.

Interaction Logic

The project uses a simple probe that you insert into the soil:

  1. The Signal: Dry soil has high resistance, while wet soil conducts electricity better.
  2. The Goal: The Arduino converts this into an analog reading (0 to 1023).
  3. Thresholds: You can set an "Alert" value—for example, if the reading drops below 300, a red LED flashes to tell you the plant is thirsty.

Components List

  • Arduino Uno/Nano: The logic brain.
  • Resistive Soil Moisture Sensor Module: The primary hardware.
  • LEDs (Red/Green): To show "Thirsty" vs "Saturated" states.
  • Piezo Buzzer (Optional): For an audio reminder to water your plants.

Maintenance Tip

Note that because this sensor is "resistive," electricity flowing through the probes causes electrolysis, which leads to corrosion over time. To make your sensor last longer, only power it up when you are actually taking a measurement (once an hour) rather than leaving it on constantly.

ข้อมูล Frontmatter ดั้งเดิม

apps: []
author: "kamatalaashish"
category: "Home Automation"
components:
  - "1x Arduino UNO"
  - "1x LED (generic)"
  - "1x Jumper wires (generic)"
  - "1x soil moisture sensor"
description: "Listen to your plants! This project introduces you to moisture detection, showing you how to read soil water levels to prevent overwatering."
difficulty: "Easy"
documentationLinks: []
downloadableFiles: []
encryptedPayload: "U2FsdGVkX18qbmJvciZR35ccT5m0VDuKD4HfXubCPQpM1lb2Vbg5Yu6sMt9Vcc/cXwzY7o8SFVTzFAt2awEWu5020yJMF/K+R7X40F46ILB1y6dzcyvVUMHupOyw2OH+R+K/Y0JaDY1cQ2QEmYaY2lXaSgLbdRDIMUFyHpsaDmB8QAbQD1Nyj75NctsI8SnS8z7NDWJMcgMcOy3iHKL616lQLYi8xhPm8kHcxNwfbwM="
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/soil-moisture-sensor-e1e940_cover.png"
lang: "en"
likes: 2
passwordHash: "678eafc45be1c2dd0a757e8896abe0e9011046c0c8ebe0499b7ac46e22252364"
price: 1499
seoDescription: "Learn how to connect a Soil Moisture Sensor with Arduino Uno for soil moisture monitoring projects."
tags:
  - "moisture sensor"
  - "soil"
  - "garden"
title: "Basic Soil Moisture Sensor"
tools: []
videoLinks:
  - "https://www.youtube.com/embed/NFjkE5QHA40"
views: 8198