Recycling an Old Friend

This post first appeared on Patreon.

There’s a triple-point energy to working on something out at the edge of your abilities. Enumerated alongside the possibilities for failure are visions of the finished piece, installed and gloriously humming along, that make the long nights ahead less intimidating.

In late October of 2018, I began the CAD for such a project. Telapush had just closed our largest deal to date. We were to contracted to build a massive illuminated sign that would map social media interactions to custom animations to be displayed in real time. The piece was to run, un-attended for the entire month of December in the Center Court of the Prudential Center mall, inside of Boston’s most distinctive skyscraper.

Erin and I had been pouring effort into Telapush for some time, and this installation was to be the largest tangible result from that effort. Serious people spending real money and expecting actual results. Boston was my new home and I felt that this project was my chance to make a good first impression to this new and intimidating place. This heightened importance, paired with the reverence for the challenge, coaxed out some good engineering; the project was a rousing success. More details about this installation can be found in my portfolio entry on the project.

Luckily, one element of the installation that I was able to retain possession of after the installation concluded was the LED matrix. An overwhelming array of 1215 addressable LEDs, and a 100W power supply to drive them.

Still brimming with usefulness, and valuable as a totem commemorating the successful project, the light bar was filed into storage. Unfortunately, I lacked the bandwidth and inspiration to pick it back up. In the past few months however, on quiet nights, I could hear it calling out to me from the crawlspace, pleading to be reanimated. And after a few years of rest, this post describes how this favorite project is given a new lease on life to enhance my 3D printing workflow.

Mechanical Design

Before diving into the implementation, and if you’re interested in reproducing this build, the STLs for the entire setup as well as the source solidworks files are available on my GitHub. If you end up reproducing any part of this build, please send along a note.

Perhaps ill-advisedly, the 3D printer central to the workflow lives on a wire shelf. The elegant concrete paver trick stabilizes things, increasing the frequency of the vibrations produced by the printer past the point of being audible.

Long-time readers will know my obsession for creating snap-fit assemblies around these shelves:

The mechanism they use to lock in the position of the shelves is easy to extend for other uses, and 3D printed PLA has the compliance needed to snap onto the poles. This makes re-configuring the shelves and ad-ons fast and easy, and lets you squeeze even more value out of these already inexpensive shelves.

This slideshow requires JavaScript.

Easy to reconfigure.

For this build, the same principal is used to mate the light assembly with the shelf.

The brackets bow outward to accommodate the full length of the lights, which comes in at 16 cm longer than the shelf itself. Holding things together is an M8 bolt and two perpendicular slots. These slots allow for a bit of play in the installation.

The vertical slot on the light piece was originally designed to simplify the leveling process of the installation.

Other new parts for this revival were a mount for the power supply, and a control box. Both of these pieces mount to the laser cut wood grid pattern using brass tapping inserts.

Electronics

Electrically, things are incredibly simple here.

The big and beautiful 100W Triad Magnetics AWSP100 is the star of the show, converting mains voltage into 5VDC to power the LEDs and the microcontroller. This power supply is now on its third encore, first powering a portable installation, then the project described in the introduction to this post, and now powering the work light.

The illumination is provided by 1215 W2812B LEDs. In this quantity, even if the LEDs are powered off, they still draw a non-trivial amount of power, so it’s helpful to be able to cut power to the whole circuit using a rocker switch built into the mains inlet.

The strips are in the standard configuration, with the control signal cascading through the LEDs on the individual strips, and then the strips themselves wired in series to create one large LED strip. The power supply has two sets of output terminals, one is connected to either “end” of the LED strip to try and distribute power evenly throughout the strip.

The potentiometers on the control box control the number of LEDs illuminated, the LED color, and the brightness of the illuminated LEDs. There’s a momentary switch which when depressed, turns the color to white, and maxes out the LED count and brightness. Good for quickly flooding the print surface with light to get a closer look.

There’s almost nothing to the control box itself. In the future, it would be easy to add another input surface, but for now this is all I wanted.

Software

Control signal for the LEDs is provided by a Teensy 3.2 via the FastLED library. All it takes to achieve that neat sub-strip effect is some modular division.

Projects like this, which require an evening or two of work but make my whole studio more ergonomic to work in, are always worth picking up. The bittersweetness of having the original build in the rear view mirror has been sweetened by getting some more utility out of an old favorite. I plan to continue this practice of building things that are easy to reuse, by me or by who knows.

 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.