Store

Please sign in to compare products.

SparkFun

$72.73 |
In stock at supplier
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 ...

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 lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
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 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.
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 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.
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.
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.
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 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.

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.