Introduction: DIY Arduino LED Matrix Display - 80x8 Px
In this instructables guide I will show you how to make your own Arduino LED Matrix display!
Main Features:
- Time
- Day of the week
- Date
- Temperature and Humidity
- Ticker Text
- Adjustable brightness level
- Bluetooth communication
Can be controlled from your Android phone or Windows computer!
Watch it in action:
Official project page and future updates can be found here: http://www.ardumotive.com/ledmatrixen.html
Let's get started!!!
Step 1: What You Will Need - Hardware
For this project you will need:
- Arduino Pro Mini (5V-16Mhz)
- Arduino USB to Serial Converter
- 10x LED Matrix 8x8 MAX7219 modules
- DS1307 RTC module
- DHT-22 Temp/Hum Sensor
- HC-06 or HC-05 Bluetooth module
- On/Off Button SW
- Power supply 5V - 3A
- DC Jack male and female
For the case-box you will need:
Use black - transparent plexiglass, 3mm thickness:
- 2pcs 33x4 cm
- 2pcs 33x6 cm
- 2pcs 6.6x4.6 cm (left and right)
Optional, if you have a 3d printer you can print the left and right side (attached .stl files).
Step 2: The Circuit
Notes:
8x8 MAX7219 LED Matrix Display module:
- Vcc - 5VGND - GND
- DIN -From the last one to Arduino pin 10
- CLK - Arduino Pin 13
- CS - Arduino Pin 11
- DOUT - to previous DIN as the schematic
DHT-22
- Vcc - 5V
- Data - Arduino pin 9
- ---
- GND - GND
HC-06
- Vcc - 5V
- GND - GND
- RX - Arduino Pin 3
- TX - Arduino Pin 4
RTC DS1307 Module
- Vcc - 5V
- GND-GND
- SDA - Arduino pin A4
- SCL - Arduino pin A5
Photocell
- As the schematic, to Arduino pin A0
Step 3: The Code
Download the code from here and open it with Arduino IDE. Inside you will also find all necessary libraries.
Attachments
Step 4: Software and Configuration Protocol
From here you can download the software for windows os.
The application for Android devices will be soon available.
If you want you can make your own application, or make an app for a different operation system.
Bellow you will find the protocol that we are using.
Configuration protocol:
For time and date send: HH:MM:SS dd/mm/yyyy>
For ticker text send: Your Text Here>
For brightness level send: Auto> or value> (value from 1 to 16)
Attachments
Step 5: Android Application
Download it from Android PlayStore
Features of current version:
-Update time and date with your device clock
-Update brightness level
-16 available levels (set to 0 for automatic adjustment)
-Change the ticker (scrolling) text (set to blank to deactivate it)
How to use it:
Turn on Bluetooth and pair your display. The default name of the Bluetooth module is "HC-06" or "HC-05" and usually the password is "1234". Now open the application, press the "Load Paired Devices" button and select your BT module. (see also the video)
Note: If you can't establish a connection with your LED Matrix Display, just restart it.
If you have any problem with this application just send me an email.
For android ver. >4.4, screen size >4.5"
Step 6: Well Done!
That's it!
I hope you liked this, let me know in the comments!
I would also like to see some photos with your new Arduino LED Matrix display!

Participated in the
Microcontroller Contest 2017
21 Comments
1 year ago
I forgot to say that it'is Michalis led matrix display i'm trying to make. Thanks for helppping me.
Question 1 year ago on Introduction
I'm new in arduino project and i want to do my own led matrix display but i have a problem in the code:
This is the messsage error when i try to run the program: exit status 1 'class
DateTime' has no member named 'daysOfTheWeek'; did you mean 'dayOfWeek'?
Can you help me with the best code?
The part of the program having the problem is :
//Print
day of week
void
today(){
DateTime now = rtc.now();
//Day of week
msg = daysOfTheWeek[now.dayOfTheWeek()];
length = msg.length() * width;
//fill with blank spaces the rest of the display area
for (int i = 8; i>0; i--){
msg += " " ;
}
Question 2 years ago on Step 1
Hello, I`m having troubles to run my led clock, i have a led driver for my 20 year old clock with 4094 registers. is it possible to run the program with it? it has 8 5x7 matrixes.
Now i have already tried to put the program into the Arduino, but already seem to have problems with "dht DHT;",
I`m not a programmer, but willing to learn the language... I can program alot from servo controllers to plc`s, but the Arduino language i find a little bit difficult...
4 years ago
If I made an 8 x 12 led matrix by hand, would this software work?
Reply 4 years ago
I can drive up to maximum 10 displays
Question 4 years ago on Step 4
Bonjour et il est possible de rajouter une sonde extérieure au montage quel sont les modifications merci
Question 5 years ago
Mi correo para que me envíen la información de como hacerlo
K j e j 2 0 2 5 @ y a h o o . Com
Question 5 years ago
Alguien tiene el diagrama de como hacerlo con cinta leden vez de módulos les
Question 5 years ago on Step 2
Se puede hacer con cinta Led en vez de modelo led
Question 5 years ago
Hi Michalis, could you possible know this error? All the matrix are turned on and nothing happens. Any idea? I have tried to upload code on pro mini, nano and it is allways the same. Followed you circuit as you described. How is that here the bluetooth modul has the same voltage 5V. When I watched others how they use bluetooth module they allways use voltage drop to 3V? Thanks and keep the good work.
5 years ago
Great project! Could you send me "code of software for windows os." in this project? I'd like to develope for my owner project in next time. My email: albertnguyencuong@gmail.com
Question 5 years ago on Step 4
Bonjour,
Super le projet avec Bluetooth ! a distance pour changer le Texte Etc. Pour moi je serais intéresser de l’amélioré
Es possible d'avoir ? Le Fichier aia pour modification à mon goue le APK sur Mit Inventor 2
Merci d'avance !
Bien Cordialement
6 years ago
hi,
if i choose to make use of 7 x max7219 led modules instead of 10 does anything changes electrical wise (power source should be of less Amperage? and does it effect the coding too ?)
6 years ago
Good morning I have placed 3 amp source, I have soldered directly to wires to interconnecting pins of matrixes and the failure continues to me some matrices is as if they were left without communication, what can be?
6 years ago
Good afternoon I do the project But I had a problem is that when I sent the program IN SOME occasions I'm turned off Some of the matrices is as if I stopped communicating between them and I have to resend the program, sometimes they leave How to unconfigure the letters in the arrays What could be what causes this thank you.
Reply 6 years ago
Hi! I just upload an updated code, also check your power supply, I am using 5V-3A.
Reply 6 years ago
Hello how are you where can i find the code updated thanks?
Reply 6 years ago
Download it from step 3.
6 years ago
I want to help but I can't understand you. Could you please send me your message in English? Thank you.
Reply 6 years ago
Good afternoon, the project but I have presented a problem is that when I sent the program to the Arduino card occasionally I turned off some of the matrices is as if I stopped communicating between them and I have to resend the program sometimes The letters in the arrays appear as unconfigured that could be what causes this thanks.