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...
Get notified when back in stock
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 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.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering 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 (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.
- 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 flash memory card used to store data such as audio, images, logs or program files. Its capacity and formatting (often FAT32 or exFAT) affect how much can be stored and whether the card needs preparing before use.
- 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.
- 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.
- 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 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
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
Source Code
Open-source libraries, firmware & example projects for this product
The SparkFun Thing Plus ESP32-C6 is a wireless development board built around the ESP32-C6 WROOM-1-N16.
fb7352f
over 1 year ago
· 33 commits
- .github Docs update over 2 years ago
- docs Espressif Boards Package Update almost 2 years ago
- Documents Add ESP32-C6 documents about 3 years ago
- Hardware Change C6 to DNP almost 3 years ago
- overrides Docs Review over 2 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