Adafruit
Adafruit Itsy Bitsy 32u4 - 5V 16MHz
The Adafruit Itsy Bitsy 32u4 5V packs the power of an Arduino Leonardo into a tiny 1.4" × 0.7" board. Built on the ATmega32u4 running at 5V and 16 MHz — the ...
The Adafruit Itsy Bitsy 32u4 5V packs the power of an Arduino Leonardo into a tiny 1.4" × 0.7" board. Built on the ATmega32u4 running at 5V and 16 MHz — the same speed and voltage as an Arduino Uno — it's perfect for shrinking finished prototypes into compact final builds.
With native USB, the Itsy Bitsy 32u4 can act as a USB keyboard, mouse, MIDI device, or serial port. Programmed via the Arduino IDE using the same USB bootloader as the Feather 32u4 and Leonardo, most Arduino projects work out of the box.
Key Features
- ATmega32u4 Microcontroller – 5V logic, 16 MHz clock, 2 KB RAM, 28 KB Flash
- Native USB – USB HID keyboard, mouse, MIDI, or CDC serial; Micro-USB connector
- 23 GPIO Pins – 6 analogue inputs, SPI, I2C, hardware serial, 4× PWM, and more
- Onboard 5V Regulator – 150 mA output, up to 16V input, with reverse-polarity and thermal protection
- 3.3V Regulator Output – Low-current 3.3V from the chip for small sensors
- Automatic Power Switching – Runs from USB or battery (VBAT pin) with seamless switchover
- Arduino Uno Compatible – Same voltage and speed; vast Arduino project library works directly
- Compact Form Factor – Just 1.4" × 0.7" (35.6 × 17.8 mm)
Ideal For
- Shrinking Arduino Uno/Leonardo prototypes into compact builds
- USB HID devices — custom keyboards, mice, and MIDI controllers
- Wearable electronics and space-constrained projects
- Battery-powered builds with automatic USB/battery switching
Package Contents
- 1× Adafruit Itsy Bitsy 32u4 5V 16 MHz
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V regulator
- A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
- 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.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- 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.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- 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.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Brands
Related Tutorials
Free guides on learn.littlebird.com.au