Skip to content

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

License

Notifications You must be signed in to change notification settings

chekt/T-Dongle-S3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟LilyGo T-Dongle-S3🌟

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

Introduce

Product 📷

Product Product Link
T-Dongle-S3 aliexpress

Quick Start

Arduino

Arduino:

  • Click "File" in the upper left corner -> Preferences -> Additional Development >Board Manager URL -> Enter the URL in the input box. (ESP32S3 is a new chip, and the SDK version needs to be version 2.0.3 or above) https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  • Click OK and the software will be installed by itself. After installation, restart the Arduino IDE software.
  • Search for ESP32 in Tools->Board Manager and install ESP32-Arduino SDK
  • Copy all files in the lib folder to \Arduino\libraries
  • Select the settings as shown. Note that the FLASH size partition and size may be modified depending on the board.

PlatfromIO:

  • PlatformIO plug-in installation: Click on the extension on the left column -> search platformIO -> install the first plug-in
  • Click Platforms -> Embedded -> search Espressif 32 in the input box -> select the corresponding firmware installation

ESP-IDF:

  • The installation method is also inconsistent depending on the system, it is recommended to refer to the official manual for installation

Micropython:

  • tft_config.py is already built into the firmware. The examples in the examples directory can be used directly.
  • For detailed function query, please refer to the following link.
  • [Micropython doc]

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.9%
  • C++ 2.2%
  • Python 0.9%
  • Processing 0.0%
  • Shell 0.0%
  • Makefile 0.0%