Arduino UNO R3 Board

The Arduino UNO board is one of the most popular Arduino boards and is a good starting point if it is your first Arduino.

The Arduino UNO has undergone a few revisions over the period of time, with the latest board being the Arduino UNO R3.

You will not find many significant changes between the revisions. The most significant change is that the R3 uses an ATmega16U2 for USB-to-serial conversion. The ATmega16U2 is programmed for USB-to-serial conversion. (up to R2, ATmega8U2 was used for USB-to-serial conversion, whereas the boards prior to UNO used FTDI USB-to-serial driver chips).

Arduino Uno Board
Arduino UNO R3 Pins

The above image shows the Arduino UNO R3 board.

Arduino UNO R3 uses ATmega328P microcontroller as the main control and processing unit of the board. The Atmega328P has 32kB In-System Programmable Flash Memory, 1kB EEPROM, and 2kB internal SRAM.

The UNO board provides access to 14 Digital I/O pins (0-13 in above image). Of these 14 digital I/O pins, 6 pins can be used as PWM pins(pins 3,5,6,9,10 and 11). The PWM pins are indicated by ~ before the pin number on the Arduino UNO boards (E.g. ~3).

Digital pins 0 and 1 are the serial communication pins RX and TX respectively.

6 pins are available for use as Analog input pins (A0-A5). The analog pins can be used as digital I/O pins as well if there is no analog input to be measured.

The UNO board can be powered through

  • A USB cable 
  • An external AC-DC adapter (output voltage of the adapter must be fixed and within the range of 7V to 12V). Adapter needs to be plugged into the power jack.
  • A battery (Fixed voltage, the voltage must be in the range of 7V to 12V). Battery terminals must be connected between VIN and GND pins on the board.

Note : While uploading the sketch using Arduino IDE, make sure that there are no connections from other devices to pins 0 and 1 of UNO board. These are the Rx and Tx pins of ATmega328P, and are used while uploading the sketch.

Design a site like this with WordPress.com
Get started