Adafruit
Adafruit HUZZAH32 – ESP32 Breakout Board
The Adafruit HUZZAH32 ESP32 Breakout is a compact, breadboard-friendly development board built around the Espressif ESP32 dual-core processor. With WiFi, Blu...
Get notified when back in stock
The Adafruit HUZZAH32 ESP32 Breakout is a compact, breadboard-friendly development board built around the Espressif ESP32 dual-core processor. With WiFi, Bluetooth Classic, and BLE support, 4 MB SPI Flash, and a generous set of GPIO, analog, and communication peripherals, it's a powerful and affordable platform for wireless projects.
This breakout strips the ESP32 down to essentials — a voltage regulator, protection diodes, two buttons, and an LED — without a USB-serial converter or battery charger. Program it via an FTDI cable or CP2104 Friend adapter, then embed it into your project. It ships pre-loaded with ESP32 SPI WiFi co-processor firmware for use with CircuitPython.
Key Features
- ESP32 Dual-Core 240 MHz – Tensilica LX6 with 600 DMIPS and 520 KB SRAM
- 802.11b/g/n WiFi – Integrated transceiver with on-board PCB antenna
- Bluetooth Classic and BLE – Dual-mode wireless connectivity
- 4 MB SPI Flash – WROOM32 module with tuned antenna
- Rich Peripherals – 3× UART, 3× SPI, 2× I²C, 2× I²S, 2× DAC, 12× ADC channels
- 10 Capacitive Touch Inputs – Built-in touch sensing
- Hall Sensor – On-chip magnetic field detection
- PWM on Every GPIO – Flexible output control
- 3.3V Regulator – With protection diodes
- FTDI-Compatible Pinout – Program via FTDI cable or CP2104 adapter
- Compact Form Factor – Breadboard-friendly with minimal extras for size-constrained projects
Ideal For
- WiFi and Bluetooth IoT projects at minimal cost and size
- Embedding wireless connectivity into custom enclosures
- CircuitPython WiFi co-processor applications
- Upgrading from ESP8266-based projects
Package Contents
- 1× Adafruit HUZZAH32 ESP32 Breakout – Assembled and tested with ESP32 SPI WiFi firmware pre-loaded
- 1× Header strip (unsoldered)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V regulator
- A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
- 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.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Find this product in
Brands