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 ...
Get notified when back in stock
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 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.
- 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 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.
- 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.
- VBAT
- VBAT is a backup battery power pin used to keep a small part of a circuit, such as a real-time clock, running when the main power is off. It matters if your project needs to remember the time while the board is shut down.
Find this product in
Brands
introducting itsy bitsy 32u4
Document · 4.2 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au