Arduino LED Matrix Display
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
First Step
Make small squares on the cardboard. Like I did!
Cut Strip
Cut strip...
Glue Strip Like Shown
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 profile you can also find that project!
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.
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.
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.
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(different height, width...). Good Luck with making grid. This step took me most of my time. :)
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.
Making Animations
Download and unzip this file:
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 finish drawing go to the Save FastLED Code. Open the saved file 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.
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!