Getting Started Guide For WT32-SC01 Plus
Getting Started Guide For WT32-SC01 Plus
Table of Contents
1 Document information ................................................................................................... 1
2 Overview ....................................................................................................................... 1
3 Hardware description ..................................................................................................... 2
4 Set up your development environment ........................................................................... 2
5 Set up device hardware .................................................................................................. 4
6 Setup your AWS account and permissions ....................................................................... 7
7 Create resources in AWS IoT ........................................................................................... 7
8 Provision the device with credentials .............................................................................. 7
9 Build the demo ............................................................................................................... 8
10 Run the demo ................................................................................................................ 8
11 Verify messages in AWS IoT Core .................................................................................... 9
12 Troubleshooting ............................................................................................................. 9
1 Document information
1.1 Document revision history
Date Modified by Description
November 14, 2024 Vans First release
2 Overview
WT32-SC01 plus is a development board for visual touch screen, the board is equipped with
GUI platform firmware developed independently, support graphic drag and drop programming to
help users complete the development of customized control platform.
The main controller of this development board adopts WT32-S3-WROVER-N16R2 module, this
module is a general-purpose Wi-Fi and BLE MCU module, 16MB SPI flash and 2MB PSRAM
are configured in.
WT32-SC01 plus development board can also develop and debug functions such as buttons,
voice and camera through the expansion interfaces on both sides, greatly shorten the
development cycle of users.
3 Hardware description
3.1 Datasheet
The link to the product datasheet: https://en.wireless-tag.com/product-item-26.html
3.2 Standard kit contents
The contents of the standard shipping hardware package as indicated below:
• Module: WT32-S3-WROVER-N16R2, with 16MB flash onboard
• Memory: 512kB RAM, 384kB ROM, 2MB PSRAM
• Supports seamless switching between Arduino and MicroPython programming.
• Resolution: 480*320
• Power supply: 5V or 3.3V
Please links to the page on our company website for more detail:
https://en.wireless-tag.com/product-item-26.html
3.3 Additional hardware references
3. ESP-IDF
For the manual procedure, please select according to your operating system.
⚫ Windows Installer
⚫ Linux and macOS
5. SDK
Esp-idf , A tutorial on setting up the sdk environment can be found in the Getting Started guide.
ESP-IDF is Espressif’s official IoT Development Framework for the ESP32, ESP32-S, ESP32-C
and ESP32-H series of SoCs.
It provides a self-sufficient SDK for any generic application development on these platforms,
using programming languages such as C and C++.
The chip can be configured with the following startup parameters via the Strapping pin at
power-up or hardware reset.
The timing of signals connected to the strapping pins should adhere to the setup time and hold
time specifications in Table and Figure.
Parameter Description Min (ms)
tSU Setup time is the time reserved for the power rails to stabilize before 0
the CHIP_PU pin is pulled high to activate the chip
tH Hold time is the time reserved for the chip to read the strapping pin 3
values after CHIP_PU is already high and before these pins start
operating as regular IO pins.
⚫ Green light next to Type-C port: power indicator, power on normal, the light is on;
⚫ RGB light: press and hold the BOOT button to power on, the RGB light shows green to
indicate that it enters boot mode.
12 Troubleshooting
If the connection fails when connecting to mqtt, it is recommended to check whether the above
steps have been completed, whether the client_id and uri have been correctly modified, and
whether the certificate has been correctly replaced.
If there is something you don't understand, you can also refer here.