Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:lorawan [2024/09/01 16:18] – [LoRaWAN] 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:// | + | |
- | + | ||
- | Arduino/ | + | |
- | < | + | |
- | #define LMIC_LORAWAN_SPEC_VERSION LMIC_LORAWAN_SPEC_VERSION_1_0_3 | + | |
- | #define CFG_eu868 | + | |
- | #define CFG_sx1276_radio | + | |
- | #define DISABLE_PING | + | |
- | #define DISABLE_BEACONS | + | |
- | #define LMIC_PRINTF_TO | + | |
- | #define LMIC_DEBUG_LEVEL | + | |
- | </ | + | |
- | + | ||
- | When testing against ChirpStack this hardly processes a JoinAccept | + | |
- | + | ||
- | Ultimately you may consider using Arduino with LoRaWAN a waste of time. | + | |
- | ===PlatformIO=== | + | |
- | + | ||
- | https:// | + | |
- | + | ||
- | https:// | + | |
===Cloud services=== | ===Cloud services=== | ||
Line 48: | Line 13: | ||
[[https:// | [[https:// | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | [[https:// | ||