Adafruit
Adafruit HUZZAH ESP8266 Breakout
The Adafruit HUZZAH ESP8266 Breakout is a breadboard-friendly WiFi microcontroller board built around the Espressif ESP8266. With an 80 MHz processor, full W...
Get notified when back in stock
The Adafruit HUZZAH ESP8266 Breakout is a breadboard-friendly WiFi microcontroller board built around the Espressif ESP8266. With an 80 MHz processor, full WiFi client and access point support, a built-in TCP/IP stack with DNS, and a CE/FCC certified module with on-board antenna, it provides an affordable and capable platform for IoT and WiFi projects.
The breakout includes a 500 mA 3.3V regulator, level shifting on UART and reset pins, two diode-protected power inputs (USB and battery), and an FTDI-compatible pinout for programming via a USB-serial adapter. It ships pre-loaded with NodeMCU's Lua interpreter, and can also be programmed with the Arduino IDE using the ESP8266 core.
Key Features
- ESP8266 at 80 MHz – Full WiFi front-end with client and access point modes
- Built-in TCP/IP Stack – With DNS support
- CE/FCC Certified Module – With on-board antenna
- 9 GPIO Pins – 3.3V logic, usable for I²C, SPI, or general I/O
- 1 Analog Input – 1.0V maximum
- 2 UART Pins – With level-shifted FTDI-compatible pinout for programming
- 500 mA 3.3V Regulator – With level shifting on UART and reset
- Dual Power Inputs – Diode-protected for USB cable and battery
- Reset Button and User Button – User button doubles as bootloader mode selector
- Red LED – User-controllable for status indication
- NodeMCU Lua Pre-Loaded – Ready to run Lua commands out of the box
- Arduino IDE Compatible – Install the ESP8266 core and program like any Arduino board
Ideal For
- WiFi-connected IoT sensor and automation projects
- Low-cost WiFi microcontroller prototyping
- Learning Lua or Arduino programming with WiFi
- Embedding wireless connectivity into project enclosures
Package Contents
- 1× Adafruit HUZZAH ESP8266 Breakout – Assembled and tested with NodeMCU 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.
- 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.
- 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.
- 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.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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.
- 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
Connectivity
adafruit huzzah esp8266 breakout
Document · 5.5 MB · Click any page to view full size
adafruit huzzah esp8266 breakout
Document · 5.5 MB · Click any page to view full size
adafruit huzzah esp8266 breakout
Document · 5.5 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au