ESP-01S (esp8266): high-resolution pinout and specs


The ESP-01S module is an enhanced version of the popular ESP-01 module, featuring improvements in various aspects such as flash memory and stability.

esp-01s pinout
esp-01s pinout

Link to the high resolution image

Here my selection of devices WeMos D1 mini - NodeMCU V2 V2.1 V3 - esp01 - esp01 programmer

Like its predecessor, the ESP-01S is based on the ESP8266 chipset and is designed to add Wi-Fi capabilities to microcontroller projects. It is widely used in IoT (Internet of Things) applications and offers a simple and cost-effective solution for wireless connectivity.

Specs

Pinout description

  • VCC: Power supply (3.3V)
  • GND: Ground
  • TX: Transmit Data (Connected to the LED)
  • RX: Receive Data
  • CH_PD: Chip Power Down (Active High)
  • RST: Reset (Active Low)
  • GPIO0: General-purpose I/O 0
  • GPIO2: General-purpose I/O 2

How To

esp8266 Tutorial

  1. WeMos D1 mini (esp8266), specs and IDE configuration
  2. WeMos D1 mini (esp8266), integrated SPIFFS Filesystem
  3. WeMos D1 mini (esp8266), debug on secondary UART
  4. WeMos D1 mini (esp8266), the three type of sleep mode to manage energy savings
  5. WeMos D1 mini (esp8266), integrated LittleFS Filesystem
  6. esp12 esp07 (esp8266): flash, pinout, specs and IDE configuration
  7. Firmware and OTA update management
    1. Firmware management
      1. esp8266: flash firmware binary (.bin) compiled and signed
      2. esp8266: flash firmware and filesystem binary (.bin) compiled with GUI tools
    2. OTA update with Arduino IDE
      1. esp8266 OTA update with Arduino IDE: filesystem, signed and password
    3. OTA update with Web Browser
      1. esp8266 OTA update with Web Browser: firmware, filesystem and authentication
      2. esp8266 OTA update with Web Browser: sign the firmware and HTTPS (SSL/TLS)
      3. esp8266 OTA update with Web Browser: custom web interface
    4. Self OTA uptate from HTTP server
      1. esp8266 self OTA update firmware from server
      2. esp8266 self OTA update firmware from server with version check
      3. esp8266 self OTA update in HTTPS (SSL/TLS) with trusted self signed certificate
    5. Non standard Firmware update
      1. esp8266 firmware and filesystem update from SD card
      2. esp8266 firmware and filesystem update with FTP client
  8. esp32 and esp8266: FAT filesystem on external SPI flash memory
  9. i2c esp8266: how to, network 5v, 3.3v, speed, and custom pins
  10. […]

Datasheet

ESP-01 Product specification

No online PDF viewer installed. Download!

ESP8266EX Datasheet

No online PDF viewer installed. Download!

Thanks


Leave a Reply

Your email address will not be published. Required fields are marked *