
CYD ESP32-8048S070 is a development board based on the ESP32S3 microcontroller using XTENSA architecture.
This board features a maximum CPU frequency of 240 MHz and 32Mbit flash memory.
About CYD ESP32-8048S070
🚀 The CYD ESP32-8048S070 is a budget-friendly ESP32-S3-based development board, commonly referred to as a Cheap Yellow Display (CYD). It features integrated WiFi, Bluetooth 4.2, and a 7.0-inch 800x480 LCD, making it an excellent choice for affordable IoT and embedded display projects. ⚡
📡 With support for 802.11 B/G/N WiFi and Bluetooth 4.2 (BLE), this board is well-suited for wireless applications.
💾 Equipped with 32Mbit SPI Flash, multiple ADC, DAC, I2C, SPI, UART, PWM, and I2S interfaces, it offers a versatile platform for various embedded projects.
Where to Buy CYD ESP32-8048S070
Prices are subject to change. We earn from qualifying purchases as an Amazon Associate.
Technical Specifications
Complete technical specification details for CYD ESP32-8048S070
Display
Connectivity
Microcontroller
✨ Features & Pins
Quick Setup
Copy-paste configs for CYD ESP32-8048S070 - auto‑generated from this board's exact hardware specs.
In Arduino IDE 2 select Cyd Esp32 8048s070 from the esp32 by Espressif package. In PlatformIO use board = esp32-s3-devkitm-1. ESP32S3 · 240 MHz · 32Mbit · DIO.
In Arduino IDE 2, open Boards Manager, search "esp32" by Espressif and install it. Then go to Tools → Board and select "Cyd Esp32 8048s070" for the CYD ESP32-8048S070.
[env:cyd-esp32-8048s070]
platform = espressif32
board = esp32-s3-devkitm-1
framework = arduino
; Exact hardware config for CYD ESP32-8048S070
board_build.mcu = esp32s3
board_build.f_cpu = 240000000L
board_build.flash_size = 32Mbit
board_build.flash_mode = dio
board_upload.flash_size = 32MbitThe board value is a close generic match - check PlatformIO board registry for an exact fit.
esp32:
board: esp32-s3-devkitc-1
framework:
type: arduino # or "esp-idf"
# CYD ESP32-8048S070 - 240 MHz ESP32S3
# Flash: 32Mbit | USB: N/APaste into your device's .yaml. See ESPHome ESP32 docs for full options.
esptool.py \
--chip esp32s3 \
--baud 921600 \
write_flash \
--flash_mode dio \
--flash_size 32Mbit \
0x1000 bootloader.bin \
0x8000 partitions.bin \
0xe000 boot_app0.bin \
0x10000 firmware.binInstall: pip install esptool - replace firmware.bin with your binary - bootloader at 0x1000
CYD ESP32-8048S070 Pinout Diagram
Complete pin reference for CYD ESP32-8048S070
Safe Pins to Use
These pins are safe for general GPIO usage without boot or system conflicts
Why Are These Pins Safe?
Pins to Avoid or Use with Caution
Reserved for critical functions. Misuse may cause boot failures, programming issues, or system conflicts.
Boot behavior & flash voltage
Low-level debugging interface
USB Serial/JTAG communication
Memory & PSRAM connections
Debugging & firmware uploads
| PIN | Label | Why Avoid | Type |
|---|---|---|---|
| IO3 | GPIO3 | Sampled at reset to select JTAG interface (USB Serial/JTAG controller vs. external pins). Improper use can disable external JTAG or alter debug interface. | 🛠️ Strapping |
| IO19 | USB_D- | By default connected to the on-chip USB Serial/JTAG controller. Using it as general GPIO without reconfiguring IO MUX will interfere with USB functionality. | 🔌 USB |
Useful Links
Datasheets and resources for CYD ESP32-8048S070
CYD ESP32-8048S070 Custom Pin Mapping
Pin configuration and GPIO mapping for CYD ESP32-8048S070
| Pin | Function | ESP Pin | I/O Type | Description |
|---|---|---|---|---|
| 1 | 3V3 | 3.3V | POWER OUTPUT | 3.3V power output |
| 2 | GND | GND | POWER GROUND | Ground connection |
| 3 | 5V | 5V | POWER INPUT | 5V power input |
| 4 | IO1 | GPIO1 | BIDIRECTIONAL | GPIO, ADC, I2C |
| 5 | IO2 | GPIO2 | BIDIRECTIONAL | GPIO, ADC |
| 6 | IO3 | GPIO3 | BIDIRECTIONAL | GPIO, ADC |
| 7 | IO16 | SPI_CS | BIDIRECTIONAL | GPIO, SPI Chip Select |
| 8 | IO17 | SPI_D | BIDIRECTIONAL | GPIO, SPI Data |
| 9 | IO18 | SPI_CLK | BIDIRECTIONAL | GPIO, SPI Clock |
| 10 | IO19 | SPI_Q | BIDIRECTIONAL | GPIO, SPI Q |
| 11 | IO21 | UART_TX | OUTPUT | GPIO, UART TX |
| 12 | IO22 | UART_RX | INPUT | GPIO, UART RX |
Default Tools & Configuration
Build and upload settings for CYD ESP32-8048S070
| Setting | Value |
|---|---|
| Bootloader tool | esptool_py |
| Uploader tool | esptool_py |
| Network uploader tool | esp_ota |
| Bootloader address | 0x1000 |
| Flash mode | dio |
| Boot mode | qio |
| Maximum upload size | 1280 KB (1310720 bytes) |
| Maximum data size | 320 KB (327680 bytes) |
The CYD ESP32-8048S070 uses esptool_py for uploads , esp_ota for OTA updates, and esptool_py bootloader at 0x1000.
Flash mode: dio | Boot mode: qio
Max sketch size: 1280 KB | Max data size: 320 KB
Similar Boards
Other development boards with ESP32S3 microcontroller

Espressif ESP32-S3-Korvo-2
Espressif ESP32-S3-Korvo-2 development board is based on esp32s3 microcontroller and uses xtensa architecture.

Bee Motion S3
Bee Motion S3 development board is based on esp32s3 microcontroller and uses xtensa architecture.

LilyGo T-Dongle S3
LilyGo T-Dongle S3 development board is based on esp32s3 microcontroller and uses xtensa architecture.


