Last modified by Xiaoling on 2023/04/20 18:14
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Kilight - Content
-
... ... @@ -21,7 +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 25 = 2. How it works = 26 26 27 27 ... ... @@ -52,6 +52,7 @@ 52 52 Input the ABP keys in LG308 53 53 54 54 54 + 55 55 == 2.1 Upstream == 56 56 57 57 ... ... @@ -101,6 +101,7 @@ 101 101 ))) 102 102 103 103 104 + 104 104 === 2.2.1 Decode Method === 105 105 106 106 ... ... @@ -140,6 +140,7 @@ 140 140 Above scripts are store in /etc/lora/decoder/. User can put their scripts here and select it in the UI. 141 141 142 142 144 + 143 143 === 2.2.2 How to Decode My End Node === 144 144 145 145 ... ... @@ -168,7 +168,6 @@ 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 171 - 172 172 == 2.2 Downstream == 173 173 174 174 ... ... @@ -181,7 +181,7 @@ 181 181 182 182 Since fimware > [[Dragino lgw~~-~~-build-v5.4.1668567157>>https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LG308-LG301/Firmware/Release/]] . Support more option 183 183 184 -(% style="color:#037691" %)**dev_addr,imme/time,txt/hex,payload,txpw,txbw,SF,frequency,rxwindow ,Fport**185 +(% style="color:#037691" %)**dev_addr,imme/time,txt/hex,payload,txpw,txbw,SF,frequency,rxwindow** 185 185 186 186 * **dev_addr:** Inptu the device address 187 187 * **imme/time:** ... ... @@ -202,10 +202,11 @@ 202 202 * **rxwindow:** transmit on Rx1Window or Rx2Window. 203 203 * **Fport: **Transmit port,example:8 204 204 206 + 205 205 (% style="color:blue" %)**Completely exmaple:** 206 206 207 207 * **Old version:** echo 018193F4,imme,hex,0101 > /var/iot/push/test 208 -* **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2, 8> /var/iot/push/test210 +* **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2,2 > /var/iot/push/test 209 209 210 210 (% style="color:#037691" %)**Downstream Frequency:** 211 211 ... ... @@ -268,6 +268,7 @@ 268 268 ))) 269 269 270 270 273 + 271 271 = 3. Example 1: Communicate with LT-22222-L = 272 272 273 273 ... ... @@ -350,6 +350,7 @@ 350 350 Output from LPS8 351 351 352 352 356 + 353 353 = 4. Example 2: Communicate to TCP Server = 354 354 355 355