<
From version < 10.1 >
edited by Edwin Chen
on 2022/11/30 23:26
To version < 10.2 >
edited by Xiaoling
on 2023/04/21 09:24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -28,7 +28,6 @@
28 28  (((
29 29  In the chapter 3.6.2 of [[IoT Kit tutorial:>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_IoT_Kit/v2-Kit/&file=Single%20Channel%20LoRa%20IoT%20Kit%20v2%20User%20Manual_v1.0.1.pdf]], There are detail explanation of this limitation, There is library which for Arduino Like end node to overcome this issue. Some other LoRaWAN sensors, when work with Single Channel Gateway. we need to do some special configure like: Below set up instruction or [[Video Instruction to set End node to work in Single Frequency & Fix Data Rates>>url:https://www.youtube.com/watch?v=32eLnlYoLoI]] For a general LoRaWAN sensor, please see if similar setting (Set to work in single frequency and fix data rate) is possible. Otherwise, there will be problem for communication due to the limitation.
30 30  
31 -
32 32  
33 33  )))
34 34  
... ... @@ -40,7 +40,6 @@
40 40  (((
41 41  Assume we have a LG02 working in the frequency 868400000 for receive frequency, below is the step up Dragino's End node.
42 42  
43 -
44 44  
45 45  )))
46 46  
... ... @@ -59,7 +59,6 @@
59 59  (((
60 60  **Note: User just need to make sure above three keys match, User can change either in TTN or Device to make then match. In TTN, NETSKEY and APPSKEY can be configured by user in setting page, but Device Addr is generated by TTN.**
61 61  
62 -
63 63  
64 64  )))
65 65  
... ... @@ -69,23 +69,27 @@
69 69  Run AT Command to make LoRaWAN End Node to work in Single frequency & ABP mode. Below is the AT commands:
70 70  
71 71  * AT+FDR Reset Parameters to Factory Default, Keys Reserve
72 -* AT+NJM=0 Set to ABP mode  ~-~->  This must be 0
73 -* AT+ADR=0 Set the Adaptive Data Rate Off  ~-~->  This must be 0
74 -* AT+DR=5  Set Data Rate (Set AT+DR=3 for 915 band)  ~-~->  Can use other DR but need to match the gateway setting.
75 -* AT+CHS=868400000  Set transmit frequency to 868.4Mhz  ~-~->  Can use other Frequency but need to match the gateway setting.
76 -* AT+DADDR=26 01 1A F1  Set Device Address to 26 01 1A F1  ~-~->  Make sure this match Server setting
77 -* ATZ Reset MCU
78 78  
70 +* AT+NJM=0  Set to ABP mode  ~-~->  This must be 0
79 79  
80 -As shown in below:
72 +* AT+ADR=0  Set the Adaptive Data Rate Off  ~-~->  This must be 0
81 81  
74 +* AT+DR=5  Set Data Rate (Set AT+DR=3 for 915 band)  ~-~->  Can use other DR but need to match the gateway setting.
82 82  
76 +* AT+CHS=868400000  Set transmit frequency to 868.4Mhz  ~-~->  Can use other Frequency but need to match the gateway setting.
77 +
78 +* AT+DADDR=26 01 1A F1  Set Device Address to 26 01 1A F1  ~-~->  Make sure this match Server setting
79 +
80 +* ATZ Reset MCU
81 +
82 +**As shown in below:**
83 +
84 +
83 83  [[image:image-20220601111608-1.png]]
84 84  
85 85  Configure Device
86 86  
87 87  
88 -
89 89  == 2.3 Step 3 : Configure Gateway ==
90 90  
91 91  
... ... @@ -92,8 +92,8 @@
92 92  Configure gateway so it can receive the packet sent from End Node:
93 93  
94 94  * RX frequency: 868400000  ~-~->  Must same as the End Node AT+CHS settings.
95 -* SF: 7  ~-~->  Must match the End Node DR settings. More about this please check [[LoRaWAN Region setting>>url:https://lora-alliance.org/sites/default/files/2018-07/lorawan_regional_parameters_v1.0.3reva_0.pdf]]. The End Node us EU868 frequency band, the DR5 equal to SF7/ Bandwidth 125Khz, so we need to set SF=7 here (ABove document Page 16).
96 96  
97 +* SF: 7  ~-~->  Must match the End Node DR settings. More about this please check [[LoRaWAN Region setting>>url:https://lora-alliance.org/sites/default/files/2018-07/lorawan_regional_parameters_v1.0.3reva_0.pdf]]. The End Node us EU868 frequency band, the DR5 equal to SF7/ Bandwidth 125Khz, so we need to set SF=7 here (ABove document Page 16).
97 97  
98 98  [[image:image-20220527164647-3.png]]
99 99  
... ... @@ -105,7 +105,10 @@
105 105  
106 106  For connecting a standard LoRaWAN devices. Please use the recommend LoRaWAN gateway:
107 107  
108 -1. LPS8v2: Dragino 2nd generation Indoor Multi-Channel LoRaWAN Gateway. [[https:~~/~~/www.dragino.com/products/lora-lorawan-gateway/item/228-lps8v2.html >>https://www.dragino.com/products/lora-lorawan-gateway/item/228-lps8v2.html]]
109 -1. LPS8N: Indoor Multi-Channel LoRaWAN Gateway. [[https:~~/~~/www.dragino.com/products/lora-lorawan-gateway/item/200-lps8n.html >>https://www.dragino.com/products/lora-lorawan-gateway/item/200-lps8n.html]]
110 -1. LG308N:  Indoor Multi-Channel LoRaWAN Gateway. [[https:~~/~~/www.dragino.com/products/lora-lorawan-gateway/item/229-lg308n.html >>https://www.dragino.com/products/lora-lorawan-gateway/item/229-lg308n.html]]
111 -1. DLOS8N:   Outdoor Multi-Channel LoRaWAN Gateway.  [[https:~~/~~/www.dragino.com/products/lora-lorawan-gateway/item/225-dlos8n.html>>https://www.dragino.com/products/lora-lorawan-gateway/item/225-dlos8n.html]]
109 +* LPS8v2: Dragino 2nd generation Indoor Multi-Channel LoRaWAN Gateway. [[https:~~/~~/www.dragino.com/products/lora-lorawan-gateway/item/228-lps8v2.html >>https://www.dragino.com/products/lora-lorawan-gateway/item/228-lps8v2.html]]
110 +
111 +* LPS8N: Indoor Multi-Channel LoRaWAN Gateway. [[https:~~/~~/www.dragino.com/products/lora-lorawan-gateway/item/200-lps8n.html >>https://www.dragino.com/products/lora-lorawan-gateway/item/200-lps8n.html]]
112 +
113 +* LG308N:  Indoor Multi-Channel LoRaWAN Gateway. [[https:~~/~~/www.dragino.com/products/lora-lorawan-gateway/item/229-lg308n.html >>https://www.dragino.com/products/lora-lorawan-gateway/item/229-lg308n.html]]
114 +
115 +* DLOS8N:   Outdoor Multi-Channel LoRaWAN Gateway.  [[https:~~/~~/www.dragino.com/products/lora-lorawan-gateway/item/225-dlos8n.html>>https://www.dragino.com/products/lora-lorawan-gateway/item/225-dlos8n.html]]
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0