Adafruit
Adafruit QT Py ESP32 Pico - WiFi Dev Board with STEMMA QT
The Adafruit QT Py ESP32 Pico brings the full power of the classic ESP32 into the tiny QT Py form factor. Built around the ESP32-PICO-V3-02 — an all-in-one m...
The Adafruit QT Py ESP32 Pico brings the full power of the classic ESP32 into the tiny QT Py form factor. Built around the ESP32-PICO-V3-02 — an all-in-one module with dual-core 240 MHz Tensilica processor, Wi-Fi, Bluetooth Classic + BLE, 8 MB flash, and 2 MB PSRAM — this thumbnail-sized board is ready for serious IoT projects.
The ESP32 Pico integrates the processor, crystal oscillator, flash, PSRAM, and RF matching into a single package, keeping the board compact. A USB-to-serial converter provides programming and debugging over USB-C, and the STEMMA QT / Qwiic connector gives you plug-and-play I2C access to hundreds of sensors and accessories. Program it with Arduino or MicroPython.
Key Features
- ESP32 Dual-Core Xtensa – 240 MHz with 8 MB flash and 2 MB PSRAM
- Wi-Fi 2.4 GHz – Full Wi-Fi with TLS/SSL support
- Bluetooth Classic + BLE – Both classic Bluetooth and BLE for wireless connectivity
- USB-C Connector – USB-to-serial converter for programming and debugging
- STEMMA QT / Qwiic Connector – Plug-and-play I2C for sensors and accessories
- RGB NeoPixel LED – Built-in with controllable power pin for ultra-low-power sleep
- 13 GPIO Pins – 10× 12-bit ADC, 2× 8-bit DAC, PWM on any pin, 8× capacitive touch
- Two I2C Ports – One on breakout pads, one on STEMMA QT connector
- Hardware UART, SPI & I2S – Full peripheral support
- 3.3 V Regulator – AP2112 with 600 mA peak output
- Battery Input Pads – On the underside with diode protection for up to 6 V
- Low Power Modes – Light sleep at ~4 mA, deep sleep at ~70 µA
- Reset & Boot Buttons – Reset switch and GPIO 0 boot button
- Seeed Xiao Compatible – Same size and pinout with castellated pads
Also Consider
- QT Py ESP32-S2 – Native USB with CircuitPython support (no Bluetooth)
- QT Py ESP32-S3 – Native USB + Wi-Fi + BLE with CircuitPython support
- QT Py ESP32-C3 – RISC-V core with Wi-Fi + BLE (no Bluetooth Classic)
- QT Py RP2040 – Dual-core ARM with native USB (no Wi-Fi)
Ideal For
- Wi-Fi and Bluetooth IoT projects
- Compact wireless sensors and controllers
- Battery-powered low-power applications
- Projects requiring Bluetooth Classic (audio, SPP)
- Embedding into custom PCBs via castellated pads
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- 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.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- 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.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- 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.
- 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.
- 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.
- 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.
- I2S
- I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
- 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.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- Light sleep
- A low-power mode where the microcontroller pauses much of its work but can wake up faster than from deep sleep. It matters for battery projects because it reduces power use while still allowing the board to respond reasonably quickly.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- 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.
- 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.
- 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.
- RF
- RF means radio frequency, referring to signals used for wireless communication and other high-frequency electronics. A low-noise, stable power supply is important for RF circuits because power noise can affect signal quality and measurements.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- RISC-V
- An open processor architecture used inside some modern microcontroller chips. It matters because it affects the software tools, performance, and low-power features available for developing projects on the board.
- 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.
- 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.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
- 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