How To Make Two Daft Punk Outfits with Helmets

 by derektroywest
Featured

Step 4: Making the Helmets

a_resistor.jpg
arduino.jpg
a_ledarray.jpg
a_ledarray_back.jpg
a_everything_you_need.jpg
a_ledarray2.jpg
a_jumper.jpg
a_ledarray_wired.jpg
a_whole_thing.jpg
a_max7221.jpg
arduino_connected.jpg
a_max7221wiring.jpg
a_better_stuck_together.jpg
a_cutting_helmets.jpg
a_setting_LED.jpg
a_working_helmet.jpg
Attaching EL Wire to the Helmets

I stuck the battery pack onto the back of the helmet using some simple matt black electricity tape. It held just fine and lasted all night. I then cut a couple of small holes in the base at the back of the helmet and threaded the start of the El Wire from the inverted, through the holes, and then back out again, just to anchor it in place.

I then used sticky tape to temporarily hold the wire in place and copied the Daft Punk pattern on their helmets as best as I could. I used a little black masking tape in places to hide the fact that the entire pattern was one long piece of wire.

After the pattern was in place my Sister then kindly glued the wire onto the helmet with quick-setting superglue. It held really well and is pretty much stuck on permanently as far as I can tell.

The EL Wire on the helmet can then be switched on/off just by tapping the button on the inverter at the back of the helmet.

