Schematik raised $4.6M to help anyone build hardware with AI$4.6MIL PRE-SEED ANNOUNCEMENT
CommunityPartsBlogAbout
CommunityPartsBlogAbout

Product

  • Home
  • Try Schematik
  • Download

Resources

  • Community
  • ESP32 projects
  • Blog
  • Press
  • Information for AI

Compare

  • Schematik or Fritzing
  • Schematik or Tinkercad
  • Schematik or Wokwi
  • Schematik or Claude Code

Company

  • Company
  • Jobs
  • Privacy
Making
hardware
less hard

Built with love in Europe. For makers everywhere.

© 2026 Schematik

All rights reserved

  1. Parts
  2. /Boards
  3. /ESP32 boards

Adafruit ESP32-C6 Feather - STEMMA QT

OverviewAlternates
Adafruit ESP32-C6 Feather - STEMMA QT - Adafruit - 5933
Parts tray full · 5 max · remove a part to add another
Adafruit ESP32-C6 Feather - STEMMA QT — Adafruit — 5933

Offers

  • Adafruit$14.95
  • ?DigiKey$14.95

Offers

  • Adafruit$14.95
  • ?DigiKey$14.95

Pinout

ESP32-C6FEATHERRSTBAT3.3VoutEN3V3 enGNDUSB5VIO1A0IO12IO2A1IO13IO3A2IO19SDAIO4A3IO18SCLIO21SCKIO5IO22MOSIIO6IO23MISOIO9BootIO17RXIO0IO16TXIO15LED

2 grouped connections are listed in the table but omitted from the graphic until individual pins are available.

  • USB-C port

    USB-C connector used for powering and programming the board; USB power charges the LiPoly battery when connected.

    Type · PowerVoltage · USB 5V input on USB pin when connected
  • LiPoly JST 2-PH

    2-pin JST-PH connector for a 250mAh or larger 3.7/4.2V LiPoly battery; charges from USB when connected.

    Type · PowerVoltage · 3.7/4.2V LiPoly battery
  • GND

    Common ground for power and logic.

    Type · GroundVoltage · 0V
  • BAT

    Positive voltage to/from the 2-pin JST battery jack.

    Type · PowerVoltage · Battery positive, 3.7/4.2V LiPoly context
  • USB

    Positive voltage to/from the USB-C jack when USB is connected.

    Type · USBVoltage · USB 5V when connected
  • EN

    3.3V regulator enable; pulled up, connect to ground to disable the 3.3V regulator.

    Type · ControlVoltage · 3.3V regulator enable logic
  • 3.3V

    Output from the 3.3V regulator; Adafruit states the pins can supply 500mA peak.

    Type · PowerVoltage · 3.3V output, 500mA peak
  • A0-A5

    Six analog-capable Feather pins; the ESP32-C6 Feather does not have a DAC, so no true analogue output.

    Type · AnalogVoltage · 3.3V logic
  • IO21SCK

    SPI clock pin, mapped to ESP32-C6 IO21.

    Type · GPIO, SPIVoltage · 3.3V logic
  • IO22MOSI

    SPI microcontroller out / sensor in pin, mapped to ESP32-C6 IO22.

    Type · GPIO, SPIVoltage · 3.3V logic
  • IO23MISO

    SPI microcontroller in / sensor out pin, mapped to ESP32-C6 IO23.

    Type · GPIO, SPIVoltage · 3.3V logic
  • IO17RX

    UART receive pin, mapped to ESP32-C6 IO17; connect to TX on the other device.

    Type · GPIO, UARTVoltage · 3.3V logic
  • IO16TX

    UART transmit pin, mapped to ESP32-C6 IO16; connect to RX on the other device.

    Type · GPIO, UARTVoltage · 3.3V logic
  • IO18SCL

    I2C clock pin, mapped to ESP32-C6 IO18, shared by the STEMMA QT connector and has a 5k pullup.

    Type · GPIO, I2CVoltage · 3.3V logic with pullup
  • IO19SDA

    I2C data pin, mapped to ESP32-C6 IO19, shared by the STEMMA QT connector and has a 5k pullup.

    Type · GPIO, I2CVoltage · 3.3V logic with pullup
  • STEMMA QT

    JST SH 4-pin STEMMA QT connector breaking out I2C SCL, SDA, 3.3V, and GND.

    Type · UnknownVoltage · 3.3V I2C connector
  • IO20NEOPIXEL_I2C_POWER

    Power-control pin that must be pulled high for the STEMMA QT connector and onboard NeoPixel power.

    Type · GPIO, ControlVoltage · 3.3V logic control
  • IO0, IO5-IO9, IO12, IO15

    Digital pins; IO9 is shared with the Boot button and onboard NeoPixel, IO6 with A2, and IO5 with A3.

    Type · GPIOVoltage · 3.3V logic
  • IO9NeoPixel

    Onboard RGB NeoPixel LED labelled Neo; controlled from IO9 and shared with the Boot button.

    Type · GPIO, USBVoltage · 3.3V logic control
  • IO15Red LED

    Onboard red LED labelled 15, controllable in code as board.LED / LED_BUILTIN / 15.

    Type · GPIO, USBVoltage · 3.3V logic control
  • RST

    Reset pin tied to the reset button; tie to ground manually to reset the board.

    Type · ControlVoltage · 3.3V logic reset
  • IO9Boot

    Boot button input connected to IO9; also used for ROM bootloader mode and shared with the onboard NeoPixel.

    Type · GPIO, ControlVoltage · 3.3V logic input with pullup use
