• Stars
    star
    167
  • Rank 226,635 (Top 5 %)
  • Language
    C
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🌟LilyGO T-ETH-Series

News:

  • The changed ETHClass is used by default, and W5500 SPI Ethernet port support is added

Product:

Product(PinMap) SOC Flash PSRAM Ethernet POE SDCard Support Camera Shield
T-Internet-POE ESP32-WROOM-32 4MB ❌ LAN8720 βœ… βœ… ❌
T-POE-PRO ESP32-WROVER-E 16MB 8MB(QSPI) LAN8720 βœ… ❌ ❌
T-INTER-COM ESP32-WROVER-E 16MB 8MB(QSPI) LAN8720 ❌ βœ… ❌
T-ETH-Lite-ESP32 ESP32-WROVER-E 16MB 8MB(QSPI) RTL8201 (Option) βœ… ❌
T-ETH-Lite-ESP32S3 ESP32-S3-WROOM-1 16MB 8MB(OPI) W5500 (Option) βœ… βœ…
T-ETH-Lite-POE-Shield POE Shield (IEEE802.3 af/Class 0)
T-ETH-Lite-ESP32S3-Camera-Shield Camera Shield (Support OV2640/OV5640)

Examples

examples/
β”œβ”€β”€ UnitTestExample             # Board function example
β”œβ”€β”€ ETHOTA                      # Upgrade firmware via Ethernet
β”œβ”€β”€ HelloServer                 # WebServer using ETH
β”œβ”€β”€ SDWebServer                 # SDWebServer using ETH
β”œβ”€β”€ MQTTClient                  # MQTT Example
β”œβ”€β”€ ESPMQTTSClient              # MQTTS Example
β”œβ”€β”€ StaticIPAddress             # Example of static IP address
β”œβ”€β”€ UDPClientReceiver           # UDP Receiver exampe
β”œβ”€β”€ UDPClientSender             # UDP Sender exampe
β”œβ”€β”€ UDPClientReceiverDirectPC   # UDP Receiver, Directly connect to PC using network cable
β”œβ”€β”€ UDPClientSenderDirectPC     # UDP Sender, Directly connect to PC using network cable
β”œβ”€β”€ AsyncUDPClient              # Async UDP Client
β”œβ”€β”€ AsyncUDPServer              # Async UDP Sender
β”œβ”€β”€ WebSocketClient             # WebSocket Client
β”œβ”€β”€ WebSocketServer             # WebSocket Server
β”œβ”€β”€ UnitTestExample             # Hardware test exampe
β”œβ”€β”€ TCPClient                   # TCP Client
β”œβ”€β”€ TCPServer                   # TCP Server
β”œβ”€β”€ RS485_Master                # RS485 Sender (ETH-Pro only)
β”œβ”€β”€ RS485_Slave                 # RS485 Reciver (ETH-Pro only)
β”œβ”€β”€ RS485_ModBUS                # RS485 Modbus Master (ETH-Pro only)
β”œβ”€β”€ TFT_ILI9341_Shield          # Screen interface example (ETH-Pro/ETH-Lite-ESP32 only)
β”œβ”€β”€ CameraShield                # Camera shield example (ETH-Lite-ESP32S3 only)
β”œβ”€β”€ LoRaShield                  # LoRa Shield Sender Example (ETH-PRO only)
β”œβ”€β”€ SPIExample                  # SPI initialization example (ETH-PRO only)
β”œβ”€β”€ SPI_Wire_DevicesExample     # SPI bus & Wire sharing example  (ETH-PRO only)
β”œβ”€β”€ SharingSPIBus               # SPI bus sharing example
└── WireExample                 # Wire initialization example
Examples T-Internet-POE T-POE-PRO T-INTER-COM T-ETH-Lite-ESP32 T-ETH-Lite-ESP32S3
UnitTestExample βœ… βœ… βœ… βœ… βœ…
ETHOTA βœ… βœ… βœ… βœ… βœ…
HelloServer βœ… βœ… βœ… βœ… βœ…
SDWebServer βœ… βœ… βœ… βœ… βœ…
MQTTClient βœ… βœ… βœ… βœ… βœ…
ESPMQTTSClient βœ… βœ… βœ… βœ… βœ…
StaticIPAddress βœ… βœ… βœ… βœ… βœ…
UDPClientReceiver βœ… βœ… βœ… βœ… βœ…
UDPClientSender βœ… βœ… βœ… βœ… βœ…
UDPClientReceiverDirectPC βœ… βœ… βœ… βœ… βœ…
UDPClientSenderDirectPC βœ… βœ… βœ… βœ… βœ…
AsyncUDPClient βœ… βœ… βœ… βœ… βœ…
AsyncUDPServer βœ… βœ… βœ… βœ… βœ…
UnitTestExample βœ… βœ… βœ… βœ… βœ…
WebSocketClient βœ… βœ… βœ… βœ… βœ…
WebSocketServer βœ… βœ… βœ… βœ… βœ…
TCPClient βœ… βœ… βœ… βœ… βœ…
TCPServer βœ… βœ… βœ… βœ… βœ…
RS485_Master ❌ (Not adapted) βœ… ❌ (Can't run) ❌ (Not adapted) ❌ (Not adapted)
RS485_Slave ❌ (Not adapted) βœ… ❌ (Can't run) ❌ (Not adapted) ❌ (Not adapted)
RS485_ModBUS ❌ (Not adapted) βœ… ❌ (Can't run) ❌ (Not adapted) ❌ (Not adapted)
TFT_ILI9341_Shield ❌ (Can't run) βœ… ❌ (Can't run) βœ… ❌ (Not adapted)
CameraShield ❌ (Can't run) ❌ (Can't run) ❌ (Can't run) ❌ (Can't run) βœ…
LoRaShield βœ… ❌ (Not adapted) ❌ (Can't run) ❌ (Not adapted) ❌ (Not adapted)
SPIExample βœ… βœ… ❌ (Can't run) ❌ (Not adapted) βœ…
SPI_Wire_DevicesExample βœ… ❌ (Not adapted) ❌ (Can't run) βœ… ❌ (Not adapted)
SharingSPIBus βœ… ❌ (Not adapted) ❌ (Can't run) ❌ (Not adapted) ❌ (Not adapted)
WireExample βœ… βœ… ❌ (Can't run) βœ… βœ…

1️⃣ PlatformIO Quick Start

  1. Install Visual Studio Code and Python
  2. Search for the PlatformIO plugin in the VisualStudioCode extension and install it.
  3. After the installation is complete, you need to restart VisualStudioCode
  4. After restarting VisualStudioCode, select File in the upper left corner of VisualStudioCode -> Open Folder -> select the LilyGO T-ETH-Series directory
  5. Wait for the installation of third-party dependent libraries to complete
  6. Click on the platformio.ini file, and in the platformio column
  7. First change the default_envs to the board used
  8. Uncomment one of the lines src_dir = xxxx to make sure only one line works
  9. Click the (βœ”) symbol in the lower left corner to compile
  10. Connect the board to the computer USB (If there is no onboard downloader, USB2TTL must be connected)
  11. Click (β†’) to upload firmware
  12. Click (plug symbol) to monitor serial output
  13. Since T-LITE-ESP32 uses IO0 as the clock input, the default working level of DTR is high level, so after the download is completed, you need to remove the connection between DTR and IO0, so that ETH will work, otherwise the initialization will fail
  14. For T-LITE-ESP32, when uploading a sketch, you need to press and hold the BOOT button to run the upload

2️⃣ Arduino IDE Quick Start

  • It is recommended to use platformio without cumbersome steps
  1. Install Arduino IDE
  2. Install Arduino ESP32
  3. Copy everything from this repository lib folder to Arduino library folder (e.g. C:\Users\YourName\Documents\Arduino\libraries)
  4. Open ArduinoIDE -> Tools
  5. Open the examples,such as examples/UnitTestExample
  6. Switch to the utilities.h file, at the top of the sketch, uncomment the definition of the board name you use , such as LILYGO_T_INTERNET_POE
  7. Connect external USB2TTL,such as CP2102,CP2104,CH340X
    • Has an onboard downloader(T-POE-Pro) If the board has a USB-C, plug it directly into the USB-C, select the corresponding port, and upload.

    • no onboard downloader(T-ETH-Lite-ESP32/T-ETH-Lite-ESP32S3/T-Internet-POE) Additional USB2TTL is required to connect the board with USB2TTL

    • Connection example:

      USB2TTL(Has DTR,RTS) USB2TTL(NO DTR,RTS) T-ETH-Series
      5V 5V 5V IN
      GND GND GND
      RX RX TXD
      TX TX RXD
      RTS RST
      DTR IO0
  8. Select the corresponding port and click Upload <If the upload fails, View the FAQ below>
  9. Since T-LITE-ESP32 uses IO0 as the clock input, the default working level of DTR is high level, so after the download is completed, you need to remove the connection between DTR and IO0, so that ETH will work, otherwise the initialization will fail

5️⃣ ESP32 basic examples

6️⃣ FAQ

  1. Unable to upload skecth,Please enter the upload mode manually.

    1. Connect the board via the USB cable or connect USB2TTL
    2. Press and hold the BOOT button , While still pressing the BOOT button, press RST
    3. Release the RST
    4. Finally release the BOOT Button(The BOOT button must be released last)
    5. Upload sketch
  2. Unable to verify flash chip connection

    1. Please refer to this issue #45

More Repositories

1

TTGO-T-Display

C
938
star
2

TTGO_TWatch_Library

C
800
star
3

T-Display-S3

C
778
star
4

LilyGo-LoRa-Series

LILYGO LoRa Series examples
C
502
star
5

LilyGo-T-Call-SIM800

409
star
6

LilyGo-EPD47

C
400
star
7

T-Wristband

DIY Programmable Bracelet
C
310
star
8

LilyGO-T-SIM7000G

LilyGO T-SIM7000G
C++
276
star
9

T-Deck

C
250
star
10

LilyGo-T5-Epaper-Series

C
178
star
11

T-PicoC3

C
160
star
12

T-Display-S3-AMOLED

An upgraded version of T-Display-S3. It has a high-resolution color screen and more configurable GPIO ports. Enrich your needs.
C
147
star
13

T-Echo

C
145
star
14

T-Dongle-S3

An ESP32S3 development board that can freely use WIFI, BLE, TF, LED, TFT_LCD functions.
C
127
star
15

T-SIM7600X

C++
123
star
16

LilyGO-T-A76XX

LilyGo A7670X A7608X SIM7670G series
C++
116
star
17

LilyGo-HiGrow

https://pt.aliexpress.com/item/32815782900.html
C++
115
star
18

LilyGo-AMOLED-Series

LilyGo AMOLED Series
C
113
star
19

T-TWR

Programmable walkie-talkie.
C
102
star
20

T-QT

C
100
star
21

lilygo-micropython

Micropython for LILYGO boards
C
98
star
22

T-CAN485

C++
91
star
23

TTGO-T-Watch

Obsolete, please visit https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library
C
91
star
24

LilyGo-T-PCIE

Python
89
star
25

T-Embed

C
85
star
26

T-Watch-2021

C
82
star
27

LILYGO-T-display-RP2040

C
82
star
28

LilyGo-T-RGB

C
82
star
29

T-ZigBee

Zigbee Ultra Low Power IOT Development Board
C
75
star
30

LilyGo-T-OI-PLUS

esp32-c3 development board with 16340 battery holder
C++
72
star
31

LilyGo-T-Relay

C
70
star
32

T-keyboard

mini ble Keyboard for IOS/Android/Windows
C
64
star
33

T-Impulse

Wristband with LoRa and GPS
C
51
star
34

LilyGo-Document

48
star
35

T-Internet-COM

C
48
star
36

LilyGo-T-SIM7080G

C++
47
star
37

LilyGo-T-Display-S2

C
47
star
38

T-HMI

C
46
star
39

LilyGo-Cam-ESP32S3

C
46
star
40

T-FPGA

The circuit board is an integrated ESP32S3 and FPGA (GW1NSR-LV4CQN48PC6/I5) control chip. With the power management AXP2101 can be used to switch the voltage of different BANK areas.
GLSL
43
star
41

T-Display-S3-Long

C
42
star
42

LilyGO-T-DisplayGD32

LilyGo GD32
C
37
star
43

T-Display-S3-Pro

C
35
star
44

LilyGO-T-Wristband-and-T-Glass

C
35
star
45

LilyGo-esp32s2-base

C
33
star
46

esp32-camera-plus-bigiot

Use TTGO-Camera-Plus to upload captured images to the BIGIOT platform every 10 seconds
C
30
star
47

LilyGo-T-Wristband-NRF52

C
28
star
48

TTGO_Camera_Mini

TTGO_Camera_Mini
C
26
star
49

Wrist-E-Paper

C
25
star
50

CH9102_Driver

24
star
51

T7-S3

ESP32-S3 Development Board
23
star
52

LilyGo-HeartRate-Kit

C
22
star
53

T-Halow

C
22
star
54

T-01C3

C++
21
star
55

T-Keyboard-S3

A Smart Screen Keyboard Based on ESP32s3
C
21
star
56

T-A7608X

21
star
57

LilyGo-TTV

C
20
star
58

T-Dongle-ESP32S2

C
20
star
59

T-Touch_Bar

C
20
star
60

LilyGo-Display-IDF

This project is an esp-idf sample repository for the LilyGo display family.
C
19
star
61

T-Panel

This is an RGB screen with a pixel resolution of 480x480, featuring dual chips on board, ESP32S3 and ESP32H2 chips, supporting 7-24V voltage input, RS485 communication, and more.
C
18
star
62

LilyGo-W5500-Lite

C++
17
star
63

T-RSC3

C++
16
star
64

ESP32_S2

15
star
65

RFID-UHF-reader

MagicRF M100/QM100
C++
14
star
66

T-Encoder-Pro

T-Encoder-Pro is a smart control knob equipped with a AMOLED screen, developed based on the ESP32S3R8 chip, which is controlled by a dial.
C
14
star
67

LilyGo-HAL

13
star
68

TTGO-Camer-Mic

TTGO Camera Microphone version
C
13
star
69

T-Encoder

C++
13
star
70

T-U2T

12
star
71

twatch-series-modules

C
12
star
72

T-Motor

C
12
star
73

LilyGo-eink-v2.3-micropython

Python
11
star
74

LilyGO-Mini-Epaper

C
11
star
75

LilyGO-T-HiGrow-LoRaWLAN

C++
11
star
76

T-solar

C
10
star
77

T-HC32

10
star
78

T-Track

C
10
star
79

LilyGO-T-Motion

LilyGO-T-Motion
10
star
80

T8-C3

AGS Script
9
star
81

T-HiGrow-Dashboard

Rich Text Format
8
star
82

T-Encoder-shield

Customize Macro Keys and APA102 RGB Full Color LED light.
C
8
star
83

TTCar_3D_Model

C++
8
star
84

T-Micro32-Series

AGS Script
7
star
85

T-0.99TFT

C++
7
star
86

T-Camera

OV2640 V16
HTML
7
star
87

T-Display-keyboard

C
7
star
88

T-Touchbar-AMOLED

C
7
star
89

T96-OLED-SSD1306

6
star
90

T5-ePaper-NewPanel

C
6
star
91

EPD47-HC08

6
star
92

SX1302_HAL_GATEWAY

6
star
93

T-NixieTube

C
5
star
94

LilyGo-K210-Script

Python
5
star
95

T-Vending

C++
5
star
96

LilyPi

C
5
star
97

LILYGO-T8

5
star
98

LilyGo-T-PicoPro

C
5
star
99

LilyGo-T5-Grayscale

C
5
star
100

T-QT-C6

TQT-C6 is a mini development board based on the ESP32C6 chip, which is only the size of two thumbnails. It features a 128x128px TFT full-color touch screen, a separate charging indicator light, and an independent battery. It can communicate with the power path management chip to modify the power bus status and limit values.
C
5
star