Compile Easy LoRa Gateway - IoTThinks/EasyLoRaGateway_v2.1 GitHub Wiki

1. Install third-party library

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

  • Install library for MQTT, select "MQTT by Joel Gaehwiler" gw-src7

  • 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 gw-src2

  • 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.