Last modified by Xiaoling on 2025/07/31 15:09
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -19,11 +19,12 @@ 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: [[L PS8>>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]]IG16>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/171-lig16.html]]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]] 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 + 27 27 = 2. How it works = 28 28 29 29 ... ... @@ -99,6 +99,8 @@ 99 99 ))) 100 100 101 101 103 + 104 + 102 102 (% class="box" %) 103 103 ((( 104 104 (% 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. ... ... @@ -176,6 +176,8 @@ 176 176 177 177 * User can use other language ,not limited to Lua, just make sure the return is what you want to send. 178 178 182 + 183 + 179 179 == 2.2 Downstream == 180 180 181 181 ... ... @@ -217,8 +217,6 @@ 217 217 218 218 * **Fport: **Transmit port,example:8 219 219 220 - 221 - 222 222 (% style="color:blue" %)**Completely exmaple:** 223 223 224 224 * **Old version:** echo 018193F4,imme,hex,0101 > /var/iot/push/test ... ... @@ -225,10 +225,8 @@ 225 225 226 226 * **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2,8 > /var/iot/push/test 227 227 231 +Downstream(% style="color:#037691" %)** Frequency:** 228 228 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,6 +247,8 @@ 247 247 248 248 * RU864: 869.1Mhz, SF12 BW125 249 249 251 + 252 + 250 250 (% style="color:#037691" %)**Examples:** 251 251 252 252 (% class="box" %)