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

Once, I wanted to control my home lights using my Mobile phone. I searched on google, Youtube for help but these biggest platform disappointed me due to not a proper guidance.

Then, I decided to learn all this and helps to learn you and others in this world.

So, here I am going to explain you How to Control Lights using Mobile Phone.

I am going to explain you through a video because you can see Step by Step physical process in video.

Before learning if you want to learn daily basis Electronics stuff- You can follow us @ElectronicsUniversity

https://www.instagram.com/electronicsuniversity/?utm_medium=copy_link

So let's Come to our main topic

Are You ready?

Let's begin our learning

Here, I am attached a video for your help.

Let's watch it

Watch it, Like it &Subscribe us

Wireless Control: Bluetooth Home Automation

The Bluetooth Relay Dashboard is the quintessential maker project. It serves as the perfect bridge between writing smartphone software and controlling physical, high-voltage hardware.

Serial Communication Protocol

The core of this project is understanding UART Serial Communication.

  1. The App: You use a custom Android App (often built with MIT App Inventor) or a generic Bluetooth Terminal.
  2. The Button: When you press the "Lamp ON" button on your phone, the app sends a single character over Bluetooth: the letter 'A'.
  3. The Receiver: The HC-05 module passes the 'A' to the Arduino's RX pin.
  4. The Switch: The Arduino code uses a switch/case statement. case 'A': digitalWrite(relay1, HIGH); break;.

Hardware Components

  • Arduino Uno/Nano: The command center.
  • HC-05 or HC-06 Bluetooth Module: The wireless link.
  • 4-Channel 5V Relay Module: Perfect for controlling up to 4 separate appliances.
  • Jumper wires and Breadboard.

Safety Warning

When connecting the relay to main 110V/220V AC wiring, ensure the Arduino is completely unplugged from your PC. Use proper junction boxes, secure your screw terminals tightly, and always respect high-voltage safety practices!

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

apps:
  - "1x Blynk"
  - "1x Arduino IDE"
author: "lakshyajhalani56"
category: "Home Automation"
components:
  - "1x Relay (generic)"
  - "1x HC-05 Bluetooth Module"
  - "1x Arduino UNO"
  - "1x LED Light Bulb, Frosted GLS"
  - "1x Wire, Wrapping Wire"
  - "1x Breadboard (generic)"
  - "1x Jumper wires (generic)"
description: "Your phone is the remote! Build a 4-channel relay system controlled via an HC-05 Bluetooth module to operate lamps, fans, and electronics."
difficulty: "Intermediate"
documentationLinks: []
downloadableFiles: []
encryptedPayload: "U2FsdGVkX19dBs1gZ2PWWUs3tZACT5WfSKjuuYQfWX0cVV5vFi6/x7Vd/0Yz2wM7R2bh8rb2mmuOg4Cy1d9g1ui/MBIb2spwYZ9W0AHmzTM="
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/home-automation-using-arduino-relay-bluetooth-42635c_cover.jpg"
lang: "en"
likes: 0
passwordHash: "e9fe83eefdd9131705b421350c84e3becf71661a602bc20b25dea882d4137155"
price: 1120
seoDescription: "Learn to build a Home Automation system using Arduino, Relay, and Bluetooth to control devices via Mobile Phone."
tags:
  - "relay"
  - "bluetooth"
  - "light"
  - "home automation"
  - "relay module"
  - "automation"
  - "wireless"
  - "light automation"
  - "blynk app"
  - "bluetooth module"
  - "bulb"
  - "hc05"
  - "hc06"
  - "blynk"
title: "Home Automation using Arduino, Relay, Bluetooth"
tools: []
videoLinks:
  - "https://www.youtube.com/embed/TvHSijiVQN4"
views: 11506