Arduino IDE – Install ESP32 Support via Board Manager
May 1st, 2019 10:55 AM | by Alfred Markus Paar | Posted in Elektronik
Arduino IDE (1.8.9 in my case) needs to be installed
- Check if there is a manual installation present
- Navigate to C:\Users\<username>\Documents\Arduino and check if there is the following structure
- hardware/espressif/esp32
- Delete the esp32 folder
- If there is no other folder beside esp32, delete also the parent espressif
- Navigate to C:\Users\<username>\Documents\Arduino and check if there is the following structure
- Configure Board Manager and install
- Start Arduino IDE
- Edit>Preferences
- Click on the button near the field Additional Board Manager URLs
- Type in: https://dl.espressif.com/dl/package_esp32_index.json
- Tools>Board>BoardManager
- Search for ESP32 and install esp32 by Espressif Systems
- Check installation
- Check if the boards are available in Tools>Board
- Select the correct board (ESP32 Dev Module in my case)
- Connect the board (driver)
- Select the right Port in Tools>Port and try to get borad info: Tool>GetBoardInfo
- Try to upload some sample code
- Check out the console if compile and upload works, something like this should appear at the end
- Leaving…
Hard resetting via RTS pin…
- Leaving…
Leave a Reply