Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
855 stars 282 forks source link

T-watch2020-V3 This chip is ESP32 not ESP32-S3. Wrong --chip argument? #216

Closed ednieuw closed 7 months ago

ednieuw commented 7 months ago

With the T-watch2020-V3 I got the error; This chip is ESP32 not ESP32-S3. Wrong --chip argument? with the TFT_Clock.ino example program. I followed the instructions from: https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/tree/t-watch-s3

I already made a working program for the watch using the TTGO_TWatch_Library using WIFI, Bluetooth, Screen swiping & tilting. (https://github.com/ednieuw/Lilygo-WristWatch) I tried ESP32 boards V2.0.9 and the latest V2.0.14

The last lines before uploading starts:

"C:\Users\ednie\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32s3-elf-gcc\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32s3-elf-size" -A "C:\Users\ednie\AppData\Local\Temp\arduino_build_61435/TFT_Clock.ino.elf" Sketch uses 447121 bytes (14%) of program storage space. Maximum is 3145728 bytes. Global variables use 21480 bytes (6%) of dynamic memory, leaving 306200 bytes for local variables. Maximum is 327680 bytes. C:\Users\ednie\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1/esptool.exe --chip esp32s3 --port COM14 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 16MB 0x0 C:\Users\ednie\AppData\Local\Temp\arduino_build_61435/TFT_Clock.ino.bootloader.bin 0x8000 C:\Users\ednie\AppData\Local\Temp\arduino_build_61435/TFT_Clock.ino.partitions.bin 0xe000 C:\Users\ednie\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14/tools/partitions/boot_app0.bin 0x10000 C:\Users\ednie\AppData\Local\Temp\arduino_build_61435/TFT_Clock.ino.bin esptool.py v4.5.1 Serial port COM14 Connecting....

A fatal error occurred: This chip is ESP32 not ESP32-S3. Wrong --chip argument? A fatal error occurred: This chip is ESP32 not ESP32-S3. Wrong --chip argument?

ednieuw commented 7 months ago

I see my error. It is another product. Place a picture of the product. It took me two days yo find out (-:

ednieuw commented 7 months ago

Close by Ed