Ask Hackaday: Did you catch the Grammys?

Although award shows aren’t necessarily our thing, [T. D.] sent in something that piqued our interest. His friends recently got back from the Grammy awards where they witnessed thousands of LED bracelets blinking in time to a performance by Coldplay. A little bit of YouTubing pulled up this video that demonstrates the effect (because that video will probably be taken down shortly, just pick something from this link).

[T.D.]’s friends brought one of these bracelets back with them and like a good Hackaday reader, he cracked it open. This is the precious board pic that [T.D.] sent in. We’re pretty confident that the IC is an ATMega48PA, but beyond that we’re not quite sure how these bracelets can, “light up and flash at precisely the right time” as [T.D.] puts it.

From what we saw on the Grammy broadcast, it’s possible these bracelets merely flashed whenever the user clapped their hands. A circuit that simple doesn’t require a microcontroller, so we’re left wondering what the heck is going on here. If you’ve got an idea of how these choreographed light display bracelets work, drop a note in the comments.

EDIT: Commentors have pointed out these wristbands are called ‘Xylobands.’ There’s a great video of these wristbands in action at the 2011 X Factor finale.

Comments

  1. Nomad says:

    There seems to be something on the backside judging from Circuitboard design. Obviously a two-layer board.

    Are there pics of the backside?

  2. Ivan says:

    Perhaps it’s a mesh network that is smart enough to tell when everyone is clapping at the same time and activate neighboring bracelets.

  3. Jonathan says:

    I see an ‘X2’ crystal and a glob of epoxy, probably hiding a raw die chip.
    I suspect it’s some kind of radio link.

  4. xchip says:

    how about just using the rtc?

    • pockpock says:

      I don’t know but it seems to me this thing is meant to be synchronized to the song and it surely would be organizational pain following a schedule for a live show that exactly. Also you would have to synchronize the RTCs in factory and I guess that’s too complex. Just put in a microcontroller and flash it with a very simple algorithm, no need for calibration or anything besides flashing the MC which pretty sure is done automaticaly. It’s a one-night-use braclet don’t need to overengeer that…

  5. T.M. says:

    There is a wire that goes around the wrist, inside the bracelet. My guess is that this is just a crude antenna to pick up the pulses to blink.

    • Nomad says:

      Definetly not an antenna in the band. There are exactly two pairs of wire going into the band: Black and red…like Power supply for the lights.

      • T.M. says:

        Oh, I see. I thought the lights were on the bottom of the plastic case, not the band itself.

      • GeneralChat says:

        I’ve heard of circuits using their power supply lines for antennas before. It probably uses them as an antenna when it isn’t powering the LED.

  6. Shawn says:

    I’d agree with Jonathon. Just someone hiding in a control booth somewhere controlling a transmitter to tell the watches when to start. And then it’s just timing.

  7. Chris says:

    After a bit of googling, apparently they’re called “xylobands” and Coldplay have used them before. The inventors seem pretty protective of their intellectual property, but in an interview he did say,

    “Basically they’re an RF-driven wristband. They’ve got a receiver in them which receives data and that data tells them how to flash and when to flash, basically.”
    Source: http://www.coldplay.com/newsdetail.php?id=906

    There’s probably a transmitter at the FOH.

  8. Jacob says:

    X2 is definitely a crystal, and there seems to be a lot of pogo-points for programming them (to a frequency?) So I’d guess it’s some kind of radio-link system between the bracelets and sound-to-light software running on a computer backstage

  9. greg says:

    i also believe its radio nadef but the comment above i beleive is wrong the “wire” or wires your seeing is most likely driving the leds on the bracelet . if you do look a little closer you can see the metal cross shaped section above the board has a thick trace going to it and on my phone i cant really see all that great but it doesnt seem to be tied or grounded on the other “top” side and thus i beleive thats the antenna .

  10. tim says:

    The wires to the leds can power the leds and work as antenna at the same time. With longer antenna you can work at lower frequency, which give more range.

  11. jsmxbox says:
  12. Zhen says:
  13. Paul Campbell says:

    2032 is a coin cell battery – the “2032+” is one side of it – I thing the metal structure is a spring that holds the battery

    on the LHS you see a bunch of inductors (L3 L5) – I think this is the RF matching for the antenna (one or both of the wires in the band)

    it’s receive only so probably no zigbee chip hiding there – might be just a single chip RF demod, or even a half dozen transistors hiding somewhere

  14. Alex Rossie says:

    This sounded pretty cool, but just being RF controlled LED blinkers is very lame.

    I was hoping there was an elegant way to make these LEDs detect when to blink.

  15. Max says:

    I also think C2, L3, L5 / C3, L4, L6 are impedance matching for the wires, both used as antenna and led supply. Wavelength at the given frequency of about 860Mhz as statet in the product-page returns in a wavelength of around 35cm. So the wires can easily form lambda/4 antennas, signal being decoded unter the epoxy blob and interpreted in the avr, then flashing the leds in the received pattern. The avr runs on its internal clock, the epoxy-RX-blob needs its own acurate X2 crystal. nice design, but not very cheap, considering the price of the avr.

  16. Retroplayer says:

    Why not just make it ultrasonic and pipe the “tone cue” into the PA? Seems simple enough. Nobody hears the tone being transmitted over the PA except the bracelets.

    Bada-bing-bada-bang… done. And worlds cheaper than RF, etc…

    In fact, I would be surprised if that isn’t exactly how they work. If not, I want royalties for the idea from the company when they slap their forehead and switch to that system. lol

    An interesting bonus is that anyone recording the audio from the show would likely also record the tones, which would help them identify bootlegged and unauthorized recordings.

    • nes says:

      Difficult to say without knowing exactly what’s under the glop-top, but a microcontroller with integrated RF transceiver (e.g. Chipcon cc11 series) only commands a roughly 25% premium over the equivalent ATMega device.

      I guess that reliable ultrasonic detection would require at least a piezo element and some custom electronics as opposed to an all-in-one IC. Also, it would be expensive to make work if the PA is not capable of ultrasonic frequencies.

    • jonzilla says:

      Lady Gaga already did it, though instead of ultrasound I believe they used a high frequency, but sub-20kHz tone. No need for separate ultrasonic speakers, since most people can’t hear high frequencies, especially when masked by lower frequencies.

      It’s a good idea; far cheaper to implement than RF.

      http://www.wired.com/underwire/2012/02/sonic-notify/

      • Retroplayer says:

        Good point. I am assuming most speakers are capable of reproducing frequencies beyond the 20KHz, and this is typically true, but PA systems may filter that out. I would say that most people would not be able to distinguish a tone near the upper limit anyway. Especially if it were brief. I know my hearing doesn’t go that high (but I am 38) though I can still feel the pressure on my ears of tones I can’t distinguish.

  17. RicoElectrico says:

    I’ll just leave it here… They list radio frequency as 869.5 Mhz.

    • That’s only for the Europe version from what I saw… The US frequency was listed as xxxx. Don’t know what to make of that.

    • Retroplayer says:

      Yeah. I read that after I made my post. I stand by the simplicity of my concept, however. Oh well…

      Seems to be more complicated than it needs to be since it is used to sync with audio anyway.

  18. Justin Case says:

    Shift color, they do not ???
    Weak, this is.

    Cool would they be if on the crowd a bar graph of audio displayed.
    (For profit if implemented, copyright I do)

    • Better yet: assign each wrist band a unique ID based on seat number. Everybody’s a pixel.

      • daniel says:

        And for general seating (like, a pit) where you wouldn’t know where people are seated (standing), have the client (wristband) perform different duties based on RSSI. It wouldn’t be perfect, but over a pit of a few thousand people, it’d probably average out to look okay. Also, without triangulation you could only do spherical shapes with your ‘pixels’. But its a start. Someone get on it!

      • daniel says:

        ^ and i’m claiming that idea! haha =)

  19. Tuckie says:

    Why not just make this into a smartphone app for concerts?

  20. Mojo says:

    If these were repeater type radios, with very limited range, you could get a cool game-of-life type explosion effect. I’m claiming the rights on that puppy.

  21. Alan says:

    You can notice that different wrist bands are sometimes flashing differently than others. Pretty unique idea.

    I wonder if they gave different “sequenced” wrist bands out, or they can actually determine what other wrist bands are around them.

  22. kf5jak says:

    http://www.xylobands.com/glowbands-product_info.php

    “Xylobands™ are operated using our proprietary software that can be downloaded onto your laptop.
    The laptop would be connected by cable to a transmitter box and antenna.”

  23. Microguy says:

    It’s NOT clapping. I couldn’t get much from the videos. They focused on the bands and not the wrist bands. But I could see, they didn’t blink together, I mean, not ALL of them.

    Parts of it looked kinda random, parts were synchronized, but not ALL of them were.

    At first, I was thinking maybe sound, like the old color organs we used to see. But that didn’t sound or look right either. It looked some some beat to one sound, and some to another.

    So I’m better they simply send out a simple signal telling the (wrist) band to bear a certain color at a certain time, or blink a certain pattern, based on say a pre-programmed song.

    Thinking about how *I* would do it….

    I’d maybe have a couple types of wrist bands. Then send out a single code telling it when to blink. The wrist band, blinked a pattern 9or color) depending on the type. So at any one code, one band may blink the other may not. (or different colors blink).

    That way, you can get various visual effects across the room, but still only sending out one simple code at a time.

    Similar to…
    All blink
    only blue blink
    only red blink
    etc…

    The device sending the code, would be more similar to the old color organs. (assuming they actually sang and played at the time, and didn’t use a tape or lip sync)

    • evilgreenie says:

      Much better video of the wrist bands
      HERE
      Looks like a preset set of blink patterns triggered by wireless.
      The different colors look good – very well distributed throughout the arena with none of the clustering you’d expect with pure random patterns..

  24. Jason Knight says:

    Thank you so much for rick-rolling me into watching five videos filled with some of the most annoying whiney out of tune rubbish (that I kept waiting for the song to start since it seemed to be a five minute long intro) this side of the tone deaf crack who… I’ll stop there since I ended up killing the audio before I shoved red hot pokers in both ears.

    … and STILL not seeing any “blinking in tune with the music” in any of them… though the cute blonde standing behind them doing a slow clap in sync with nothing was particularly amusing.

  25. Lexor says:

    Here’s an interview with the inventor.

  26. d hamilton says:

    Where can I purchase 10 or less units ??

  27. ScouttMan says:

    Hey that chip kind of looks like the TI CC2511F32 microcontroller. It the same one used in the wixler and is a 2.4ghz transceiver and microcontroller combo.
    Just a guess;)

  28. xorpunk says:

    The silicon holds and image from xylo’ software that handles RF based programming.. The straps are just LED strips..

    Too bad it didn’t get into the hands of ‘hackers’ or we’d see what the code on the silicon does..

  29. MattQ says:

    One thing that’s interesting is that the crystal is so far away from the micro. Maybe it’s a timing element for something else as well? the x2 above it makes me wonder if it has two differential outputs. Without seeing the other side of the board, it’s entirely conjecture. My guess is a simple one way RF transceiver. That way they can receive simple RF signals that say “Do routine A” when they play some part of a song, and then “Do routine B” when they get to the right moment. I bet it’s really simple like that.

  30. xobit says:

    I can’t see the mixer but if there is one the x-tal could be the local osc. (LO) and the output from the mixer could feed the micro – a simple receiver

  31. jaik says:

    Hi,

    our glowband started to flash for a short period yesterday night.

    We don’t know how to activate the lights, but it seems as if an reverse engineering is possible by a simple method (that we try to find out).

    Greeting

    jaik

  32. neuron says:

    How did they implement the RF receiver? What circuit did they use?

  33. d hamilton says:

    The receiver is under the black blob on the board, look closer at the photo above.

    Center left under X2.

  34. d hamilton says:

    I would like to get one of these bands.

    Please let me know if someone is willing to send their band over to Colorado usa.

  35. Tobin says:

    Realize this is kinda an old thread, but with Coldplay on their new tour there will be a lot more of these. From what I understand they are frequency synced, probably to a radio controller. I was thinking it might be sweet to figure out how to adjust it so that it blinks when I get a cell message. Would also need to do some adjustments so that it fits my wrist. If anyone goes to the concert. Go back to the gates after entering and ask for a few more. It worked at my show.

  36. Tobin says:

    There is also this sight for the people that make them. http://www.xylobands.com/glowbands-product_info.php

  37. Tobin says:

    Oh and this might help anyone. http://www.google.co.uk/patents/US20110025912?dq=jason+regler&ei=fOORT4T-J4jmiALUwPCIDg

    Its a patent by the creator of the wristbands. It uses a dtmf to communicate. Not sure how this is done exactly.

  38. TheFiend says:

    I put a switch in mine so I can turn it on and off at will. They are indeed radio controlled and I believe each colour is a different frequency, so they can work separately. Having each one on a separate frequency so they chase around the stadium would be great, but likely that would be WAY too hard to make sure it works right as people tend to switch seats and move around and what not… I wish they came stock with a switch on the inside so you can actually use them after the show… would be great to put it on my leg when I am riding my bike at night BUT they use enough freaking solder that I didn’t have to use any extra.. just melted what they had and stuck the switch in! Which frequency they use, I am not sure yet… I might get to talk to it later (I wish I got 2 of them)!

  39. xenocide0 says:

    Looks like they are a 60 kHz-wide signal centered on 869.5 MHz

    more info: http://stevencrowley.com/2012/03/27/coldplays-wireless-hardware-startup/

  40. gstar42 says:

    > I put a switch in mine so I can turn it on and off at will.

    That’s exactly what I want. How did you do it?

    Thanks…

  41. BLUskreenOFdeth says:

    Have one sitting in front of me. Will attempt to dissect and take pictures. Doesn’t light up when you clap your hands. All I can say is this device made an already great act better. Now I must know how it works!

  42. costas says:

    I have a xyloband from the coldplay concert @ san jose last Saturday, I want to activate it at home!! any ideas how to do it??

Speak Your Mind

*

Related Hacks in Ask Hackaday

  • A bit about the diode
  • Ask Hackaday: Building nano scale antennas
  • Ask Hackaday: Did you catch the Grammys?