Skip to content

Arduino Environment configuration


1.1 Open the official Arduino website


https://www.arduino.cc/en/software

1.2 Choose the appropriate system for installation based on your system


picture6

1.2.1 I have chosen the first one here

picture7

1.2.2 Choose to download only

picture8

1.2.3 ditto

picture9

1.2.4 Waiting for download to complete

picture10

1.3 Confirm the download process


1.3.1 Agree option

picture11

1.3.2 As shown in the figure, confirm

picture12

1.3.3 Customize your path and click install

picture13

1.3.4 After installation, you can run the Arduino IDE

picture14

2 Install ESP32 development board version 3.0.2


2.1 Open Development Board Management

Path: Tools ->Board ->Board Manager or press Ctrl+Shift+B directly

picture15

2.2 Search for ESP32 and download it (the version we were using for development at the time was 3.0.2)

picture16

2.3 After completing the Esp32 download, replace the files in that directory

2.3.1 Open the "ESP32S3_120M" file we provided, copy a copy of the file from that folder to the following path in ESP32, and replace it

Path reference:

C:\ESP32_Code\CrowPanel_Advanced_HMI\ESP32S3_120M(1)\ESP32S3_120M

C:\Users\14175\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.1-bd2b9390ef

picture17

Note: "ESP32S3_120M" is a recompiled official file that has enabled PSRAM high-speed communication mode, and the improved refresh rate is just one of its optimizations. If not replaced, the maximum can only reach 80M, and after replacement, the maximum is 120M.

https://www.elecrow.com/wiki/HMI_Display_course.html