Arduino configuration ESP32S3

Arduino configuration ESP32S3

  1. Install the ArduinoIDE development environment (fool installation)

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

    1.8.XNote: ESP is only supported in the installed version, and the Arduino IDE 1.8.19 that has not been verified to be supported by the latest version is directly installed without brain

  2. Download the Arduino-ESP32 S3 library

    I checked a lot of useless websites when I was installing and learning, and I found a useful one. It is recommended to follow my tutorial and read the original text for in-depth understanding .

    The information about the board library on the Internet is quite complicated, and everyone's board may be different. It is recommended to go directly to Github to find it yourself. Teach a man to fish.

    • Download from GitHub (Xiaobai directly clicks on the green code icon in the middle of the screen and selects DownloadZIP): https://github.com/espressif/arduino-esp32/
    • Open the installation location of Arduino, and create a new directory hardware\espressif\esp32:
      My directory is:D:\APP\Arduino\hardware\espressif\esp32
    • Extract the downloaded Zip file to the directory you just created
    • Use text to open the Json file as shown in the figure
      insert image description here
    • Then you open the door to a new world, find the URL whose
      insert image description herename corresponds to , and then download it, unzip it and add it to the tools directory, and it's OK. https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/ Just find the version corresponding to your computer.xtensa-esp32S3-elf-gcc esptool_pymkspiffs
      insert image description here

    1. Whether the test is successful,
      just find one in the file-example in the upper left corner and run it.
      Article reference original link: https://www.cnblogs.com/ajream/p/aJream.html

Supongo que te gusta

Origin blog.csdn.net/Xiao_tongtong/article/details/130258532
Recomendado
Clasificación