DFRobot
Arduino Leonardo Microcontroller
The Arduino Leonardo is a microcontroller board based on the ATmega32U4, offering the same flash, RAM, and capabilities as the ATmega328 found in the Uno. Th...
Get notified when back in stock
The Arduino Leonardo is a microcontroller board based on the ATmega32U4, offering the same flash, RAM, and capabilities as the ATmega328 found in the Uno. The key difference is built-in USB communication, allowing the Leonardo to appear as a keyboard, mouse, or serial device to a connected computer — no secondary USB chip required.
With 20 digital I/O pins, 12 analog inputs, 7 PWM channels, and a micro USB connection, the Leonardo is ready for interactive projects straight out of the box. This version comes with all headers pre-soldered for easy breadboard and shield use.
Key Features
- Native USB – Built-in USB on the ATmega32U4 enables keyboard, mouse, and serial device emulation
- Pre-Soldered Headers – Ready for immediate use with breadboards and compatible shields
- 20 Digital I/O Pins – 7 usable as PWM outputs, with 40mA per pin
- 12 Analog Inputs – 10-bit resolution on pins A0–A11
- Multiple Power Options – Micro USB, DC power jack (7–12V), or VIN pin header
Specifications
- Microcontroller – ATmega32U4
- Operating Voltage – 5V
- Input Voltage – 7–12V recommended (6–20V limits)
- Interface – Micro USB
- Digital I/O Pins – 20
- PWM Channels – 7
- Analog Input Channels – 12
- DC Current per I/O Pin – 40mA
- DC Current for 3.3V Pin – 50mA
- Flash Memory – 32KB (4KB used by bootloader)
- SRAM – 2.5KB
- EEPROM – 1KB
- Clock Speed – 16MHz
- Board Dimensions – 70 × 55 × 14 mm (2.76 × 2.17 × 0.55 in)
Ideal For
- USB HID projects (custom keyboards, mice, game controllers)
- Interactive installations and MIDI controllers
- General-purpose electronics prototyping
- Learning embedded programming with Arduino
Package Contents
- 1× Arduino Leonardo (with headers)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
Find this product in
Brands
STEM & Education
ATmega32U4 Datasheet
Datasheet · 647.2 KB · Click any page to view full size
Arduino Leonardo Schematic
Schematic · 807.4 KB · Click any page to view full size
Supplier page — dfrobot.com
Supplier Description · 724.2 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au