Skip to content

mixosp/T-QT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟T-QT🌟

Description

T-QT is a development board whose main control chip is ESP32-S3. It is equipped with a 0.85-inch LCD color screen and two programmable buttons. Retains the same layout design as T-Display. You can directly use ESP32S3 for USB communication or programming.


Pinmap


Product 📷:

Product Product Link
T-QT AliExpress

Quick Start

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.

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

Quick question and answer

  1. Does the onboard lithium battery charge function?

T-QT does not have the function of charging lithium batteries, but it can support the access of lithium batteries at that time. The battery voltage status can be detected using IO4.

  1. Is it normal for the chip to continue to heat up during use?

The ESP32S3 will continue to heat up during use. Due to the small size of the baseboard, the heat of the ESP32S3 cannot be dissipated in time, so the overall temperature is stable at about 50-60 degrees Celsius. This temperature does not affect the normal use of the chip.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • C++ 1.4%
  • Python 0.4%
  • Processing 0.0%
  • Ruby 0.0%
  • CMake 0.0%