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 16:35] – [Arduino] darron | tools:lorawan [2024/09/02 20:04] (current) – [Resources] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
====LoRaWAN==== | ====LoRaWAN==== | ||
- | + | Work-in-progress | |
- | ===Arduino=== | + | |
- | + | ||
- | [[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 | + | |
- | #define LMIC_PRINTF_TO | + | |
- | #define LMIC_DEBUG_LEVEL | + | |
- | </ | + | |
- | + | ||
- | Setting the debug level to 2 only works on larger memory devices such as the ATmega2560 | + | |
- | and must be 0 for ATmega328P. | + | |
- | + | ||
- | When testing against ChirpStack a MEGA2560 board did not reliably register JoinAccept from | + | |
- | the server but did so eventually. This issue is not present on the UNO. | + | |
- | + | ||
- | ===PlatformIO=== | + | |
- | + | ||
- | https:// | + | |
- | + | ||
- | https:// | + | |
===Cloud services=== | ===Cloud services=== | ||
Line 52: | Line 13: | ||
[[https:// | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||