From fcd3a8d6a1fbdc9b96d2e1b3374fbb987b25eb62 Mon Sep 17 00:00:00 2001 From: Kent Wiliams Date: Fri, 3 Jul 2020 08:16:00 -0700 Subject: [PATCH] added esp32 lorawan install instructions --- Heltec-WiFi-LoRa-32-V2/longfi-us915/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Heltec-WiFi-LoRa-32-V2/longfi-us915/README.md b/Heltec-WiFi-LoRa-32-V2/longfi-us915/README.md index f685b50..8987c03 100644 --- a/Heltec-WiFi-LoRa-32-V2/longfi-us915/README.md +++ b/Heltec-WiFi-LoRa-32-V2/longfi-us915/README.md @@ -7,9 +7,16 @@ This example demonstrates sending a simple data packet using a Heltec Wifi LoRa [Heltec LoRa 32 V2 Docs](https://heltec-automation-docs.readthedocs.io/en/latest/esp32/index.html) ## Installing the Heltec ESP32 Library - From the Arduino IDE, open the Library Manager (Sketch->Include Library->Manage Libraries). In the search box, type Heltec ESP32 and look for `Heltec ESP32 Dev-Boards`. Select the latest version and install. +## Install Heltec ESP32 LoRaWAN Library +Download [this](https://github.com/HelTecAutomation/ESP32_LoRaWAN/archive/master.zip) find into the directory below and unzip. +``` +linux: /home/{user}/Arduino/libraries +windows: Documents\Arduino\libraries +mac os: Documents/Arduino/libraries +``` + ## Install Serial Driver Find Directions [here](https://heltec-automation-docs.readthedocs.io/en/latest/general/establish_serial_connection.html). @@ -55,7 +62,7 @@ In File: ``` linux: /home/{user}/Arduino/libraries/ESP32_LoRaWAN-master/src/ESP32_LoRaWAN.cpp windows: Documents\Arduino\libraries\ESP32_LoRaWAN-master\src\ESP32_LoRaWAN.cpp -mac os: Documents/Arduino/librariesESP32_LoRaWAN-master/src/ESP32_LoRaWAN.cpp +mac os: Documents/Arduino/libraries/ESP32_LoRaWAN-master/src/ESP32_LoRaWAN.cpp ``` ## Upload `longfi-us915` example