Last modified by Xiaoling on 2023/04/20 18:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -21,8 +21,6 @@ 21 21 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/]](%%)** 22 22 23 23 24 - 25 - 26 26 = 2. How it works = 27 27 28 28 ... ... @@ -80,8 +80,6 @@ 80 80 * **Payload**: 0xcc0c 0b63 0266 017f ff7f ff00 81 81 82 82 83 - 84 - 85 85 (% class="box" %) 86 86 ((( 87 87 (% style="color:red" %)**Notice 1**(%%): The data file stored in LG308 for the end node is bin file. If the end node sends ASCII string to gateway, the output will as below: ... ... @@ -92,7 +92,6 @@ 92 92 000001c 93 93 ))) 94 94 95 - 96 96 (% class="box" %) 97 97 ((( 98 98 (% 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. ... ... @@ -99,7 +99,6 @@ 99 99 ))) 100 100 101 101 102 - 103 103 === 2.2.1 Decode Method === 104 104 105 105 ... ... @@ -168,6 +168,7 @@ 168 168 * User can use other language ,not limited to Lua, just make sure the return is what you want to send. 169 169 170 170 165 + 171 171 == 2.2 Downstream == 172 172 173 173 ... ... @@ -200,6 +200,7 @@ 200 200 * **rxwindow:** transmit on Rx1Window or Rx2Window. 201 201 202 202 198 + 203 203 (% style="color:blue" %)**Completely exmaple:** 204 204 205 205 * **Old version:** echo 018193F4,imme,hex,0101 > /var/iot/push/test ... ... @@ -206,6 +206,7 @@ 206 206 * **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2 > /var/iot/push/test 207 207 208 208 205 + 209 209 (% style="color:#037691" %)**Downstream Frequency** 210 210 211 211 The LG308 will use the RX2 window info to send the downstream payload, use the default LoRaWAN settings, as below: ... ... @@ -220,6 +220,7 @@ 220 220 * RU864: 869.1Mhz, SF12 BW125 221 221 222 222 220 + 223 223 (% style="color:#037691" %)**Examples:** 224 224 225 225 (% class="box" %)