Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ESP32-32E display module Qucik Start

From LCD wiki
Revision as of 11:06, 15 September 2024 by Lin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1.Download the Quick Start package

A.Find the "Quick Use Instructions" section on the product webpage and click on the Quick Use kit
link to download
B.After downloading the data package, unzip the data package. The contents of
the data package are as follows:
The bin folder contains the bin file to be burned.
The Flash_Download folder contains flash download tools.
USB-SERIAL_CH340. zip is the USB to serial port driver of the computer.

2. Power on the product

Use the Type-C cable with power supply and data transmission function to connect the computer to
the product and power the product. As shown in the picture below:

3. Install the USB-to-serial port driver

A.Decompress the "USB-SERIAL_CH340.zip"package downloaded in Step 1, or download the
"USB-SERIAL_CH340.zip"package from the tools section of the product web pageand decompress it
B.go to the folder after decompression, double-click "CH341SER.EXE" executable program, pop up the
installation window, and then click "Install" button to continue the installation, as shown in the following picture:
C.After the installation is successful, click the window OK button to exit. Connect the computer USB to the
development board and power on, and then enter the computer device manager, you can see that the
CH340 port is identified under the port, as shown in the following picture:

4. Burn the bin file

A.Locate the Flash_Downloadfolder from the Quick use kit downloaded in Step 1, or Download the
Flash_Download.zip package from the tools section of the product web page, decompress it,
and find the flash_download_tool folder, open the folder, and double-click the exe executable
file of flash_download_tool. As shown in the picture below:
B.After opening the Flash download tool, ChipType select "ESP32",WorkMode select "Develop",
LoadMode keep the default (UART), and then click "OK" button, as shown below:
C.Enter the Flash download tool interface, first select the bin file to burn, The bin file is in the "bin" directory
in the Quick use kit downloaded in Step 1, as shown in the following figure:
D.Click the button with three dots in the middle to select the bin file in the above steps. After the selection,
check the box in the front and set the burning address as "0", as shown in the following picture:
E.Set SPI SPEED to "80MHz", SPI MODE to "DIO", and keep other Settings default, as shown in the following figure:
F.Set COM, as long as the product is normally connected to the computer, COM port will be automatically
recognized, click the drop-down menu to select. Set BAUD, click the drop-down menu to select,
the larger the value, the faster the burning speed, but can not exceed the maximum transmission
rate supported by the USB-to-serial chip. As shown in the picture below:
G.Click the "START" button to enter the burning state. During the burning process, the status changes:
"Waiting for synchronous power-on" -> "Downloading" -> "FINISH", and the progress bar will also
be loaded, as shown in the following picture:

5.Run the program

After the Bin file is burned, press the reset button of the product or power on the product again,
and you can see the operation effect of the program, as shown in the figure below: