SparkFun
SparkFun Thing Plus - ESP32-S3
· MPN: WRL-24408
The SparkFun ESP32-S3 Thing Plus adds a powerful and versatile IoT development platform to the Thing Plus product line. It features the ESP32 WROOM-S3 MINI w...
The SparkFun ESP32-S3 Thing Plus adds a powerful and versatile IoT development platform to the Thing Plus product line. It features the ESP32 WROOM-S3 MINI wireless module from espressif™. The ESP32 WROOM-S3 is built around an Xtensa® 32-bit LX7 processor with massive processing power that operates up to 240 MHz. It supports 2.4 GHz WiFi and Bluetooth® 5 (LE) with a built-in PCB antenna. This version of the ESP32-S3 has 4MB Flash memory and 2MB of dynamic/PSRAM, and the board also has a microSD card slot for those who need more storage space.
The module has many peripherals, including UART, I2C, SPI, LCD control, SDIO host, TWAI® controller (compatible with ISO 11898-1, i.e., CAN Specification 2), and more. The module allows for customizing which GPIO pins these peripherals operate on though some are limited to specific pins. The ESP32-S3 can run two USB ports simultaneously and can even act as a USB host host device.
The Thing Plus footprint breaks out 21 of the ESP32-S3's GPIO pins along with the ESP32's Reset and Enable signals to a pair of 0.1in.-spaced plated through hole (PTH) headers. The available GPIO pins include twelve unassigned GPIO with six analog-capable pins as well as GPIO assigned to UART, I2C, and SPI interfaces. Refer to the pin labels on the board or the schematic for complete details on the pin functions.
The board also has a USB-C connector for primary power and programming, a 2-pin JST connector for a LiPo battery (not included), a microSD card slot for expanded storage, and a Qwiic connector to integrate it into SparkFun's Qwiic ecosystem. It also includes a charging circuit and fuel gauge for charging and monitoring an attached LiPo battery.
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-S3 Mini Module
- Dual-Core Xtensa® 32-bit LX7 Processor
- 45 Programmable GPIO (21 pins broken out on Thing Plus, 17 analog input capable)
- Up to 3 UART Channels
- 1 Full-Speed USB OTG
- 1 USB Serial/JTAG Controller
- Up to 4 SPI
- Up to 2 I2C
- Up to 2 I2S
- 1 LCD Interface
- Up to 8 LED PWM Controller Channels
- 1 TWAI® Controller (Compatible with ISO 11898-1 CAN Spec. 2.0)
- 4 MB Flash
- 2 MB PSRAM
- 2.4 GHz WiFi 6
- Bluetooth® 5 LE
- PCB Antenna
- 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- Blue LED
-
- Buttons:
BOOTRESET
Documents:
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- 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.
- 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.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- 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.
- 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.
- 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.
- 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 host
- A USB host is the side of a USB connection that controls attached devices, like a computer talking to a keyboard or flash drive. This matters because most microcontroller boards are normally USB devices, so adding USB host support lets them use common USB peripherals.
- 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.
Find this product in
Brands
Connectivity
Microcontrollers
SparkFun Thing Plus ESP32-S3 Schematic
Schematic · 645.6 KB · Click any page to view full size
ESP32-S3 MINI-1 Datasheet
Datasheet · 1.0 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 1.2 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more