Arduino IDE – Install ESP32 Support manually
April 30th, 2019 10:02 PM | by Alfred Markus Paar | Posted in Elektronik
Arduino IDE (1.8.9 in my case) needs to be installed first and started at least once
- Download an install
- Download the sources of the ESP32 WiFi Chip here here
- Go to C:\Users\<username>\Documents\Arduino and create the following folder structure there:
- hardware/espressif/esp32
- Extract the previously downloaded .zip to the esp32 folder
- Navigate to the tools folder in esp32 and execute get.exe
- Wait until download is finished
- Check installation
- Start Arduino IDE
- Go to Tools>Boards and choose the correct board (ESP32 Dev Module in my case)
- Connect the board (driver) 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