กลับไปหน้ารวมไฟล์
automatic-clothesline-retrieval-system-using-arduino-uno-ff8052-en.md

No missing lines of codes and/or components unlike similar projects posted here or elsewhere.

How it functions:

First it will check if LED is on, meaning, the clothes are inside. If the LED is on, it will check if LDR senses bright light. If light is bright enough, clothes will be placed outside. If light is bright and rain sensor is wet, clothes will remain inside.

Intelligent Laundry Management Overview

The Automatic Clothesline Retrieval System is a sophisticated home automation solution that protects your laundry from both rain and nighttime dampness. By integrating multiple environmental sensors, the system makes localized decisions to deploy or retract the clothesline, ensuring your clothes are always exposed to the sun when available and safely tucked away during adverse conditions.

Hardware Core & Environmental Detection

  • Arduino UNO: Functions as the primary "Decision Engine," processing simultaneous data streams from light and moisture sensors.
  • Rain Sensor: A specialized detection plate that monitors for precipitation. The moment a drop creates a conductive bridge, the Arduino triggers an emergency retraction.
  • LDR (Light Dependent Resistor): Monitors for sunrise and sunset. This prevents clothes from being left out overnight where they might collect morning dew or be exposed to high humidity.
  • Dual DC Motors (12V): Provide the high-torque mechanical force required to pull the weighted clothesline in and out of a sheltered area.
  • 9V Battery System: Provides portable, reliable power to the logic and mechanical units, making the system independent of wall outlets.

Multi-Sensor Decision Logic

The system's intelligence is built on a truth-table logic loop:

  1. The Sunlight Check: The Arduino polls the LDR. If the environment is "Bright," it prepares for deployment.
  2. The Moisture Overrule: It then checks the Rain Sensor. Even if it is bright, if the sensor is "Wet" (e.g., a "sun shower"), the retraction logic takes priority.
  3. Mechanical Execution:
    • Deployment State: If Bright + Dry, the DC motors rotate forward until a limit switch (or a timed duration) is reached.
    • Retraction State: If Dark OR Wet, the DC motors reverse to pull the clothes back into the shelter.
  4. Visual Indicator (LED): A status LED provides a quick glance reference—typically glowing when the clothes are safely indoors.

Practical Learning and Next Steps

This project is an excellent masterclass in Environmental Feedback Loops and Motor Torque Management. It demonstrates how code can act as a bridge between unpredictable weather and physical property protection. You can expand this system by adding an SHT31 Temperature/Humidity Sensor to calculate the physical drying time or an ESP32 to send a "Rain Detected - Clothes Secured" notification to your smartphone.

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

title: "Automatic Clothesline Retrieval System Using Arduino Uno"
description: "Using the rain sensor, light sensor, and DC Motors to implement a system that will retrieve clothes automatically."
author: "ejaquino"
category: "Home & Automation"
tags:
  - "weather"
  - "environmental sensing"
  - "home"
views: 20148
likes: 3
price: 1120
difficulty: "Easy"
components:
  - "1x 9V Battery Clip"
  - "1x Jumper wires (generic)"
  - "1x LDR, 5 Mohm"
  - "2x DC Motor, 12 V"
  - "1x Arduino UNO"
  - "1x Custom PCB"
  - "1x Soldering iron (generic)"
  - "1x LED (generic)"
  - "1x 9V battery (generic)"
  - "1x Rain Sensor"
  - "1x Solder Wire, Lead Free"
  - "2x Resistor 10k ohm"
tools: []
apps:
  - "1x Arduino IDE"
downloadableFiles:
  - "https://projects.arduinocontent.cc/918e14dc-9443-44d0-a9ed-c6811bb135de.txt"
documentationLinks: []
passwordHash: "12dae0a4d8e6d986387f0da884a2f1888c3f7eb80ddca4a0d90a2468285479a3"
encryptedPayload: "U2FsdGVkX1/WCtijEgT8ttWdChtsortDOmprPVMg1AwcqZCy71zp7zouE0h320Zyoq7SnBdTDedw0MyPYQ80i1kvdYp4hknpBfxEc6wzhvxHwGyOPWznq99b6ZnaMBy4PMqCvHV1vvcZQ0YtsCVmBnW2RU2N0fQZKTZ8KLQjvyI="
seoDescription: "Automatic Clothesline Retrieval System using Arduino Uno, rain sensor, and light sensor with DC Motors for home automation."
videoLinks:
  - "https://www.youtube.com/embed/tmkwYsLsRpE"
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/automatic-clothesline-retrieval-system-using-arduino-uno-ff8052_cover.jpg"
lang: "en"