Bluetooth Controlled RGB LED LAMP

Published Nov 07, 2021
 2 hours to build
 Beginner

I made an RGB pumpkin wall light, which can be controlled by a smartphone via Bluetooth, it has different modes and different colors so you can choose the color of the light according to your mode.

display image

Components Used

Arduino Nano
Arduino Nano
1
RGB LED
RGB LED
1
Bluetooth Module HC-05
Bluetooth is a wireless communication protocol used to communicate over short distances. It is used for low power, low cost wireless data transmission applications over 2.4 – 2.485 GHz (unlicensed) frequency band.
1
GPCB
PCBs & Breadboards PadBoard-3U 2 sided with plated holes
1
DC Barrel Jack
DC Barrel Jack
1
IRFZ44N MOSFET
MOSFET MOSFT 55V 49A 17.5mOhm 42nC
3
12V 2A DC power supply
used to power the whole system.
1
Description

 

Hi,

I am Vishal, I make amazing things on my youtube channel please checkout.

Halloween is about to come and already all are doing their preparations, in my previous project I made an Uncanny eye pendant, Which is already rocking. People really like the pendant because this can be wear on Halloween, as well as on a simple dress.

I made an RGB pumpkin wall light, which can be controlled by a smartphone via Bluetooth, it has different modes and different colors so you can choose the color of the light according to your mode.

Why I made this

There are different types of light lamps available in the market, so following the same theme i made a pumpkin lamp, which can be hung on the wall, it can be used for the light lamps in-room or just hang it an outer wall of your house that will make it scarier for people.

I made it with some Arduino nano, RGB led strip, MOSFETs, and an HC-05. I soldered all of the components on the Zero PCB and powered it with a 12v adapter. Let’s start the project so you can get detailed information.

Quartz components

A Big thank you to quartz components for sending me stuff for this project, Do check out quartzcomponents.com , to buy components at affordable prices.

Supplies

Electronics:-

  • Arduino Nano
  • HC-05
  • RGB LED strip
  • IRFZ40n MOSFET X 3
  • 100E resistor X 3
  • 10K resistor X 3
  • 12V adapter

Tools and material:-

  • Compressed foam board
  • Paper cutter
  • Glue
  • Black Sheet
  • Cotton
  • Double-sided tape

Arduino nano:- 

The Arduino Nano is a small, complete, and breadboard-friendly board based on the ATmega328. It has the same functionality as the Arduino UNO but in a different package. It lacks only a DC power jack and works with a Mini-B USB cable instead of a standard one.

HC-05:-

HC-05 Bluetooth Module is an easy-to-use Bluetooth SPP (Serial Port Protocol) module, designed for a transparent wireless serial connection setup. Its communication is via serial communication which makes an easy way to interface with the controller or PC. 

RGB LED strip:-

This is a strip with 3 colors LED and some resistor, it can be directly connected with a 12v supply. It comes in two configurations Common cathode and common anode.

Shape the Foam

Here we make two things, one is the base of the circuit and LED, and the second is the pumpkin.

First of all, we make the base of the circuit and LED, to make this, cut the equal size of strips as shown in the image. You can cut it with a paper cutter or you can use a hot wire to get a perfect cut. 

Stick four strips in a squire shape as shown in the image, you can see a piece of small squire at the corner of the big squire it is to support the circuit. This part will hold all LED strips along with the circuit which we will do in the circuit part, for now, let’s build a pumpkin from foam board.

AS you can see in the image, Cut a pumpkin shape out of the foam sheet. As I said cut it with a hot wire or paper cutter. The easiest way to cut it is, draw the pumpkin on the foam sheet and slowly cut the shape.

After cutting the Pumpkin out of the foam board, I found that the light passes through the foam board, so I cut a black sheet same as the foam sheet, and placed it on the foam pumpkin with help of glue.

Circuit and programming

In the circuit diagram, I used an Arduino nano to make things small,  Arduino nano is programmed with several RGB led patterns and colors which can be changed by Bluetooth command, as a Bluetooth we are using an HC05 Bluetooth module, which receives commands from a smartphone.

Arduino nano runs on 5V but the led strip runs on 12v so we need MOSFETs, here we are using IRFZ44n MOSFET, which can be turned on by a 5v signal from Arduino nano and it can drive led trip. I have used three, one for each color.

As given in the Arduino diagram I have used 10,11 pins as software RX and TX pin to communicate with the HC05 Bluetooth module. Pin 3, 5,6 is used to control the LED strip color, this pin has PWM so we can control the brightness of each color.

There is a 100E resistor is connected in between gate and Arduino to control the current and a 10K is connected to pull down the floating gate.

First of all, I have connected all the circuits on the breadboard to test all things are working properly or not, then I have connected it on zero PCB.

After connecting the circuit, upload the code in Arduino, you can download the code from my Github page.

Github:- https://github.com/vishalsoniindia/RGB_with_Hc-05


For testing purposes, I am using Arduino UNO, when you power the Arduino it starts the led will fade in random colors, to control the led you have to connect with the app.

Connect with App

To Connect the lamp with the smartphone, first of all, download it from my GitHub page or from the play store both links are given below.

Github:- https://github.com/vishalsoniindia/RGB_with_Hc-05

PlayStore :- https://play.google.com/store/apps/details?id=com.rgb.rgbcontroller

Till the app is installing, turn on the device we made, and turn on Bluetooth in the smartphone. Search for a new Bluetooth device and you will find HC05 as a new Bluetooth. Paire it with password ”1234” or “0000”.

Now open the app and click on pair, after clicking on pair click on HC05, and once you see the “connected” name your app is ready to control the lights.

Wall decoration

Once everything is done stick the led strip on the squire base, which we made from foam board. You can see there is a circuit on the corner.

Stick it on the wall with help of some double-sided tape, you can use nails if you want. Now place our pumpkin head on the base.

I have added some cotton to it to diffuse the light inside the pumpkin and white cotton looks good on it.

Now everything is done just choose the color and pattern of your LED, and you are ready to boom. It looks awesome in light.

Codes

Downloads

RGB with HC05 Download
Comments
Ad