Skip to content

T-ETH Elite

Overview

T-ETH Elite is a high-performance IoT development board based on ESP32-S3R8 (16 MB Flash, 8 MB PSRAM). Integrates W5500 Ethernet controller and PoE (IEEE 802.3af Class 0, 36–57 V), 40-PIN GPIO (Raspberry Pi compatible), TF card slot (SPI), USB OTG (Type-C), and UART. Supports hybrid wired/wireless networking (Wi-Fi + BT + Ethernet). Stackable with expansion boards: LoRa gateway (SX1302), LoRa end node, and LTE modules. 50 × 67 × 17 mm.

Quick Start

Example Support

ExamplePlatformIO/ArduinoESP-IDFDescription
T-ETH-Series ExamplesEthernet, LoRa gateway, 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. MicroPython

Video

Key Features

  • ESP32-S3R8 dual-core LX7 @ 240 MHz, 16 MB Flash, 8 MB PSRAM, Wi-Fi + BT 5.0
  • W5500 Ethernet + PoE (IEEE 802.3af Class 0, 36–57 V input)
  • 40-PIN GPIO (Raspberry Pi compatible layout)
  • Stackable expansion: LoRa gateway (SX1302/SX1262/SX1276), LoRa end node, LTE (4G/5G)
  • TF card (SPI), USB OTG, 50 × 67 × 17 mm, 4 × M2.5 mounting holes

Product Parameters

FeatureSpecification
MCUESP32-S3R8 @ Dual-core LX7, 240 MHz
Flash16 MB
PSRAM8 MB (Octal SPI)
Wi-Fi2.4 GHz 802.11 b/g/n
BluetoothBluetooth 5.0 LE
EthernetW5500 (TCP/UDP/IPv4)
PoEIEEE 802.3af Class 0, 36–57 V
GPIO40-PIN (Raspberry Pi compatible)
StorageTF card slot (SPI)
USB1 × Type-C (USB + OTG)
ButtonsRESET + BOOT + OTG switch + IO38
Mounting Holes4 × M2.5
Dimensions50 × 67 × 17 mm

Pin Diagram

T-ETH Elite 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. What is the PoE input voltage range? A. IEEE 802.3af Class 0, 36–57 V. Use a PoE-capable switch or injector.

  • Q. How do I configure the LoRa gateway? A. Connect to the ESP32 hotspot (SSID: LilyGo-Gateway, password: 12345678), open 192.168.4.1, configure the frequency plan, NS host (e.g., TTN), and gateway ID, then click Apply and Restart.

Version History

VersionRelease DateUpdate Description
T-ETH Elite V1.0Initial version