How to Make Your Own HUE Light Using Arduino and Control Wireless.

by DEXTERF3 in Circuits > Arduino

2557 Views, 4 Favorites, 0 Comments

How to Make Your Own HUE Light Using Arduino and Control Wireless.

How to make your own cheap HUE light and control wireless via bluetooth

In this instructable i will explain how to control R.G.B leds wireless by using arduino and bluetooth.This is an very simple project it can be done in 10 minutes.You can use this for mood lighting or Christmas , house decorations in cars etc.So lets start the project :)

Parts Required

RGBLEDs2.png
arduino-uno-r3-cabo-usb-automaco-plug-p-bateria-9v-D_NQ_NP_18981-MLB20163502417_092014-O.jpg
HC-05.png
DFGHFGFG.jpg
EW.jpg

1.R.G.B LEDS.common anode or common cathode (I used common anode)

2.Arduino.

3.bluetooth HC-05 OR HC-06 (I used HC-05).

4.220k resistor.

5.Some jumper wires.

Connections

rgb_led_schematic_nxh560bdvq_ET208CfYXL (1).png

From the above image connect the LED using jumper wires.

1.Connect PWM 3 RED color of LED PWM5 TO GREEN PWM 6 to BLUE.Dont forget to use resistors.

2.Connect bluetooth by giving 3.3 volt from arduino and gnd to gnd of bluetooth and TX pin of bluetooth to RX pin of Arduino RX pin to TX pin.

So as we completed the connection we almost finished to project lets do the coding :)

Configuring Bluetooth and Uploading the Code.

Screenshot_20170908-010353.jpg
jl.jpg
Screenshot_20170908-010j353.jpg

1.So we need an app to control the LED so download color LED controller app from playstore.

2.In the app we can find bluetooth list click and select your bluetooth module.

3.Now the final part copy paste the code below and upload to Arduino. I will post two codes one for common anode and other for common cathode.

CODE

Please download the code and upload to arduino Voila!! Now you can control RGB wireless and get unlimited colours :D

Check Out the Testing Video :)

How to make your own cheap HUE light and control wireless via bluetooth