Real-Time Digital Information Display Using LED Matrix with Wireless Control via BLE and ESP32. Users simply send text from a smartphone through the BLE Scanner application, and the text will immediately be displayed as scrolling text on the LED Matrix screen. This system operates in real-time and does not require any wired connection to change the message content.
Thanks to its success, the LED board can be utilized for various purposes such as name displays, announcements, or digital notifications in both public and private spaces. The display can be changed at any time quickly and conveniently through a BLE connection.
WHAT IS LED MATRIX?LED Matrix is an array of LED (Light Emitting Diode) lights arranged in a grid or matrix form—usually square-shaped with rows and columns, such as 8x8, 8x32, or 16x64. Each point (or pixel) in the matrix is a single LED that can be turned on or off in a controlled manner.
The function of this LED Matrix-based digital information board is designed to display scrolling text in real time, which can be directly controlled via a smartphone. This system uses the ESP32 microcontroller, which features Bluetooth Low Energy (BLE) connectivity, allowing users to send text wirelessly.
With the convenience of operation via smartphone only, this device is highly suitable for use in various places such as waiting rooms, stores, classrooms, exhibitions, and offices, to deliver information quickly and efficiently. This technology offers high flexibility in changing messages instantly and practically whenever needed.
Tools and Materials1. ESP32 (XIAO ESP32-S3)
2. 4-in-1 LED Matrix (with MAX7219/FC16 chipset)
3. Jumper wires
4. BLE Scanner application on Android / iOS
5. Cardboard box
6. USB Type C Cable
How It Works1. Connect the jumper wires to the MCU and LED matrix according to the pins.
2. Create a code as planned, using Bluetooth functionality.
3. Run the code and upload it to the MCU.
4. Download the NRF Connect app.
5. Turn on your phone's Bluetooth, then create any desired text.
ConclusionThis project demonstrates that a combination of ESP32 and LED Matrix can be used to build a smart, energy-efficient, and user-friendly information board. Through BLE connectivity, users can instantly update the message content directly from a mobile device.
Example Results"This photo shows the result of what we have built. Here, the smartphone used can be either Android or iOS, and the text displayed can be changed using an application called nRF Connect."







Comments