SparkFun
SparkFun Thing Plus - ESP32-C6
· MPN: DEV-22924
The SparkFun ESP32-C6 Thing Plus is a compact, user-friendly device packed with advanced technology, designed to enhance your wireless projects like never b...
The SparkFun ESP32-C6 Thing Plus is a compact, user-friendly device packed with advanced technology, designed to enhance your wireless projects like never before. It features the Espressif™ ESP32-C6 WROOM-1-N16 module at its core, which includes a RISC-V single-core processor, ample flash memory, and a variety of wireless connectivity options. Explore the capabilities of 2.4 GHz WiFi 6, Bluetooth® 5.3, Zigbee, and Thread (802.15.4), opening up a myriad of possibilities for your projects.
This device comes with several features that highlight its potential. It includes a microSD card slot for expanding your project's capabilities and a Qwiic connector for easy integration into SparkFun's extensive ecosystem of sensors, actuators, and more.
Additionally, the development board is equipped with a LiPo battery charger and fuel gauge, an addressable LED, and more. Its design is compatible with the Feather footprint and exposes all 23 GPIO pins of the ESP32-C6 through 0.1-inch spaced PTH headers. For power and programming, it offers a USB-C connector and a 2-pin JST connector for a LiPo battery.
The ESP32-C6 supports a wide array of peripherals such as SPI, UART, LPUART, I2C, I2S, LED PWM, USB Serial/JTAG controller, ADC, and more. Many of these peripherals can be assigned to any GPIO pin, although some are restricted to specific pins.
Upgrade your wireless projects with the intuitive, powerful, and seamlessly connected SparkFun ESP32-C6 Thing Plus.
- ESP32-C6 WROOM-1-N16 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
- 16 MB Flash
- 2.4 GHz WiFi 6
- Bluetooth® 5 LE
- Zigbee & Thread (802.15.4)
- PCB Antenna
- Matter-compatible
- Thing Plus Form-Factor:
- Dimensions: 2.55" x 0.9"
- Two Mounting Holes
- 28 PTH pins
- USB-C Connector
- 2-pin JST Connector for LiPo Battery (not included)
- 4-pin Qwiic Connector
- µSD Card Slot
- MCP73831 Battery Charger
- Charge Rate: 213mA@3.3V
- MAX17048 Fuel Gauge
- I2C Address: 0x36
- LEDs:
- PWR - Red Power LED
- CHG - Yellow Battery Charging Indicator
- STAT - WS2812 RGB LED (Tied to IO23)
- Buttons:
- BOOT
- RESET
- Schematic
- Eagle Files
- Board Dimensions
- Hookup Guide
- Datasheet (ESP32-C6 WROOM-1)
- Technical Reference Manual (ESP32-C6)
- Thing Plus Info Page
- Qwiic Info Page
- GitHub Hardware Repo
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.
- 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.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- 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.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- 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.
- 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.
- MAX17048
- A battery fuel-gauge chip that estimates how much charge is left in a LiPo battery. It matters for portable projects because your software can monitor battery level instead of only measuring voltage.
- 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.
- microSD card
- A microSD card is a small removable memory card used to store files such as audio tracks. For this product, the card is where the sound files live, so its capacity and formatting can affect how many sounds you can use.
- 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.
- 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.
- Thing Plus
- Thing Plus is SparkFun’s development-board form factor with a small rectangular layout and connections suited to wireless and battery-powered projects. It matters because boards and accessories in the same form factor are easier to mount, wire, and swap between projects.
- 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.
Find this product in
Brands
Connectivity
Microcontrollers
Thing Plus ESP32-C6 Schematic
Schematic · 149.6 KB · Click any page to view full size
ESP32-C6-WROOM-1 Datasheet
Datasheet · 832.8 KB · Click any page to view full size
ESP32-C6 Technical Reference Manual
Datasheet · 11.4 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 1.5 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more