- Download and install the latest Arduino IDE
Windows Installer
from arduino.cc - Download and install Git from git-scm.com
- If you don't install Git,you choose
dowload zip
from the home page and Unzip the file to/Documents/Arduino/hardware/heltec
,Skip steps three to step four
-
Execute the command under the \Documents\Arduino\hardware path Start
Git Bash
and run through the following steps: -
Open
/Documents/Arduino/hardware/heltec/esp32/tools
and double-clickget.exe
-
When
get.exe
finishes, you should see the following files in 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 > Board
menuWiFi_Kit_32
orWiFi_LoRa_32
-
Select the COM port that the board is attached to
-
Compile and upload (You might need to hold the
PRG
button while uploading)
-
Open
/Documents/Arduino/hardware/heltec
created startGit Bash
and inputgit pull
! -
Wait for git to pull any changes and close
Git Bash
-
Open
/Documents/Arduino/hardware/heltec/esp32/tools
and double-clickget.exe