What is a LED cube?
Basically an LED cube is a 3 dimensional cube made out of Light Emitting Diodes (LEDs). The Cube can be made in various ways but for this project, a simple setup is used that is controlled by an Arduino Uno microcontroller.
Can you wire LED lights in parallel?
Wiring LEDs in parallel can be very similar to wiring single LEDs. Really, it is simply “tying” all of your single LEDs together and using a common + and – to power them.
Should I put LEDs in series or parallel?
Generally speaking, most LED lighting uses a series-parallel combination. Ideally, for reliability and lighting consistency, it would be best to have one strip of LEDs all wired in series to a constant current driver.
How does the led cube work?
The LED cube is made up of columns and layers. The cathode legs of every LED in a layer are soldered together. All the anode legs in one column are soldered together. Each of the 64 columns are connected to the controller board with a separate wire. Each column can be controlled individually.
How many LEDs does it take to make a 3D cube?
This article shows you how to build a really cool 3D cube with a 4 x 4 x 4 monochromatic LED matrix which has a total of 64 LEDs. This size provides the best value for construction time and programming time for 3D patterns.
How is the software for the led cube programed?
Software for the LED cube is written in C and compiled under the arduino development environment. The code is transferred to the arduino uno via a USB cable so this requires a USB to serial converter to program the AVR directly. the patterns and algorithms used to generate the image
How many common anode connections does a led cube have?
LED cube schematic. The cube is a 16 x 4 multiplexed display, with 16 common cathode connections and four common anode connections. Each LED layer has 16 LEDs with one common anode. So, a total of four layers means four common anode connections. Each of four LEDs in a vertical line have a common cathode connection.