0% found this document useful (0 votes)
11 views

EEE Project

Teacher

Uploaded by

nu369tesla
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

EEE Project

Teacher

Uploaded by

nu369tesla
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Sylhet Engineering College

Department of Electrical and Electronics Engineering


Project Proposal

Course Title : Electronics 1 Lab


Course No : EEE 302
Project Name : Bluetooth Control Light, Fans (Home Automation)
Submission Date : 04-07-2024

Submitted By Submitted To
Nur Ahmed (2021338540) MD. Faiyaj Ahmed Limon
Simanto Baidya (2021338536) Lecturer
Shanta Rani Nath (2021338529) Sylhet Engineering College
Jannatul Tasnim (2021338565)
Bluetooth Control Home Automation

Abstract:
Home automation using Arduino, relay, and a Bluetooth module is a
popular project that allows you to control various electrical devices in
your home wirelessly from a smartphone or any Bluetooth-enabled
device. In this setup, the Arduino board acts as the main controller, the
relay modules are used to switch the devices on and off, and the
Bluetooth module provides the wireless communication interface.

Components:
1. Arduino Uno
2. Jumper Wire
3. Bread Board
4. Bluetooth Module HC-05
5. Relay Module 4 Channel
Circuit Diagram:
Project Timeline:

Interfacing with HC-05 Bluetooth Module


It is a small portable device that is used to be connected in the Arduino board so
that it can communicate with mobile or smartphone. It has 6 pins, among which we
are concerned with only 4 pins.

Pin of HC-05 Bluetooth Module


• PIN 2 (RXD for receiving information from smartphone through Bluetooth
medium)
• PIN 3 (TXD for transmitting information from smartphone through Bluetooth
medium)
• PIN 4 (GND for grounding or zero potential point)
• PIN 5 (VCC for supply of 5 Volt in order to power up HC-05)
The TXD pin of Arduino is connected to RXD pin HC-05 and the RXD pin of Arduino is
connected to TXD pin of HC-05.
Here, TXD = 1 in Arduino means transmission of information from Arduino to HC-
05.And, RXD=0 in HC-05 means receiving information from from Arduino to HC-05.
Also, TXD = 1 in HC-05 means transmission of information from HC-05 to
Arduino.And, RXD=0 in Arduino means receiving information from from HC05 to
Arduino.
Interfacing with Relay Module

Relay module for Arduino is one of the most powerful application for
Arduino as it can be used to control both AC and DC devices by simply
controlling the relay by giving 5V. A relay is basically a switch which is
operated electrically by electromagnet.

• Logic GND: This will be connected to GND on your Arduino.


• Input 1 (IN 1): This will be connected to digital pin(2) on your
Arduino, or leave it unconnected if you do not want to use this
channel.
• Input 2 (IN 2): This will be connected to the digital pin(3) on your
Arduino, or leave it unconnected if you do not want to use this
channel.
• Input 3 (IN 3): This will be connected to the digital pin(4) on your
Arduino, or leave it unconnected if you do not want to use this
channel.
• Input 4 (IN 4): This will be connected to the digital pin(5) on your
Arduino, or leave it unconnected if you do not want to use this
channel.
• Logic VCC : This will be connected to the 5v pin of the Arduino o
power the 4 relay module.

Application Installation:
• Code Upload in Arduino microcontroller.
• Use Android Bluetooth apps.

You might also like