PinTypeFunctionVoltage
USB-C portPowerUSB-C connector used for powering and programming the board; USB power charges the LiPoly battery when connected.USB 5V input on USB pin when connected
LiPoly JST 2-PHPower2-pin JST-PH connector for a 250mAh or larger 3.7/4.2V LiPoly battery; charges from USB when connected.3.7/4.2V LiPoly battery
GNDGroundCommon ground for power and logic.0V
BATPowerPositive voltage to/from the 2-pin JST battery jack.Battery positive, 3.7/4.2V LiPoly context
USBUSBPositive voltage to/from the USB-C jack when USB is connected.USB 5V when connected
ENControl3.3V regulator enable; pulled up, connect to ground to disable the 3.3V regulator.3.3V regulator enable logic
3.3VPowerOutput from the 3.3V regulator; Adafruit states the pins can supply 500mA peak.3.3V output, 500mA peak
A0-A5AnalogSix analog-capable Feather pins; the ESP32-C6 Feather does not have a DAC, so no true analogue output.3.3V logic
IO21SCKGPIO, SPISPI clock pin, mapped to ESP32-C6 IO21.3.3V logic
IO22MOSIGPIO, SPISPI microcontroller out / sensor in pin, mapped to ESP32-C6 IO22.3.3V logic
IO23MISOGPIO, SPISPI microcontroller in / sensor out pin, mapped to ESP32-C6 IO23.3.3V logic
IO17RXGPIO, UARTUART receive pin, mapped to ESP32-C6 IO17; connect to TX on the other device.3.3V logic
IO16TXGPIO, UARTUART transmit pin, mapped to ESP32-C6 IO16; connect to RX on the other device.3.3V logic
IO18SCLGPIO, I2CI2C clock pin, mapped to ESP32-C6 IO18, shared by the STEMMA QT connector and has a 5k pullup.3.3V logic with pullup
IO19SDAGPIO, I2CI2C data pin, mapped to ESP32-C6 IO19, shared by the STEMMA QT connector and has a 5k pullup.3.3V logic with pullup
STEMMA QTUnknownJST SH 4-pin STEMMA QT connector breaking out I2C SCL, SDA, 3.3V, and GND.3.3V I2C connector
IO20NEOPIXEL_I2C_POWERGPIO, ControlPower-control pin that must be pulled high for the STEMMA QT connector and onboard NeoPixel power.3.3V logic control
IO0, IO5-IO9, IO12, IO15GPIODigital pins; IO9 is shared with the Boot button and onboard NeoPixel, IO6 with A2, and IO5 with A3.3.3V logic
IO9NeoPixelGPIO, USBOnboard RGB NeoPixel LED labelled Neo; controlled from IO9 and shared with the Boot button.3.3V logic control
IO15Red LEDGPIO, USBOnboard red LED labelled 15, controllable in code as board.LED / LED_BUILTIN / 15.3.3V logic control
RSTControlReset pin tied to the reset button; tie to ground manually to reset the board.3.3V logic reset
IO9BootGPIO, ControlBoot button input connected to IO9; also used for ROM bootloader mode and shared with the onboard NeoPixel.3.3V logic input with pullup use
ESP32-C6FEATHERRSTBAT3.3VoutEN3V3 enGNDUSB5VIO1A0IO12IO2A1IO13IO3A2IO19SDAIO4A3IO18SCLIO21SCKIO5IO22MOSIIO6IO23MISOIO9BootIO17RXIO0IO16TXIO15LED

