0% found this document useful (0 votes)
23 views

Arduino Pro Mini DETAILS

The Arduino Pro Mini is a microcontroller board based on the ATmega168 chip. It has 14 digital input/output pins, of which 6 provide PWM output, as well as 8 analog inputs. The board operates at either 3.3V and 8MHz or 5V and 16MHz. It can interface with a computer via USB and draw power from the USB connection. Key specifications of the board include its microcontroller, voltage levels, pin counts and functions.

Uploaded by

dhika1617
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Arduino Pro Mini DETAILS

The Arduino Pro Mini is a microcontroller board based on the ATmega168 chip. It has 14 digital input/output pins, of which 6 provide PWM output, as well as 8 analog inputs. The board operates at either 3.3V and 8MHz or 5V and 16MHz. It can interface with a computer via USB and draw power from the USB connection. Key specifications of the board include its microcontroller, voltage levels, pin counts and functions.

Uploaded by

dhika1617
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

The Arduino Pro Mini is an ATmega168 based microcontroller board.

The board comes with built-in


arduino bootloader. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 8 analog
inputs, an on-board resonator, a reset button, and holes for mounting pin headers. The board can be
connected to the PC using USB port and the board can runs on USB power.
There are two version of the Pro Mini. One runs at 3.3V and 8 MHz, the other at 5V and 16 MHz.

A r d u i n o P r o M i n i D E TAI L S

Microcontroller

ATmega168

Operating Voltage

3.3V or 5V

Input Voltage

Digital I/O Pins

3.35 -12 V (3.3V model) or


5 - 12 V (5V model)
14 (of which 6 provide
PWM output)

Analog Input Pins

DC Current per I/O Pin

40 mA

Flash Memory

16 KB (of which 2 KB used


by bootloader)

SRAM

1 KB

EEPROM

512 bytes

Clock Speed

8 MHz (3.3V model) or


16 MHz (5V model)

Arduino Pro Mini PINOUT


RAW

For supplying a raw (regulated) voltage to the


board

VCC

The regulated 3.3 or 5 volt supply

GND

Ground pins

RX

Used to receive TTL serial data

TX

Used to transmit TTL serial data

2 and 3

Digital I/O pins. These pins can also be configured


to trigger an interrupt on a low value, a rising or
falling edge, or a change in value

3, 5, 6, 9, 10, and 11

Digital I/O pins. They can also be configured to


provide 8-bit PWM output

10, 11, 12 and 13

Digital I/O pins. They can also be configured as SPI


pins;
10 - (SS), 11 - (MOSI), 12 - (MISO) and 13 - (SCK)

A0 to A3

Analog input pins

A4 and A5.

Analog input pins. They can also be used as IIC


pins;
A4 - (SDA) and A5 (SCL).

A6 and A7

Analog input pins

Reset

The microcontroller can be reset by bringing this


pin low

You might also like