RGB LED LIGHT MATRIX
In this project, we will see how to make an RGB LED LIGHT Matrix using simple components. LED Matrix is one of the popular Arduino projects among several DIY and hobby projects. An RGB LED LIGHT Matrix is one such project which many students and hobbyists put it on their to-do list of Arduino Projects. An LED Matrix can be used in sign boards with scrolling messages, display animations, synchronized music spectrum, etc. It is really fun to build an RGB LED LIGHT Matrix as it involves different aspects like circuit design, constructing the matrix, assembling the components and coding. In this tutorial, we will show you how to make you own 8×6 RGB LED LIGHT Matrix using Arduino Nano, HC-06 Bluetooth Module and an Android Phone with custom app. So, let us get started with building your own RGB LED LIGHT Matrix. Circuit Diagram This is circuit of RGB LED LIGHT Matrix project. The first image shows the connections with respect to the shift registers, ho...