Where To Start With Starter Development Kits: Arduino Uno Rev3

The Arduino UNO Rev3 is the most robust board you can start playing with.

The UNO is the best board to get started with electronics and coding. If this is your first experience tinkering with the platform, the Arduino UNO Rev3 is the most robust board you can start playing with. The UNO is the most used and documented board of the whole Arduino family.

Arduino Uno is a microcontroller board based on the ATmega328P. It has 14 digital input/output pins (of which six can be used as PWM outputs), six analog inputs, a 16MHz quartz crystal, 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 a AC/DC adapter or battery to get started..

You can tinker with your UNO without worrying too much about doing something wrong, worst case scenario you can replace the chip for a few dollars and start over again.

  • What is the Arduino Uno Rev3 for? Electronics and coding.
  • How much does the Arduino Uno Rev3 cost? Currently available at €17.00.

Tech Specs of the Arduino Uno Rev3

Microcontroller ATmega328P
Operating Voltage 5V
Input Voltage (recommended) 7-12V
Input Voltage (limit) 6-20V
Digital I/O Pins 14 (of which 6 provide PWM output)
PWM Digital I/O Pins 6
Analog Input Pins 6
DC Current per I/O Pin 20mA
DC Current for 3.3V Pin 50mA
Flash Memory 32KB (ATmega328P) of which 0.5KB used by bootloader
SRAM 2KB (ATmega328P)
EEPROM 1KB (ATmega328P)
Clock Speed 16MHz
LED_BUILTIN 13
Length 68.6mm
Width 53.4mm
Weight 25g

Documentation

Reference Designs

Source Arduino

Comments are closed, but trackbacks and pingbacks are open.