Make Your Own 8*8 LED MATRIX

by EDISON SCIENCE CORNER in Circuits > Arduino

864 Views, 1 Favorites, 0 Comments

Make Your Own 8*8 LED MATRIX

20220308_184637.jpg
IMG_20220221_150827.jpg
IMG_20220221_150834.jpg

Hi there

This is a max7219 based 8*8 led matrix. Which is best for simple displaying projects that is we can display letters and numbers. This module comes with just 5 pins Vcc, ground, Data in, cs and clk that's made the very easy connection between Arduino or similar microcontrollers also we can add multiple matrixes together and make big large matrixes. But did you Ever tired of using this 8*8 led matrix. Because of its colour and shape.? Of course, other colours are available but they are costly and rare. So I decided to build my own 8*8 matrix. It has all the mentioned features and the plus point is we can decide the colour also i changed the traditional round shape of the individual LEDs to square. So In this tutorial, I am showing how I build this custom Arduino compatible 8*8 led matrix. let's get started with this.

Making Video

Make your own 8*8 LED MATRIX

Components Needed for Making

IMG_20220221_115248-01.jpeg
IMG_20220221_115210-01.jpeg
  1. MAX7219 ic
  2. 64 0805 leds
  3. 10uf capacitor
  4. .1uf 0805 capacitor
  5. 10k 0805 resistor
  6. Custom PCB
  7. 3D printed jig

CIRCUIT DIAGRAM

Schematic_8_8 led matrix_2022-03-08 (1).png

The first thing is the circuit here I am going to use max7219 ic for driving the 8*8 matrix. So this is the circuit. Here I connected 64 LEDs in an 8*8 matrix pattern.

PCB DESIGNING and FABRICATION

Screenshot (76).png
Screenshot (77).png
Screenshot (78).png
Screenshot (79).png

Next, I designed PCB using easyeda and downloaded the Gerber files for PCB fabrication. After that, I went to JLCPCB.COM. I choose jlcpcb because they offer only 2 $ for 5 PCBs and their PCB assembly starts from 0$. Next, I uploaded the Gerber file to jlcpcb after selecting the colour and Shipping method I placed the order.

After 2 weeks I received the PCBs and here you can see the PCBs. As always PCB quality is awesome.

SMD REFLOW SOLDERING

IMG_20220221_120848-01.jpeg
IMG_20220221_122723-01.jpeg
IMG_20220221_125533-01.jpeg
IMG_20220221_125553-01.jpeg

Here we have to solder 64 LEDs. Hand soldering should make pain. So I decided to go with reflow soldering. So first I dispensed the solder paste to the led pads using a needle. Simply because I don't have a solder paste dispenser. Next, I placed 0805 SMD LEDs. I placed 32 LEDs first. Now let's try the reflow. I placed the PCB on the hot plate and i enjoyed the cooking process . This is the result everything is perfect. So I repeated the previous process for the remaining LEDs and made the 8*8 led matrix.

Hand Soldering

IMG_20220312_114204.jpg

We already solderd one side using reflow method so Now on the backside, I soldered max 7219 ic and Other SMD components using a normal soldering iron

3D PRINTING THE JIG

IMG_20220221_115158-01.jpeg
Screenshot (75).png

Next, I designed a small 8*8 matrix jig using tinkercad and 3d printed it. After placing the jig over PCB I got a better result.

Downloads

Connecting With Arduino and Programming

IMG_20220221_151056.jpg
IMG_20220221_151041.jpg
IMG_20220221_151058.jpg
IMG_20220221_151049.jpg

Finally, I connected wires to VCC, ground, data in, cs and CLK. Now I connected the matrix to Arduino. VCC to 5v ground to ground. Din to pin 12, clock to pin 11, and cs to pin 13.After uploading the code see the result. It worked without any problem.

The END

Make your own 8*8 LED MATRIX

So this is how I made my own 8*8 led matrix. You can buy the custom PCB, Module from here. Watch this making video. Hope you learned something new from my video if so please like, share and subscribe it's all up to you I will see you next time.