LED CUBE

Personal Goal: To understand how to select individual LEDs to light up in a three-dimensional arrangement as well as how to code it and improve my soldering abilities




Learnings

Cathodes are connected in each level (layers) and the anodes are connected between levels (columns). Hence, to make an LED turn on all there is to do is send a logic HIGH signal to its column and ground the level in which it sits. In doing so, I complete the circuit and the current goes through the specified LED(s). The board is mounted on an Arduino Uno which sends the signals according to the code describing the display patterns.