All about Arduino Uno

Arduino Uno is a microcontroller board based on the ATmega328P. It has sets of digital and analog pins that may be interfaced with various expansion boards. The board has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs pins which are programmable with Arduino IDE (Integrated Development Environment) with a use of USB cable, a 16 MHz ceramic resonator (CSTCE16M0V53-R0), a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with an AC-to-DC adapter or 5-volt battery to get started. Though it accepts voltages between 7 to 20 volts of power.

 

The word “UNO” means “one” and was first chosen to marks as the initial release of the Arduino family. The Uno board is the first in series of USB-based Arduino boards. The Arduino Uno has the language on which it is programmed. it works on C and C++ language and scripted using JAVA language. The ATmega328 on the board is already programmed with a bootloader that allows uploading new code to the board without the use of an external hardware programmer.

The Arduino Uno is the best board to get started with electronics and coding if this is your first experience tinkering with the platform the UNO is the most used documented board of the whole Arduino family.

Technical Specification

Digital Input /Output Pins (light green color)

As we know that Arduino UNO has a total of 14 digital input/output pins. Out of these 14 pins, 6 input/output pins (3,5, 6, 9, 10 and 11) are PWM enabled and 2 pins (12 and 13) are Serial Peripheral Interface (SPI). 2 Serial pins (0 and 1) which are used for transmitting (TX) and receive (RX) data. External Interrupts pins (2 and 3) can be configured to trigger an interrupt on low value. Pin 7 is connected to the reset line of the Bluetooth module. Pin 13 is a built-in LED, when the pin is high value the led is ON, and when the pin is in low value it is OFF.

Analog Input Pins (light blue)

As we can see in the above fig. pins as 0, 1, 2, 3, 4, 5 are analog input pins. Some of the analog pins can be used as digital pins.

 Power Pins

 Other Pins

Advantages

Application