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

Arduino Uno Pinout Configuration

The Arduino Uno has multiple pin categories used for different functions. It has power pins including Vin, 3.3V, 5V and GND. It has analog pins A0-A5 for analog input. Digital pins 0-13 can be used as input or output pins and pins 0,1 are also used for serial communication. Pins 2,3 are for external interrupts. Pins 3,5,6,9,11 provide 8-bit PWM output and pins 10,11,12,13 are used for SPI communication. Pin 13 can also turn on the onboard LED. Pins A4,A5 are for TWI and AREF provides a reference voltage.

Uploaded by

rohit dubey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views

Arduino Uno Pinout Configuration

The Arduino Uno has multiple pin categories used for different functions. It has power pins including Vin, 3.3V, 5V and GND. It has analog pins A0-A5 for analog input. Digital pins 0-13 can be used as input or output pins and pins 0,1 are also used for serial communication. Pins 2,3 are for external interrupts. Pins 3,5,6,9,11 provide 8-bit PWM output and pins 10,11,12,13 are used for SPI communication. Pin 13 can also turn on the onboard LED. Pins A4,A5 are for TWI and AREF provides a reference voltage.

Uploaded by

rohit dubey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Arduino Uno Pinout Configuration

Pin Category Pin Name Details

Power Vin, 3.3V, 5V, GND Vin: Input voltage to Arduino


when using an external power
source.
5V: Regulated power supply
used to power microcontroller
and other components on the
board.
3.3V: 3.3V supply generated by
on-board voltage regulator.
Maximum current draw is
50mA.
GND: ground pins.

Reset Reset Resets the microcontroller.

Analog Pins A0 – A5 Used to provide analog input in


the range of 0-5V
Input/Output Pins Digital Pins 0 - 13 Can be used as input or output
pins.
Serial 0(Rx), 1(Tx) Used to receive and transmit
TTL serial data.
External Interrupts 2, 3 To trigger an interrupt.
PWM 3, 5, 6, 9, 11 Provides 8-bit PWM output.
SPI 10 (SS), 11 (MOSI), 12 (MISO) Used for SPI communication.
and 13 (SCK)
Inbuilt LED 13 To turn on the inbuilt LED.
TWI A4 (SDA), A5 (SCA) Used for TWI communication.
AREF AREF To provide reference voltage
for input voltage.

You might also like