Last modified by Xiaoling on 2025/07/31 15:09

From version 21.6
edited by Xiaoling
on 2025/07/31 15:00
Change comment: There is no comment for this version
To version 21.3
edited by Xiaoling
on 2023/04/20 17:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,12 +19,11 @@
19 19  
20 20  * LoRaWAN End Node in ABP mode. Make sure your end node works in this mode. End node most are default set to OTAA mode
21 21  
22 -* LoRaWAN Gateway model: [[DLOS8N>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/225-dlos8n.html]], [[LPS8N>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/200-lps8n.html]], [[LG308N>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/229-lg308n.html]]
22 +* LoRaWAN Gateway model: [[LPS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]], [[LG308>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/140-lg308.html]], [[DLOS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/160-dlos8.html]] ,[[LIG16>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/171-lig16.html]]
23 23  
24 24  * Firmware version for below instruction:  **[[(% style="color:purple" %)Since LG02_LG08~~-~~-build-v5.4.1593400722-20200629-1120>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/]](%%)**
25 25  
26 26  
27 -
28 28  = 2. How it works =
29 29  
30 30  
... ... @@ -69,7 +69,7 @@
69 69  [[image:image-20220527161149-2.png]]
70 70  
71 71  
72 -LG308N log by "(% style="color:red" %)**logread -f**" (%%)command
71 +LG308 log by "(% style="color:red" %)**logread -f**" (%%)command
73 73  
74 74  
75 75  
... ... @@ -100,7 +100,6 @@
100 100  )))
101 101  
102 102  
103 -
104 104  (% class="box" %)
105 105  (((
106 106  (% style="color:red" %)**Notice 2**(%%): The upstream payload length should match the LoRaWAN length requirement (max length depends on Frequency and DR), otherwise the gateway can't decode the payload.
... ... @@ -178,8 +178,6 @@
178 178  
179 179  * User can use other language ,not limited to Lua, just make sure the return is what you want to send.
180 180  
181 -
182 -
183 183  == 2.2 Downstream ==
184 184  
185 185  
... ... @@ -221,6 +221,8 @@
221 221  
222 222  * **Fport: **Transmit port,example:8
223 223  
220 +
221 +
224 224  (% style="color:blue" %)**Completely exmaple:**
225 225  
226 226  * **Old version:** echo 018193F4,imme,hex,0101 > /var/iot/push/test
... ... @@ -227,8 +227,10 @@
227 227  
228 228  * **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2,8 > /var/iot/push/test
229 229  
230 -Downstream(% style="color:#037691" %)** Frequency:**
231 231  
229 +
230 +Downstream(% style="color:#037691" %)** Frequency:**
231 +
232 232  The LG308 will use the RX2 window info to send the downstream payload, use the default LoRaWAN settings, as below:
233 233  
234 234  * EU868: 869.525Mhz, DR0(SF12BW125)
... ... @@ -247,8 +247,6 @@
247 247  
248 248  * RU864: 869.1Mhz, SF12 BW125
249 249  
250 -
251 -
252 252  (% style="color:#037691" %)**Examples:**
253 253  
254 254  (% class="box" %)