กลับไปหน้ารวมไฟล์
automatic-humidifier-e7cb30-en.md

This is my second Arduino Project. I'm studying in Boston and found that the air is so dry, especially in the evening. So I came up with this idea: what if the humidifier could turn on and off automatically to maintain a specific and comfortable humidity in the air? So I spent a whole day designing the circuits and programming.

Here's a video.

Video:


🛠️ Deep Dive / Technical Analysis

The Automatic Waste Segregator is a socially impactful project that addresses one of the biggest challenges in recycling: contamination. By automating the sorting process at the source, we can significantly increase the efficiency of recycling plants.

![images/projects/expanded/images/projects/expanded/waste_segregator_conveyor_1772704538085.png)

How It Sorts

The system typically uses a combination of sensors to classify objects as they pass by on a small conveyor belt or fall through a chute:

  1. Inductive Proximity Sensor: Detects metallic objects (cans, metal tops).
  2. Capacitive Sensor: Can help distinguish between different non-metallic materials like plastic or cardboard based on their dielectric properties.
  3. Moisture Sensor: Sometimes used to detect organic/wet waste.

When a material is identified, the Arduino triggers a Servo Motor or a Stepper Motor to push the item into the correct collection bin.

Key Hardware

  • Arduino Uno: The master controller.
  • Inductive Sensor (LJ12A3-4-Z/BX): For metal detection.
  • Micro Servo (SG90) or larger: For the sorting arm mechanism.
  • Conveyor Belt Kit: Including a DC motor and pulleys.
  • LCD Display: To show statistics like "Plastic count: 12, Metal count: 5".

![images/projects/expanded/images/projects/expanded/waste_segregator_bins_detail_1772704552462.png)

Engineering Challenges

The main challenge in this project is mechanical alignment and timing. The Arduino must detect the object and then wait for the exact moment when the object is in front of the sorting arm before triggering the movement. This project is a fantastic introduction to industrial automation and mechatronics.

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

title: "Automatic Humidifier"
description: "Automatically turn on the humidifier when the environment humidity is below 50%."
author: "chenwei19940207"
category: "Home & Automation"
tags:
  - "humidity"
  - "humidifier"
  - "arduino"
  - "dht11"
views: 44621
likes: 8
price: 1120
difficulty: "Easy"
components:
  - "1x DHT11 Temperature & Humidity Sensor (4 pins)"
  - "1x Digilent Screwdriver"
  - "1x Standard LCD - 16x2 White on Blue"
  - "1x Arduino UNO"
  - "1x Humidifier"
  - "1x Resistor 1k ohm"
  - "1x Breadboard (generic)"
  - "1x Rotary potentiometer (generic)"
  - "1x Jumper wires (generic)"
  - "5x Resistor 10k ohm"
  - "1x Resistor 330 ohm"
  - "1x LED (generic)"
tools: []
apps: []
downloadableFiles: []
documentationLinks: []
passwordHash: "1203aa3c2b2d074049bda72a9b4f9bcd3634c8ab3fd32389b9a6f6ee1441a87b"
encryptedPayload: "U2FsdGVkX1/vTnV80/EwQoXkxmzRMxanWHgYKUgDrPDqqRXVm2pLFLMqGOAN+PAvWVyJ/8+BpTf4aeue8P65TDeGzQr/dp8LNn9IfqgLuSwE2NxQiFOZFLyHDqbjdR5D/EyC8BlZC8JEaiMosdw+yK6i78WOW9URcc/GVrK0bOVXBLGG9VX9+7Gn0zpdhR8oeWV8qPhGMZHYsmJHJFZZCexdqh75mLiPT0AnXPRA3ug="
seoDescription: "Build an Automatic Humidifier with Arduino. Automatically turn on the Humidifier when environment Humidity is below 50%."
videoLinks:
  - "https://www.youtube.com/embed/oZgfAW2DMz4"
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/automatic-humidifier-e7cb30_cover.jpg"
lang: "en"