-
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 MQTT, select "MQTT by Joel Gaehwiler"
-
Install library for LoRa, select "LoRa by Sandeep Mistry"
-
Install librady for HTTP FOTA, Add library zip using External libraries\esp32-http-fota-master\HttpFOTA.zip or get latest file from https://github.com/nhatuan84/esp32-http-fota
-
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.