Skip to content

Compile Easy LoRa Industrial Node

IoTThinks.com edited this page May 30, 2019 · 8 revisions

1. Install third-party library

  • Install third-party library in Arduino IDE, Tools > Include library > Manage Libraries gw-src6

  • Install library for LoRa, select "LoRa by Sandeep Mistry" gw-src8

2. Download Easy LoRa source code

  • Use git to download or clone the whole source code, Clone or download > Download ZIP image

  • Unzip the source code into a working folder gw-src3

  • REBOOT ARDUINO IDE BEFORE DOING NEXT STEP

3. Compile Easy LoRa source code

  • Go to EasyLoraGateway, open the main ino - EasyLoraGateway.ino gw-src4

  • Select board ESP32 Dev Module gw-src5

  • Compile, if everything is OK, you will see "Done compiling". gw-src11

DONE.