Changes for page LT-22222-L -- LoRa I/O Controller User Manual
Last modified by Mengting Qiu on 2025/06/04 18:42
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -41,6 +41,8 @@ 41 41 42 42 ((( 43 43 [[image:1653295757274-912.png]] 44 + 45 + 44 44 ))) 45 45 46 46 == 1.2 Specifications == ... ... @@ -151,6 +151,8 @@ 151 151 ))) 152 152 * ((( 153 153 Packet engine up to 256 bytes with CRC. 156 + 157 + 154 154 ))) 155 155 156 156 == 1.3 Features == ... ... @@ -163,6 +163,7 @@ 163 163 * Firmware upgradable via program port 164 164 * Counting 165 165 170 + 166 166 == 1.4 Applications == 167 167 168 168 * Smart Buildings & Home Automation ... ... @@ -172,6 +172,7 @@ 172 172 * Smart Cities 173 173 * Smart Factory 174 174 180 + 175 175 == 1.5 Hardware Variants == 176 176 177 177 (% border="1" style="background-color:#f7faff; width:500px" %) ... ... @@ -185,6 +185,8 @@ 185 185 * 1 x Counting Port 186 186 ))) 187 187 194 + 195 + 188 188 = 2. Power ON Device = 189 189 190 190 The LT controller can be powered by 7 ~~ 24V DC power source. Connect VIN to Power Input V+ and GND to power input V- to power the LT controller. ... ... @@ -195,21 +195,29 @@ 195 195 196 196 [[image:1653297104069-180.png]] 197 197 206 + 198 198 = 3. Operation Mode = 199 199 200 200 == 3.1 How it works? == 201 201 211 +((( 202 202 The LT is configured as LoRaWAN OTAA Class C mode by default. It has OTAA keys to join network. To connect a local LoRaWAN network, user just need to input the OTAA keys in the network server and power on the LT. It will auto join the network via OTAA. For LT-22222-L, the LED will show the Join status: After power on **TX LED** will fast blink 5 times, LT-22222-L will enter working mode and start to JOIN LoRaWAN network. **TX LED** will be on for 5 seconds after joined in network. When there is message from server, the **RX LED** will be on for 1 second. 213 +))) 203 203 204 -In case user can’t set the OTAA keys in the network server and has to use the existing keys from server. User can [[use AT Command>>path:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H4.UseATCommand]] to set the keys in the devices. 215 +((( 216 +In case user can’t set the OTAA keys in the network server and has to use the existing keys from server. User can [[use AT Command>>||anchor="H4.UseATCommand"]] to set the keys in the devices. 205 205 206 -3.2 Example to join LoRaWAN network 218 + 219 +))) 207 207 221 +== 3.2 Example to join LoRaWAN network == 222 + 223 +((( 208 208 This chapter shows an example for how to join the TTN LoRaWAN Network. Below is the network structure, we use our LG308 as LoRaWAN gateway here. 225 +))) 209 209 210 210 [[image:image-20220523172350-1.png||height="266" width="864"]] 211 211 212 - 213 213 ((( 214 214 The LG308 is already set to connect to [[TTN network >>url:https://www.thethingsnetwork.org/]]. So what we need to do now is only configure register this device to TTN: 215 215 ))) ... ... @@ -230,10 +230,12 @@ 230 230 231 231 [[image:1653297955910-247.png||height="321" width="716"]] 232 232 249 + 233 233 Add APP KEY and DEV EUI 234 234 235 235 [[image:1653298023685-319.png]] 236 236 254 + 237 237 ((( 238 238 **Step 2**: Power on LT and it will auto join to the TTN network. After join success, it will start to upload message to TTN and user can see in the panel. 239 239 ))) ... ... @@ -240,6 +240,7 @@ 240 240 241 241 [[image:1653298044601-602.png||height="405" width="709"]] 242 242 261 + 243 243 == 3.3 Uplink Payload == 244 244 245 245 There are five working modes + one interrupt mode on LT for different type application: ... ... @@ -251,6 +251,7 @@ 251 251 * **MOD5**: Single DI Counting + 2 x AVI + 1 x ACI + DO + RO 252 252 * **ADDMOD6**: Trigger Mode, Optional, used together with MOD1 ~~ MOD5 253 253 273 + 254 254 === 3.3.1 AT+MOD~=1, 2ACI+2AVI === 255 255 256 256 The uplink payload includes totally 9 bytes. Uplink packets use FPORT=2 and every 10 minutes send one uplink by default. ... ... @@ -305,7 +305,9 @@ 305 305 306 306 **For LT-22222-L**: this mode the **DI1 and DI2** are used as counting pins. 307 307 328 +((( 308 308 Total : 11 bytes payload 330 +))) 309 309 310 310 [[image:image-20220523180452-3.png]] 311 311 ... ... @@ -319,53 +319,77 @@ 319 319 * FIRST: Indicate this is the first packet after join network. 320 320 * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 321 321 344 +((( 322 322 (% style="color:red" %)Note: DO3 bit is not valid for LT-22222-L. 346 +))) 323 323 348 +((( 324 324 **To use counting mode, please run:** 350 +))) 325 325 326 326 (% class="box infomessage" %) 327 327 ((( 354 +((( 328 328 **AT+MOD=2** 329 329 ))) 357 +))) 330 330 331 331 (% class="box infomessage" %) 332 332 ((( 361 +((( 333 333 **ATZ** 334 334 ))) 364 +))) 335 335 366 +((( 336 336 (% style="color:#4f81bd" %)**AT Commands for counting:** 368 +))) 337 337 370 +((( 338 338 **For LT22222-L:** 372 +))) 339 339 340 340 (% class="box infomessage" %) 341 341 ((( 376 +((( 342 342 **AT+TRIG1=0,100 (set DI1 port to trigger on low level, valid signal is 100ms) ** 343 343 ))) 379 +))) 344 344 345 345 (% class="box infomessage" %) 346 346 ((( 383 +((( 347 347 **AT+TRIG1=1,100(set DI1 port to trigger on high level, valid signal is 100ms ) ** 348 348 ))) 386 +))) 349 349 350 350 (% class="box infomessage" %) 351 351 ((( 390 +((( 352 352 **AT+TRIG2=0,100 (set DI2 port to trigger on low level, valid signal is 100ms) ** 353 353 ))) 393 +))) 354 354 355 355 (% class="box infomessage" %) 356 356 ((( 397 +((( 357 357 **AT+TRIG2=1,100 (set DI2 port to trigger on high level, valid signal is 100ms ) ** 358 358 ))) 400 +))) 359 359 360 360 (% class="box infomessage" %) 361 361 ((( 404 +((( 362 362 **AT+SETCNT=1,60 (Set COUNT1 value to 60)** 363 363 ))) 407 +))) 364 364 365 365 (% class="box infomessage" %) 366 366 ((( 411 +((( 367 367 **AT+SETCNT=2,60 (Set COUNT2 value to 60)** 368 368 ))) 414 +))) 369 369 370 370 === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI === 371 371 ... ... @@ -383,21 +383,31 @@ 383 383 * FIRST: Indicate this is the first packet after join network. 384 384 * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 385 385 432 +((( 386 386 (% style="color:red" %)Note: DO3 is not valid for LT-22222-L. 434 +))) 387 387 436 +((( 388 388 **To use counting mode, please run:** 438 +))) 389 389 390 390 (% class="box infomessage" %) 391 391 ((( 442 +((( 392 392 **AT+MOD=3** 393 393 ))) 445 +))) 394 394 395 395 (% class="box infomessage" %) 396 396 ((( 449 +((( 397 397 **ATZ** 398 398 ))) 452 +))) 399 399 400 -Other AT Commands for counting are similar to [[MOD2 Counting Command>>path:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.2AT2BMOD3D22C28DoubleDICounting29]]. 454 +((( 455 +Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]]. 456 +))) 401 401 402 402 === 3.3.4 AT+MOD~=4, Single DI Counting + 1 x Voltage Counting === 403 403 ... ... @@ -417,44 +417,67 @@ 417 417 * FIRST: Indicate this is the first packet after join network. 418 418 * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 419 419 476 +((( 420 420 (% style="color:red" %)Note: DO3 is not valid for LT-22222-L. 478 +))) 421 421 480 +((( 422 422 **To use this mode, please run:** 482 +))) 423 423 424 424 (% class="box infomessage" %) 425 425 ((( 486 +((( 426 426 **AT+MOD=4** 427 427 ))) 489 +))) 428 428 429 429 (% class="box infomessage" %) 430 430 ((( 493 +((( 431 431 **ATZ** 432 432 ))) 496 +))) 433 433 498 +((( 499 + 500 +))) 434 434 435 -Other AT Commands for counting are similar to [[MOD2 Counting Command>>path:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.2AT2BMOD3D22C28DoubleDICounting29]]. 502 +((( 503 +Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]]. 504 +))) 436 436 506 +((( 437 437 **Plus below command for AVI1 Counting:** 508 +))) 438 438 439 439 (% class="box infomessage" %) 440 440 ((( 512 +((( 441 441 **AT+SETCNT=3,60 (set AVI Count to 60)** 442 442 ))) 515 +))) 443 443 444 444 (% class="box infomessage" %) 445 445 ((( 519 +((( 446 446 **AT+VOLMAX=20000 (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)** 447 447 ))) 522 +))) 448 448 449 449 (% class="box infomessage" %) 450 450 ((( 526 +((( 451 451 **AT+VOLMAX=20000,0 (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)** 452 452 ))) 529 +))) 453 453 454 454 (% class="box infomessage" %) 455 455 ((( 533 +((( 456 456 **AT+VOLMAX=20000,1 (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)** 457 457 ))) 536 +))) 458 458 459 459 === 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI === 460 460 ... ... @@ -468,23 +468,35 @@ 468 468 469 469 * RO is for relay. ROx=1 : close,ROx=0 always open. 470 470 * FIRST: Indicate this is the first packet after join network. 471 -* DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 550 +* ((( 551 +DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 552 +))) 472 472 554 +((( 473 473 (% style="color:red" %)Note: DO3 is not valid for LT-22222-L. 556 +))) 474 474 558 +((( 475 475 **To use this mode, please run:** 560 +))) 476 476 477 477 (% class="box infomessage" %) 478 478 ((( 564 +((( 479 479 **AT+MOD=5** 480 480 ))) 567 +))) 481 481 482 482 (% class="box infomessage" %) 483 483 ((( 571 +((( 484 484 **ATZ** 485 485 ))) 574 +))) 486 486 487 -Other AT Commands for counting are similar to [[MOD2 Counting Command>>path:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.2AT2BMOD3D22C28DoubleDICounting29]]. 576 +((( 577 +Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]]. 578 +))) 488 488 489 489 === 3.3.6 AT+ADDMOD~=6. (Trigger Mode, Optional) === 490 490 ... ... @@ -626,7 +626,7 @@ 626 626 627 627 === 3.4.1 Common Commands === 628 628 629 -They should be available for each of Dragino Sensors, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>> http://8.211.40.43:8080/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]720 +They should be available for each of Dragino Sensors, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]] 630 630 631 631 === 3.4.2 Sensor related commands === 632 632 ... ... @@ -892,8 +892,10 @@ 892 892 893 893 (% class="box infomessage" %) 894 894 ((( 986 +((( 895 895 **0xA9 aa bb cc ~/~/ Set DO1/DO2/DO3 output with time control** 896 896 ))) 989 +))) 897 897 898 898 This is to control the digital output time of DO pin. Include four bytes: 899 899 ... ... @@ -1096,21 +1096,26 @@ 1096 1096 **0x A7 aa bb cc ~/~/ same as AT+COUTIME =aa bb cc,** 1097 1097 ))) 1098 1098 1192 +((( 1099 1099 range: aa bb cc:0 to 16777215, (unit:second) 1194 +))) 1100 1100 1101 1101 == 3.5 Integrate with Mydevice == 1102 1102 1103 1103 Mydevices provides a human friendly interface to show the sensor data, once we have data in TTN, we can use Mydevices to connect to TTN and see the data in Mydevices. Below are the steps: 1104 1104 1200 +((( 1105 1105 **Step 1**: Be sure that your device is programmed and properly connected to the network at this time. 1202 +))) 1106 1106 1204 +((( 1107 1107 **Step 2**: To configure the Application to forward data to Mydevices you will need to add integration. To add the Mydevices integration, perform the following steps: 1206 +))) 1108 1108 1109 1109 [[image:1653356737703-362.png||height="232" width="732"]] 1110 1110 1111 1111 [[image:image-20220524094641-11.png||height="390" width="723"]] 1112 1112 1113 - 1114 1114 [[image:image-20220524094641-12.png||height="402" width="718"]] 1115 1115 1116 1116 **Step 3**: Create an account or log in Mydevices. ... ... @@ -1169,7 +1169,7 @@ 1169 1169 1170 1170 So when sensor active, the current between NEC2501 pin1 and pin2 is: 1171 1171 1172 - IF// = DI1+ / 1K.1270 +[[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]]** [[image:image-20220524095628-8.png]] = DI1+ / 1K.** 1173 1173 1174 1174 If DI1+ = 12v, the //IF// = 12mA , So the LT-22222-L will be able to detect this active signal. 1175 1175 ... ... @@ -1183,9 +1183,9 @@ 1183 1183 1184 1184 So when sensor active, the current between NEC2501 pin1 and pin2 is: 1185 1185 1186 -[[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]] [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]][[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]]** [[image:image-20220524095628-8.png]]= DI1+ / 1K.**1284 +[[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]]** [[image:image-20220524095628-8.png]]= DI1+ / 1K.** 1187 1187 1188 -If **DI1+ = 24v**, the [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]] [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]][[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]]**[[image:image-20220524095628-8.png]]** = 24mA , So the LT-22222-L will be able to detect this high active signal.1286 +If **DI1+ = 24v**, the [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]]**[[image:image-20220524095628-8.png]]** = 24mA , So the LT-22222-L will be able to detect this high active signal. 1189 1189 1190 1190 1191 1191 **Example3**: Connect to a 220v high active sensor. ... ... @@ -1197,7 +1197,7 @@ 1197 1197 1198 1198 So when sensor active, the current between NEC2501 pin1 and pin2 is: 1199 1199 1200 - [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]] [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]][[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]]**[[image:image-20220524095628-8.png]] = DI1+ / 51K.**1298 + [[image:/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/WebHome/image-20220524095628-8.png?rev=1.1||alt="image-20220524095628-8.png"]]**[[image:image-20220524095628-8.png]] = DI1+ / 51K.** 1201 1201 1202 1202 If sensor output is 220v, the (% id="cke_bm_243359S" style="display:none" %)[[image:image-20220524095628-8.png]](%%) = DI1+ / 51K. = 4.3mA , So the LT-22222-L will be able to detect this high active signal safely. 1203 1203 ... ... @@ -1256,11 +1256,15 @@ 1256 1256 1257 1257 [[image:1653358238933-385.png]] 1258 1258 1357 +((( 1259 1259 In PC, User needs to set (% style="color:#4f81bd" %)**serial tool**(%%)(such as [[putty>>url:https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) baud rate to (% style="color:green" %)**9600**(%%) to access to access serial console for LT. The AT commands are disable by default and need to enter password (default:(% style="color:green" %)**123456**)(%%) to active it. As shown below: 1359 +))) 1260 1260 1261 1261 [[image:1653358355238-883.png]] 1262 1262 1363 +((( 1263 1263 More detail AT Command manual can be found at [[AT Command Manual>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/]] 1365 +))) 1264 1264 1265 1265 ((( 1266 1266 AT+<CMD>? : Help on <CMD> ... ... @@ -1578,11 +1578,13 @@ 1578 1578 Below shows the hardware connection for how to upload an image to the LT: 1579 1579 * [[image:1653359603330-121.png]] 1580 1580 1683 +((( 1581 1581 **Step1:** Download [[flash loader>>url:https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/flasher-stm32.html]]. 1582 1582 **Step2**: Download the [[LT Image files>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/image/]]. 1583 1583 **Step3: **Open flashloader; choose the correct COM port to update. 1584 1584 **For LT-22222-L**: 1585 1585 Hold down the PRO button and then momentarily press the RST reset button and the **DO1 led** will change from OFF to ON. When **DO1 LED** is on, it means the device is in download mode. 1689 +))) 1586 1586 1587 1587 [[image:image-20220524103407-12.png]] 1588 1588 ... ... @@ -1601,7 +1601,7 @@ 1601 1601 ))) 1602 1602 1603 1603 ((( 1604 -User can follow the introduction for [[how to upgrade image>> path:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H5.1Howtoupgradetheimage3F]]. When download the images, choose the required image file for download.1708 +User can follow the introduction for [[how to upgrade image>>||anchor="H5.1Howtoupgradetheimage3F"]]. When download the images, choose the required image file for download. 1605 1605 ))) 1606 1606 1607 1607 ((( ... ... @@ -1628,10 +1628,15 @@ 1628 1628 [[image:1653360231087-571.png||height="401" width="727"]] 1629 1629 ))) 1630 1630 1735 +((( 1631 1631 (% style="color:red" %)Note: user just need to make sure above three keys match, User can change either in TTN or Device to make then match. In TTN, NETSKEY and APPSKEY can be configured by user in setting page, but Device Addr is generated by TTN. 1737 +))) 1632 1632 1739 +((( 1633 1633 (% style="color:#4f81bd" %)**Step2**(%%)**: **Run AT Command to make LT work in Single frequency & ABP mode. Below is the AT commands: 1741 +))) 1634 1634 1743 +((( 1635 1635 (% style="background-color:#dcdcdc" %)123456 (%%) Enter Password to have AT access. 1636 1636 (% style="background-color:#dcdcdc" %)AT+FDR (%%) Reset Parameters to Factory Default, Keys Reserve 1637 1637 (% style="background-color:#dcdcdc" %)123456 (%%) Enter Password to have AT access. ... ... @@ -1642,8 +1642,11 @@ 1642 1642 (% style="background-color:#dcdcdc" %)AT+CHS=868400000 (%%)Set transmit frequency to 868.4Mhz 1643 1643 (% style="background-color:#dcdcdc" %)AT+DADDR=26 01 1A F1(%%) Set Device Address to 26 01 1A F1 1644 1644 (% style="background-color:#dcdcdc" %)ATZ (%%)Reset MCU 1754 +))) 1645 1645 1756 +((( 1646 1646 As shown in below: 1758 +))) 1647 1647 1648 1648 [[image:1653360498588-932.png||height="485" width="726"]] 1649 1649 ... ... @@ -1654,7 +1654,7 @@ 1654 1654 ))) 1655 1655 1656 1656 ((( 1657 -= 6. Trouble Shooting 1769 += 6. Trouble Shooting = 1658 1658 ))) 1659 1659 1660 1660 ((( ... ... @@ -1664,13 +1664,11 @@ 1664 1664 ))) 1665 1665 1666 1666 ((( 1667 -Please see this link for how to debug: 1779 +Please see this link for how to debug: 1668 1668 1669 -[[http:~~/~~/8.211.40.43:8080/xwiki/bin/view/Main/LoRaWAN%20Communication%20Debug/>>http://8.211.40.43:8080/xwiki/bin/view/Main/LoRaWAN%20Communication%20Debug/]] 1670 -))) 1781 +[[http:~~/~~/wiki1.dragino.com/xwiki/bin/view/Main/LoRaWAN%20Communication%20Debug/#H5.1Howitwork>>http://wiki1.dragino.com/xwiki/bin/view/Main/LoRaWAN%20Communication%20Debug/#H5.1Howitwork]] 1671 1671 1672 -((( 1673 -[[http:~~/~~/wiki.dragino.com/index.php?title=LoRaWAN_Communication_Debug#How_it_work>>url:http://wiki.dragino.com/index.php?title=LoRaWAN_Communication_Debug#How_it_work]] 1783 + 1674 1674 ))) 1675 1675 1676 1676 ((( ... ... @@ -1679,10 +1679,12 @@ 1679 1679 1680 1680 ((( 1681 1681 See this link for trouble shooting: 1792 + 1793 +[[http:~~/~~/wiki1.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/>>http://wiki1.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/]] 1682 1682 ))) 1683 1683 1684 1684 ((( 1685 - [[http:~~/~~/wiki.dragino.com/index.php?title=Firmware_Upgrade_Trouble_Shooting#UART_upgrade_trouble_shooting>>url:http://wiki.dragino.com/index.php?title=Firmware_Upgrade_Trouble_Shooting#UART_upgrade_trouble_shooting]]1797 + 1686 1686 ))) 1687 1687 1688 1688 ((( ... ... @@ -1691,10 +1691,12 @@ 1691 1691 1692 1692 ((( 1693 1693 It might be about the channels mapping. Please see this link for detail: 1806 + 1807 +[[http:~~/~~/wiki1.dragino.com/xwiki/bin/view/Main/LoRaWAN%20Communication%20Debug/#H2.NoticeofUS9152FCN4702FAU915Frequencyband>>http://wiki1.dragino.com/xwiki/bin/view/Main/LoRaWAN%20Communication%20Debug/#H2.NoticeofUS9152FCN4702FAU915Frequencyband]] 1694 1694 ))) 1695 1695 1696 1696 ((( 1697 - [[http:~~/~~/wiki.dragino.com/index.php?title=LoRaWAN_Communication_Debug#Notice_of_US915.2FCN470.2FAU915_Frequency_band>>url:http://wiki.dragino.com/index.php?title=LoRaWAN_Communication_Debug#Notice_of_US915.2FCN470.2FAU915_Frequency_band]]1811 + 1698 1698 ))) 1699 1699 1700 1700 ((( ... ... @@ -1713,33 +1713,58 @@ 1713 1713 ))) 1714 1714 ))) 1715 1715 1830 +((( 1716 1716 * ((( 1717 1717 (% style="color:#4f81bd" %)**EU433**(%%): LT with frequency bands EU433 1718 1718 ))) 1834 +))) 1835 + 1836 +((( 1719 1719 * ((( 1720 1720 (% style="color:#4f81bd" %)**EU868**(%%): LT with frequency bands EU868 1721 1721 ))) 1840 +))) 1841 + 1842 +((( 1722 1722 * ((( 1723 1723 (% style="color:#4f81bd" %)**KR920**(%%): LT with frequency bands KR920 1724 1724 ))) 1846 +))) 1847 + 1848 +((( 1725 1725 * ((( 1726 1726 (% style="color:#4f81bd" %)**CN470**(%%): LT with frequency bands CN470 1727 1727 ))) 1852 +))) 1853 + 1854 +((( 1728 1728 * ((( 1729 1729 (% style="color:#4f81bd" %)**AS923**(%%): LT with frequency bands AS923 1730 1730 ))) 1858 +))) 1859 + 1860 +((( 1731 1731 * ((( 1732 1732 (% style="color:#4f81bd" %)**AU915**(%%): LT with frequency bands AU915 1733 1733 ))) 1864 +))) 1865 + 1866 +((( 1734 1734 * ((( 1735 1735 (% style="color:#4f81bd" %)**US915**(%%): LT with frequency bands US915 1736 1736 ))) 1870 +))) 1871 + 1872 +((( 1737 1737 * ((( 1738 1738 (% style="color:#4f81bd" %)**IN865**(%%): LT with frequency bands IN865 1739 1739 ))) 1876 +))) 1740 1740 1741 1741 ((( 1742 -* (% style="color:#4f81bd" %)**CN779**(%%): LT with frequency bands CN779 1879 +* ((( 1880 +(% style="color:#4f81bd" %)**CN779**(%%): LT with frequency bands CN779 1881 +))) 1743 1743 1744 1744 = 8. Packing Info = 1745 1745 )))