Rob's web

Controller

Uno

Arduino UNO is de nieuwste versie van het ontwikkelbord en de opvolger van Arduino Duemilanove. De UNO heeft een andere USB-to-Serialchip in zich dan de vorige versies, namelijk de ATmega8U2 USB-naar-TTL. Het heeft net als zijn voorgangers een USB-B-connectie en heeft verder een bootloader die slechts 0,5 kB van het totale geheugen gebruikt, de voorganger gebruikte 2,0 kB.

Specificaties

Arduino Uno technical specifications
MicrocontrollerATmega328P
Operating Voltage5 V
Recommended Input Voltage7 - 12 V
Input Voltage Limits6 - 20 V
Analog Input Pins6 (A0 - A5)
Digital I/O Pins14 (Out of which 6 provide PWM output)
DC Current on I/O Pins40 mA
DC Current on 3.3 V Pin50 mA
Flash Memory32 KB (0.5 KB is used for Bootloader)
SRAM2 KB
EEPROM1 KB
Frequency (Clock Speed)16 MHz
Pin Description
Pin CategoryPin NameDetails
PowerVin, 3.3 V, 5 V, GNDVin: Input voltage to Arduino when using an external power source.
5V: Regulated power supply used to power microcontroller and other components on the board.
3.3V: 3.3V supply generated by on-board voltage regulator. Maximum current draw is 50 mA.
GND: ground pins.
ResetResetResets the microcontroller.
Analog PinsA0 - A5Used to provide analog input in the range of 0-5 V
Input/Output PinsDigital Pins 0 - 13Can be used as input or output pins.
Serial0(Rx), 1(Tx)Used to receive and transmit TTL serial data.
External Interrupts2, 3To trigger an interrupt.
PWM3, 5, 6, 9, 11Provides 8-bit PWM output.
SPI10 (SS), 11 (MOSI), 12 (MISO) and 13 (SCK)Used for SPI communication.
Inbuilt LED13To turn on the inbuilt LED.
TWIA4 (SDA), A5 (SCL)Used for TWI communication.
AREFAREFTo provide reference voltage for input voltage.

Pinbeschrijving

Schema

Schema
Schema originele Arduino Uno.

Schema uno clone
Schema Uno clone.

Varianten

Uno plus
Uno gecombineerd met sensor aansluitingen.

Screwduino
Screwduino.

Rich uno
Open smart rich Uno.

W5500
Keyestudio W5500 ethernet develoment board.

Uno + wifi
Uno + wifi.

Behuizingen

Arcyl case
Acryl case met toegang voor shields.

Lego case
Lego compatible case.

Docs