ESP32-S3 HMI 8M PSRAM 16M Flash 4.3" 800x480 Display with Capacitive touch screen
Info 1, Info 2, Info 3, Info 4
erase all old traces, then download, install and start it
rm -rf ~/Schreibtisch/arduino-ide* ~/.arduinoIDE ~/.arduino15 ~/.config/arduino* ~/.config/Arduino* ~/Arduino* /tmp/.arduino* /tmp/arduino* ~/.cache/arduino-ide-updater
wget https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Linux_64bit.AppImage
mv arduino-ide_nightly-latest_Linux_64bit.AppImage ~/Schreibtisch
chmod u+x ~/Schreibtisch/arduino-ide_nightly-latest_Linux_64bit.AppImage
~/Schreibtisch/arduino-ide_nightly-latest_Linux_64bit.AppImage & disown
Download from here:
https://downloads.arduino.cc/arduino-ide/arduino-ide_2.3.0_Windows_64bit.exe
Start the installer, klick yes to everything.
Menü -> File -> Preferences -> Language -> English
Menü -> File -> Preferences -> Show verbose output during compile und upload -> check
Menü -> File -> Preferences -> Compiler warnings -> Default
Menü -> File -> Preferences -> OK
Libary Manager -> TFT_eSPI -> search and install: LovyanGFX by lovyan03 ver 1.1.12
Libary Manager -> TFT_eSPI -> search and install: NTPClient by F.Weinberg ver 3.2.1
Libary Manager -> TFT_eSPI -> search and install: HTTPClient by A.McEwen ver 2.2.0
Libary Manager -> TFT_eSPI -> search and install: ArduinoJson.h by B.Blanchon ver 7.0.4
Bords Manager -> ESP32 search and install esp32 by Espressif Sytems
Select Board and Port -> ESP323S Dev Module
-USB CDC On Boot: "Disabled”
-CPU Frequency: “240MHz (WiFi)”
-Core Degug Level: “Verbose”
-USB DFU On Boot: "Disabled”
-Erase All Flash Befor Sketch Upload: "Disabled”
-Events Run On: "Core 1"
-Flash Mode : “QIO 80MHz"
-Flash Size : “16MB (128Mb)”
-JTAG Adapter: "Disabled"
-Arduino Runs On: "Core 1"
-USB Firmware MSC On Boot: "Disabled"
-Partition Scheme : “No OTA (1MB APP/3MB SPIFFS)”
-PSRAM : “OPI PSWAM”
-Upload Mode: "UART0 / Hardware CDC"
-Upload Speed: “921600”
-USB Mode: "Hardware CDC and JTAG"
#include <lgfx_user/LGFX_ESP32S3_RGB_ESP32-8048S043.h>