Store

SparkFun

$44.61 |
In stock
No reviews yet

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...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

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:
    • BOOT
    • RESET

Documents:

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 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.
Flash memory
Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
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 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.
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.
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 is a rigid board with copper tracks that connect electronic parts without loose wires. For this kit, the PCBs also form the airplane shape, so they are both the circuit base and part of the finished model.
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
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.
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 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.
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.

Qwiic Pocket Dev ESP32-C6 Schematic

Schematic · 137.0 KB · Click any page to view full size

Download PDF

ESP32-C6-MINI-1 Datasheet

Datasheet · 870.4 KB · Click any page to view full size

Download PDF

ESP32-C6 Technical Reference Manual

User Guide · 11.4 MB · Click any page to view full size

Download PDF

Supplier page — sparkfun.com

Supplier Description · 951.4 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.