- 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
-
Start
Git GUI
and 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
Clone
to start cloning the repository
-
-
-
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)
-
Install Python
-
Open
/Documents/Arduino/hardware/heltec/esp8266/tools
and 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 > Board
menuWiFi_Kit_8
-
Select the COM port that the board is attached to
-
Compile and upload (You might need to press the
PRG
button while uploading)