Skip to content

Instantly share code, notes, and snippets.

@aliustaoglu
Created June 21, 2018 10:22
Show Gist options
  • Save aliustaoglu/f7567d0aeb1c844adc03ea3b85c13c33 to your computer and use it in GitHub Desktop.
Save aliustaoglu/f7567d0aeb1c844adc03ea3b85c13c33 to your computer and use it in GitHub Desktop.
How to install ESP32 for Ardino IDE on Windows

First install drivers

https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers

download and install CP210x_Universal_Windows_Driver.zip

Then install Board for Arduino IDE

md C:\Users\Aliustaoglu\Documents\Arduino\hardware\espressif
cd C:\Users\Aliustaoglu\Documents\Arduino\hardware\espressif
git clone https://github.com/espressif/arduino-esp32.git esp32
cd esp32
git submodule update --init --recursive
cd tools
get.exe

Then hold button Boot while uploading the data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment