Schlagwort: LED Dodecahedron

  • Infinity dodecahedron puts on a mesmerizing light show

    Infinity dodecahedron puts on a mesmerizing light show

    Reading Time: 2 minutes

    If you’ve ever stood in an elevator with mirrored walls and saw your reflection bouncing back and forth endlessly, then you’ve experienced an “infinity mirror” from the inside. If you were standing outside of the elevator and one of the walls were a one-way mirror, you’d be able to peer inside as the interior lights reflect forever. That’s the infinity mirror concept, which ThomasJ152 implemented with his laser-cut infinity dodecahedron.

    This is an infinity mirror in the form of a dodecahedron, which is a regular polyhedron with 12 sides. Each face is a one-way mirror facing inwards, so light inside reflects while the user can see through the faces. The frame, which follows the edges between faces, contains inward-facing LEDs. The light from those LEDs bounces off the of them mirrors inside the dodecahedron, resulting in an interesting lighting effect. That effect is enhanced by the animations of the RGB LEDs.

    ThomasJ152 constructed the dodecahedron’s body using laser-cut acrylic sheet and plywood. One-way mirror film on the acrylic reflects the light. That light comes from strips of WS2812B individually addressable RGB LEDs. An Arduino Nano Every board controls those LEDs. At this time, the Arduino sketch is simple and cycles through different LED animation effects. That looks pretty cool, but it would also be possible to create custom animations that take advantage of the dodecahedron shape.

    The post Infinity dodecahedron puts on a mesmerizing light show appeared first on Arduino Blog.

    Website: LINK

  • Bucky Glow is an Arduino-controlled LED dodecahedron

    Bucky Glow is an Arduino-controlled LED dodecahedron

    Reading Time: 2 minutes

    Bucky Glow is an Arduino-controlled LED dodecahedron

    Arduino TeamJuly 3rd, 2018

    After successfully building a gigantic geometric interactive light structure, Jonathan Bumstead decided to do things in a more approachable manner, creating a more a reasonably-sized dodecahedron controlled by an Arduino Nano. The device, named “Bucky Glow,” uses 11 RGB LEDs to light up each side with the exception of the bottom pentagon section.

    While it doesn’t have its own light, the base does have a few interesting tricks of its own, with both an opening for programming the Arduino, along with female headers that allow you to access 11 of its I/O pins. This means that you can hook up your own sensors to create your own interactive contraption without designing everything from scratch, and an app interface is even available if you’d like to forgo programming, at least initially.

    The Bucky Glow is an interactive LED dodecahedron consisting of 11 LEDs, which are controlled with an Arduino Nano. Using the Arduino programming environment, you can create endless light-up patterns. The Bucky Glow also includes break-out header pins, so you have access to eleven digital I/O pins, a TX (transmit) pin, a RX (receive) pin, reset pin, and ground pin. These pins enable you to connect the Bucky Glow to sensors (e.g. capacitive touch, infrared, ultrasonic), motors, MIDI jacks, and any other electronics you can think of. There are tons of unique ways to make the Bucky Glow musical and interactive.

    More info on the Bucky Glow can be found in Bumstead’s write-up here, and kits are on sale via the demo video’s description.

    [youtube https://www.youtube.com/watch?v=sajVwUVmrJY?feature=oembed&w=500&h=281]

    Website: LINK