-
Notifications
You must be signed in to change notification settings - Fork 4
Easy LoRaWAN Gateway
IoTThinks.com edited this page May 8, 2020
·
12 revisions
- Based on https://github.com/things4u/ESP-1ch-Gateway
- Add improvement for more simplicity, UI and UX
- 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
LoRaWAN Frequency
- { 433175000, 125, 7, 12, 433175000, 125, 7, 12}, // Channel 0, 433.175 MHz/125 primary
- { 433375000, 125, 7, 12, 433375000, 125, 7, 12}, // Channel 1, 433.375 MHz primary
- { 433575000, 125, 7, 12, 433575000, 125, 7, 12}, // Channel 2, 433.575 MHz primary
- { 433775000, 125, 7, 12, 433775000, 125, 7, 12}, // Channel 3, 433.775 MHz primary
- { 433975000, 125, 7, 12, 433975000, 125, 7, 12}, // Channel 4, 433.975 MHz primary
- { 434175000, 125, 7, 12, 434175000, 125, 7, 12}, // Channel 5, 434.175 MHz primary
- { 434375000, 125, 7, 12, 434375000, 125, 7, 12}, // Channel 6, 434.375 MHz primary
- { 434575000, 125, 7, 12, 434575000, 125, 7, 12}, // Channel 7, 434.575 MHz primary
- { 434775000, 125, 7, 12, 434775000, 125, 7, 12} // Channel 8, 434.775 MHz primary
Easy LoRaWAN WiKi