You are browsing as a guest. Sign up (or log in) to start making projects!

3D LED Matrix

Hardware
  • 3 Devlogs
  • 4 Total hours

A 4x4x4 3D LED Matrix Cube.

Open comments for this post

2h 13m 54s logged

It is done!

I wired up and coded the 4x4x4 cube today. Hit an immediate wall: the Arduino Nano only has 13 digital pins and I needed 20, so I added two shift registers to drive the columns. Once that was sorted, the code was almost a straight copy from the 2x2x2 prototype multiplexing logic scales cleanly to another dimension. It works!

0
0
3
Open comments for this post

24m logged

Soldering over 100 connections is so fun!

Because of the dimension of the led cube(4x4x4), I soldered over 100 connections. It toke about 4 hours, because it is one of my first times soldering, but I forgot to record a timelaps for it 😭.
At least it is finished. Now only need to wire it up and write the code.

1
0
6
Open comments for this post

1h 9m 3s logged

Prototyped a 2x2x2 LED cube on a breadboard

Today the first step toward the 4x4x4 matrix I’ve been wanting to build for a while, was made. Started by watching a video on 2D matrices to understand multiplexing, and adding the third dimension turned out to be surprisingly straightforward: each layer connects to ground through a transistor, each column connects to a power pin, and that setup lets you address LEDs individually or sweep the whole layer at once.
Getting the wiring clean enough on a breadboard that nothing shorted took a few tries, but the prototype is working.
Tomorrow I’m soldering the full 4x4x4 cube and writing the animation logic, hoping it doesn’t immediately go up in smoke.

0
0
1

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…