Skip to content

Arduino Pro Mini

nerdyscout requested to merge github/fork/nerdyscout/Arduino_Pro_Mini into master

now upgraded

Arduino Pro Mini is a small PCB module containing a ATmega328p just like the Arduino Nano. The official Pro mini might be retired, but many vendors, eg sparkfun, still sell it. There are some slight variations out there... PCBs other vendors might disclude A6 + A7 or move it somewhere else, also A4 + A5 are sometimes missing.

My footprint fits the original PCB, but for example Sparkfun is pincompatible as well.

https://github.com/sparkfun/Arduino_Pro_Mini_328 https://store.arduino.cc/arduino-pro-mini

Schematics:

image


The second footprint can be used for the Sparkfun Pro Micro or as well for the Arduino Pro Mini but without the analog pins a4-a7 and the additional programmer header.

image


All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the footprint(s) you are contributing
  • An example screenshot image is very helpful
  • If there are matching symbol or 3D model pull requests, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.
Edited by nerdyscout

Merge request reports