My first ever Arduino project back in 2018, after I learned about this microcontroller and its capabilities I decided to start with a challenging but fun project.
The LED matrix consists of 64 LEDs arranged in 4 layers, 16 LEDs in each layer where all anodes are linked together. The LED cathodes are connected in rows with 4 LEDs mutually linked. Therefore there is 16 cathode inputs and 4 anode inputs. The sequence patterns are possible due to the code that can be programmed in the Arduino. The pattern animations are created with binary data streams where its send to the layers and columns
The project consists of:
1 Arduino Nano
64x Blue LEDs
4x 100 Ohms resistors
4 Meters of Thick Wires(Recommended)
Cube fully soldered
Code uploaded to Arduino and working
While working on this project I was lacking some fundamental engineering knowledge which prevented me from improving it. If I could work on it again I would improve the quality of the soldering, replace the thick wires for correct electrical ones as the ones chosen were coated thus interfering with the soldering, replace the LEDs for higher quality diffused ones. I would also measure the wires so the structure when finish looks symmetrical and robust.