AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

SparkFun

$74.90 |
In stock
No reviews yet

The SparkFun ESP32 WROOM Thing Plus is a Feather-compatible development board built around Espressif's ESP32-WROOM module, featuring USB-C, integrated Wi-Fi ...

Stock availability

Ready to ship from Sydney
3 in stock
Available with leadtime
4 available
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

The SparkFun ESP32 WROOM Thing Plus is a Feather-compatible development board built around Espressif's ESP32-WROOM module, featuring USB-C, integrated Wi-Fi and Bluetooth, a microSD card slot, LiPo battery management with fuel gauge, and a Qwiic I2C connector for plug-and-play sensor expansion.

This USB-C version adds several improvements over the original Thing Plus: a CH340C serial bridge, WS2812 RGB status LED, MAX17048 battery fuel gauge, dedicated 700 mA voltage regulator for the board and Qwiic connector, and 16 MB of flash storage.

Key Features

  • ESP32-WROOM Module – Xtensa single-core 32-bit LX6 processor up to 240 MHz
  • Wi-Fi and Bluetooth – 802.11 b/g/n (2.4 GHz) with dual-mode Bluetooth (Classic + BLE)
  • USB-C Connector – For programming, debugging, and power via CH340C bridge
  • LiPo Battery Support – 2-pin JST connector with MCP73831 charger and MAX17048 fuel gauge
  • MicroSD Card Slot – On-board storage expansion
  • Qwiic I2C Connector – 4-pin JST for plug-and-play I2C devices
  • 21 Multifunctional GPIOADC, DAC, PWM, capacitive touch, SPI, I2S, I2C, UART
  • Feather/Thing Plus Form Factor – 64.8 × 22.9 mm with four 4-40 mounting holes
  • Hardware Crypto Acceleration – AES, SHA2, ECC, RSA-4096

Specifications

  • Processor – ESP32-D0WDQ6, Xtensa LX6 single-core, up to 240 MHz
  • Memory – 448 KB ROM, 520 KB SRAM, 16 MB SPI flash
  • Operating Voltage – 2.3–3.6 V
  • Deep Sleep Current – 2.5 µA
  • Average Operating Current – 80 mA
  • Operating Temperature – −40 °C to +85 °C
  • GPIO – 21 pins (up to 13 ADC, 2 DAC, 16 PWM, 8 capacitive touch, 3 SPI, 1 I2S, 2 I2C, 2 UART)
  • USB Bridge – CH340C
  • Dimensions – 64.8 × 22.9 mm

Ideal For

  • IoT and connected device prototyping
  • Battery-powered wireless sensor nodes
  • Arduino IDE development with ESP32
  • Qwiic ecosystem I2C sensor projects

Resources

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.
BLE
BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
DAC
A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
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.
Feather-compatible
Feather-compatible means the board follows the Adafruit Feather size and pin layout used by many add-on boards and enclosures. It matters because it helps you choose accessories that will physically fit and connect to the same pins.
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.
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.
IDE
Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
IoT
Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
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.
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.
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.
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.
SRAM
Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
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.
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.

SparkFun Thing Plus ESP32 WROOM USB-C Schematic

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

Download PDF

ESP32-WROOM-32E Module Datasheet

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

Download PDF

ESP32 Technical Reference Manual

Datasheet · 9.7 MB · Click any page to view full size

Download PDF

SparkFun Thing Plus ESP32 WROOM Board Dimensions

Mechanical Drawings · 129.7 KB · Click any page to view full size

Download PDF

SparkFun Thing Plus ESP32 WROOM Graphical Datasheet

Datasheet · 3.0 MB · Click any page to view full size

Download PDF

ESP32 SoC Datasheet

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

Download PDF

MCP73831 LiPo Charger Datasheet

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

Download PDF

MAX17048 Fuel Gauge Datasheet

Datasheet · 1.1 MB · Click any page to view full size

Download PDF

XC6222 Regulator Datasheet

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

Download PDF

WS2812C-2020 RGB LED Datasheet

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

Download PDF

Supplier page — sparkfun.com

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