You are on page 1of 14

Control LED Light

by using
Bluet th and Keypad

Presentation By : VONG TITHTOLA


CONTENTS

1. OVERVIEW

2. EQUIPMENT

3. PROCESS

4. RESULT
1.OVERVIEW

This presentation is shown how to control 10


LED lights by using 2 Bluetooths connect to 2
Arduinos (Master

Device, Slave Device) and


selecting the number of LEDs by pushing the
keypad 4x4.
2.EQUIPMENT

Arduino UNO x 2

Bluetooth Module HC-05 x 2


2.EQUIPMENT

Keypad 4x4

LED Light x 10
2.EQUIPMENT

Breadboard

Resistor 220 ohm x 10


3.PROCESS
Step 1 :
We have to pair the 2 Bluetooth devices by AT Comment
Circuit Build Core

3.PROCESS
Step 1 :

Now, we will set as Slave first them set as Master


Slave
AT | OK | Check if the HC-05 is in AT Command mode
AT+ROLE=0 | OK
AT+ADDR?

| This makes the HC=05 a Slave


| XXXX.XX.XXXXX, OK | Displays the HC-05's address

Master
AT | OK | Check if the HC-05 is in AT Command mode
AT+ROLE=1 | OK | This makes the HC-05 a Master
AT+CMODE=0 | OK | This allows the HC-05 connect to a specified address
AT+BIND=XXXX.XX.XXXXX| OK | When the HC-05 turns on, it will look for this address
3.PROCESS
Step 2 :
We have to construct circuit Master device and Slave device
Master
Circuit Build Core

Include library keypad


then sending to Slave device
3.PROCESS
Step 2 :
We have to construct circuit Master device and Slave device
Slave
Circuit Build Core


If receive 1 => Ture on 1 LED
.
.
.
If receive 9 => Ture on 9 LED
if receive A => Ture on All LED
if receive 0 => Ture off All LED
RESULT

Master Device Slave Device


RESULT
REFERENCES

Arduino Two Way Communication Via Bluetooth (HC-05) : 9 Steps - Instructables

Keypad Interfacing with Arduino 4x4, 4x3 with LCD connection and code
(mechatrofice.com)

LED Chaser Using Arduino - TechKevin (technicalkevin.blogspot.com)

You might also like