ESP-01 ESP8266 Serial WiFi Module
Add WiFi to Any Microcontroller Project via UART
The ESP-01 is the smallest, most stripped-down way to work with the ESP8266 chip - a tiny castellated-pin breakout carrying just the chip itself, its antenna trace, and almost nothing else, originally intended exactly as its ”01” naming suggests: a plug-in WiFi modem for an existing microcontroller, controlled entirely over UART using AT commands, the same idea as a cellular modem module but for WiFi instead. That makes it a genuinely different use case from a full NodeMCU development board: rather than replacing your microcontroller, the ESP-01 sits alongside one - an Arduino Uno, for example - receiving simple AT commands like ”connect to this WiFi network” or ”open a TCP connection to this server” over serial and reporting results back the same way, so a project that already has its logic running on another chip can gain WiFi connectivity without a redesign. Advanced users can also flash different firmware onto it to run their own application code directly on the module, but out of the box it ships running Espressif's AT command firmware.
Key features
Tiny Footprint
One of the smallest WiFi-capable modules available for hobby use.
AT Command Control
Add WiFi to an existing project over UART with no new microcontroller.
Built-In PCB Antenna
Ready to use without any external antenna hardware.
Low Cost
An inexpensive way to prototype WiFi connectivity.
Reflashable Firmware
Advanced users can load custom firmware to run code directly on the module.
Deep Sleep Support
Capable of low-power modes for battery-conscious designs.


