Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.31 KB

windows.md

File metadata and controls

42 lines (27 loc) · 2.31 KB

Steps to install Arduino ESP32 support on Windows

Tested on 32 and 64 bit Windows 10 machines

  1. Download and install the latest Arduino IDE Windows Installer from arduino.cc
  2. 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
  1. Execute the command under the \Documents\Arduino\hardware path Start Git Bash and run through the following steps:

    • Input git clone https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series.git heltec

      Step 3

  2. Open /Documents/Arduino/hardware/heltec/esp32/tools and double-click get.exe

    Step 4

  3. When get.exe finishes, you should see the following files in the directory

    Step 5

  4. Plug your ESP32 board and wait for the drivers to install (or install manually any that might be required)

  5. Start Arduino IDE

  6. Select your board in Tools > Board menu WiFi_Kit_32or WiFi_LoRa_32

  7. Select the COM port that the board is attached to

  8. Compile and upload (You might need to hold the PRG button while uploading)

    Arduino IDE Example

How to update to the latest code

  1. Open /Documents/Arduino/hardware/heltec created start Git Bash and input git pull!

    Update Step 1

  2. Wait for git to pull any changes and close Git Bash

  3. Open /Documents/Arduino/hardware/heltec/esp32/tools and double-click get.exe

    Step 4

Steps to install Arduino ESP8266 support on Windows

Please click here