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

Arduino Pro Mini DETAILS

This document provides details about the pins on an Arduino Pro Mini board. It lists the purpose and functions of each pin including power pins (RAW, VCC, GND), serial communication pins (RX, TX), digital input/output pins that can be used for interrupts, PWM output, or SPI/I2C communication, analog input pins, and a reset pin. It also lists the microcontroller, voltage specifications, memory details, and clock speed of the board.

Uploaded by

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

Arduino Pro Mini DETAILS

This document provides details about the pins on an Arduino Pro Mini board. It lists the purpose and functions of each pin including power pins (RAW, VCC, GND), serial communication pins (RX, TX), digital input/output pins that can be used for interrupts, PWM output, or SPI/I2C communication, analog input pins, and a reset pin. It also lists the microcontroller, voltage specifications, memory details, and clock speed of the board.

Uploaded by

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

RAW For supplying a raw (unregulated) 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
Ar d u in o Pro Min i DE T AI L S
Reset The microcontroller can be reset by
Microcontroller ATmega168
bringing this pin low
Operating Voltage 3.3V or 5V
3.35 -12 V (3.3V model) or 5 - 12 V (5V
Input Voltage
model)
Digital I/O Pins 14 (of which 6 provide PWM output)
Analog Input Pins 8
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)

Ar d u ino Pro M in i PINO UT

You might also like