Last modified by Xiaoling on 2023/04/20 18:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -18,8 +18,6 @@ 18 18 1. 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]] 19 19 1. 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/]](%%)** 20 20 21 - 22 - 23 23 = 2. How it works = 24 24 25 25 ... ... @@ -148,6 +148,7 @@ 148 148 * User can use other language ,not limited to Lua, just make sure the return is what you want to send. 149 149 150 150 149 + 151 151 == 2.2 Downstream == 152 152 153 153 In LG308, we can create a file in the directory /var/iot/push for downstream purpose. We recommend using each command to generate this file. This file will be used for transmission and auto-deleted after used ... ... @@ -183,7 +183,6 @@ 183 183 * Old version: echo 018193F4,imme,hex,0101 > /var/iot/push/test 184 184 * New version: echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2 > /var/iot/push/test 185 185 186 - 187 187 (% style="color:#037691" %)**Downstream Frequency** 188 188 189 189 The LG308 will use the RX2 window info to send the downstream payload, use the default LoRaWAN settings, as below: ... ... @@ -197,7 +197,6 @@ 197 197 * IN865: 866.55Mhz, SF10 BW125 198 198 * RU864: 869.1Mhz, SF12 BW125 199 199 200 - 201 201 (% style="color:#037691" %)**Examples:** 202 202 203 203 (% class="box" %)