Arduino Board Managers Tutorial

From Waveshare Wiki
Jump to: navigation, search

Install Arduino-ESP32 board

The Arduino IDE board manager is used to record the configuration information of the development board and the tool chain used in the development process, refer to this tutorial to install the ESP32 board.
Using Install Online is relatively simple and can be installed with just one click. In some areas, if you are unable to download normally due to network factors, you can try to switch to the mobile network or click Configure proxy in the preferences menu, or select Install Offline.

Install Online

The following is an example of installing ESP32-3.0.2, if you install other boards or version numbers, the operation steps are similar.
  • The board management URL is used to index the development board information of a specified platform. SelectFile -->Preferences from the Arduino IDE menu bar

ESP32-S3-AMOLED-1.91-Ar-board-01.png

  • Add the corresponding board management link, click the button

ESP32-S3-AMOLED-1.91-Ar-board-02.png

  • In the first blank space, add the following
https://espressif.github.io/arduino-esp32/package_esp32_index.json

ESP32-S3-AMOLED-1.91-Ar-board-03.png

  • Save settings

ESP32-S3-AMOLED-1.91-Ar-board-04.png

  • Install development board

①. Select BOARDS MANAGER in the sidebar;
②. Enter the name of the board you want to install ESP32 in the search box;
③. Select Version Number in the box;
④. Click INSTALL.
ESP32-S3-AMOLED-1.91-Ar-board-05.png

  • Wait for download

ESP32-S3-AMOLED-1.91-Ar-board-06.png

  • Arduino-esp32 download completed

ESP32-S3-AMOLED-1.91-Ar-board-07.png

Install Offline

  • Click on the ESP32 offline package in Google Drive, you can choose the required version to download according to the board installation requirements, and the rest of the versions can be downloaded by yourself on demand.
  • Unzip the provided development board package
    ESP32-S3-Pico-Ar-18.jpg
  • Place the extraction file in the Arduino package directory of the corresponding user
    C:\Users\{username}\AppData\Local\Arduino15\packages\
    Take the username Waveshare as an example
    C:\Users\waveshare\AppData\Local\Arduino15\packages\
  • Close all arduino windows to make sure Arduino is turned off
  • Open Arduino, then open the board manager, you can see that esp32-arduino has been installed
If there is an esp32 folder in this path, it is recommended to save it and delete the original esp32 folder in this path, so that you can use the newly generated esp32 folder in the offline package normally