2 grouped connections are omitted from the graphic until individual pins are available.

Pin details

22 connections
  1. USB-C port

    USB-C connector used for powering and programming the board; USB power charges the LiPoly battery when connected.

    PowerVoltage · USB 5V input on USB pin when connected
  2. LiPoly JST 2-PH

    2-pin JST-PH connector for a 250mAh or larger 3.7/4.2V LiPoly battery; charges from USB when connected.

    PowerVoltage · 3.7/4.2V LiPoly battery
  3. GND

    Common ground for power and logic.

    GroundVoltage · 0V
  4. BAT

    Positive voltage to/from the 2-pin JST battery jack.

    PowerVoltage · Battery positive, 3.7/4.2V LiPoly context
  5. USB

    Positive voltage to/from the USB-C jack when USB is connected.

    USBVoltage · USB 5V when connected
  6. EN

    3.3V regulator enable; pulled up, connect to ground to disable the 3.3V regulator.

    ControlVoltage · 3.3V regulator enable logic
  7. 3.3V

    Output from the 3.3V regulator; Adafruit states the pins can supply 500mA peak.

    PowerVoltage · 3.3V output, 500mA peak
  8. A0-A5

    Six analog-capable Feather pins; the ESP32-C6 Feather does not have a DAC, so no true analogue output.

    AnalogVoltage · 3.3V logic
  9. IO21SCK

    SPI clock pin, mapped to ESP32-C6 IO21.

    GPIO, SPIVoltage · 3.3V logic
  10. IO22MOSI

    SPI microcontroller out / sensor in pin, mapped to ESP32-C6 IO22.

    GPIO, SPIVoltage · 3.3V logic
  11. IO23MISO

    SPI microcontroller in / sensor out pin, mapped to ESP32-C6 IO23.

    GPIO, SPIVoltage · 3.3V logic
  12. IO17RX

    UART receive pin, mapped to ESP32-C6 IO17; connect to TX on the other device.

    GPIO, UARTVoltage · 3.3V logic
  13. IO16TX

    UART transmit pin, mapped to ESP32-C6 IO16; connect to RX on the other device.

    GPIO, UARTVoltage · 3.3V logic
  14. IO18SCL

    I2C clock pin, mapped to ESP32-C6 IO18, shared by the STEMMA QT connector and has a 5k pullup.

    GPIO, I2CVoltage · 3.3V logic with pullup
  15. IO19SDA

    I2C data pin, mapped to ESP32-C6 IO19, shared by the STEMMA QT connector and has a 5k pullup.

    GPIO, I2CVoltage · 3.3V logic with pullup
  16. STEMMA QT

    JST SH 4-pin STEMMA QT connector breaking out I2C SCL, SDA, 3.3V, and GND.

    UnknownVoltage · 3.3V I2C connector
  17. IO20NEOPIXEL_I2C_POWER

    Power-control pin that must be pulled high for the STEMMA QT connector and onboard NeoPixel power.

    GPIO, ControlVoltage · 3.3V logic control
  18. IO0, IO5-IO9, IO12, IO15

    Digital pins; IO9 is shared with the Boot button and onboard NeoPixel, IO6 with A2, and IO5 with A3.

    GPIOVoltage · 3.3V logic
  19. IO9NeoPixel

    Onboard RGB NeoPixel LED labelled Neo; controlled from IO9 and shared with the Boot button.

    GPIO, USBVoltage · 3.3V logic control
  20. IO15Red LED

    Onboard red LED labelled 15, controllable in code as board.LED / LED_BUILTIN / 15.

    GPIO, USBVoltage · 3.3V logic control
  21. RST

    Reset pin tied to the reset button; tie to ground manually to reset the board.

    ControlVoltage · 3.3V logic reset
  22. IO9Boot

    Boot button input connected to IO9; also used for ROM bootloader mode and shared with the onboard NeoPixel.

    GPIO, ControlVoltage · 3.3V logic input with pullup use

