Advertisement
T-Display-S3 is a development board. It can work independently.
It consists of ESP32-S3 MCU supporting Wi-Fi + BLE communication protocol and motherboard PCB. The screen is 1.9 inch IPS LCD ST7789V.
At the core of this module is the ESP32S3R8 chip.
ESP32-S3 integrates Wi-Fi (2.4 GHz band) and Bluetooth 5.0(LE) solutions on a single chip, along with dual high performance cores and many other versatile peripherals. Powered by 40 nm technology, ESP32-S3 provides a robust, highly integrated platform to meet the continuous demands for efficient power usage, compact design, security, high performance, and reliability.
Xinyuan provides the basic hardware and software resources that empowers application developers to build their ideas around the ESP32-S3 series hardware. The software development framework provided by Xinyuan is intended for rapidly developing Internet of-Things (IoT) applications, with Wi-Fi, Bluetooth, flexible power management and other advanced system features.
The RF frequency range is 2.412 GHz to 2.4 GHz. (WIFI)72 BLE: 2402-2480MHz
The T-Display-S3 manufacturer is Shenzhen Xin Yuan Electronic Technology Co., Ltd.
A set of cross-platform applications written in Java. The Arduino Software IDE is derived from the Processing programming language and the integrated development environment of the Wiring program. Users can develop applications in Windows/Linux/ MacOS based on Arduino. It is recommended to use Windows 10. Windows OS has been used as an example in this document for illustration purposes.
To develop applications for ESP32-S3 you need:
The quickest how to install the Arduino Software (IDE) on Windows machines
The website provides a quick start tutorial
Enter the download interface, select Windows installer to install directly
Wait for installation
Download the installation package Git.exe
Click Arduino icon, then right click and select ''Open folder where ''
Select hardware ->
Mouse ** Right click ** ->
Click Git Bash Here
mkdir espressif
cd espressif
git clone --recursive https://github.com/espressif/arduino-esp32.git esp32
You are almost there. To be able to proceed further, connect ESP32-S3 board to PC, check under what serial port the board is visible and verify if serial communication works.
Select File>>Example>>WiFi>>WiFiScan
Tools<<Board<<ESP32S3 Dev Module
Sketch -> Upload
Tools ->Serial Monitor
Here lists some common Wi-Fi commands for you to test the module.
Description
op commands are used to set and query the Wi-Fi mode of the system.
Example
Parameter
Table 6-1. op Command Parameter
Parameter | Description |
-Q | Query Wi-Fi mode. |
-S | Set Wi-Fi mode. |
wmode | There are 3 Wi-Fi modes:
|
Description
sta commands are used to scan the STA network interface, connect or disconnect AP, and query the connecting status of STA network interface.
Example
Parameter
Table 6-2. sta Command Parameter
Parameter | Description |
-S scan | Scan Access Points. |
-s ssid | Scan or connect Access Points with the ssid. |
-b bssid | Scan the Access Points with the bssid. |
-n channel | Scan the channel. |
-h | Show scan results with hidden ssid Access Points. |
-Q | Show STA connect stutus. |
-D | Disconnected with current Access Points. |
Description
ap commands are used to set the parameter of AP network interface.
Example
Parameter
Table 6-3. ap Command Parameter
Parameter | Description |
-S | Set AP mode. |
-s ssid | Set AP ssid. |
-p password | Set AP password. |
-t encrypt | Set AP encrypt mode. |
-h | Hide ssid. |
-m max_sta | Set AP max connections. |
-Q | Show AP parameters. |
-L | Show MAC Address and IP Address of the connected station. |
Description
mac commands are used to query the MAC address of the network interface.
Example
mac -Q [-o mode]
Parameter
Table 6-4. mac Command Parameter
Parameter | Description |
-Q | Show MAC address. |
-o mode |
|
Description
dhcp commands are used to enable or disable dhcp server/client.
Example
Parameter
Table 6-5. dhcp Command Parameter
Parameter | Description |
-S | Start DHCP (Client/Server). |
-E | End DHCP (Client/Server). |
-Q | show DHCP status. |
-o mode |
|
Description
ip command are used to set and query the IP address of the network interface.
Example
Parameter
Table 6-6. ip Command Parameter
Parameter | Description |
-Q | Show IP address. |
-o mode |
|
-S | Set IP address. |
-i ip | IP address. |
-m mask | Subnet address mask. |
-g gateway | Default gateway. |
Description
reboot command is used to reboot the board.
Example
reboot
ram command is used to query the size of the remaining heap in the system.
Example
ram
Here you can download full pdf version of manual, it may contain additional safety instructions, warranty information, FCC rules, etc.
Advertisement
Need help?
Do you have a question about the T-Display-S3 and is the answer not in the manual?
Questions and answers