Arduino uno development board Specifications and data Sheet

Arduino Uno is an open-source Development board which is widely used in many projects. it has 14 digital I/O Pins out of this 14pins 6 pins are supported with pwm. The Arduino uno is runs at a clock speed of 16MHz.

Pin Diagram

Arduino uno Pin Diagram

Arduino UNO specification

PART NAMEUSE
ATmega328PATmega 328P is a microcontroller chip used for store the program and process the task given in the program
ATmega16U2 ATmega16U2 is a chip in the Arduino Uno which is a USB-to-serial converter that makes a connection between the computer and the main processor
USB type-B portthis port is used to power up the board and many used to program the Arduino Uno board
Analog Pinsin the Arduino Uno board analog pins A0-A5 which is used for read the sensor data and also work as GPIO
Digital Pinsthe digital pins in the Arduino Uno are used to read and write the digital data. it is GPIO pins that also act as input and output pin

Specifications

Chip usedATmega328p
Built-in LEDD13 pin
No of PWM Pins6 Pins
No of Analog input pins6 Pins
No digital pin14 pins
I/O Voltage5 V
Maximum current in I/O pins (DC)20mA (max)
Serial Peripheral Interface (SPI)YES
Inter-Integrated Circuit (I2C)YES
Universal Asynchronous Receiver Transmitter (UART)YES

ATmega328p Specification

CPU clock Speed16 MHz
Flash Memory32 KB
SRAM2 KB
EEPROM1 KB
Operating Voltage2.7V to 5.5V
Microcontroller AVR 8-bit Microcontroller
Write/Erase Cycle10,000 cycles for Falsh Memory
100,000 cycles for EEPROM
Timers/Counters2 * 8-bit Timer / Counter
1 * 16-bit Timer / Counter
ADC8-channel 10-bit ADC
Temperature range–40°C to +125°C

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top