Color Changing RGB Strip Using BLEduino
by ElecFreaks in Circuits > Arduino
3111 Views, 18 Favorites, 0 Comments
Color Changing RGB Strip Using BLEduino
![RGB](/proxy/?url=https://content.instructables.com/FSX/IHZ2/I3H76HUR/FSXIHZ2I3H76HUR.jpg&filename=RGB)
Smart RGB LED Strip is based on the development of our BLEduino, using the Bluetooth 4.0, and the sample code written by EF men, by mobile phone APP, to control the switch of RGB LED strip, and the RGB LED color changing. The main principle is that using BLEduino mega328P chip three PWM pins respectively to control the RGB LED strip of R G B three colors. When the phone APP and BLEduino bluetooth pairing connection succeed, phone APP can control mega328P chip three PWM pins output value, then control the the color of the RGB LED strip This project is very easy – making, as long as with three things of BLEduino, BLE mobile phone APP, RGB LED Strip, we can complete it, which enable more Arduino starters to participate in this project. What’s more, we can apply this project to finish a Christmas tree with smart RGB LED Strip.
This project is very easy – making, as long as with three things of BLEduino, BLE mobile phone APP, RGB LED Strip, we can complete it, which enable more Arduino starters to participate in this project. What’s more, we can apply this project to finish a Christmas tree with smart RGB LED Strip.
Source reading: http://www.elecfreaks.com/7849.html
Hardware and Software
Hardware
Android or Apple mobile phone with System 4.3 and Bluetooth 4.0
USB Cable
RGB LED Strip
Software
Arduino IDE
Building
![BLE-RGB.jpg](/proxy/?url=https://content.instructables.com/FRA/OZMX/I3H76HUU/FRAOZMXI3H76HUU.jpg&filename=BLE-RGB.jpg)
![RGB.jpg](/proxy/?url=https://content.instructables.com/FR3/TP96/I3H76IDF/FR3TP96I3H76IDF.jpg&filename=RGB.jpg)
![RGB2.jpg](/proxy/?url=https://content.instructables.com/FAJ/NBXU/I3H76HUV/FAJNBXUI3H76HUV.jpg&filename=RGB2.jpg)
Wiring
With jumper wire, connect the RGB strip four pins +5V, R, G, B to BLEduino mainboard four pins of +5V, D9, D10, D3 respectively(+5V—–+5V, R—-D9, G—-D10, B—-D3), and the wiring method is as shown in the picture.
Codes and Programming
You can write code on your own, or download the sample code provided by our company, then open it by Arduino IDE, and program the code into BLEduino Mainboard.
The sample code is demonstrated here, and you can download it.
APP Installation and RGB Display
After download the code, install the phone APP and open it (APP has two versions, one is android version, and the other is IOS version), by rotating the APP RGB button, we can control the RGB strip of different colors. The RGB display effect was shown in the video.