Making the LED Display that goes inside the Helmet
[All links to libraries, ide's etc are at the bottom of this page]

This was my main job of the project, and heaps of fun. I learnt a bunch about Arduinos, Seeeduinos, all sorts of electronics I haven't touched since Uni and the relative merits of different types of sticky tape.

This bit might look complicated, but it really isn't. The Arduino community is amazing, there is so much open-source code available without which making this display would have been so much harder.

Apart from Daft Punk, the helmets were inspired a little by Casey Pugh, I found his video (http://vimeo.com/2402904?pg=embed&sec=2402904) when I was looking for ideas for the helmet. I'd never even heard of an Arduino before Casey pointed me in that direction, a very good call. He made his own LED Array, I bought an RGB Led Array in that was commercially manufactured.

The first thing to do is buy an Arduino Duemilanove or Seeeduino (it's an Arduino clone). I bought one Arduino and two Seeeduinos, they're about �20 each. I also bought a little backing mount with a battery connector from www.skpang.co.uk, that's what made the whole project portable.

Also grab a bunch of LEDs, resistors and most importantly heaps of jumper wires, male and female.

After that, download the Arduino IDE from www.arduino.cc (it's all open source). Programming for an Arduino is very straight forward, I think it's a language called Processing, it's grammatically very similar to Java - very straight forward. I didn't bother to learn the language to any great degree, I just to example code and melded it to do what I wanted.

Once you're familiar with how to use the IDE and have run through a couple of examples (getting an LED to blink on and off on pin 13 is a good idea), download the LEDControl library. Kindly provided by Eberhard Fahle, it allows the Arduino to control a MAX7221 or MAX7219 chip, which is itself designed to control an 8x8 array of LED lights.

At this point you'll also need to take a good look at the schematics for how to wire up an Arduino to a MAX72XX to an LED Array. The link to the schematics is at the bottom of this page, I didn't use the capacitors in the end, only the resistor. It's not as complicated as it looks.

I found the hardest parts to be:

1. Figuring out what the pins on the back of the LED Array did. You can see in the photo there are 32 pints (8 for a row, then 8 for each colour/column), they aren't marked with any numbers and the datasheet that skpang linked to had some of the pins reversed. I wrote a little test program for the Arduino that put two outputs high for one second, then low for the next, repeated continuously. I then just kept plugging wires straight into the back of the LED until I'd figured out what the different pins did.

2. Figuring out which resistor to use. I'm not an engineer or an electrician, and I'm also colourblind, so I found the resistor markings absolutely baffling. I just used trial and error until I found a resistor that limited the brightness of the array to a good limit and didn't blow it.

As for wiring it all up, I just stuck the MAX7221 chip on a mini-breadboard with an adhesive backing, stuck some jumper wires down on the Arduino with sticky tape, plugged them into the breadboard, and then stuck the breadboard to the back of the Arduino in one little bundle. I then used male-female jumpers to connect the breadboard to the LED Array, the female ends clicked onto the LED pins quite tightly so I didn't need to attach them with tape or anything.

I figure all of the electronic components of each helmet cost about �60.

I then cut a large chunk of the polystyrene cushion out of the top of the helmet and embedded the arduino in the top, just above the forehead. I then stuck the LED Array onto the inside of the tinted visor with some more electric tape.

That's it done! It looked fantastic, even if I do say so myself. The code that I wrote for the Arduino is attached to this page in a .zip file, you're welcome to use it, change it, share it as much as you like.

Links
Arduino IDE http://www.arduino.cc/en/Main/Software
LEDControl Library http://www.arduino.cc/playground/Main/LedControl
MAX7221 Schematics http://www.arduino.cc/playground/Main/MAX72XXHardware

Here's a little video of the Arduino running a little Hello World test app:


And another of it running through most of the final program, it's just missing the game of PONG and a couple of Space Invaders I put in later:

 
Remove these adsRemove these ads by Signing Up
hellonfire30 says: Jun 22, 2010. 6:21 PM
Umm can you put some pictures of the helmets to see how they turned out.
wannaburst27 says: Feb 22, 2010. 7:46 PM
do i need to solder this at all??
derektroywest (author) in reply to wannaburst27Feb 23, 2010. 1:02 AM
 I didn't solder anything, instead I just incorporated the breadboards into the final helmets.
bp-builder-24 says: Feb 21, 2010. 1:04 PM

Would I have to use both the Arduino and the Seeeduino, or can I just use the Arduino?

derektroywest (author) in reply to bp-builder-24Feb 21, 2010. 2:16 PM
 The seeeduino is just a smaller arduino clone, it's exactly the same thing. I just used Seeduino's when I build the helmets. (One for each helmet).
BeanBot says: Oct 4, 2009. 10:12 AM
uhhhhhh..... randomly looking for a resistor till the leds come on is not smart. the resistor is there to limmit the current for the driver, not the leds. the brightness should be controlled the the software
00Donut says: Aug 16, 2009. 11:30 PM
How was the LED arrays kept within the helmet, close up to the visor? And what color visor did you use, or what does it look better on?
derektroywest (author) in reply to 00DonutAug 30, 2009. 3:04 AM
That bit was a bit tricky, it was basically just stuck onto the inside of the visor with thick black tape, you could see out over the top of the array ok though. The visor was 70% tinted black, which is as tinted as you can buy in the uk (not road-safe apparently..)
DaftChazz says: Jul 8, 2009. 12:49 AM
Eh hi, i'm that guy that send you a message through youtube, and i want to Know where did you buy all the things for making the LED display. And how i make it Works...
derektroywest (author) in reply to DaftChazzJul 8, 2009. 1:27 AM
Where I bought all the things is Step 2. How to make the LED display work is Step 4. It's all there. Read the links off Step 4 (LEDControl and Max7221 schematics) to see how to wire it up and how to change the code attached to Step4 (DaftPunkHelmets.zip).
DaftChazz says: Jul 8, 2009. 1:02 AM
Oh sorry about the Zip File i've jumped that part XD
DaftChazz says: Jul 8, 2009. 12:57 AM
Another thing, the files from that Zip Fila are the comands to configure the LED display? Sorry for my Bad English Thanks Again
DaftChazz says: Jul 8, 2009. 12:52 AM
If you can send me a tutorial to my e-mail i'll be very gladd my E-mail is: ge.c_16@live.com.ar Thanks
somedude7194 says: Mar 25, 2009. 3:20 PM
what would you do to make the light board larger, for example to do it like casey pugh did what would you need to do?
derektroywest (author) in reply to somedude7194Mar 26, 2009. 2:12 AM
Either make your own LED array (like Casey did), or use the Arduino to control two (three, four..) LED arrays like the one I bought.
somedude7194 in reply to derektroywestMar 27, 2009. 10:29 AM
are there different kinds of arduino's?
DuFFxP93 says: Mar 24, 2009. 7:21 PM
Absolutely beast! Nice job!
Pro

Get More Out of Instructables

Already have an Account?

close

PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format. You also have the ability to customize your PDF download.

Upgrade to Pro today!