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

Arduino Data Sheet

The Arduino/Genuino Uno is a microcontroller board based on the ATmega328P chip. It has 14 digital input/output pins, 6 of which can provide PWM output, 6 analog inputs, operates on a 5V voltage, and has a 16MHz clock speed. The Uno has 32KB of flash memory, 2KB of SRAM, and 1KB of EEPROM. Each of its 14 digital pins can be configured as an input or output through code and provide or read 20mA of current.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Arduino Data Sheet

The Arduino/Genuino Uno is a microcontroller board based on the ATmega328P chip. It has 14 digital input/output pins, 6 of which can provide PWM output, 6 analog inputs, operates on a 5V voltage, and has a 16MHz clock speed. The Uno has 32KB of flash memory, 2KB of SRAM, and 1KB of EEPROM. Each of its 14 digital pins can be configured as an input or output through code and provide or read 20mA of current.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Arduino/Genuino Uno is a microcontroller board based on

the ATmega328P. It has 14 digital input/output pins (of which 6


can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz
crystal, a USB connection, 

Technical specs
Microcontroller ATmega328P
Operating Voltage 5V
Input Voltage
7-12V
(recommended)
Input Voltage (limit) 6-20V
14 (of which 6 provide PWM
Digital I/O Pins
output)
PWM Digital I/O Pins 6
Analog Input Pins 6
DC Current per I/O Pin 20 mA
DC Current for 3.3V Pin 50 mA
32 KB (ATmega328P)
Flash Memory of which 0.5 KB used by boot
loader
SRAM 2 KB (ATmega328P)
EEPROM 1 KB (ATmega328P)
Clock Speed 16 MHz

Each of the 14 digital pins on the Uno can be used as an


input or output, using pin Mode (),digital Write(), and digital
Read() functions. They operate at 5 volts. Each pin can provide
or receive 20 mA as recommended operating condition and has
an internal pull-up resistor (disconnected by default) of 20-50k
ohm. A maximum of 40mA is the value that must not be
exceeded on any I/O pin to avoid permanent damage to the
microcontroller.

You might also like