IDE plugins

[中文]


How to add ESP32 development board on Arduino IDE?


When using the Arduino IDE development platform, how to read the MAC address of the Wi-Fi that comes with ESP32?


How to use the flash download tool to flash the bin file generated by Arduino to ESP32?

  • Please go to File -> Preferences -> Show verbose output during and select compilation. After compilation succeeded, a Python flashing command will be printed with the bin file to be flashed and the corresponding flashing address.

  • Download the flash download tool on the tools page on Espressif’s official website, select the bin file when using the flash download tool to flash, and enter the corresponding flashing address.


How to update the esp32-arduino library version?

  • Under the path Tool > Board > BoardManager, search for ESP32 to select and install the desired version of the esp32-arduino library.