ESP 32 Glass Block Lamp

This is an ESP32-based lamp made from a glass block. The ESP32 model used is the ESP32-C3 SuperMini. The dimensions of the glass block are 90 mm × 80 mm × 190 mm.
Supplies
Here are the parts needed for the project:
- ESP32-C3 SuperMini
- 2× 70 mm programmable LED strips
- Wires
- PLA filament
- Glass block
3D Printing


Print both the top and bottom parts of the lamp. There are two types of diffusers:
Diffuser #1 should be printed in clear or white filament, depending on how much light you want to let through.
Diffuser #2 is designed to be used with tracing paper placed underneath it.
Both diffusers lock into thin ridges on the walls of the LED strip channels. The print settings don’t matter too much, but here’s what I used:
- 10% infill
- 0.4 mm nozzle
- 0.2 mm resolution
- PLA
- No supports
- Adhesion ON (to prevent warping)
Electronics



The ESP32 needs to be connected to the LED strips. To achieve this, I used 30 AWG wire, cut into approximately 4 cm strips. The wiring is detailed below:
ESP32 to LED Strip #1:
5V → 5V
GND → GND
GPIO 4 → DIN
LED Strip #1 to LED Strip #2:
5V → 5V
GND → GND
DO → DIN
Assembly

Assemble the print and electronics as shown in the image. Use some double-sided tape to secure the ESP32, and use the adhesive provided with the LED strips. Make sure the excess wire is tucked in and does not rise higher than the two platforms on the sides.
Now, the diffusers can be added. If the two 3D-printed diffusers do not suit your preference, hot glue can be applied in moderate quantities over the LEDs to diffuse the light.
Next, insert the glass block and place the top part on. The tolerances should keep the block in place, but extra hot glue can be added to ensure the parts do not detach.
Programing
As I'm not experienced in coding, I've attached a simple code for turning on a single color. The code should be uploaded using the Arduino IDE, with the appropriate board model selected. If the code upload fails, try holding the boot button while uploading. If any other issues arise, seek help on YouTube or Reddit.
With a little bit of research and coding, this lamp could become a Wi-Fi–controlled one. I encourage you to try creating something like this and share it in the comments. :)
Here is the code:
Ready Product

Step back and enjoy your new lamp :)