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:15] – [Arduino] darrontools:lorawan [2024/09/02 20:04] (current) – [Resources] darron
Line 1: Line 1:
 ====LoRaWAN==== ====LoRaWAN====
  
-Various links to LoRaWAN articles.+Work-in-progress
  
 +===Cloud services===
  
-===Arduino===+[[https://uk1.loriot.io/login|Loriot UK Login]]
  
-[[https://web.archive.org/web/20200219204541/http://wiki.dragino.com:80/index.php?title=Lora_Shield|LoRa shield]]+[[https://eu1.cloud.thethings.network/console/|TTN Login]]
  
-==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. 
 ===Resources=== ===Resources===
  
-https://www.mobilefish.com/developer/lorawan/lorawan_quickguide_build_lora_node_rfm95_arduino_uno.html+[[https://github.com/UniCT-ARSLab/LWN-Simulator|LoRaWAN node simulator]]
  
-https://github.com/matthijskooijman/arduino-lmic 
  
-https://www.thethingsnetwork.org/forum/t/lmic-node-one-example-to-rule-them-all/46964+[[https://web.archive.org/web/20110829202744/http://www.cycleo.net:80/|LoRa historical]]
  
-https://github.com/lnlp/LMIC-node +[[https://revspace.nl/DecodingLora|Signal analysis and decoding with SDR]]
- +
-https://artifacts.chirpstack.io/downloads/chirpstack/ +
- +
-https://github.com/UniCT-ARSLab/LWN-Simulator +
- +
-[[https://uk1.loriot.io/login|Loriot UK Login]] +
- +
-[[https://eu1.cloud.thethings.network/console/|TTN Login]]+