See the instructions here https://www.youtube.com/watch?v=DgaKlh081tU
The path for the "Additional Boards Manager URLs" is https://dl.espressif.com/dl/package_esp32_index.json
I use v1.8.x for testing. Versions from around 1.6.10 seem to work properly. YMMV
Daniel
Development Environment - Arduino for Windows
Development Environment - Arduino for Windows
Last edited by Daniel on Sun Sep 09, 2018 12:52 pm, edited 2 times in total.
Re: Development Environment - Arduino for Windows
The link is broken.
Re: Development Environment - Arduino for Windows
I am using Arduino IDE 1.8.5 with Windows 10. I can't get the sketch to upload to the ESP32 board.
I have the following selected:
- ESP32 Dev Module
- Upload Speed 921600
The port option is grayed out and I can't select the port to use. When I try to upload, I get:
"Failed to execute script esptool the selected serial port Failed to execute script esptool
does not exist or your board is not connected"
I have the ESP32 board connected with the USB cable, not COM1.
Any suggestions?
I have the following selected:
- ESP32 Dev Module
- Upload Speed 921600
The port option is grayed out and I can't select the port to use. When I try to upload, I get:
"Failed to execute script esptool the selected serial port Failed to execute script esptool
does not exist or your board is not connected"
I have the ESP32 board connected with the USB cable, not COM1.
Any suggestions?
Re: Development Environment - Arduino for Windows
Looks like the updated documentation is here: https://github.com/espressif/arduino-es ... windows.md
If the driver for the board does not install there will be no port and you will not be able to upload sketches. Check device manager for proper port number.
Mike
If the driver for the board does not install there will be no port and you will not be able to upload sketches. Check device manager for proper port number.
Mike