We often get the question "How do you program all the chips in your kits?" Well! Now we have a nice tutorial showing how its done!
Image Name Description More info

tools_zifopen.jpg

Breakout board

A PCB (either premade or from perf) that can hold the following.

We like the EMSL devboards for this use, they are available in 'xx8 and '2313 formats.

Full dev kit

tools_zifsocket.jpg

ZIF socket An easy-to-open ("zero insertion force") and close socket, we prefer the ones with gold contacts - a little pricier but will last a lot longer. Make sure they are 'universal' - can take both 0.3" and 0,6" wide chips! ZIF socket

tools_3mmredled.jpg

Indicator LED Use it for 'power good' or other blinky. 5mm red diffused

tools_6pinbox.jpg

6pinbox.jpg

6-pin box header With a key, its less likely to insert the cable backwards. 2x3 pin header

tools_xtal16m.jpg

xtal16m.jpg

Ceramic Oscillator 16MHz is good, but really anything >4MHz is OK. Ceramic resonator

tools_104cerm.jpg

Ceramic 0.1uF capacitor (104) Nearly any capacitor will do, just to provide a little power supply smoothing. Ceramic Capacitor

tools_9723kp1l.gif

Rubber bumper For protecting the PCB! Rubber bumper

tools_final_t.jpg

Programmer We like the USBtinyISP - not just because we designed it but also because it can provide 'target power' - so you don't need a seperate power plug! USBtinyISP

There's not a lot going on here, basically solder the ZIF socket in and wire up the socket! The crystal will make it easy to program lots of Arduino chips (which is what we've used this setup for)!

The magic in the pudding is the ZIF socket, which is basically a latching socket that when open is easy to insert chips without bending any pins and when closed is very secure. They are very satisfying to use and last for tens of thousands of cycles!

The latch up, you can see the gold contacts.
And down (holding a chip).
We put bumpers on the bottom - this will prevent accidental shorts (if you have a messy desk - which we do).
This kind of board works best with a target-powering programmers such as an STK500 (or dragon) or a USBtinyISP.
For software we use AVRDUDE with a Makefile so we can just type in "make program" or "make full" or simply a command like above and then watch it go. For the next chip, press the Up Arrow to re-run the last command. Zoom!

This guide was first published on Jul 31, 2013. It was last updated on Jul 31, 2013.