Install the development environment

This article offers a detailed guide on installing and configuring a development environment for the Arduino IDE with a focus on ESP32 board setup, featuring step-by-step instructions for URL configuration and board updates.

Configure URL to the Arduino IDE

  1. Open Arduino IDE and click File->Preferences, as shown below.

  2. In the newly opened interface, click the button in the red circle as shown below

  3. Copy the following link into the new pop-up dialog box: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

    Note: If you have installed another environment before, you can press Enter key at the beginning or end of the previous link and paste the link at a new line.

  4. Click OK. Update the board. Open Tools->Board:->Boards Manager... as shown below:

  5. Boards Manager will automatically update the boards as shown below:

  6. After completing the update, you can enter esp32 at the top, select esp32 and click install when the following occurs (It's recommended to install the latest version):

  7. Wait for the end of the following progress bar:

  8. After completing the installation, the list will show that the esp32 has been installed, as shown below:

  9. Select the development board and set the development board parameters as shown in the picture below, select the correct port.

    ​ 4.7-inch E Ink display for ESP32

    ​ 4.7-inch E Ink display for ESP32-S3

Was this article helpful?

ON THIS PAGE

TOP