Last modified by Xiaoling on 2023/04/20 18:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -18,6 +18,8 @@ 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 + 21 21 = 2. How it works = 22 22 23 23 ... ... @@ -146,7 +146,6 @@ 146 146 * User can use other language ,not limited to Lua, just make sure the return is what you want to send. 147 147 148 148 149 - 150 150 == 2.2 Downstream == 151 151 152 152 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 ... ... @@ -182,6 +182,7 @@ 182 182 * Old version: echo 018193F4,imme,hex,0101 > /var/iot/push/test 183 183 * New version: echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2 > /var/iot/push/test 184 184 186 + 185 185 (% style="color:#037691" %)**Downstream Frequency** 186 186 187 187 The LG308 will use the RX2 window info to send the downstream payload, use the default LoRaWAN settings, as below: ... ... @@ -195,6 +195,7 @@ 195 195 * IN865: 866.55Mhz, SF10 BW125 196 196 * RU864: 869.1Mhz, SF12 BW125 197 197 200 + 198 198 (% style="color:#037691" %)**Examples:** 199 199 200 200 (% class="box" %)