Last modified by Xiaoling on 2023/04/20 18:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -151,11 +151,11 @@ 151 151 152 152 The file should use below format: 153 153 154 -(% style="color:#037691" %) **dev_addr,imme/time,txt/hex,payload**154 +**(% style="color:#037691" %)dev_addr,imme/time,txt/hex,payload** 155 155 156 156 Since fimware > Dragino-v2 lgw-5.4.1608518541 . Support more option 157 157 158 -(% style="color:#037691" %) **dev_addr,imme/time,txt/hex,payload,txpw,txbw,SF,frequency,rxwindow**158 +**(% style="color:#037691" %)dev_addr,imme/time,txt/hex,payload,txpw,txbw,SF,frequency,rxwindow** 159 159 160 160 * dev_addr: Inptu the device address 161 161 * imme/time: ... ... @@ -180,9 +180,8 @@ 180 180 * Old version: echo 018193F4,imme,hex,0101 > /var/iot/push/test 181 181 * New version: echo 018193F4,imme,hex,0101,20,1,SF12,923300000,2 > /var/iot/push/test 182 182 183 +**(% style="color:#037691" %)Downstream Frequency** 183 183 184 -(% style="color:#037691" %)**Downstream Frequency** 185 - 186 186 The LG308 will use the RX2 window info to send the downstream payload, use the default LoRaWAN settings, as below: 187 187 188 188 * EU868: 869.525Mhz, DR0(SF12BW125) ... ... @@ -194,7 +194,6 @@ 194 194 * IN865: 866.55Mhz, SF10 BW125 195 195 * RU864: 869.1Mhz, SF12 BW125 196 196 197 - 198 198 (% style="color:#037691" %)**Examples:** 199 199 200 200 (% class="box" %) ... ... @@ -231,7 +231,7 @@ 231 231 [5767501]rxDone 232 232 Rssi= -41 233 233 Receive data 234 - (% style="color:#037691" %)**2:12345678**(%%)~-~-> Hex232 +2:12345678 ~-~-> Hex 235 235 ))) 236 236 237 237 (% class="box" %) ... ... @@ -247,10 +247,9 @@ 247 247 [5958595]rxDone 248 248 Rssi= -37 249 249 Receive data 250 - (% style="color:#037691" %)**2:3132333435363738**(%%)~-~-> ASCII string "12345678"248 +2:3132333435363738 ~-~-> ASCII string "12345678" 251 251 ))) 252 252 253 - 254 254 = 3. Example 1: Communicate with LT-22222-L = 255 255 256 256 Script can be download from: [[Example Script 1>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/customized_script/&file=talk_to_lt-22222-l_v0.1.sh]]