Skip to content

übertechnoshoes

October 21, 2013

There’s an amazing variety of electronic and microcontroller parts on eBay, and they’re amazingly cheap. A little while back, I found out that you can get 5 meter (15ft) rolls of color-changing LED strips from China for less than $10, shipping cost included. These are flexible strips with RGB (red-green-blue) LED lights placed at regular intervals (usually 60 per meter). They are made to light up indoor spaces and produce quite a bit of light at about 800 lumens per meter, about half of what a 100W incandescent bulb puts out, meaning you could conceivably light up a room with one or two 5 meter rolls.

rgb strip

What occurred to me was that these LED strips are flexible and light enough that they could be installed on clothing or accessories. They are extremely bright, and the ability to change color rapidly could make for a very interesting display, especially say, if the lights pulsed along with music. Coincidentally, friends visiting from out of town invited me to join them at the Bal en Blanc (White Ball), a huge rave party happening once a year in Montreal. I decided to try and build something extravagant to accessorize my outfit. My idea was simple: glue LED strips around the sole of a pair of running shoes and have some kind of beat detection to make them flash to music.

There were a few issues to overcome, however. For one, the LED strips run off of 12V, while the microcontroller I wanted to use for beat detection runs on 5V. The LED strips also draw quite a bit of power (around 2 amps at peak intensity for the length I was going to use). This means that if I were to run this setup off of say, 9V batteries, I could only expect about one hour of light. I was able to find a suitable battery on eBay: a 4800mAh rechargeable lithium-polymer battery pack intended to serve as backup power for security cameras, only about $17 shipped. Powerful enough to last through the 8-12 hours of a rave party (you can totally dance that long without drugs, right?). Unfortunately, this battery pack was clearly much too big to fit on shoes.

$(KGrHqRHJDgFHlJi2qBVBR-dfr6)6w~~60_3

I decided to go for a simple solution, which was to wear the microcontroller and battery on a belt, and run cables through the legs of my pants. I lucked out and found a pair of generic white sneakers on sale for $10 at Payless. I installed connectors on the shoes so I could easily disconnect the cables when I wanted to take the shoes off, and glued the strips to the shoes using a hot glue gun. The strips can be cut to the desired length every 3 LEDs.

DSCN0954

DSCN0588

For the controller, I tried both an off-the-shelf music-reactive controller, and also built my own using an atmega8, a simple preamplifier circuit, and some 2n7000 MOSFETs. The off-the-shelf controller seemed to behave well in my living room, but worked terribly in a club setting, where the volume was much louder and there were lots of people talking/shouting. It basically would hold a solid color and not react to the music anymore. The controller I built used relative measures to try and adapt to the ambient volume, and only sampled the sound a few hundred times per second, so as to use low-frequency (bass) information only.

DSCN0977

DSCN0971

The shoes were very bright and got me lots of compliments. Unfortunately, they didn’t quite last the whole night. The hot glue wasn’t strong enough, and after a few hours of dancing, the LED strips started coming off the shoes. If I ever do this again, I’ll probably use epoxy to glue the strips instead, and possibly cut the strips at the middle of the shoes and connect the two parts with flexible wires. The strips don’t bend very well from side to side, and I suspect this contributed to them coming off faster, as the shoes need to bend in the middle when you walk or dance.

In the meantime, I’ve begun designing a new project in the same vein. It’s going to be a glove with an LED strip and an accelerometer that can sense your movements. The big advantage here is that you’ll be able to control the lights directly with your dancing, possibly even specific gestures. This has the nice added benefit that it circumvents all the complexities of beat detection, which is hard to do properly and often unreliable. I’m also thinking of installing a large 10W RGB LED in the palm (like a rainbow rave version of Iron Man’s weapon). My tentative name for this project is the Power Glove.

One Comment
  1. Ben Reale permalink

    Awesome set up! This makes me want to mod the soles of a pair of Nike Air Maxes, something like this http://www.freshnessmag.com/2012/12/05/nike-air-max-2013-volt/ but with a step/bass LED circuit.

Leave a comment