Machines › Computers › Arduino › Arduino Uno
Arduino Uno
2010
Arduino's 2010 open microcontroller board, built around an 8-bit Atmel AVR and widely used to teach electronics.
Arduino Uno Online Emulator
Play Arduino Uno using JavaScript directly in your browser.
Controls
Boots a compiled public-domain AVR sketch: it prints a greeting on the serial monitor and walks a lit LED across PORTB (D8-D13). The two on-screen buttons are wired to input pins PD2/PD3 and light the top LEDs while held; typing sends bytes to the serial port (USART RX). Open the debugger to single-step the ATmega328P, read/write R0-R31/SP/PC/SREG, watch the I/O registers, set breakpoints and write-watchpoints. Click the panel first so it captures the keyboard.
Boots a compiled public-domain AVR sketch: it prints a greeting on the serial monitor and walks a lit LED across PORTB (D8-D13). The two on-screen buttons are wired to input pins PD2/PD3 and light the top LEDs while held; typing sends bytes to the serial port (USART RX). Open the debugger to single-step the ATmega328P, read/write R0-R31/SP/PC/SREG, watch the I/O registers, set breakpoints and write-watchpoints. Click the panel first so it captures the keyboard.
Configurations
| Configuration | Emulator | Machine | OS | Legal | |
|---|---|---|---|---|---|
| Blink + Serial + LEDs | Arduino Uno (AVR) | Arduino Uno | open | Open ⛶ | |
| Blink (onboard LED) | Arduino Uno (AVR) | Arduino Uno | open | Open ⛶ |
Downloads — ROMs & software
| Title | Type | Size (bytes) | Legal | |
|---|---|---|---|---|
| Blink (onboard LED) | demo | 0 | open | Download ↓ |
| Blink + Serial + LEDs (demo) | demo | 0 | open | Download ↓ |
Chips
Emulators
| Emulator | Type | License | Site |
|---|---|---|---|
| Arduino Uno (AVR) | online | MIT | Website ↗ |