SparkFun
SparkFun Qwiic Pocket Development Board - ESP32-C6
The SparkFun ESP32-C6 Qwiic Pocket Development Board is designed to fit the 1in. x 1in. Qwiic Standard Size, making it easy to add a powerful wireless develo...
Get notified when back in stock
The SparkFun ESP32-C6 Qwiic Pocket Development Board is designed to fit the 1in. x 1in. Qwiic Standard Size, making it easy to add a powerful wireless development platform that stacks into any existing project using the Qwiic ecosystem. It features the ESP32-C6 Mini-1 module from espressif™. We designed this board with components on both sides of the PCB to squeeze as many features as possible into its tiny footprint, including a USB-C connector, Qwiic connector, 2-pin JST battery connector with an on-board charging circuit, as well as two buttons for Reset and Boot. The design also works to optimize power consumption. In our testing, we measured total current consumption by the board to be ~14µA in Deep Sleep mode, making it an excellent fit for remote, battery-powered applications.
The ESP32-C6 SoC is built around a RISC-V single-core processor with 4 MB flash memory and an integrated wireless stack. The wireless stack supports 2.4 GHz WiFi 6, Bluetooth® 5.3, Zigbee, and Thread (802.15.4) and uses an on-board PCB antenna. The ESP32-C6 includes various peripheral options, including SPI, UART, LPUART, I2C, I2S, LED PWM, USB Serial/JTAG controller, ADC, and more. Though some are tied to specific pins, many of these peripherals can be mapped to any GPIO pin. Due to the board's size, it only breaks out eight total GPIO pins, including four ADC-compatible pins, Low Power and Standard UART, and an extra two GPIO pins.
The SparkFun Qwiic Connect System is an ecosystem of I2C sensors, actuators, shields and cables that make prototyping faster and less prone to error. All Qwiic-enabled boards use a common 1mm pitch, 4-pin JST connector. This reduces the amount of required PCB space, and polarized connections mean you can’t hook it up wrong.
Features:
- ESP32-C6 MINI-1 Module:
- 32-bit RISC-V Single-Core Microprocessor
- 23 Multifunctional GPIO
- Most peripherals available on any GPIO pin.
- Up to 7 12-bit ADC Channels
- Up to 2 UART Channels (with flow control)
- USB Serial
- One Low Power UART Channel
- One I2C Channel
- One Low Power I2C Channel
- LED PWM
- One I2S Channel
- 4 MB Flash
- 2.4 GHz WiFi 6
- Bluetooth® 5 LE
- Zigbee & Thread (802.15.4)
- PCB Antenna
- Matter-compatible
- Qwiic Form-Factor:
- Dimensions: 1" x 1"
- Four Mounting Holes
- 8 PTH pins
- USB-C Connector
- 2-pin JST Connector for LiPo Battery (not included)
- 4-pin Qwiic Connector
- MCP73831 Battery Charger
- Charge Rate: 213mA@3.3V
- LEDs:
-
PWR- Red Power LED -
CHG- Yellow Battery Charging Indicator -
STAT- Blue Status LED
-
- Buttons:
BOOTRESET
Documents:
- Schematic
- Eagle Files
- Board Dimensions
- Fritzing Part
- Hookup Guide
- Datasheet (ESP32-C6-MINI-1)
- Technical Reference Manual (ESP32-C6)
- Qwiic Info Page
- GitHub Hardware Repo
Videos
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.
- 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.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- 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.
- 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.
- 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.
- Matter
- A smart home connectivity standard designed to let devices work across different ecosystems. It matters if you want a project to integrate more easily with platforms such as Apple Home, Google Home, or other Matter-compatible systems.
- MCP73831
- A lithium battery charger chip used to safely charge a single-cell LiPo battery. It matters because it lets the board recharge a battery from USB or another input without needing a separate charger module.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- PCB antenna
- A PCB antenna is an antenna pattern built directly into the circuit board rather than a separate metal antenna. It matters because placement, nearby metal and enclosure design can affect wireless range.
- PTH
- Plated through-hole means the pin holes are metal-lined so solder connects the pad on both sides of the board. It is useful for connectors and headers that need a strong mechanical and electrical connection.
- 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.
- 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.
- Thread
- A low-power wireless mesh networking standard designed for smart home and IoT devices. It matters because Thread devices can relay messages through each other, helping build reliable networks for sensors and controllers.
- 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.
- Zigbee
- A low-power wireless standard commonly used by smart home sensors, switches, and lights. It matters if you want the board to communicate with Zigbee devices or act as part of a home automation network.
Find this product in
Connectivity
Qwiic Pocket Dev ESP32-C6 Schematic
Schematic · 137.0 KB · Click any page to view full size
ESP32-C6-MINI-1 Datasheet
Datasheet · 870.4 KB · Click any page to view full size
ESP32-C6 Technical Reference Manual
User Guide · 11.4 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 951.4 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
This repo houses all of the SFE Fritzing parts for use in diagrams in tutorials. If you create a new part in Fritzing that correlates to an SFE part, please add it here so others may use it and to avoid duplication.
71b17bb
almost 2 years ago
· 339 commits
- kits Include SparkFun Inventor's Kit V4.1 over 2 years ago
- parts Add Horizontal and Vertical Qwiic Connector and Cable to Breadboard Half (Top View) about 6 years ago
- products Update 13664_sfe_samd21_mini_breakout.fzpz almost 2 years ago
- templates Renamed about 11 years ago
- License.md Create License.md about 7 years ago
- README.md Update README.md over 7 years ago
- SparkFun Plus.fzbz First Pass on SparkFun Plus bin file over 6 years ago
- SparkFun_Plus.png Adding png for fzbz use over 6 years ago
A Qwiic-sized (1"x1") Development board featuring the ESP32-C6 MINI-1
242b974
over 1 year ago
· 43 commits
- .github Update mkdocs.yml over 2 years ago
- docs Boards Package Update about 2 years ago
- Documents Add documents about 3 years ago
- Examples Add Smart Watch Example almost 3 years ago
- Hardware Change C6 to DNP almost 3 years ago
- overrides Docs Update almost 3 years ago
- Production Change C6 to DNP almost 3 years ago
- .gitignore Create .gitignore about 3 years ago
- mkdocs.yml Update mkdocs.yml over 1 year ago
- README.md Update README.md over 2 years ago