กลับไปหน้ารวมไฟล์
bluetooth-home-automation-en.md

Smart Living: Bluetooth Control System

The Bluetooth Home Automation project is the first step toward building a DIY smart home. It allows you to interface high-voltage household appliances with your smartphone, giving you the power of remote control.

invisible_mess_glasses_relay_schema_1772681179521.png

System Architecture

  1. Smartphone App: You use a custom app (or a simple Bluetooth terminal) to send commands like "Turn on Light".
  2. Bluetooth Link: The HC-05 module receives the signal and passes it to the Arduino’s serial port.
  3. The Switch: The Arduino triggers a Relay Module, which acts as a physical switch for a 110V/220V appliance.
  4. Isolation: The relay keeps the high-voltage circuit completely separate from the low-voltage Arduino for safety.

Required Components

  • Arduino Uno/Nano: The main controller.
  • HC-05 Bluetooth Module: For wireless communication.
  • 2-Channel or 4-Channel Relay Module: To control the appliances.
  • Jumper Wires: To connect the modules.
  • Android/iOS Phone: The remote control device.

bluetooth_hc05_wiring_macro_1772682001936.png

Safety First!

When working with AC mains voltage (lights, fans), always ensure the power is unplugged while you are wiring. Use a proper plastic enclosure to house your project to prevent accidental contact with exposed wires. This project is a powerful introduction to IoT (Internet of Things) and electrical engineering.

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

title: "Bluetooth Home Automation"
description: "Control your appliances from your phone! Use an Arduino and an HC-05 module to toggle lights, fans, and electronics wirelessly via Bluetooth."
category: "Home Automation"
difficulty: "Intermediate"