← All Components  /  Microcontrollers
// Microcontrollers

ESP8266

The ESP8266 is a low-cost Wi-Fi microcontroller with full TCP/IP stack capability, developed by Espressif. While it has fewer GPIO pins than the ESP32, it remains popular for simple IoT projects due to its low price and small footprint on the ESP-01 module.

// Specifications
Processor
Tensilica L106, 32-bit
Clock Speed
80 MHz (up to 160 MHz)
Flash
1MB – 16MB (external)
RAM
~80KB usable
Logic Voltage
3.3V
Package
ESP-01 to ESP-12 modules
// Pin Reference Table
Pin Name Function Type
1 GND Ground GND
2 GPIO2 General I/O, boot mode select I/O
3 GPIO0 General I/O, boot mode select I/O
4 RX UART receive BUS
5 VCC 3.3V power PWR
6 CH_PD Chip enable, tie high to run I/O
7 RST Reset, active low I/O
8 TX UART transmit BUS