1.1k
This is the github instructions, I have been looking at the ESP32 module
My ESP Arduino installation is located at J:\esp on my PC but other than changing the paths everything went as planned. The board I bought was a Lolin32 from Wemos – we’ll come to that later
Tested on 64 bit Windows 10 machine (I don’t have 32 Bit)
- Download and install the latest Arduino IDE
Windows Installer
from arduino.cc - Download and install Git from git-scm.com
- Start
Git GUI
and run through the following steps:- Select
Clone Existing Repository
- Select source and destination
- Source Location:
https://github.com/espressif/arduino-esp32.git
- Target Directory:
C:/Users/[YOUR_USER_NAME]/Documents/Arduino/hardware/espressif/esp32
- Change this to your Sketchbook Location if you have a different directory listed underneath the “Sketchbook location” in Arduino preferences.
- Click
Clone
to start cloning the repository
- Source Location:
- Open
C:/Users/[YOUR_USER_NAME]/Documents/Arduino/hardware/espressif/esp32/tools
and double-clickget.exe
- When
get.exe
finishes, you should see the following files in the directory
- Select
- 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 > Board
menu - Select the COM port that the board is attached to
- Compile and upload (You might need to hold the boot button while uploading)
How to update to the latest code
- From menu
Remote
selectFetch from
>origin
- Wait for git to pull any changes and close
Git GUI
- Open
C:/Users/[YOUR_USER_NAME]/Documents/Arduino/hardware/espressif/esp32/tools
and double-clickget.exe