Coder Social home page Coder Social logo

newphj / esp32s3-t-qt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xinyuan-lilygo/t-qt

0.0 0.0 0.0 58.04 MB

License: MIT License

Shell 0.01% Ruby 0.02% C++ 1.60% Python 0.42% C 97.89% Processing 0.04% Makefile 0.01% HTML 0.01% Handlebars 0.01% CMake 0.02% Batchfile 0.01%

esp32s3-t-qt's Introduction

๐ŸŒŸ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

!!! There are currently two chip versions, using ESP32S3-FN4R2 (4MB Flash, 2MB PSRAM) and ESP32S3-N8 (8MB Flash, No PSRAM), the following only shows the pin diagram of N4R2, and the pin diagram of N8 is the same.


Product ๐Ÿ“ท:

Product Product Link
T-QT Pro AliExpress
T-QT Pro LilyGo

Quick Start

Arduino:

  1. In Arduino Preferences, on the Settings tab, enter the https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json URL in the Additional boards manager URLs input box.

  2. Click OK and the software will install.

  3. Search for ESP32 in Tools โ†’ Board Manager and install ESP32-Arduino SDK (version 2.0.3 or above)

  4. Copy everything from this repository lib folder to Arduino library folder (e.g. C:\Users\YourName\Documents\Arduino\libraries)

  5. Select the correct settings in the Tools menu as shown below.

    K192 , 4M Flash , 2M PSRAM

    K191 , 8M Flash ,No PSRAM

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?

    • The old version T-QT does not support charging
    • The version on sale T-QT Pro supports charging function
  2. 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.
  3. Unable to write?

    • Press and hold the BOOT button on the board (located on the left side of the front of the screen), keep it tight, then plug in the USB and click to upload the sketch

Tips

  • The program can be written normally, but there is still no display after writing
    1. There are factory test files in the firmware folder, which can be flashed into the board to check whether the board is normal. If there is still no display, then it can be judged that there is a problem with the board or the screen
    2. Delete the <TFT_eSPI> in the libraries, and replace the <TFT_eSPI> in the folder of the main page to the libraries directory
    3. When opening the Arduino IDE, it prompts whether to upgrade the library, please choose not to upgrade, otherwise it will overwrite the configuration of the <TFT_eSPI> display

esp32s3-t-qt's People

Contributors

lewisxhe avatar mmmicky avatar lilygo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.