AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

Adafruit

$20.00 |
Out of stock
No reviews yet

The Adafruit QT Py ESP32-C3 is a compact Wi-Fi and Bluetooth LE development board built around the Espressif ESP32-C3 — a RISC-V microcontroller designed as ...

Get notified when back in stock

Qty
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

The Adafruit QT Py ESP32-C3 is a compact Wi-Fi and Bluetooth LE development board built around the Espressif ESP32-C3 — a RISC-V microcontroller designed as a modern replacement for the ESP8266. In the tiny QT Py form factor (Seeed Xiao compatible), it packs USB-C, Wi-Fi, BLE 5.0, a STEMMA QT connector, and an RGB NeoPixel into a board small enough to embed anywhere.

The ESP32-C3 features a single 32-bit RISC-V core with 4 MB flash, 400 KB SRAM, and built-in USB-to-Serial (note: not native USB, so it cannot act as a keyboard or disk drive). It supports 2.4 GHz Wi-Fi and Bluetooth LE including Mesh, making it ideal for IoT projects. Program it with Arduino or MicroPython.

Key Features

  • ESP32-C3 RISC-V Core – 32-bit single-core processor with 4 MB flash and 400 KB SRAM
  • Wi-Fi 2.4 GHz – Full Wi-Fi with TLS/SSL support for secure IoT connections
  • Bluetooth LE 5.0 – Including Mesh support (not Bluetooth Classic)
  • USB-C Connector – Built-in USB-to-Serial for programming and JTAG debugging
  • STEMMA QT / Qwiic Connector – Plug-and-play I2C for sensors and accessories
  • RGB NeoPixel LED – Built-in addressable LED
  • 13 GPIO Pins – 11 on breakout pads; 5× 12-bit ADC, PWM on any pin, hardware UART, SPI, I2C, and I2S
  • 3.3 V Regulator – AP2112 with 600 mA peak output
  • Battery Input Pads – On the underside with diode protection for up to 6 V input
  • Low Power ModesLight sleep at ~500 µA, deep sleep at ~300 µA
  • Reset & Boot Buttons – Reset switch and GPIO 9 boot button for ROM bootloader entry
  • Seeed Xiao Compatible – Same size and pinout with castellated pads for surface mounting

Also Consider

Ideal For

  • Wi-Fi connected IoT sensors and controllers
  • Bluetooth LE mesh networks
  • Compact wireless projects with STEMMA QT sensors
  • Battery-powered low-power applications
Note: The ESP32-C3 uses a RISC-V core (not Tensilica) and has built-in USB-to-Serial — not native USB. It cannot act as a USB keyboard, MIDI device, or disk drive. It does not run CircuitPython. For native USB support, consider the QT Py ESP32-S2 or ESP32-S3.

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 low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
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.
breakout
A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny 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.
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 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.
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.
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.
LED
A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
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.
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.
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.
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.
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.
RGB
Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
RISC-V
RISC-V is an open, royalty-free processor instruction-set architecture used in chips ranging from tiny microcontrollers to Linux-capable application processors. The choice of RISC-V determines which compilers, software tools, and performance or low-power features are available, separate from the more common Arm or x86 architectures.
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.
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.
UART
UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
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.

adafruit qt py esp32 c3 wifi dev board

Document · 7.7 MB · Click any page to view full size

Download PDF

AP2112

Document · 737.6 KB · Click any page to view full size

Download PDF
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.