- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13
Compile Easy LoRa Gateway
        IoTThinks.com edited this page Aug 19, 2019 
        ·
        1 revision
      
    - 
Install third-party library in Arduino IDE, Tools > Include library > Manage Libraries  
- 
Install library for MQTT, select "MQTT by Joel Gaehwiler"  
- 
Install library for LoRa, select "LoRa by Sandeep Mistry"  
- 
Use git to download or clone the whole source code, Clone or download > Download ZIP  
- 
Unzip the source code into a working folder  
- 
REBOOT ARDUINO IDE BEFORE DOING NEXT STEP 
- 
Go to EasyLoraGateway, open the main ino - EasyLoraGateway.ino  
- 
Select board ESP32 Dev Module  
- 
Compile, if everything is OK, you will see "Done compiling".  
DONE.