Development Environment - Arduino for Windows

Schematics, Example Code and Q&A
Daniel
Posts: 133
Joined: Tue Nov 13, 2012 2:10 pm

Development Environment - Arduino for Windows

Unread post by Daniel »

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
Last edited by Daniel on Sun Sep 09, 2018 12:52 pm, edited 2 times in total.
BAJER
Posts: 2
Joined: Fri Mar 09, 2018 2:00 pm

Re: Development Environment - Arduino for Windows

Unread post by BAJER »

The link is broken.
BAJER
Posts: 2
Joined: Fri Mar 09, 2018 2:00 pm

Re: Development Environment - Arduino for Windows

Unread post by BAJER »

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?
iSeries1
Posts: 2
Joined: Sat Mar 10, 2018 7:55 am

Re: Development Environment - Arduino for Windows

Unread post by iSeries1 »

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
Post Reply