using pro mini as a module

I am sure that I could produce various Arduino projects as all-in-one boards, but I'm also finding it nice to produce projects that use the standard Arduino Pro Mini boards as pre-built modules. Since I don't have a pick-and-place machine or a syringe of fresh solder paste, I try to optimize my projects for maximum function with minimum soldering of 0805 smt parts and smaller.

I made a single EAGLE library part that sums up all the features of the Arduino Pro Mini board, so I didn't have to source and solder the components individually. Note the little PWM indicators.

The only downside is that EAGLE has no good way of identifying two pins that are internally connected. They really need to support that, so that the autorouter will properly bond ground polygons to all ground pads, and give options for reaching the TXO/RXI pins.

These are the kind of components that are really needed for Fritzing, IMHO. I really need to start playing with it more...

Great job m8. I too share your POV on the use of "prebuilt" arduinos (in your case the pro mini) as modules - saves time and allows for "quick-swapping".

Halley, is your library available somewhere? Would love to use it...

Found it here:
http://halley.cc/paste/Halley.lbr

This is exactly why I like the Boarduino from AdaFruit.

@Halley - Are your Arduino Pro Mini pins TXO-RXI-VCC-GND reversed on the board? I am looking at my Pro Mini and it seems to be that those 6 pins are mirrored?