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
-
... ... @@ -12,6 +12,8 @@ 12 12 * No internet connection. 13 13 * User wants to get data forward in gateway and forward to their server base on MQTT/HTTP, etc. (Combine ABP communication method and [[MQTT forward together>>MQTT Forward Instruction]]). 14 14 15 + 16 + 15 15 ((( 16 16 The basic of this feature is the decoding of (% style="color:red" %)**LoRaWAN ABP End Node**(%%). Requirements: 17 17 ))) ... ... @@ -21,6 +21,8 @@ 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 26 + 27 + 24 24 = 2. How it works = 25 25 26 26 ... ... @@ -84,6 +84,8 @@ 84 84 * **SNR**: 3030 3030 3030 3546 = 0x0000 005F = 95, need to divide 10 so SNR is 9.5 85 85 * **Payload**: 0xcc0c 0b63 0266 017f ff7f ff00 86 86 91 + 92 + 87 87 (% class="box" %) 88 88 ((( 89 89 (% 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: ... ... @@ -170,6 +170,8 @@ 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 179 + 180 + 173 173 == 2.2 Downstream == 174 174 175 175 ... ... @@ -180,7 +180,7 @@ 180 180 (% style="color:#037691" %)**dev_addr,imme/time,txt/hex,payload** 181 181 182 182 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 option191 +Since fimware > Dragino-v2 lgw-5.4.1608518541 . Support more option 184 184 185 185 (% style="color:#037691" %)**dev_addr,imme/time,txt/hex,payload,txpw,txbw,SF,frequency,rxwindow** 186 186 ... ... @@ -201,14 +201,16 @@ 201 201 * **SF:** Spreading Factor : SF7/SF8/SF9/SF10/SF11/SF12 202 202 * **Frequency:** Transmit Frequency: example: 923300000 203 203 * **rxwindow:** transmit on Rx1Window or Rx2Window. 204 -* **Fport: **Transmit port,example:8 205 205 206 206 214 + 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/test218 +* **New version:** echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2 > /var/iot/push/test 211 211 220 + 221 + 212 212 (% style="color:#037691" %)**Downstream Frequency:** 213 213 214 214 The LG308 will use the RX2 window info to send the downstream payload, use the default LoRaWAN settings, as below: ... ... @@ -222,6 +222,8 @@ 222 222 * IN865: 866.55Mhz, SF10 BW125 223 223 * RU864: 869.1Mhz, SF12 BW125 224 224 235 + 236 + 225 225 (% style="color:#037691" %)**Examples:** 226 226 227 227 (% class="box" %)