Android Phone Control RGB Strip
by Daniel Lu in Circuits > Arduino
7466 Views, 161 Favorites, 0 Comments
Android Phone Control RGB Strip




Videos
RGB Strip
Moon
Andord App
More than 7 control Modes
Constant Color / Random / Rambo / RGB / Blink / User-Define Play sequences / Breathing…..
More Free Tools download
Parts List and Schematics





USB to TTL X1 Connect PC and Pro-Mini for uploading code /
PC control ProMini
Arduino ProMini X1 Control RGB Led in different shining modes
HC-05 Bluetooth X1 Receive command from Android Phone via Bluetooth.
RGB Com-Cathode X1 Indicating RGB light state.
RGB Strip 5050 5M X1 RGB LED strip, 12V, Common Anode.
Resistor X3 220 Ohm.
NPN Mosfet X3 TIP41C NPN, TO220
Power Supply 12V-5A X1 Offer the power to RGB Strip and Arduino Promini.
Arduino Source Code

Arduino Source Code
https://www.dropbox.com/s/4tpu4yjltiqeakg/BlueToot...
/*
BlueTooth Test
PWM PIN 3, 5, 6, 9, 10, 11
Daniel Lu : dan59314@gmail.com
http://www.youtube.com/dan59314/playlists
1. D,3,255 -> Set D3 = 255
2. A,1 -> Read A3 value
3. C,255,255,255 -> set R,G,B value to PinR,PinG,PinB
4, M,1 set PlayMode, cListerning, cAuto, cRandom, cRambo ....
5. P,3,5,6 -> set PinR=3, PinG=5, PinB=6
6. TD,200 -> gDelayMsc = 200 msec
7. TI,30000 -> gIdleMsec = 30000 msec
8. RS/RE -> start/end recording
*/
#include
//#define HardwareDelay;
#define CommonAnode
//#define debug;
#define enableBreath
// Type Define ***********************************************************************************
typedef struct TPinRec {
byte PinNo;
.................
Downloads
All Downloads


Arduino Source Code
https://www.dropbox.com/s/4tpu4yjltiqeakg/BlueToot...
Windows Exe, control via usb wire.
https://www.dropbox.com/s/ysibqt6l73hxrbx/Androidu...
Andorid APK
https://www.dropbox.com/s/j8h3fjuiqcdzj97/Androidu...
This document
https://www.dropbox.com/s/kf970rflff7gfiu/Android%...
More details on how to initial HC-05
https://www.dropbox.com/s/lviz5v4g4e5h5ky/%E6%89%8...
Leave comments if you like it.