instructables
Arduino LED Matrix Display
by giantjovan
Recently I saw video of Great Scott, where he made 10x10 LED matrix using ws2812b RGB LED diodes. I decided to also
make it. So now i will explain step by step how to make it.
Supplies:
-100 LEDs ws2812b LED Strip, i made a mistake here. Better choose 96 LEDs per meter, insted of 144LEDs per meter.
-Wire about 20m
-Soldering Wire
-Cardboard
-Plexiglass
-Arduino (Nano is the smallest and best option)
-Cardboard
-Wood
-Glue
Arduino LED Matrix Display: Page 1
Arduino LED Matrix Display: Page 2
Arduino LED Matrix Display: Page 3
Arduino LED Matrix Display: Page 4
Arduino LED Matrix Display: Page 5
Arduino LED Matrix Display: Page 6
Arduino LED Matrix Display: Page 7
Arduino LED Matrix Display: Page 8
Step 1: First Step
Make small squares on the cardboard. Like I did!
Arduino LED Matrix Display: Page 9
Step 2: Cut Strip
Cut strip...
Arduino LED Matrix Display: Page 10
Step 3: Glue Strip Like Shown
Arduino LED Matrix Display: Page 11
Step 4: Soldering Part!
Solder strips like shown on circuit diagram.
Tip: Don't inhale soldering smoke, it is very bad for lungs. Instead make fan that will blow out smoke. On my pro le you
can also nd that project!
Arduino LED Matrix Display: Page 12
Arduino LED Matrix Display: Page 13
Step 5: Testing
First you need to install libraries. Open Arduino IDE, Then go to Sketch, Include Library, Manage Libraries, Type Fast LED
in search bar, than click install. You will also need to install Adafruit NeoPixel.
Arduino LED Matrix Display: Page 14
To test LEDs you will need to go to examples, Adafruit NeoPixel simple, you will need to change the number of LEDs in
code and pin number. Click upload! If every LED light up all is good if not check soldering. If soldering is good and led
don't work, replace it.
Step 6: Making Box
You need to make bow with your dimensions. Use wood, it is the best choice. Drill a hole for Arduino, power cable and
switch.
Step 7: Grid
You will need to separate LEDs. You can do this by making grid using wood. This grid needs to be perfect, there can't be
any mistakes(di erent height, width...). Good Luck with making grid. This step took me most of my time. :)
Arduino LED Matrix Display: Page 15
Step 8: Finishing
Glue grid to the LEDs with some glue. Then put that LEDs in box you made. Glue Arduino, power cable and switch. Cut
the plexiglass on appropriate size and put it on top of the box. Glue the plexiglass with some super glue. Test if
everything works.
Step 9: Making Animations
Download and unzip this le:
https://github.com/TylerTimoJ/LMCS2
Open the folder and go to LED Matrix Serial folder, and open Arduino code. Change the number of LEDs and pin in the
code. Upload the code and close the Arduino IDE. Open LED Matrix Control software. Chose COM port and go to the
draw mode in the upper left angle. Now you can draw. When you nish drawing go to the Save FastLED Code. Open the
saved le and copy the code. Again go to LED Matrix Serial folder, and open Arduino code. In void loop section past the
code of FastLED, and delete void serialEvent() and everything in it. Upload the code and you can now disconect Arduino
and PC. You are now good to go.
Step 10: End
I am only 13 years old and my English are not the best, but I hope I hleped you with making this project. Here is how mine
look like. I added just 2 animations, but you can add many more. Bye!
https://youtu.be/bHIKcoTS8WQ
Arduino LED Matrix Display: Page 16