<
From version < 10.3 >
edited by Xiaoling
on 2023/04/21 09:34
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
Content
... ... @@ -65,19 +65,19 @@
65 65  
66 66  Run AT Command to make LoRaWAN End Node to work in Single frequency & ABP mode. Below is the AT commands:
67 67  
68 -* (% style="color:blue" %)**AT+FDR**(%%)  Reset Parameters to Factory Default, Keys Reserve
68 +* AT+FDR Reset Parameters to Factory Default, Keys Reserve
69 69  
70 -* (% style="color:blue" %)**AT+NJM=0** (%%) Set to ABP mode  ~-~->  This must be 0
70 +* AT+NJM=0  Set to ABP mode  ~-~->  This must be 0
71 71  
72 -* (% style="color:blue" %)**AT+ADR=0**(%%)  Set the Adaptive Data Rate Off  ~-~->  This must be 0
72 +* AT+ADR=0  Set the Adaptive Data Rate Off  ~-~->  This must be 0
73 73  
74 -* (% style="color:blue" %)**AT+DR=5**(%%)  Set Data Rate (Set AT+DR=3 for 915 band)  ~-~->  Can use other DR but need to match the gateway setting.
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 75  
76 -* (% style="color:blue" %)**AT+CHS=868400000**(%%)  Set transmit frequency to 868.4Mhz  ~-~->  Can use other Frequency but need to match the gateway setting.
76 +* AT+CHS=868400000  Set transmit frequency to 868.4Mhz  ~-~->  Can use other Frequency but need to match the gateway setting.
77 77  
78 -* (% style="color:blue" %)**AT+DADDR=26 01 1A F1**  (%%) Set Device Address to 26 01 1A F1  ~-~->  Make sure this match Server setting
78 +* AT+DADDR=26 01 1A F1  Set Device Address to 26 01 1A F1  ~-~->  Make sure this match Server setting
79 79  
80 -* (% style="color:blue" %)**ATZ** (%%) Reset MCU
80 +* ATZ Reset MCU
81 81  
82 82  **As shown in below:**
83 83  
... ... @@ -92,9 +92,9 @@
92 92  
93 93  Configure gateway so it can receive the packet sent from End Node:
94 94  
95 -* (% style="color:blue" %)**RX frequency: 868400000 ** (%%) ~-~->  Must same as the End Node **AT+CHS** settings.
95 +* RX frequency: 868400000  ~-~->  Must same as the End Node AT+CHS settings.
96 96  
97 -* (% style="color:blue" %)**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 +* 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).
98 98  
99 99  [[image:image-20220527164647-3.png]]
100 100  
... ... @@ -106,10 +106,10 @@
106 106  
107 107  For connecting a standard LoRaWAN devices. Please use the recommend LoRaWAN gateway:
108 108  
109 -* (% style="color:blue" %)**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 +* 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 110  
111 -* (% style="color:blue" %)**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]]
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 112  
113 -* (% style="color:blue" %)**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]]
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 114  
115 -* (% style="color:blue" %)**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]]
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