Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:lorawan [2024/09/02 18:32] – [LoRaWAN] darron | tools:lorawan [2024/09/02 20:04] (current) – [Resources] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====LoRaWAN==== | ====LoRaWAN==== | ||
- | This page is work-in-progress | + | Work-in-progress |
- | ===Arduino=== | + | |
- | + | ||
- | [[https:// | + | |
- | + | ||
- | [[https:// | + | |
- | + | ||
- | ==Install== | + | |
- | + | ||
- | [[https:// | + | |
- | + | ||
- | [[https:// | + | |
- | + | ||
- | [[https:// | + | |
- | + | ||
- | ==Program== | + | |
- | + | ||
- | [[https:// | + | |
- | + | ||
- | Edit Arduino/ | + | |
- | < | + | |
- | #define LMIC_LORAWAN_SPEC_VERSION | + | |
- | #define CFG_eu868 | + | |
- | #define CFG_sx1276_radio | + | |
- | #define DISABLE_PING | + | |
- | #define DISABLE_BEACONS | + | |
- | #define LMIC_ENABLE_DeviceTimeReq | + | |
- | #ifdef Serial | + | |
- | # | + | |
- | # | + | |
- | #endif | + | |
- | </ | + | |
- | + | ||
- | Setting the debug level to 2 only works on larger memory devices such as the ATmega2560 | + | |
- | and must be 0 for ATmega328P. | + | |
- | + | ||
- | When testing with ChirpStack a MEGA2560 clone did not reliably register JoinAccept from | + | |
- | the server but it did so eventually. This issue is not present on an Arduino UNO clone nor an ARM based Seeeduino Zero. | + | |
- | + | ||
- | NB Enabling debug output will fail to compile on an ARM based board with SerialUSB. | + | |
- | ===PlatformIO=== | + | |
- | + | ||
- | https:// | + | |
- | + | ||
- | https:// | + | |
===Cloud services=== | ===Cloud services=== | ||
Line 57: | Line 13: | ||
[[https:// | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||