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. Kilight1 +XWiki.Xiaoling - Content
-
... ... @@ -21,6 +21,7 @@ 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 + 24 24 = 2. How it works = 25 25 26 26 ... ... @@ -51,7 +51,6 @@ 51 51 Input the ABP keys in LG308 52 52 53 53 54 - 55 55 == 2.1 Upstream == 56 56 57 57 ... ... @@ -101,7 +101,6 @@ 101 101 ))) 102 102 103 103 104 - 105 105 === 2.2.1 Decode Method === 106 106 107 107 ... ... @@ -141,7 +141,6 @@ 141 141 Above scripts are store in /etc/lora/decoder/. User can put their scripts here and select it in the UI. 142 142 143 143 144 - 145 145 === 2.2.2 How to Decode My End Node === 146 146 147 147 ... ... @@ -170,6 +170,7 @@ 170 170 * User can use other language ,not limited to Lua, just make sure the return is what you want to send. 171 171 172 172 171 + 173 173 == 2.2 Downstream == 174 174 175 175 ... ... @@ -182,7 +182,7 @@ 182 182 183 183 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 184 184 185 -(% style="color:#037691" %)**dev_addr,imme/time,txt/hex,payload,txpw,txbw,SF,frequency,rxwindow** 184 +(% style="color:#037691" %)**dev_addr,imme/time,txt/hex,payload,txpw,txbw,SF,frequency,rxwindow,Fport** 186 186 187 187 * **dev_addr:** Inptu the device address 188 188 * **imme/time:** ... ... @@ -203,11 +203,10 @@ 203 203 * **rxwindow:** transmit on Rx1Window or Rx2Window. 204 204 * **Fport: **Transmit port,example:8 205 205 206 - 207 207 (% style="color:blue" %)**Completely exmaple:** 208 208 209 209 * **Old version:** echo 018193F4,imme,hex,0101 > /var/iot/push/test 210 -* **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2, 2> /var/iot/push/test208 +* **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2,8 > /var/iot/push/test 211 211 212 212 (% style="color:#037691" %)**Downstream Frequency:** 213 213 ... ... @@ -270,7 +270,6 @@ 270 270 ))) 271 271 272 272 273 - 274 274 = 3. Example 1: Communicate with LT-22222-L = 275 275 276 276 ... ... @@ -353,7 +353,6 @@ 353 353 Output from LPS8 354 354 355 355 356 - 357 357 = 4. Example 2: Communicate to TCP Server = 358 358 359 359