Adafruit
Adafruit HUZZAH32 – ESP32 Feather Board
The Adafruit HUZZAH32 ESP32 Feather Board brings the powerful Espressif ESP32 dual-core processor into the Adafruit Feather form factor. With WiFi, Bluetooth...
The Adafruit HUZZAH32 ESP32 Feather Board brings the powerful Espressif ESP32 dual-core processor into the Adafruit Feather form factor. With WiFi, Bluetooth Classic, and BLE support, a built-in USB-to-serial converter, automatic bootloader reset, and LiPo battery charging, it's a fully featured wireless development board that's compatible with the entire Feather ecosystem of add-on Wings.
The WROOM32 module provides a 240 MHz dual-core processor, 520 KB SRAM, 4 MB SPI Flash, and an on-board PCB antenna. The ESP32 is a significant upgrade from the ESP8266, offering more GPIO, additional analog inputs, dual analog outputs, extra peripherals, and two cores for concurrent WiFi and application processing.
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
- Built-in USB-to-Serial – Program and debug over USB with automatic bootloader reset
- LiPo Battery Charger – Built-in charging circuit for 3.7V LiPo batteries
- Feather Form Factor – Compatible with 50+ FeatherWing add-on boards
- 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
Ideal For
- WiFi and Bluetooth IoT projects
- Battery-powered wireless sensor nodes
- Expanding functionality with FeatherWing add-ons
- Upgrading from ESP8266-based Feather projects
Package Contents
- 1× Adafruit HUZZAH32 ESP32 Feather Board – Fully assembled and tested
- 1× Header strip (unsoldered)
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.
- 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.
- 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 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.
- FeatherWing
- A FeatherWing is an add-on board made to plug into the Feather microcontroller board layout. Knowing a product is a FeatherWing helps you check whether it will physically and electrically fit your Feather-style mainboard.
- 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.
- 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.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- 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.
- 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 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.
Find this product in
Brands
Microcontrollers