With this step we remove all dependencies, but git. Mac and Linux come with Python by default, so they will keep using get.py to update the toolchain and support binaries. Windows users have an "All point and click" installation option that requires only git and Arduino to be downloaded. Fingers crossed :)
2.0 KiB
2.0 KiB
Steps to install Arduino ESP32 support on Windows
Tested on 32 and 64 bit Windows 10 machines
-
Download and install the latest Arduino IDE
Windows Installerfrom arduino.cc -
Download and install Git from git-scm.com
-
Start
Git GUIand run through the following steps:-
Select
Clone Existing Repository -
Select source and destination
-
Open
C:/Users/[YOUR_USER_NAME]/Documents/Arduino/hardware/espressif/esp32/toolsand double-clickget.exe -
When
get.exefinishes, you should the following files you the directory
-
-
Plug your ESP32 board and wait for the drivers to install (or install manually any that might be required)
-
Start Arduino IDE
-
Select your board in
Tools > Boardmenu -
Select the COM port that the board is attached to
-
Compile and upload (You might need to hold the boot button while uploading)





