Skip to content

This is a 10x10x10 LED Cube made with blue diffused LEDs

Notifications You must be signed in to change notification settings

Mufasa8066/10x10x10-LED-Cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

10x10x10-LED-Cube

An LED cube is a three-dimensional arrangement of light-emitting diodes (LEDs) organized in a cube shape. These cubes can vary in size, often ranging from small 3x3x3 cubes to larger and more complex designs like 8x8x8 or even 16x16x16. Each LED in the cube can be individually controlled, allowing for the creation of dynamic light patterns, animations, and visual effects.

LED Cubes consists of the following main components:

  • LEDs: Light-emitting diodes (LEDs) will be used for the lighting and visual effects. The number of LEDs needed will be the dimensions cubed (2x2x2 = $2^3$ = 8, 4x4x4 = $4^3$ = 64, 8x8x8 = $8^3$ = 512, etc). It is often recommended to go with diffused LEDs given their more softer and uniform light.
  • Microcontroller: Main controller subsystem. It will control the LED pattern, logic, and timings.
  • Power supplies: Given the amount of current that will be needed, a number of power sources might be required (typically depends on how may LEDs are being used).
  • Resistors: Will be used to control the current going into the LEDs to prevent them from burning out.
  • Transistors: Turns current on for each layer. The number of transistors needed it equal to the number of layers in an LED cube.
  • I/O Port Expansion: Given that there will be 100 ($10^2$) output lines for LEDs, we will need to use a multiplexer-based approach to connect and control the LED lighting process, since there isn't a microcontroller with 100 pins available for such a purpose (and even if there was, it wouldn't have been feasible to utilize).
  • Frame: A bottom frame will be needed to enclose the electronic circuitry.

In this project, we will be creating a 10x10x10 LED Cube, consisting of 1000 LEDs.

Material & Components

For this projects, a wide range of componenets will be needed. I've included a list of the items below:

  • 1000x LEDs (always a good idea to have a few extra😉)
  • 100x Resistors
  • 1x microcontroller (specifics will be discussed in a bit)
  • 10x HEF4894B-Q100 (12-bit shift registers)
  • 5V Power Supply
  • 0.5mm silver wire

About

This is a 10x10x10 LED Cube made with blue diffused LEDs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published