Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
ESP32-S3 development board T-Dongle-S3 with 0.96-inch LCD display supports WiFi Bluetooth TF card. It is an ESP32S3 development board that can freely use WIFI, BLE, TF, LED, TFT_LCD functions.
Arduino:
- Click "File" -> Preferences -> Additional Development > Board Manager URL -> Enter the URL in the input box. (ESP32S3 is a new chip, the SDK version needs to be above 2.0.3) https://raw.githubusercontent.com/espressif/arduino-esp32/GH-pages/package_esp32_index.JSON
- Click OK and the software will be automatically installed. After installation, restart the Arduino IDE software.
- Search for ESP32 in Tools->Boards Manager and install the ESP32-Arduino SDK
- Copy all the files in the lib folder to \Arduino\libraries
- Select the settings as shown. Please note that the flash size partition and size may vary depending on the motherboard。
PlatfromIO:
- PlatformIO plugin installation: Click on the left column extension -> Search platform -> Install the first plugin
- Click Platform in the input box -> Embedded -> Search Espressif 32 -> Select the corresponding firmware to install
ESP-IDF:
- The installation method also varies depending on the system. It is recommended to refer to the official manual for installation.
Micropython:
- tft_config.py is already built into the firmware. The examples in the examples directory can be used directly.
The program can be written normally, but it is still not displayed after writing