Last modified by Xiaoling on 2023/04/20 18:14
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,7 +20,6 @@ 20 20 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]] 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 - 24 24 = 2. How it works = 25 25 26 26 ... ... @@ -169,7 +169,6 @@ 169 169 * the last line return is what will be used for MQTT 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 - 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** 183 +(% 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/test207 +* **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