Skip to content

T-ETH Lite

Overview

T-ETH Lite is an Ethernet-enabled development board based on ESP32 (16 MB Flash, 8 MB PSRAM). Features RTL8201 Ethernet controller, PoE expansion interface, TF card slot (SD_CS: IO5), and extensive GPIO resources (GPIO02–GPIO39) including ADC, DAC, and capacitive touch pins. Suitable for intelligent control, remote monitoring, and automation systems requiring high reliability, low latency, and multi-peripheral collaboration.

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

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
BoardESP32 Dev Module
Upload Speed921600
CPU Frequency240 MHz (WiFi/BT)
Flash Frequency80 MHz
Flash ModeQIO
Flash Size16MB (128Mb)
Partition Scheme16M Flash (3MB APP/9.9MB FATFS)
PSRAMEnable
Core Debug LevelNone
  1. Click Upload

Development Platforms

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

Video

Key Features

  • ESP32 dual-core LX6 @ 240 MHz, 16 MB Flash, 8 MB PSRAM, Wi-Fi + BT 5.0
  • RTL8201 Ethernet, PoE expansion interface
  • TF card slot, 2 × 15-pin IO expansion, 4 × 2 mm mounting holes
  • Extensive GPIO: ADC, DAC, capacitive touch (TOUCH02–TOUCH09)

Product Parameters

FeatureSpecification
MCUESP32 @ Dual-core LX6, 240 MHz
Flash16 MB
PSRAM8 MB
Wi-Fi2.4 GHz 802.11 b/g/n
BluetoothBluetooth 5.0 LE
EthernetRTL8201
PoEExpansion interface
StorageTF card (SD_CS: IO5)
USB1 × Type-C
Expansion2 × 15-pin IO, QWIIC
ButtonsBOOT + RESET
LEDPower/Link/ACT indicators
Mounting Holes4 × 2 mm

Pin Diagram

T-ETH Lite 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.

Version History

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