Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe

Smartphone-operated RGB LED Strip

By Ashutosh Bhatt April 20, 2021

In the previous article of this series, we learned how to change colors in RGB LED strip using any IR remote means generating different colors in RGB LED strip with your fingertips from a remote place using any IR remote. So indeed, it was a very nice application.

This time again, we are moving one step ahead. Now in place of IR remote, I am using a smartphone. This means now I will generate different colors in RGB LED using a smartphone. I will set the RGB LED strip color from my smartphone.

There are few RGB LED strips available in the market; those are operated from an Android application in a smartphone (I remember one advertisement of SYSKA LED in which the LED light color was changed using a smartphone application). They are Bluetooth-operated strips. The RGB strips have inbuilt Bluetooth. The android application uses smartphone Bluetooth to send commands to RGB LED strip, and thus we can control RGB LED strip using our smartphone.

And what if I say that we can also make a smartphone-operated RGB LED strip using Arduino?

I think you all are very excited to make this!!!!!! So let’s start.

Here is the circuit diagram and its operation.

Circuit Diagram

The circuit is build using 3 components only. Bluetooth module (HC05), Arduino NANO board, and RGB LED strip. Here in this project, I have used addressable RGB LED (in the previous article of this series, I have used a normal RGB LED strip)

  • RGB LED strip has only 3 wires for interfacing. (1) 12V (2) Gnd and (3) Din. Din pin is a data input pin that is connected with digital pin D13 of Arduino
  • Both Arduino board and RGB Strip are given the same 12 V supply from the adapter.
  • HC05 has 4 interfacing pins. (1) Vcc (2) Gnd (3) TXD and (4) RXD. Vcc pin is given a 5V supply from Arduino board. Gnd pin is connected to common ground. TXD and RXD pins are connected with digital pins D4 and D5

Circuit Operation

  • When the supply is given to the circuit from an adapter, all LEDs in the strip are OFF. The HC05 module will start blinking to indicate it is searching for another Bluetooth device to which it will be paired (connected)
  • The person, who wants to change the strip color, will first open an android application having Bluetooth data sending facility in his smartphone (you may get so many such applications in the Google play store. search for “Bluetooth for Arduino”). This application will search and pair with the HC05 module (for pairing 1st time, it is required to enter Bluetooth passkey for the HC05 module, which is by default 1234). When your smartphone get connected with the HC05 module, its blinking rate will be slow
  • Now type and send the letter ‘R’ from the application. The phone Bluetooth will send this ‘R’ to the HC05 module.
  • HC05 module will receive this ‘R’ and gives it to Arduino through serial communication
  • When Arduino gets ‘R’, it will give data to the RGB strip to set RED color for all RGB LEDs in the strip, and the entire strip gets illuminated with RED .color
  • Similarly, send the following letters from the android application for the desired color.

  • Finally, to make strip OFF, send the letter ‘X’ from an application

Software Program: Smartphone operated RGB LED Strip Arduino program

And now, one last update

Let’s make this even more interesting!

Let’s make the RGB LED strip voice-operated. This means you speak the color, and the color is displayed on the strip. You say (speak) “BLUE” and the entire strip will turn into BLUE color

WOW……..!!!!

I think this the thing that everyone would like to have in his/her home. Speak of color, and your room light turns into that color.

And to make this you don’t need to do anything extra. It would be best if you had the same above circuit. Just download the “Arduino Bluetooth controller” app on your android phone from the Google play store. This application converts voice commands into text and sends them via phone Bluetooth to another device. The receiving device (HC05 in our case) will get the character string of our voice command.

So what you are supposed to do. Follow the step by step procedure

  1. Download and install the Arduino Bluetooth controller application
  2. Open the application. it will prompt you to turn ON your phone Bluetooth
  3. Turn ON phone Bluetooth
  4. Now the application wants you to find an available device. just click on “available device” and find the HC05 module
  5. Finally, connect with the HC05 module, and that’s it
  6. Download the following program in Arduino

You may also like:


  • Arduino-based RGB LED strip controller

  • How to build an IR remote-operated RGB LED strip using…

  • RGB LED Matrix

Filed Under: Arduino Projects, Microcontroller Projects

 

Next Article

← Previous Article
Next Article →

Questions related to this article?
👉Ask and discuss on EDAboard.com and Electro-Tech-Online.com forums.



Tell Us What You Think!! Cancel reply

You must be logged in to post a comment.

EE TECH TOOLBOX

“ee
Tech Toolbox: 5G Technology
This Tech Toolbox covers the basics of 5G technology plus a story about how engineers designed and built a prototype DSL router mostly from old cellphone parts. Download this first 5G/wired/wireless communications Tech Toolbox to learn more!

EE Learning Center

EE Learning Center
“engineers
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.

HAVE A QUESTION?

Have a technical question about an article or other engineering questions? Check out our engineering forums EDABoard.com and Electro-Tech-Online.com where you can get those questions asked and answered by your peers!


RSS EDABOARD.com Discussions

  • connector model question
  • value of feedback resistance in self biased inverter
  • Industrial Relay Board Design for Motorcycle Use
  • Sendust vs Ferrite for SMPS
  • sim7090g

RSS Electro-Tech-Online.com Discussions

  • using a RTC in SF basic
  • It's Amazing What A Buck And A Quarter....
  • Microinverters and storeage batteries?
  • ac current limiting
  • More fun with ws2812 this time XC8 and CLC

Featured – LoRa/LoRaWan Series

  • What is the LoRaWAN network and how does it work?
  • Understanding LoRa architecture: nodes, gateways, and servers
  • Revolutionizing RF: LoRa applications and advantages
  • How to build a LoRa gateway using Raspberry Pi
  • How LoRa enables long-range communication
  • How communication works between two LoRa end-node devices

Recent Articles

  • Infineon launches 3D magnetic sensors with ±50 mT to ±160 mT measurement ranges
  • Nexperia adds 1200 V 20 A silicon carbide Schottky diodes to power portfolio
  • EPC introduces 15 ARMS per phase motor drive in 32 mm diameter form factor
  • Non-contact angle sensors deliver +0.3% linearity across full measurement range
  • TDK introduces RGF board-mount EMI filters for high-current power supply applications

EE ENGINEERING TRAINING DAYS

engineering

Submit a Guest Post

submit a guest post
Engineers Garage
  • Analog IC TIps
  • Connector Tips
  • Battery Power Tips
  • DesignFast
  • EDABoard Forums
  • EE World Online
  • Electro-Tech-Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips
  • 5G Technology World
  • Subscribe to our newsletter
  • About Us
  • Contact Us
  • Advertise

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy

Search Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe