Are you going to decorate for Christmas? Never!

I moved into our house in June 2015 with my wife and baby twin girls. My agent mentioned during close that “the agent (selling) said this is a crazy Christmas light street or something.” I didn’t think much of the comment because there has been a steady principle to my life, present since birth:

Decorating = TimeSpent / NoUsableFunction;

Clearly this is dividing by zero… a compile error every time!

One day while moving things a neighbor introduced himself: “Welcome to the neighborhood, my name is Greg… by the way, did anyone tell you about the Christmas lights we do?” It’s June, 95 degrees, I’m still moving in, and Christmas lights is sentence #3… what did I get myself into?

Five months later I hesitantly hung cheap Home Depot Lights with a few of those $20 laser spreaders. Are you happy Greg!? Within weeks I changed. Every night I walked my girls down the street I saw wonder and joy in their faces. Three conclusions came to mind:

  1. I need to contribute to this joy, and I want to go all in.
  2. There is a lot of December traffic on our street to see lights, and I am the first house!
  3. I have to be me, and decorating isn’t it.

Like you I am a systems builder, a PLC programmer, I bring industry to life by choice because it is rewarding and awesome. This plug my three insights started a 800 hour to build a system to play a music-sequenced light show with full color control.

Being an experienced systems builder, I knew a long road was ahead to get to startup: new technology, complexity, first time installation. I knew I needed a proof of concept before investing and scaling up. I bought several types of lights from China (which is normal in this hobby space, and a task in itself) to see what I liked working with. Through my prrof of concept I learned the basics of the sequencing software, control hardware, and DMX addressing. By early March I had the following proof of concept up and working:

2016 Vixen preview on mockup v1

From there I placed full orders for the lights needed. In building the full scale show I had to learn numerous new things:

  • Sequencing software
  • DMX addressing (same concept as a Mobus map)
  • Available light formats (voltage, protocol, brightness, etc.)
  • Light controllers
  • Distance limitations for power and the light serial protocol
  • Welding (one can easily argue I never learned)
  • How to design the lighting to fit the house
  • Placement of power and control sources
  • Optimizing sound levels in music files (using Audacity)
  • Raspberri Pi setup
  • Reinforcement of the importance, and gratitude, of standards (finding a reputable seller in China, and testing everything delivered, is key)
  • Reinforcement of the importance of development methodology

Lucky for me there is a well-established online community of light show builders and the tools available advanced substantially right as I joined in. There are multiple open source options for sequencing software and cheap light controllers. The typical lights used for “RGB Pixel” (full color control) control are lights made in China for advertising applications (e.g. building signs). Many of the shows you will find online (e.g. YouTube) primarily turn entire strings of fixed color on/off.

How My Show Works

There are countless ways to do this, I’ll focus on how I did it, which is similar to the image below. The Raspberri Pi is the show player, the brain. The Pi runs Falcon Player (“FPP”), an open source light show player. FPP plays the sound and sequence files for each song, broadcasting light control packets via Ethernet. The protocol is E.131 or “Streaming-ACN”, which is DMX512 over Ethernet essentially (DMX512 was originally developed for stage light control and was closely related to RS485 serial). The Pi talks to two light controllers, one on each side of my house to make light string wiring easier.

Architecture

Light controllers are middlemen, they just translate commands they receive on their network port from a show player, to the electrical signals the field devices (RGB Pixels) understand. The controllers are configured with address maps that link DMX addresses to the controller ports the lights connect to (conceptually similar to hardwired IO or a fieldbus network). The controller sends power and serial commands to each string of lights. Each individual light in a string has a red, blue, and green LED, which can be set at brightness between 0-255 (hence “RGB pixel”). The RGB brightness mix determines the brightness and color of each light. Do this fast enough and thousands of LEDs will dance to music.

RGB Pixel Nodes or “Bullets” Up Close

