Glowing RGB LED Magic Cube (WS2812)

I fully designed from scratch every single piece of this project to create a cool glowing Magic LED Cube, mainly made for light animation and basically could be explored for decoration of Electronics Labs.

Designed around the awesome RP2040 Microcontroller and Built with a full of electronics passion

All the used items are fully documented through this post and you have all the necessary files that you need to rebuild this project so just follow the steps.

What you will learn here:

  • The basic circuit setup for RP2040 MCU
  • Some Electronics assembly tips
  • The advantage of use of WS28xx LEDs
  • Certainly you will get inspired from this project for more creativity

Supplies

The needed tools:

  • Solder Plate (You can use the Uyue 948S+ model)
  • Solder Iron
  • Low temperature Profile solder paste
  • Solder paste deposit spatula

The needed software:

  • Altium designer as ECAD for PCB drawing
  • Solidworks as CAD for housing designing
  • Cura as slicer for 3D printing
  • Arduino IDE

Step 1: Circuit Design

First and most important step is the selection of the appropriate components to establish a working circuit design. Since I'm dealing with the RP2040 MCU by RaspberryPi foundation then I moved to their website where I found an interesting link document to the recommended circuit setup, you can check the document link by clicking on this link.

I then followed the recommended setup to create a circuit design on Altium designer (I attached a screenshot of the Schematic), a attached supporting PDF file of the circuit schematic is available below.

I divided the schematic to four main blocks:

  • The RP2040 Setup:

In this block, you can visualize the needed components around the micro-controller, I highly recommend that you don't ignore the decoupling capacitors for the power lines of the MCU and keep them closer to the power pins in your PCB design (recommended 100nF capacitor per power pin).

  • The Memory Chip:

Maybe this micro-controller looks a bit different then the other ones since it needs an external memory chip where we load the program code, that's why I use a QSPI memory chip (recommend W25Q128JVS device).

  • The Voltage regulator:

This MCU needs a 1,1V generated internally by the MCU itself and a 3,3V that has to be provided externally through a voltage regulator and that's the use of the voltage regulator on my schematic.

  • The USB C:

I got several requests on “what is the best setup for USB C connector for serial programming” and here I used a Type C connector so in case you are willing to use this Connector in any design of your designs then you can follow the Setup of the USB C block on my schematic.

I then placed 25 RGB LED of the WS2812 type wired in series and accompanied with some 100nF decoupling capacitors.

About the PCB design you can decide the shape of your choice, in my case it is a cube shape that's why all the Cube pieces has to have a rectangular shape (40mm x 40mm) you can go for a bigger size but the 40x40mm is the suitable size to equally distribute the RGB LEDs.

Step 2: Parts Assembly

After getting the PCB design produced and delivered then all what I need is soldering the electronic components for the top and bottom sides of one single piece then I solder just the RGB LEDs in the bottom side of five pieces, all in all we have six pieces creating the cube shape. I used the Stencil that I order alongside with the PCB and this will help to equally distribute the solder paste on the PCB spots.

Probably some of you guys are not familiar with PCB assembly, not a problem because you can order the design fully assembled by any PCB manufacturer of your choice as long as you have the GERBER file BOM and P&P files which I already added them to this project. (the GERBER could be downloaded throughthis link)

I use Hot plate to assemble the Cube pieces, I used a low temperature solder paste due to the low temperature of my hot plate.

Step 3: Code Preparation

The biggest advantage of the use of this RP2040 MCU is that you can program it through Arduino IDE (in addition to its cheap price) so I moved to Arduino IDE and brought the Neopixel library that allows me to explore some preset APIs to control the WS2812 LEDs through one output pin, yes, this is the positive point of the use of these RGB LED type, you can put all them together in series and get them all controlled through one single output (means controlling 150 LEDs using only one pin).

I created some light animations and sorted them through some functions, then I added the Raspberry Pi Pico board to my IDE through boards manager since this Raspberry board has the same MCU as the one that I'm using.

You can download the code that I run on my Cube through the file below.

Note: for the very first run the board will not appear on the ports list of Arduino when you connect it by USB but just click on upload and it will accept the code then it will appear on the ports list

Step 4: CAD Designing

After getting the Cube pieces assembled then we must join them together to complete the Cube shape, I designed an assembly aid and 3D printed it to help me achieve the assembly of the Cube pieces (check the attached images, the pink Cube)

I then used Solidworks to design a good stand for the Cube where I'm going to set my Cube after assembling it.

All STL Files of the designed parts are available for download.

Step 5: Assembly and Test

Since the PCB design that we have made has a side pins for VDD, VSS, Din and Dout then we can use these side pins to join the cube pieces together as follows:

First piece Second piece

VDD —-> VDD

VSS —-> VSS

Dout —-> Din

Then you continue with the other pieces by connecting One Dout side of the piece to the Din side of the next piece

I then added a Power switch and Power Jack connector to the 3D printed stand and wired the power wires to the VDD and VSS of my Cube.

Make sure that you use a power adaptor capable to deliver 5V and up to 2Amps because these LEDs could drop up to 1.3Amps when it runs in full brightness.

Once I turned the power switch, I got the Cube GLOWING and my RGB LEDs dancing through some wonderful color animations.

That's it! probably I could improve this project so I count on your creative minds, feel free to write me your suggestion through the comment section.

Source: Glowing RGB LED Magic Cube (WS2812)


About The Author

Muhammad Bilal

I am highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.

Scroll to Top