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 image

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

  • Install library for ModbusMaster at https://github.com/4-20ma/ModbusMaster image

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 image

  • REBOOT ARDUINO IDE BEFORE DOING NEXT STEP

3. Compile Easy LoRa source code

  • Go to EasyLoRaIndustrialNode, open the main ino - EasyLoRaIndustrialNode.ino image

  • Select board ESP32 Dev Module image

  • Compile, if everything is OK, you will see "Done compiling". image

DONE.