Skip to content

Easy LoRaWAN Gateway

IoTThinks.com edited this page May 8, 2020 · 12 revisions

Goals

Ref:

Build

  • ESP32 standard libraries

Unzip

  • When unpacking the source at github: Copy the content of the "src" directory to the Aruino IDE "ESP-sc-gway" directory and copy the contents of the "lib" to the Arduino IDE "libraries" directory;
  • Arduino IDE "libraries" directory: C:\Users<username>\Documents\Arduino\libraries

Configure

LoRaWAN Frequency

  1. 434.2 - SF7BW125 to SF12BW125
  2. 434.4 - SF7BW125 to SF12BW125
  3. 434.6 - SF7BW125 to SF12BW125
  4. 433.2 - SF7BW125 to SF12BW125
  5. 433.4 - SF7BW125 to SF12BW125
  6. 433.6 - SF7BW125 to SF12BW125
  7. 433.8 - SF7BW125 to SF12BW125
  8. 434.0 - SF7BW125 to SF12BW125

Easy LoRaWAN WiKi

1. Overview

2. Easy LoRaWAN - IoT Server

3. Easy LoRaWAN - Network Server

4. LoRaWAN Gateways

5. LoRaWAN Devices

6. Easy LoRaWAN App

Clone this wiki locally