Adafruit
Adafruit Metro ESP32-S3 with 16 MB Flash 8 MB PSRAM
The Adafruit Metro ESP32-S3 brings the powerful dual-core ESP32-S3 to the familiar Metro/UNO shield-compatible form factor. With 16 MB flash, 8 MB PSRAM, and...
The Adafruit Metro ESP32-S3 brings the powerful dual-core ESP32-S3 to the familiar Metro/UNO shield-compatible form factor. With 16 MB flash, 8 MB PSRAM, and 512 KB SRAM, this board has the memory to handle demanding CircuitPython, Arduino, or ESP-IDF projects with WiFi and Bluetooth LE connectivity.
Native USB support means the Metro ESP32-S3 can act as a keyboard, mouse, MIDI device, or disk drive. A built-in LiPo battery charger and MAX17048 fuel gauge provide complete battery management with voltage and state-of-charge monitoring, while deep sleep mode draws as little as ~100 µA for battery-powered deployments.
Key Features
- ESP32-S3 Dual-Core 240 MHz Processor – With native USB and AI acceleration support
- 16 MB Flash + 8 MB PSRAM + 512 KB SRAM – Massive memory for large buffers and complex applications
- WiFi + Bluetooth LE – 2.4 GHz 802.11 b/g/n and BLE connectivity
- Native USB – Acts as keyboard, mouse, MIDI device, or disk drive
- Metro/UNO Shield Compatible – Standard form factor for plug-in shields
- USB-C + LiPo Battery Power – Dual power options with built-in battery charging
- MAX17048 Battery Monitor – Active voltage and charge percentage tracking over I2C
- Ultra-Low Power Sleep – ~100 µA deep sleep current from LiPo connection
- STEMMA QT / Qwiic Port – Switchable-power I2C connector for low-power modes
- Status LEDs + NeoPixel – On, Charge, and User LEDs with pin-controlled NeoPixel power
- Reset & DFU Buttons – Quick access to ROM bootloader via USB serial
- JTAG 2×5 Header – For advanced debugging
- FCC/CE Certified Module – Ready for product development
Ideal For
- WiFi and BLE IoT projects with shield compatibility
- Battery-powered portable wireless devices
- CircuitPython, Arduino, or ESP-IDF development
- USB HID projects (keyboard, mouse, MIDI)
- AI and machine learning edge applications
Package Contents
- 1× Adafruit Metro ESP32-S3 (with headers)
Jargon buster
Plain-language definitions for the technical terms used above.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
- 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.
- deep sleep
- Deep sleep is a low-power mode where the microcontroller turns off most functions while keeping just enough circuitry active to wake up later. It is important for battery-powered projects because it can greatly extend how long the device runs between charges.
- 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.
- ESP-IDF
- ESP-IDF is Espressif’s official software development framework for ESP32-family chips. It gives more direct control over the hardware than beginner-style environments, which can help with advanced features like Wi-Fi, Bluetooth, audio and power management.
- ESP32
- ESP32 is a family of microcontroller modules with built-in wireless features such as Bluetooth and WiFi. Knowing this product uses an ESP32-based module helps explain how it provides wireless serial communication and firmware update features.
- 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.
- 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 lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for that battery type.
- MAX17048
- A battery fuel-gauge chip that estimates how much charge is left in a LiPo battery. It matters for portable projects because your software can monitor battery level instead of only measuring voltage.
- 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.
- 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.
- 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
- A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.
Find this product in
Brands
Microcontrollers