0% found this document useful (0 votes)
2 views2 pages

Arduino

The document outlines the various pins on an Arduino board, detailing their functions such as power supply inputs (Vin, 5V, 3.3V), grounding (GND), and resetting the microcontroller (Reset). It also describes the roles of analog pins (A0 to A5), digital pins (0 to 13), serial communication pins, external interrupt pins, PWM pins, SPI pins, and an inbuilt LED pin. Additionally, it mentions the AREF pin, which provides a reference voltage.

Uploaded by

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

Arduino

The document outlines the various pins on an Arduino board, detailing their functions such as power supply inputs (Vin, 5V, 3.3V), grounding (GND), and resetting the microcontroller (Reset). It also describes the roles of analog pins (A0 to A5), digital pins (0 to 13), serial communication pins, external interrupt pins, PWM pins, SPI pins, and an inbuilt LED pin. Additionally, it mentions the AREF pin, which provides a reference voltage.

Uploaded by

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

Vin: This is the input voltage pin of the Arduino board used to provide input supply from an external

power source.

5V: This pin of the Arduino board is used as a regulated power supply voltage and it is used to give
supply to the board as well as on board components.

3.3V: This pin of the board is used to provide a supply of 3.3V which is generated from a voltage
regulator on the board

GND: This pin of the board is used to ground the Arduino board.

Reset: This pin of the board is used to reset the microcontroller. It is used to Resets the
microcontroller.
Analog Pins: The pins A0 to A5 are used as an analog input and it is in the range of 0-5V.

Digital Pins: The pins 0 to 13 are used as a digital input or output for the Arduino board.

Serial Pins: These pins are also known as a UART pin. It is used for communication between the
Arduino board and a computer or other devices. The transmitter pin number 1 and receiver pin
number 0 is used to transmit and receive the data resp.

External Interrupt Pins: This pin of the Arduino board is used to produce the External interrupt and it
is done by pin numbers 2 and 3.

PWM Pins: This pins of the board is used to convert the digital signal into an analog by varying the
width of the Pulse. The pin numbers 3,5,6,9,10 and 11 are used as a PWM pin.

SPI Pins: This is the Serial Peripheral Interface pin, it is used to maintain SPI communication with the
help of the SPI library. SPI pins include:

SS: Pin number 10 is used as a Slave Select

MOSI: Pin number 11 is used as a Master Out Slave In

MISO: Pin number 12 is used as a Master In Slave Out

SCK: Pin number 13 is used as a Serial Clock

LED Pin: The board has an inbuilt LED using digital pin-13. The LED glows only when the digital pin
becomes high.

AREF Pin: This is an analog reference pin of the Arduino board. It is used to provide a reference
voltage from an external power supply.

You might also like