Many people use their PC as the show player to send commands to controllers, but it turns out a Raspberri Pi RUNS CIRCLES around a PC for this task. This provides superior refresh rates which equate to faster animation and more possibility for sequence detail.

I output the audio from the Pi with a USB to 3.5mm jack adapter to a Yamaha mixer which outputs to an FM transmitter. The adapter helped cut down on signal noise vs. using the native 3.5mm jack on the Pi. Having the radio allows cars to tune in, and allows me to use a receiver to play sound over outdoor speakers for pedestrians.

The show player includes a scheduling function to start/stop the show. I use programmed power strips (link below) to cut power to my controllers, mixer, FM transmitter, and receiver. I do not hard power cycle the Raspberri Pi because like a PC the install will corrupt eventually.

Sequencing Software

The sequencing software is comparable to PLC programming software, it abstracts the details of the devices (lights in this case) to provide a human-friendly programming environment with a library of existing effects. I start by configuring the type and quantity of lights (like PLC IO), assign DMX addresses (like a PLC tag database), and creating light groups I want (like PLC UDTs, user defined tags). To create each music sequence I import the sound file, the software adds markers of each beat for visual reference, and the wave form is displayed in the editor. I’m off to the races “programming my house”!

The following screen shot is 3 seconds of my “Sugar Plums” sequence done in Vixen. There is a lot going here, but for conceptual sake notice the following:

  • Time is left to right
  • There is a tree of my defined light groups on the left. I can apply effects to entire groups, the software in takes care of mapping the effect to all lights in the group. Groups can also be expanded to apply effects to sub-groups, or even the individual light level if desired (I have gone that crazy before)
  • There is a library of existing effects (upper right)
  • Detailed configuration options for each effect are on the lower right (one of my chase effects is highlighted here). I made a rainbow gradient, ramped the brightness, set the pulse time, etc.

Key Decisions born from a PLC Programmer

In hindsight the following decisions proved key to pulling this off:

  • Using 12v based lights yields lower currents (vs 5v lights). This made for far easier power distribution. 5v is the alternative which purists say provide a better quality of light to the eye. For me it was not worth the extra wiring, fusing, and planning. This allowed me to keep the current on all strings below 5 Amps, meaning I could use the native fusing/distribution on the controllers. No special design or wiring required.
  • I bought all my lights with 18awg wire instead of 20 or 22awg which is common. Larger gauge wire means lower resistance which means less voltage drop. Voltage drop can be annoying, it can causes flickering and/or color errors and can require a ton of time to troubleshoot because it can affect the power and/or serial buses concurrently.
  • By August I was burning out with many problems and not enough time, I made two crucial pivots:
    • I switched to a higher quality controller which substantially reduced my configuration time and lessened voltage drop issues. Falcon Pixel Controller is a reliable and well-supported controller with native functionality to integrate with Falcon Player. I was using a “E682” previously and found mine flaky.
    • Planning for the wiring was getting impractically difficult. Intuition told me my approach must be wrong. I was spending a ton of time with Sketch3D trying to figure out how far each 50 light string would get on my house. As a hail mary I did a 1 hour consulting call with HolidayCoro. Breakthrough, I was playing the wrong game. Instead I cut the light strings as needed to make custom fit strings for each house segment. It’s madness otherwise, imagine trying to design, and later install, an irrigation system without being able to cut the 8ft PVC pipes.
  • I decided to use heat shrink solder tubes for splicing (vs. traditional soldering). While I wouldn’t use them in a plant floor, they have been convenient and reliable here.
  • From the start of design I maintained maps for the DMX addresses, controller port assignments, and current load per power supply. This is comparable to a master tag map and I/O list for an industrial system. Being organized saved a ton of time throughout the year.
  • I used Evernote to maintain to do lists, at times there were 100s of tasks (to buy, to fix, to test, to learn, to install etc.).
  • I tested, then tested, followed by testing, then tested some more. I knew “year 1 startup” would have countless unplanned issues (it did) and there wouldn’t be time to work out basic quality mistakes.

