Skip to content

T-ETH Lite S3

Overview

T-ETH Lite S3 is an Ethernet-enabled IoT development board based on ESP32-S3 (16 MB Flash, 8 MB PSRAM). Features W5500 Ethernet controller with optional PoE expansion, TF card slot (SPI), extensive GPIO interfaces (GPIO00–GPIO20, GPIO38–GPIO46) including ADC, touch (TOUCH03–TOUCH08), and dedicated output pins (GK_OUT1/GK_OUT2). Suitable for IoT endpoints, industrial control systems, and low-power edge computing.

T-ETH Lite S3 is the ESP32-S3 version. For the ESP32 version see T-ETH Lite.

Quick Start

Example Support

ExamplePlatformIO/ArduinoESP-IDFDescription
T-ETH-Series ExamplesEthernet, LoRa, LTE examples

PlatformIO

  1. Install Visual Studio Code and Python
  2. Search for and install the PlatformIO IDE extension in VS Code
  3. Clone the LilyGO-T-ETH-Series repository
  4. Open platformio.ini and uncomment the desired example
  5. Click to compile, click to upload

Arduino

  1. Install Arduino IDE
  2. Add ESP32 boards URL: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  3. In ToolsBoard, configure:
Arduino IDE SettingValue
BoardESP32S3 Dev Module
Upload Speed921600
USB ModeHardware CDC and JTAG
USB CDC On BootDisabled
USB Firmware MSC On BootDisabled
USB DFU On BootDisabled
CPU Frequency240 MHz (WiFi)
Flash ModeQIO 80 MHz
Flash Size16MB (128Mb)
Core Debug LevelNone
Partition Scheme16M Flash (3MB APP/9.9MB FATFS)
PSRAMOPI PSRAM
Arduino Runs OnCore 1
Events Run OnCore 1
  1. Click Upload

Development Platforms

  1. PlatformIO
  2. Arduino IDE
  3. ESP-IDF
  4. MicroPython

Video

Key Features

  • ESP32-S3 dual-core LX7 @ 240 MHz, 16 MB Flash, 8 MB OPI PSRAM, Wi-Fi + BT 5.0
  • W5500 Ethernet, optional PoE expansion board
  • TF card slot (SPI), 2 × 15-pin IO expansion, 4 × 2 mm mounting holes
  • Wide GPIO range: ADC, capacitive touch, dedicated output pins

Product Parameters

FeatureSpecification
MCUESP32-S3 @ Dual-core LX7, 240 MHz
Flash16 MB
PSRAM8 MB (OPI)
Wi-Fi2.4 GHz 802.11 b/g/n
BluetoothBluetooth 5.0 LE
EthernetW5500
PoEOptional expansion board
StorageTF card slot (SPI)
USB1 × Type-C
Expansion2 × 15-pin IO
ButtonsBOOT + RESET
LEDPower/Link/ACT indicators
Mounting Holes4 × 2 mm

Pin Diagram

T-ETH Lite S3 pin diagram

Dimension Diagram

Schematic

Datasheet

Software Development

Dependent Libraries

FAQ

  • Q. Why does my board keep failing to upload programs? A. Hold down the BOOT button and try uploading again.

  • Q. Why is USB CDC On Boot set to Disabled? A. T-ETH Lite S3 uses hardware Ethernet requiring specific boot configuration. Keep USB CDC On Boot Disabled for correct operation.

Version History

VersionRelease DateUpdate Description
T-ETH Lite S3 V1.0Initial version (ESP32-S3)