EmbeddedRelated.com
The 2026 Embedded Online Conference
Arduino Micro with Headers

Arduino Micro with Headers

MPN: A000053
Arduino
Arduino Leonardo with headers pre-soldered for immediate breadboard and shield use.
Active67 in stock

Overview

The Arduino Micro is a compact microcontroller board based on the ATmega32U4, designed specifically for integration into small-scale projects and breadboards. Unlike standard boards, it features a built-in USB communication interface that allows it to appear to a connected computer as a mouse or keyboard in addition to a virtual serial port. This version comes with 20 pre-soldered through-hole headers for immediate use in prototyping environments.

Why Choose This Part

The board features a native USB connection, eliminating the need for a secondary processor for serial communication and enabling HID emulation. Its small 18mm by 48mm footprint and pre-soldered headers make it a highly portable and plug-and-play solution for 5V logic applications.

Applications

Human Interface Devices (HID)
Leveraging the ATmega32U4 native USB support to create custom keyboards, mice, or game controllers.
Breadboard Prototyping
Rapidly testing circuits on a standard 2.54mm pitch breadboard without the need for manual soldering.
Space-Constrained Embedded Systems
Fitting a full 8-bit AVR development platform into enclosures where a standard Uno or Leonardo would be too large.

Key Specifications

Type MCU 8-Bit
Contents Board(s)
Platform Arduino Micro
Mounting Type Fixed
Core Processor AVR
Utilized IC / Part ATmega32U4

Getting Started

Connect the board to a computer using a micro USB cable and use the Arduino IDE to begin programming. Select Arduino Micro from the Tools > Board menu to access the full suite of compatible libraries, including the Keyboard and Mouse libraries for HID projects.

Also Consider

Arduino Uno Rev3 Arduino - Choose this if you need a larger standard form factor with more shield compatibility and do not require native USB HID support.
Arduino Nano Every Arduino - A more modern 8-bit alternative with more program memory and a smaller footprint, though it lacks native USB HID capabilities.
The 2026 Embedded Online Conference