Adafruit
Adafruit Feather HUZZAH with ESP8266 WiFi
The Feather HUZZAH ESP8266 is an all-in-one Wi-Fi development board with built-in USB and battery charging. Powered by the ESP8266 with a full Wi-Fi stack, i...
Get notified when back in stock
The Feather HUZZAH ESP8266 is an all-in-one Wi-Fi development board with built-in USB and battery charging. Powered by the ESP8266 with a full Wi-Fi stack, it's a compact and affordable way to add Internet connectivity to your projects using the Arduino IDE or NodeMCU Lua.
The CP2104 USB-serial converter supports upload speeds up to 921,600 baud with auto-reset, so there's no need to manually press buttons to enter bootloader mode. The CP2104 offers better driver support and stability than CH340-based alternatives.
Key Features
- ESP8266 @ 80 MHz – Tensilica core with 3.3V logic
- 4 MB Flash – 32 Mbit for program and file storage
- Wi-Fi 802.11 b/g/n – Built-in wireless networking
- CP2104 USB-Serial – 921,600 baud with auto-reset for fast uploads
- 9 GPIO Pins – Usable as I2C and SPI
- 1× Analogue Input – 1.0V maximum
- Arduino IDE & NodeMCU Lua – Comes pre-programmed with the Lua interpreter
- Built-in LiPo Charger – 100 mA charging with status LED (trace-cuttable to disable)
- 3.3V Regulator – 500 mA peak current output
- Pin #0 Red LED & Pin #2 Blue LED – For general-purpose blinking and bootloader status
Specifications
- Dimensions – 51 × 23 × 8 mm (without headers)
- Weight – 9.7 g
- Mounting – 4 mounting holes
Also Available
Ideal For
- Internet of Things (IoT) projects
- Wi-Fi-connected sensor nodes
- Home automation and smart devices
- Rapid Wi-Fi prototyping with Arduino or Lua
Package Contents
- 1× Assembled and tested Feather HUZZAH ESP8266
- 1× Header set
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.
- baud
- Baud is the signalling rate of a serial connection, often used as the speed setting for UART communication. Matching the baud rate matters because both connected devices must use the same setting for readable data.
- 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.
- 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 connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering 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.
- 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.
- 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.
Find this product in
Brands
Connectivity
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au