ESP32

155 other options

Wi-Fi and Bluetooth on a single chip, in every shape from Espressif DevKitC to Adafruit Feathers with STEMMA QT, DFRobot FireBeetles tuned for battery life, and Seeed XIAOs under a thumbnail.

View all 155
  • 10 I/Os Relay Module - CPU ESP32 (Relay Output) visual preview

    10 I/Os Relay Module - CPU ESP32 (Relay Output)

  • Adafruit ESP32 Feather V2 w.FL Antenna - 8MB Flash + 2MB PSRAM visual preview

    Adafruit ESP32 Feather V2 w.FL Antenna - 8MB Flash + 2MB PSRAM

  • Adafruit ESP32-S2 Feather - 4MB Flash + 2MB PSRAM visual preview

    Adafruit ESP32-S2 Feather - 4MB Flash + 2MB PSRAM

  • Adafruit ESP32-S2 Feather with BME280 Sensor - STEMMA QT visual preview

    Adafruit ESP32-S2 Feather with BME280 Sensor - STEMMA QT

  • Adafruit ESP32-S3 Feather 8MB with w.FL Antenna visual preview

    Adafruit ESP32-S3 Feather 8MB with w.FL Antenna

  • Adafruit Feather HUZZAH with ESP8266 WiFi visual preview

    Adafruit Feather HUZZAH with ESP8266 WiFi

  • Adafruit HUZZAH ESP8266 Breakout visual preview

    Adafruit HUZZAH ESP8266 Breakout

  • Adafruit HUZZAH32 – ESP32 Breakout Board visual preview

    Adafruit HUZZAH32 – ESP32 Breakout Board

  • Adafruit HUZZAH32 ESP32 Feather Board visual preview

    Adafruit HUZZAH32 ESP32 Feather Board

  • Adafruit Metro ESP32-S3 with 16MB Flash 8MB PSRAM visual preview

    Adafruit Metro ESP32-S3 with 16MB Flash 8MB PSRAM

  • Adafruit Metro M4 Express AirLift (WiFi) - Lite visual preview

    Adafruit Metro M4 Express AirLift (WiFi) - Lite

  • Adafruit QT Py ESP32-C3 WiFi Dev Board with STEMMA QT visual preview

    Adafruit QT Py ESP32-C3 WiFi Dev Board with STEMMA QT

Related groups

4 groups
10 I/Os PLC Module - CPU Arduino Nano (Optoisolated Output) visual preview

Arduino

About 75 boards across every Arduino generation: 5V Uno/Mega/GIGA, 3.3V MKR and Portenta, plus DFRduino and Bluno compatibles. Confirm the voltage rail before stacking any shield.

Boards · Arduino boards · 77 parts

15x7 CharliePlex LED Matrix FeatherWing - Cool White visual preview

Add-ons

About 270 add-ons across Pi HATs, Arduino shields, and FeatherWings. The same function — motor control, PoE, display — usually ships once per host connector family. Get the host board right first.

Boards · HATs, Shields & add-ons · 270 parts

16-Ch Servo Driver Breakout for micro:bit, I2C visual preview

Other MCUs

Specialists: Teensy for high-clock audio and USB, Adafruit SAMD boards running CircuitPython or the Arduino IDE, proper STM32 eval kits, and the micro:bit classroom ecosystem. Schematik builds target ESP32, Arduino Uno, and Pico; come here when you have a specific reason to.

Boards · Other MCU boards · 229 parts

Adafruit DVI Breakout Board for HDMI Source Devices visual preview

Pi Pico

The Raspberry Pi MCU line — Pico, Pico 2, and third-party boards on the same silicon — plus a deep bench of Pico-pinout displays, loggers, and radio modules that do nothing without a Pico plugged in.

Boards · Pico & RP2040 boards · 43 parts