Adafruit
Adafruit Metro ESP32-S2
The Adafruit Metro ESP32-S2 combines the popular Arduino UNO shield-compatible Metro form factor with the ESP32-S2 WiFi module. Featuring native USB, 4 MB fl...
Get notified when back in stock
The Adafruit Metro ESP32-S2 combines the popular Arduino UNO shield-compatible Metro form factor with the ESP32-S2 WiFi module. Featuring native USB, 4 MB flash, and 8 MB PSRAM, this board is ideal for WiFi-connected projects using CircuitPython or Arduino — and can even act as a USB keyboard, mouse, MIDI device, or disk drive.
With a built-in LiPo battery charger, multiple power options, and a STEMMA QT connector for I2C devices, the Metro ESP32-S2 is a versatile platform for IoT projects that need shield compatibility and wireless connectivity.
Key Features
- ESP32-S2 240 MHz Tensilica Processor – Next-generation ESP32 with native USB support
- WROVER Module (FCC/CE Certified) – 4 MB flash and 8 MB PSRAM for large data buffers
- Native USB – Acts as keyboard, mouse, MIDI device, or disk drive
- WiFi Connectivity – Built-in 802.11 b/g/n for IoT applications
- UNO Shield Compatible – Standard Metro/UNO form factor for plug-in shields
- Triple Power Options – 6–12V DC barrel jack, USB-C, or LiPo battery
- Built-In Battery Charging – Charges LiPo when powered via DC or USB
- STEMMA QT / Qwiic Port – Solderless I2C connection for sensors and accessories
- On/Off Switch – Easy power control
- Status LEDs – On, Charge, and User LEDs plus a NeoPixel
- Reset & DFU Buttons – Quick access to ROM bootloader via USB serial
- JTAG Pads – For advanced debugging
Specifications
- Dimensions: 53.2 × 72 mm (2.0 × 2.8 in)
- Height (with barrel jack): 14.8 mm (0.6 in)
- Weight: 22.5 g
Ideal For
- WiFi-connected IoT projects with shield compatibility
- CircuitPython or Arduino wireless applications
- USB HID projects (keyboard, mouse, MIDI)
- Battery-powered portable WiFi devices
Package Contents
- 1× Adafruit Metro ESP32-S2 (with headers)
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.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- 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.
- DC barrel jack
- A round power connector commonly used for low-voltage DC power supplies, often described by its outer and inner diameters such as 5.5 x 2.1 mm. Matching the barrel size and polarity is important so the plug physically fits and powers the device correctly.
- DFU
- Device Firmware Update is a mode that lets you load new firmware onto a board over USB. It matters when recovering a board or installing firmware without using a separate programmer.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- 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.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- JTAG
- JTAG is a hardware debugging and programming interface used to inspect and control chips at a low level. It matters for advanced development because it can help diagnose firmware problems that are hard to see through normal serial output.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- 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.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- 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.
- STEMMA
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
- USB-C
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
Find this product in
Brands
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au