The ESP07S is a highperformance WiFi module based on the ESP8266 processor, designed for lowpower IoT applications. Featuring SMD16 packaging and IPEX antenna connector, this module integrates Wi-Fi MAC/BB/RF/PA/LNA in a compact footprint.
| Parameter | Value |
|---|---|
| Processor | Tensilica L106 32-bit MCU |
| Clock Speed | 80 MHz / 160 MHz |
| Flash Memory | 32Mbit (4MB) |
| RAM | 50KB (available) |
| WiFi Protocol | 802.11 b/g/n |
| Frequency Range | 2.4GHz - 2.4835GHz |
| Supply Voltage | 3.0V - 3.6V (Typical 3.3V) |
| Package | SMD-16 |
| Dimensions | 16mm x 17mm x 3mm |
| Antenna | IPEX Connector |
| Interfaces | UART/GPIO/ADC/PWM/SPI/I2C |
| ADC Resolution | 10-bit |
| UART Baud Rate | Up to 4Mbps |
| Operating Temp | -40°C to 85°C |
Low Power Consumption - Deep sleep current as low as 20µA
SMD16 Package Compact surface-mount design for PCB integration
IPEX Antenna Connector - External antenna support for better range
Multiple Interfaces - UART, GPIO, ADC, PWM, SPI, I2C
Complete WiFi Stack - Integrated TCP/IP protocol stack
Multiple Modes - STA/AP/STA+AP operation modes
Security Support WEP/WPAPSK/WPA2-PSK encryption
Firmware Upgrade - OTA and serial update support
Second Development - Supports SDK for custom firmware
| Pin | Name | Function |
|---|---|---|
| 1 | RST | Reset module (active low) |
| 2 | ADC | 10bit ADC input (01V range) |
| 3 | EN | Chip enable (active high) |
| 4 | GPIO16 | GPIO / Wake from deep sleep |
| 5 | GPIO14 | HSPI_CLK |
| 6 | GPIO12 | HSPI_MISO |
| 7 | GPIO13 | HSPIMOSI / UART0CTS |
| 8 | VCC | 3.3V Power Supply |
| 9 | GND | Ground |
| 10 | GPIO15 | HSPICS / UART0RTS |
| 11 | GPIO2 | UART1_TXD |
| 12 | GPIO0 | Boot mode selection |
| 13 | GPIO4 | General Purpose I/O |
| 14 | GPIO5 | General Purpose I/O |
| 15 | RXD0 | UART0_RXD / GPIO3 |
| 16 | TXD0 | UART0_TXD / GPIO1 |
| Mode | Current |
|---|---|
| Transmit 802.11b | ~170mA |
| Transmit 802.11g | ~140mA |
| Transmit 802.11n | ~120mA |
| Receive Mode | ~50-56mA |
| Modem-Sleep | ~20mA |
| Light-Sleep | ~2mA |
| Deep-Sleep | ~20µA |
| Power Off | ~0.5µA |
| Mode | EN | RST | GPIO15 | GPIO0 | GPIO2 |
|---|---|---|---|---|---|
| Download | High | High | Low | Low | High |
| Running | High | High | Low | High | High |
√ Ready to integrate into PCB designs
√ Works with Arduino IDE and ESP8266 tools
√ OTA firmware upgrade support
√ Standard 802.11 b/g/n protocol
√ Multiple sleep modes
√ FCC, CE, RoHS certified
#include
const char* ssid = "YourNetwork";
const char* password = "YourPassword";
void setup() {
Serial.begin(115200);
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CONNECTED) {
delay(500);
Serial.print(".");
}
Serial.println("");
Serial.println("WiFi Connected");
| Serial.print("IP Address | "); |
Serial.println(WiFi.localIP());
}
void loop() {}
The ESP-07S delivers powerful WiFi connectivity in a compact form factor. Perfect for IoT, automation, and embedded applications requiring reliable wireless communication.
| ESP07S ESP8266 WIFIMODULE IOT SMARTHOME AUTOMATION SMD WIRELESS ARDUINO ESP8266EX WIFI LOWPOWER | New | Best Seller | ESP-07S |
|---|