-
Notifications
You must be signed in to change notification settings - Fork 0
Compile Easy LoRa Industrial Node
IoTThinks.com edited this page May 30, 2019
·
8 revisions
-
Install third-party library in Arduino IDE, Tools > Include library > Manage Libraries
-
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.