Last modified by Xiaoling on 2025/07/31 15:09
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 ... ... @@ -100,8 +100,6 @@ 100 100 ))) 101 101 102 102 103 - 104 - 105 105 (% class="box" %) 106 106 ((( 107 107 (% 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. ... ... @@ -179,8 +179,6 @@ 179 179 180 180 * User can use other language ,not limited to Lua, just make sure the return is what you want to send. 181 181 182 - 183 - 184 184 == 2.2 Downstream == 185 185 186 186 ... ... @@ -222,6 +222,8 @@ 222 222 223 223 * **Fport: **Transmit port,example:8 224 224 220 + 221 + 225 225 (% style="color:blue" %)**Completely exmaple:** 226 226 227 227 * **Old version:** echo 018193F4,imme,hex,0101 > /var/iot/push/test ... ... @@ -228,8 +228,10 @@ 228 228 229 229 * **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2,8 > /var/iot/push/test 230 230 231 -Downstream(% style="color:#037691" %)** Frequency:** 232 232 229 + 230 +Downstream(% style="color:#037691" %)** Frequency:** 231 + 233 233 The LG308 will use the RX2 window info to send the downstream payload, use the default LoRaWAN settings, as below: 234 234 235 235 * EU868: 869.525Mhz, DR0(SF12BW125) ... ... @@ -248,8 +248,6 @@ 248 248 249 249 * RU864: 869.1Mhz, SF12 BW125 250 250 251 - 252 - 253 253 (% style="color:#037691" %)**Examples:** 254 254 255 255 (% class="box" %)