Features:
- Female headers on all pins
- Male headers in "servo" orientation with signal, power, and ground on all IO pins (except 13)
- Reset button
- LED on pin 13
- ICSP Header for easy programming
- 2.5 mm power jack (center-positive)
- 5V voltage regulator
- Jumpers switch sensor ports between onboard power and power from an external source.
- All the other stuff that comes with an ATmega328P
It came into being because the usb to serial chip on the Arduino Mega on my robot burnt out some time ago. Now that I have my USBtinyISP, I can program it as detailed in previous posts. Great! The only problem is the ICSP Header gets covered up by the sensor shield. I could just rewire everything with wires and a breadboard, but that's no fun.
I had previously seen THIS website and decided that would be the way to go. I basically made a Hackuino with a built in sensor shield. It even has the Mouser project file linked. I noticed one of the components was invalid. Well I found a replacement fairly easily. HERE is the needed capacitor. Be sure to get at least two.
I ordered enough components for two ATega328P breakouts and some spares. I also threw in some ATtiny85's, an ATtiny2313, and an ATtiny84. Total came to under $30 with shipping. That isn't bad.
I may do a build post later; I have lots of pictures. For now, this is some of the other parts I needed.
- Protoboard: Ebay- 5 for $4.50: 5x Double-Side Prototype PCB, 50x70mm, Universal Board
- Male Headers: Ebay- 10 for $1.00: 10pcs 40 Pin 2.0mm Single Row Pin Male Header
- Female Headers: Ebay- 10 for $3.00: 10pcs 2.54 1X40pin breakaway Straight female header
- LED and 1k resistor- My LED came from Pololu.
- Wire- Mine came off an old garage door opener.
- Jumpers- I used two off an old computer so that I can switch the male headers between external power and the onboard voltage regulator.
- 2.5mm Power jack- Mine came off an old cordless phone.
I have no doubt that Mouser also sells many of these things.
I never did any sort of layout before I started. I looked at some software for laying out protoboard circuits, but I wasn't familiar with it. I just dove in. It turned out well enough.
Anyway, I don't have a schematic but here are some pictures. I hope this inspires you to go work on your own projects.
-Matthew