Idea 077 - Equilateral triangles LED panels

3 minute read

This post is part of the 100 project ideas project. #The100DayProject. I am looking for feedback. Comment below or DM me via social media Instagram, Twitter.

👉 Done! See Dodecahedron-PCB on Github, or Dodecahedron PCB Design post for more informaiton

One Line Pitch

Create equilateral triangles LED panels to construct LED polyhedron shapes

Description

led_cubeIt seems to be a right of passage that people learning how to design PCBs make an LED Cube. 6x identical sides all the same shape. There are a few interesting tricks about wiring it so that the data path flows continuously through all the faces, and you need to leave room for the CPU, battery, and some way of charging it. It’s an interesting project that is great for learning.

Instead of a cube with square faces. I was thinking of making a Equilateral Triangles PCB with an array of LEDs on it. Two equilateral triangles make a square that can be used to make a LED cube. Five equilateral triangles makes a pentagon.

Using equilateral triangles I should be able to make all of the regular polyhedron

  • Tetrahedron - Has 4 equilateral triangles for its faces
  • Cube - Uses 6 squares for its faces meaning it will take 12 equilateral triangles to make this polyhedron
  • Octahedron - Has 8 equilateral triangles for its faces
  • Dodecahedron - Has 12 regular pentagonal faces, each pentagonal requires 5 equilateral triangles to construct meaning it would take 56 panels to construct this polyhedron and it would be pretty large!
  • Icosahedron Has 20 equilateral triangles for its faces

With a little more effort the Kepler–Poinsot polyhedra could also be created using equilateral triangles. They would be physically large and have many faces but it could be done.

regular_polyhedron

Catalan_solid are also interesting for this idea because they are face-transitive (all of the faces of the object have the same shape) but the shapes aren’t as reckonable as regular polyhedron by normal people.

Wiring for the equilateral triangles to allow for Data, Power and GND wires to come off every face and connect to each other face will be tricky. Power at the corners that can all be soldered together. The GND can be along the edge of each triangle and be a large enough pad that can be used to solder the different triangles together to form the shape.

The data lines are a bit more complicated as they are one directional. Having a solder jumper that can be connected or disconnected as needed for each of the faces They should be in the center of each edge of the triangle. Each triangle will have at least one data line on an edge that is not connected. Maybe using a default 0 ohm that connects the data line on each face as a default would make it easier to remove the resistor if needed.

A few angled jigs could be created to help with the soldering of angles. Another jig could be created for charging that connects the 5v and the GND to the edge of the objects.

The main processor and the battery could be floating in the center of the object or tapped to one of the inner faces of the object. The main processor should have a accelerometer and a gyro in it so it can detect the angle that the object is at.

These objects could also be attached to wires and hung from a mobile in the ceiling. Very similar to Idea 10 - Polyhedron Papercraft Mobile

Prior art

Leave a comment