TI Launchpad as AVR ISP programmer

[Minifloat] is using his TI Launchpad development board as an In-System Programmer for AVR chips (translated). There are a ton of homebrew AVR programmers out there, and using an Arduino for ISP is quite popular. But recently we searched for a way to use the Launchpad as a programmer and didn’t find one. We’d venture to say this is the first.

There is one hardware modification that must be made. An external clock crystal (32.768 kHz) must be populated on the board. But since it was designed with the feature in mind that’s a pretty quick process. [Minifloat] followed Atmel’s ISP app note, and extended some of the code written for a different programmer to get things up and running. At first the device wouldn’t communicate with AVRdude, but that turns out to be a problem with the initialization conversation. AVRdude polls the connected programmer to see if it supports block mode, and the firmware on the MSP430G2211 wasn’t expecting this query. The problem was fixed and it now works.

It sounds like there are a couple of bugs left in the system. The first time AVRdude accesses the programmer after it has been plugged into the USB port it will fail. Subsequent attempts will succeed until the MSP430 chip is reset, or the USB connection is replugged. But if you’re just getting into the AVR line, this will let you figure out if you want to invest in a proper programmer.

Gold leaf circuit board

Ah, the glitter of gold… or fake gold, we’re not really sure. But [Mike Hogan] and [PJ Santoro] have been working with faux gold leaf as a conductor on circuit boards. The device you see above is mounted on metal-covered paper substrate and it really works.

They started by applying spray adhesive to heavy paper to make the gold-clad they needed. This was cut down into hexagons in homage to their hackerspace, Hive76 in Philadelphia. From there the shape of the microcontroller (an MSP430 G2211 in this case) to prevent shorts under the chip. The leads were flattened to interface well with the gold contacts, and a hobby knife was used to score the traces. Some careful soldering made up the final connections, and they were in business.

Oh, wait; chip on board but nothing on chip. They forgot to program it first! Since there’s no header they needed an easy way to interface with the board. The clever guys used the power of magnets to hold alligator clips in place. See how they did that in the demo video after the break.

They’re also working on some boards that use conductive ink similar to this hack but we haven’t seen a write-up from these two about those experiments… yet.

[Read more…]