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/02 16:36] – [LoRaWAN] darrontools:lorawan [2024/09/02 20:04] (current) – [Resources] darron
Line 1: Line 1:
 ====LoRaWAN==== ====LoRaWAN====
  
-This page is work-in-progress and part of it do not really belong here. +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]] +
- +
-Edit 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_ENABLE_DeviceTimeReq       0 +
-#define LMIC_PRINTF_TO                  Serial +
-#define LMIC_DEBUG_LEVEL                2 +
-</code> +
- +
-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://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 52: 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]]