Startup and Finale

I took off the entire week of Thanksgiving for good measure. I ran into flickering issues, accidentally taught one of my two year olds a profanity, but by Thanksgiving day IT WORKED! The visual is stunning – video of any quality does not capture the brightness and fidelity. By December I had witnessed families dancing in my drive way, which happens to this day.

This video is my favorite sequence, which you may notice was the song in my proof of concept. I spent 100 hours sequencing this song, down to timing the swell of each bass drum hit. No it doesn’t have to take that long, but I was obsessive with experimenting and detail.

2017 Sugar Plums, sequenced in Vixen

Takeaways

Performing project debriefs substantially accelerates the value of experience, for individuals and teams. I make them routine events where I work. I ended up with a three page debrief for my “year 1” light show, and have done one every year since (e.g. what went right, what went wrong, key lessons learned).

My PLC programming and startup background was instrumental. Many of the software and control architecture concepts new enthusiasts struggle with the most I was able to work through relatively quickly. Maintaining a “Growth Mindset” (see image) got me through countless challenges and mistakes. By August I was ready to quit and had to lean on growth mindset self-talk to manage my motivation cycles and press on.

The community and tools available for this hobby craft are unbelievable. The folks behind Vixen, xLights, Falcon do amazing work. It’s hard to believe how modern, functional, stable, and reliable these (mostly) free tools are.

The key to getting a good look is equidistant spacing of the lights.

My style isn’t for everyone. There are puzzled looks and rapid drive-bys, but I also see faces of wonder. I even saw square dancing once. I still watch the shows all the time. Like an industrial application, I remain fascinated seeing my work coordinate the behavior of individual components to manipulate the physical world as a system. I bet you can relate.

Cost

I didn’t track costs real well, and probably spent 50% more than needed… IF I knew what I was doing the first time. I’m guessing $2,500 for what you see. With probably another $1,000 spent on mistakes between Home Depot runs, trial and error, tools I didn’t have, and proof of concept items I didn’t use.

Future Possibilities

  • I see more dancing each year and want to focus on that
  • One or more large pixel based matrices for advanced animations and pictures
  • High power DJ moving light heads (my current fixation with proof of concept complete in 2017)
  • Learn video editing and capture
  • Maybe some motion control, maybe a PLC?!

Some of My Other Sequences

Summary of Resources/Links

Reference Pictures

The heart of the show:

    1. The North side of my house has the “brains”
    2. There is another smaller cabinet in South side with my other controller
    3. I have gigabit TP-Link switches which isolate show traffic on my home network, the show is all hardwired Ethernet
    4. Yes, Africa and South America are in the wrong location

Raspberri Pi in upper right

  1. Mixer (this model is way overkill, I bought it while troubleshooting noise problems)
  2. FM transmitter

Light control unit

    1. 12v 350W power supply
    2. Falcon F16v2 controller (red board)
    3. Light strings shown, I had to use extension cord cable for my furthest elements (to minimize voltage drop)
    4. Ethernet cables on right are actually DMX512 over serial for the flood lights

The back of one of my circles.

    1. Power and communication is carried over umbilicals to each string.
    2. Flood light for the window. Outdoor speaker.
    3. In background, roof outlines are done with strings mounted via PVC pipes. Equidistant spacing of lights is fundamental for sequenced lights to look decent. The untrained eye will see this even if they can’t describe it.

Written by Chris Schleich
System Builder, Project Manager, and Professional Engineer

Have a question? Join our community of pros to take part in the discussion! You'll also find all of our automation courses at TheAutomationSchool.com.

Sponsor and Advertise: Get your product or service in front of our 75K followers while also supporting independent automation journalism by sponsoring or advertising with us! Learn more in our Media Guide here, or contact us using this form.

Chris Schleich
Latest posts by Chris Schleich (see all)
 

Note: This article was originally publish here in January of this year.

LEAVE A REPLY

Please enter your comment!
Please enter your name here