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,6 +20,7 @@ 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 + 23 23 = 2. How it works = 24 24 25 25 ... ... @@ -168,6 +168,7 @@ 168 168 * the last line return is what will be used for MQTT 169 169 * User can use other language ,not limited to Lua, just make sure the return is what you want to send. 170 170 172 + 171 171 == 2.2 Downstream == 172 172 173 173 ... ... @@ -180,7 +180,7 @@ 180 180 181 181 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 182 182 183 -(% 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** 184 184 185 185 * **dev_addr:** Inptu the device address 186 186 * **imme/time:** ... ... @@ -201,10 +201,11 @@ 201 201 * **rxwindow:** transmit on Rx1Window or Rx2Window. 202 202 * **Fport: **Transmit port,example:8 203 203 206 + 204 204 (% style="color:blue" %)**Completely exmaple:** 205 205 206 206 * **Old version:** echo 018193F4,imme,hex,0101 > /var/iot/push/test 207 -* **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 208 208 209 209 (% style="color:#037691" %)**Downstream Frequency:** 210 210