This week I finally received my Arduino Starter Pack from Adafruit. The Arduino is an awesome, Open Source, easy to use platform for getting started in embedded programming. It uses the ATMega168 AVR processor, and there are a bunch of great Open Source toolkits for programming and working with the platform. Very fun.
One of the great things about the AdaFruit starter pack is that it comes with the ProtoShield, an easy daughter-board for prototyping. The ProtoShield also comes with two extra LEDs and a spare button you can wire up to use in your projects. They’re great to use as built-in status LEDs or mode buttons.
But there is no documentation anywhere on how to use them. Poking around at the board and looking at the schematic, I eventually figured out that there were just a couple spare holes on the board that you can use to access them. But they don’t lead to any of the onboard headers, so they’re hard to use.
Fortunately I had a left over three-position header from the kit, so I wired it up with jumpers on the underside of the board.
Its ugly, but it works. Now I can just run jumpers to my breadboard to take advantage of them.
Hopefully somebody else will find this useful.
Tags: hacks, hobbies, make, open-source, programming, projects



2 comments
Comments feed for this article
Trackback link
http://chrismetcalf.net/blog/archives/2007/10/21/arduino-hacks-using-the-built-in-leds-and-button-on-the-ladyada-protoshield/trackback/
October 22, 2007 at 11:42 am
ladyada
good idea! i might document this on the site, thanks!
October 22, 2007 at 5:01 pm
Bryan
Saturday afternoon: order my first Arduino. Monday evening: this article is first in my news reader.
This is a really cool idea. I actually didn’t order the kit or any accessories. I’ve got my first project pretty well planned out, but I think the next one I get will have a ProtoShield with it. Thanks, Chris!