Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:lorawan [2024/09/01 16:18] – [LoRaWAN] darrontools:lorawan [2024/09/02 20:04] (current) – [Resources] darron
Line 1: Line 1:
 ====LoRaWAN==== ====LoRaWAN====
  
- +Work-in-progress
-===Arduino=== +
- +
-[[https://web.archive.org/web/20200219204541/http://wiki.dragino.com:80/index.php?title=Lora_Shield|LoRa shield]] +
- +
-==Install== +
- +
-[[https://github.com/mcci-catena/arduino-lorawan|Arduino LoRaWAN]] +
- +
-[[https://github.com/mcci-catena/arduino-lmic|Arduino LMIC]] +
- +
-[[https://github.com/mcci-catena/Catena-mcciadk|MCCI ADK]] +
- +
-==Program== +
- +
-[[https://www.mobilefish.com/developer/lorawan/lorawan_quickguide_build_lora_node_dragino_shield_arduino_uno.html|Guide]] +
- +
-Arduino/libraries/MCCI_LoRaWAN_LMIC_library/project_config/lmic_project_config.h +
-<code> +
-#define LMIC_LORAWAN_SPEC_VERSION LMIC_LORAWAN_SPEC_VERSION_1_0_3 +
-#define CFG_eu868               1 +
-#define CFG_sx1276_radio        1 +
-#define DISABLE_PING +
-#define DISABLE_BEACONS +
-#define LMIC_PRINTF_TO          Serial +
-#define LMIC_DEBUG_LEVEL        2 +
-</code> +
- +
-When testing against ChirpStack this hardly processes a JoinAccept in a timely fashion, but it will work eventually. +
- +
-Ultimately you may consider using Arduino with LoRaWAN a waste of time. +
-===PlatformIO=== +
- +
-https://www.thethingsnetwork.org/forum/t/lmic-node-one-example-to-rule-them-all/46964 +
- +
-https://github.com/lnlp/LMIC-node+
  
 ===Cloud services=== ===Cloud services===
Line 48: Line 13:
 [[https://github.com/UniCT-ARSLab/LWN-Simulator|LoRaWAN node simulator]] [[https://github.com/UniCT-ARSLab/LWN-Simulator|LoRaWAN node simulator]]
  
 +
 +[[https://web.archive.org/web/20110829202744/http://www.cycleo.net:80/|LoRa historical]]
 +
 +[[https://revspace.nl/DecodingLora|Signal analysis and decoding with SDR]]