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...
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.
- 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
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder 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 chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- 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 is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- 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