T-Display-S3/firmware
2024-01-31 17:16:19 +08:00
..
images Update README 2024-01-31 17:13:17 +08:00
T-Display-S3-MIDI_firmware Added T-Display S3 MIDI_ Version 1.0.1 firmware 2023-08-18 11:45:37 +08:00
firmware_no_touch.bin Update fw & README 2023-11-20 10:03:36 +08:00
firmware_touch.bin Update fw & README 2023-11-20 10:03:36 +08:00
README.MD Update README 2024-01-31 17:16:19 +08:00
tft_espi_test.bin Update fw 2023-11-13 12:04:50 +08:00

Write to new users

  • This page provides a quick diagnosis of whether the hardware is normal. The firmware in the example table below provides quick testing of the hardware. Please follow the steps below to test

1 Quickly diagnose hardware

Product Firmware Name
T-Display-S3 firmware
T-Display-S3-Touch firmware
T-Display-S3-MIDI firmware

Use ESP Download Tool

web_flasher

  • Note that after writing is completed, you need to press RST to reset.

Use Web Flasher

web_flasher

  • Note that after writing is completed, you need to press RST to reset.

Use command line

If system asks about install Developer Tools, do it.

python3 -m pip install --upgrade pip
python3 -m pip install esptool

In order to launch esptool.py, exec directly with this:

python3 -m esptool

For ESP32-S3 use the following command to write

esptool --chip esp32s3  --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m 0x0 firmware.bin

2FAQ

  • Can't upload any sketchPlease enter the upload mode manually.
    1. Connect the board via the USB cable
    2. Press and hold the BOOT button , While still pressing the BOOT button (If there is no BOOT button, you need to use wires to connect GND and IO0 together.)
    3. Press RST button
    4. Release the RST button
    5. Release the BOOT button (If there is no BOOT button, disconnect IO0 from GND.)
    6. Upload sketch
    7. Press the RST button to exit download mode