Chapter 2
Development environment
2.1 IDE plugins
2.1.1 How to add ESP32 development board on Arduino IDE?
• For installation instructions of Arduino-ESP32, please refer to
• For instructions on how to add development boards on Arduino IDE, please refer to
2.1.2 When using the Arduino IDE development platform, how to read the MAC address
of the Wi-Fi that comes with ESP32?
• Please refer to the
Arduino-ESP32 Development
• Use "WiFi.macAddress()"to obtain the MAC address of ESP32's Wi-Fi.
• Please also refer to the
2.1.3 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
using the flash download tool to flash, and enter the corresponding flashing address.
2.2 Debugging
WiFiClientStaticIP
example.
tools page
arduino-ide getting
Framework.
on Espressif's official website, select the bin file when
started.
arduino
Cores.
9
Need help?
Do you have a question about the ESP and is the answer not in the manual?