This post is a WIP outline. Feel free to read it if you'd like.

People love attending fireworks events and laser light shows. It's awe-inspiring to see coordinated events happen on a scale so much larger than a single person.

It's even more incredible to become a part of the performance yourself. In 2007, Graffiti Research Lab launched a project called L.A.S.E.R Tag that let users spray large-scale digital graffiti on the sides of massive buildings using a laser and a high-power projector.

Giving people a chance to be a part of the show grants them a feeling of empowerment. It feels good to be part of something bigger, especially when you can personally see hundreds or thousands of other people invested in the same idea.

Crowd visualization is exciting.

In 2012, Coldplay gave out LED wristbands called Xylobands to people attending their Moto Xyloto tour concerts. This was the first time Xylobands were used in a large-scale performance.

The Xylobands were given out for free to concert attendees. They sport LEDs that light up in sync with the performance. [FIXME] It's really cool to see the entire crowd flash with the beat of the music.

In June 2012, Disney rolled out their Glow with the Show ears at select Disney parks.

While the Xylobands flash, blink, and glow in a single color determined by the plastic casing, the Disney ears are translucent white and have RGB LEDs built into the body, allowing them to glow in any color. In addition, the Disney ears also support more sophisticated patterns than the Xylobands.

Some of the Disney ears patterns shown in the video include:

  • blending from one color to another,
  • fading on and off smoothly, and
  • displaying independent colors and fades on each ear.

We can do better.

  • Crowds aren't blobs
  • They're people
  • Screens (2D pixel arrays) are cool
  • Displaying coherent patterns on free-form blobs of pixels creates an incredible effect

Tech Specs

Here's a quick overview of

Glow with the Show ears

  • Translucent plastic enclosure
  • IR blaster at front of stage sends signal to Vishay TSMP6000 IR receiver
  • Each device repeats IR from receiver on front to emitter on back
  • TI MSP430G2553 microcontroller contros RGB LEDs in ears
  • Runs on 3 AAA batteries
  • All devices flash the same patte (!!)rn during the show
  • $25 (!!) at park kiosks

Coldplay Xyloband

  • Opaque colored plastic enclosure mounted on nylon wristband strap
  • Each device has its own color
  • Atmel ATmega48PA (according to Hackaday) or Silicon Labs 8-bit µC (according to CarlsTechShed) is probably the microcontroller being used
  • Operator can select to pulse all bands or select colors independently from one another
  • SI4313 RF receiver (PDF datasheet)

Don't forget to check out the teardown of the Xyloband—thanks, CarlsTechShed!

Why do they suck?

  • Single setting for the entire crowd
  • No way to treat the crowd like a screen
  • Devices aren't interactive—users don't give back to the show

Device Requirements

Devices need to:

  • Be cool
  • Be light
  • Be wearable
  • Have an RGB LED
  • Receive data from a base station
  • Be individually addressable—this is the one thing these devices should do but don't
  • Be cheap enough that people will buy them at a gift shop or that the price can be factored into a show ticket ($10)

Devices could:

  • Have an accelerometer
  • Translate live accelerometer data into visualizations
  • Return accelerometer data to the base station
  • Bounce signals back to other devices
  • Be controlled by DMX via an adapter at the base station for use in shows with DMX setups