- Download and install the latest Arduino IDE
Windows Installerfrom arduino.cc - Download and install Git from git-scm.com
- If you don't install Git,you choose
dowload zipfrom the home page and Unzip the file to/Documents/Arduino/hardware/heltec,Skip steps three to step four
-
Start
Git GUIand run through the following steps:-
Select
Clone Existing Repository -
Select source and destination
-
Source Location:
https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series.git -
Target Directory:
/Documents/Arduino/hardware/heltec -
Change this to your Sketchbook Location if you have a different directory listed underneath the "Sketchbook location" in Arduino preferences.
-
Click
Cloneto start cloning the repository
-
-
-
Open
/Documents/Arduino/hardware/heltec/esp32/toolsand double-clickget.exe -
When
get.exefinishes, 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 > BoardmenuWiFi_Kit_32orWiFi_LoRa_32 -
Select the COM port that the board is attached to
-
Compile and upload (You might need to hold the
PRGbutton while uploading)
-
Install Python
-
Open
/Documents/Arduino/hardware/heltec/esp8266/toolsand double-clickget.py
-
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 > BoardmenuWiFi_Kit_8 -
Select the COM port that the board is attached to
-
Compile and upload (You might need to press the
PRGbutton while uploading)

.png)









