Guide to the Arduino Mini

To get started with the Arduino Mini, follow the directions for the regular Arduino on your operating system (Windows, Mac OS X, Linux), with the following modifications:

Information about the Arduino Mini

The microcontroller (an ATmega328) on the Arduino Mini is a physically smaller version of the chip on the USB Arduino boards, with the following small difference:

Also, the Arduino Mini is more fragile and easy to break than a regular Arduino board.

Connecting the Arduino Mini

Here's a diagram of the pin layout of the Arduino Mini:

Mini 03 pinout (compatible with earlier revisions)

Mini 04 and 05 pinout (the ground on the left has moved down one pin)

To use the Arduino Mini, you need to connect:

You have a few options for connecting the board: the Mini USB Adapter, a regular Arduino board, or your own power supply and USB/Serial adapter.

Connecting the Arduino Mini and Mini USB Adapter

The circuit shown here is the basic setup for an Arduino mini connected to a USB-to-serial converter. You can see power and ground from the USB are run to the rails of the breadboard so it's convenient for the other components on the board. The 0.1uF capacitor from the reset pin is connected to the RTS pin on the mini USB adaptor. This enables auto-reset when the serial port is opened, meaning you don't have to press the reset button every time you upload new code. If it gives you problems, you can remove it, and press reset every time.

You can use a USBSerial connector wired up in a similar fashion :

Connecting the Arduino Mini and a regular Arduino

Here's a photo of the Arduino Mini connected to an Arduino NG. The NG has its ATmega8 removed and is being used for its USB connection, power source, and reset button. Thus, you can reset the Arduino Mini just by pressing the button on the NG.

The text of the Arduino getting started guide is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the guide are released into the public domain.