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,8 +41,6 @@ 41 41 42 42 ((( 43 43 [[image:1653295757274-912.png]] 44 - 45 - 46 46 ))) 47 47 48 48 == 1.2 Specifications == ... ... @@ -153,8 +153,6 @@ 153 153 ))) 154 154 * ((( 155 155 Packet engine up to 256 bytes with CRC. 156 - 157 - 158 158 ))) 159 159 160 160 == 1.3 Features == ... ... @@ -167,7 +167,6 @@ 167 167 * Firmware upgradable via program port 168 168 * Counting 169 169 170 - 171 171 == 1.4 Applications == 172 172 173 173 * Smart Buildings & Home Automation ... ... @@ -177,7 +177,6 @@ 177 177 * Smart Cities 178 178 * Smart Factory 179 179 180 - 181 181 == 1.5 Hardware Variants == 182 182 183 183 (% border="1" style="background-color:#f7faff; width:500px" %) ... ... @@ -191,8 +191,6 @@ 191 191 * 1 x Counting Port 192 192 ))) 193 193 194 - 195 - 196 196 = 2. Power ON Device = 197 197 198 198 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. ... ... @@ -203,7 +203,6 @@ 203 203 204 204 [[image:1653297104069-180.png]] 205 205 206 - 207 207 = 3. Operation Mode = 208 208 209 209 == 3.1 How it works? == ... ... @@ -213,13 +213,13 @@ 213 213 ))) 214 214 215 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. 207 +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. 208 +))) 217 217 218 - 210 +((( 211 +3.2 Example to join LoRaWAN network 219 219 ))) 220 220 221 -== 3.2 Example to join LoRaWAN network == 222 - 223 223 ((( 224 224 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 225 ))) ... ... @@ -226,6 +226,7 @@ 226 226 227 227 [[image:image-20220523172350-1.png||height="266" width="864"]] 228 228 220 + 229 229 ((( 230 230 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: 231 231 ))) ... ... @@ -246,12 +246,10 @@ 246 246 247 247 [[image:1653297955910-247.png||height="321" width="716"]] 248 248 249 - 250 250 Add APP KEY and DEV EUI 251 251 252 252 [[image:1653298023685-319.png]] 253 253 254 - 255 255 ((( 256 256 **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. 257 257 ))) ... ... @@ -258,7 +258,6 @@ 258 258 259 259 [[image:1653298044601-602.png||height="405" width="709"]] 260 260 261 - 262 262 == 3.3 Uplink Payload == 263 263 264 264 There are five working modes + one interrupt mode on LT for different type application: ... ... @@ -270,7 +270,6 @@ 270 270 * **MOD5**: Single DI Counting + 2 x AVI + 1 x ACI + DO + RO 271 271 * **ADDMOD6**: Trigger Mode, Optional, used together with MOD1 ~~ MOD5 272 272 273 - 274 274 === 3.3.1 AT+MOD~=1, 2ACI+2AVI === 275 275 276 276 The uplink payload includes totally 9 bytes. Uplink packets use FPORT=2 and every 10 minutes send one uplink by default. ... ... @@ -306,7 +306,6 @@ 306 306 * [1] RO1 relay channel is close and the RO1 LED is ON. 307 307 * [0] RO2 relay channel is open and RO2 LED is OFF; 308 308 309 - 310 310 **LT22222-L:** 311 311 312 312 * [1] DI2 channel is high input and DI2 LED is ON; ... ... @@ -322,7 +322,6 @@ 322 322 ** DO1 is high in case there is load between DO1 and V+. 323 323 ** DO1 LED is off in both case 324 324 325 - 326 326 === 3.3.2 AT+MOD~=2, (Double DI Counting) === 327 327 328 328 **For LT-22222-L**: this mode the **DI1 and DI2** are used as counting pins. ... ... @@ -415,7 +415,6 @@ 415 415 ))) 416 416 ))) 417 417 418 - 419 419 === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI === 420 420 421 421 **LT22222-L**: This mode the DI1 is used as a counting pin. ... ... @@ -432,34 +432,22 @@ 432 432 * FIRST: Indicate this is the first packet after join network. 433 433 * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 434 434 435 -((( 436 436 (% style="color:red" %)Note: DO3 is not valid for LT-22222-L. 437 -))) 438 438 439 -((( 440 440 **To use counting mode, please run:** 441 -))) 442 442 443 443 (% class="box infomessage" %) 444 444 ((( 445 -((( 446 446 **AT+MOD=3** 447 447 ))) 448 -))) 449 449 450 450 (% class="box infomessage" %) 451 451 ((( 452 -((( 453 453 **ATZ** 454 454 ))) 455 -))) 456 456 457 -((( 458 -Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]]. 434 +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]]. 459 459 460 - 461 -))) 462 - 463 463 === 3.3.4 AT+MOD~=4, Single DI Counting + 1 x Voltage Counting === 464 464 465 465 **LT22222-L**: This mode the DI1 is used as a counting pin. ... ... @@ -478,69 +478,45 @@ 478 478 * FIRST: Indicate this is the first packet after join network. 479 479 * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 480 480 481 -((( 482 482 (% style="color:red" %)Note: DO3 is not valid for LT-22222-L. 483 -))) 484 484 485 -((( 486 486 **To use this mode, please run:** 487 -))) 488 488 489 489 (% class="box infomessage" %) 490 490 ((( 491 -((( 492 492 **AT+MOD=4** 493 493 ))) 494 -))) 495 495 496 496 (% class="box infomessage" %) 497 497 ((( 498 -((( 499 499 **ATZ** 500 500 ))) 501 -))) 502 502 503 -((( 504 - 505 -))) 506 506 507 -((( 508 -Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]]. 509 -))) 469 +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]]. 510 510 511 -((( 512 512 **Plus below command for AVI1 Counting:** 513 -))) 514 514 515 515 (% class="box infomessage" %) 516 516 ((( 517 -((( 518 518 **AT+SETCNT=3,60 (set AVI Count to 60)** 519 519 ))) 520 -))) 521 521 522 522 (% class="box infomessage" %) 523 523 ((( 524 -((( 525 525 **AT+VOLMAX=20000 (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)** 526 526 ))) 527 -))) 528 528 529 529 (% class="box infomessage" %) 530 530 ((( 531 -((( 532 532 **AT+VOLMAX=20000,0 (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)** 533 533 ))) 534 -))) 535 535 536 536 (% class="box infomessage" %) 537 537 ((( 538 -((( 539 539 **AT+VOLMAX=20000,1 (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)** 540 540 ))) 541 -))) 542 542 543 - 544 544 === 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI === 545 545 546 546 **LT22222-L**: This mode the DI1 is used as a counting pin. ... ... @@ -553,38 +553,24 @@ 553 553 554 554 * RO is for relay. ROx=1 : close,ROx=0 always open. 555 555 * FIRST: Indicate this is the first packet after join network. 556 -* ((( 557 -DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 558 -))) 505 +* DO is for reverse digital output. DOx=1: output low, DOx=0: high or float. 559 559 560 -((( 561 561 (% style="color:red" %)Note: DO3 is not valid for LT-22222-L. 562 -))) 563 563 564 -((( 565 565 **To use this mode, please run:** 566 -))) 567 567 568 568 (% class="box infomessage" %) 569 569 ((( 570 -((( 571 571 **AT+MOD=5** 572 572 ))) 573 -))) 574 574 575 575 (% class="box infomessage" %) 576 576 ((( 577 -((( 578 578 **ATZ** 579 579 ))) 580 -))) 581 581 582 -((( 583 -Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]]. 521 +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]]. 584 584 585 - 586 -))) 587 - 588 588 === 3.3.6 AT+ADDMOD~=6. (Trigger Mode, Optional) === 589 589 590 590 (% style="color:#4f81bd" %)**This mode is an optional mode for trigger purpose. It can run together with other mode.** ... ... @@ -705,13 +705,10 @@ 705 705 706 706 When device got this command, it will send the MOD6 payload. 707 707 708 - 709 709 === 3.3.7 Payload Decoder === 710 710 711 711 ((( 712 712 **Decoder for TTN/loraserver/ChirpStack**: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/Payload_decoder/>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/Payload_decoder/]] 713 - 714 - 715 715 ))) 716 716 717 717 == 3.4 Configure LT via AT or Downlink == ... ... @@ -726,12 +726,10 @@ 726 726 727 727 * (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L. User can see these commands below: 728 728 729 - 730 730 === 3.4.1 Common Commands === 731 731 732 -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.WebHome]]663 +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/]] 733 733 734 - 735 735 === 3.4.2 Sensor related commands === 736 736 737 737 ==== 3.4.2.1 Set Transmit Interval ==== ... ... @@ -754,7 +754,6 @@ 754 754 **0x01 aa bb cc ~/~/ Same as AT+TDC=0x(aa bb cc)** 755 755 ))) 756 756 757 - 758 758 ==== 3.4.2.2 Set Work Mode (AT+MOD) ==== 759 759 760 760 Set work mode. ... ... @@ -775,7 +775,6 @@ 775 775 **0x0A aa ~/~/ Same as AT+MOD=aa** 776 776 ))) 777 777 778 - 779 779 ==== 3.4.2.3 Poll an uplink ==== 780 780 781 781 * AT Command: ... ... @@ -791,7 +791,6 @@ 791 791 792 792 **Example**: 0x08FF, ask device to send an Uplink 793 793 794 - 795 795 ==== 3.4.2.4 Enable Trigger Mode ==== 796 796 797 797 Use of trigger mode, please check [[ADDMOD6>>path:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]] ... ... @@ -814,7 +814,6 @@ 814 814 **0x0A 06 aa ~/~/ Same as AT+ADDMOD6=aa,** 815 815 ))) 816 816 817 - 818 818 ==== 3.4.2.5 Poll trigger settings ==== 819 819 820 820 Poll trigger settings, ... ... @@ -830,7 +830,6 @@ 830 830 **0xAB 06 ~/~/ Poll trigger settings, device will uplink trigger settings once receive this command** 831 831 ))) 832 832 833 - 834 834 ==== 3.4.2.6 Enable / Disable DI1/DI2/DI3 as trigger ==== 835 835 836 836 Enable Disable DI1/DI2/DI2 as trigger, ... ... @@ -853,7 +853,6 @@ 853 853 **0xAA 02 aa bb ~/~/ Same as AT+DTRI=aa,bb** 854 854 ))) 855 855 856 - 857 857 ==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as trigger ==== 858 858 859 859 Set DI1 or DI3(for LT-33222-L) trigger. ... ... @@ -880,7 +880,6 @@ 880 880 **0x09 01 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc)** 881 881 ))) 882 882 883 - 884 884 ==== 3.4.2.8 Trigger2 – Set DI2 as trigger ==== 885 885 886 886 Set DI2 trigger. ... ... @@ -907,7 +907,6 @@ 907 907 **0x09 02 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc)** 908 908 ))) 909 909 910 - 911 911 ==== 3.4.2.9 Trigger – Set AC (current) as trigger ==== 912 912 913 913 Set current trigger , base on AC port. See [[trigger mode>>path:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]] ... ... @@ -926,7 +926,6 @@ 926 926 **0x AA 01 aa bb cc dd ee ff gg hh ~/~/ same as AT+ACLIM See [[trigger mode>>url:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]]** 927 927 ))) 928 928 929 - 930 930 ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ==== 931 931 932 932 Set current trigger , base on AV port. See [[trigger mode>>url:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]] ... ... @@ -945,7 +945,6 @@ 945 945 **0x AA 00 aa bb cc dd ee ff gg hh ~/~/ same as AT+AVLIM See [[trigger mode>>url:http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]] ** 946 946 ))) 947 947 948 - 949 949 ==== 3.4.2.11 Trigger – Set minimum interval ==== 950 950 951 951 Set AV and AC trigger minimum interval, system won’t response to the second trigger within this set time after the first trigger. ... ... @@ -964,7 +964,6 @@ 964 964 **0x AC aa bb ~/~/ same as AT+ATDC=0x(aa bb) . Unit (min)** 965 965 ))) 966 966 967 - 968 968 ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ==== 969 969 970 970 * AT Command: ... ... @@ -1007,10 +1007,8 @@ 1007 1007 1008 1008 (% class="box infomessage" %) 1009 1009 ((( 1010 -((( 1011 1011 **0xA9 aa bb cc ~/~/ Set DO1/DO2/DO3 output with time control** 1012 1012 ))) 1013 -))) 1014 1014 1015 1015 This is to control the digital output time of DO pin. Include four bytes: 1016 1016 ... ... @@ -1155,7 +1155,6 @@ 1155 1155 **0xA5 aa bb cc ~/~/ Same as AT+VOLMAX=(aa bb),cc** 1156 1156 ))) 1157 1157 1158 - 1159 1159 ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ==== 1160 1160 1161 1161 * AT Command: ... ... @@ -1180,7 +1180,6 @@ 1180 1180 **0x A8 aa bb cc dd ee ~/~/ same as AT+SETCNT=aa,(bb cc dd ee)** 1181 1181 ))) 1182 1182 1183 - 1184 1184 ==== 3.4.2.18 Counting ~-~- Clear Counting ==== 1185 1185 1186 1186 Clear counting for counting mode ... ... @@ -1199,7 +1199,6 @@ 1199 1199 **0x A6 01 ~/~/ clear all counting,** 1200 1200 ))) 1201 1201 1202 - 1203 1203 ==== 3.4.2.19 Counting ~-~- Change counting mode save time ==== 1204 1204 1205 1205 * AT Command: ... ... @@ -1216,28 +1216,21 @@ 1216 1216 **0x A7 aa bb cc ~/~/ same as AT+COUTIME =aa bb cc,** 1217 1217 ))) 1218 1218 1219 -((( 1220 1220 range: aa bb cc:0 to 16777215, (unit:second) 1221 1221 1222 - 1223 -))) 1224 - 1225 1225 == 3.5 Integrate with Mydevice == 1226 1226 1227 1227 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: 1228 1228 1229 -((( 1230 1230 **Step 1**: Be sure that your device is programmed and properly connected to the network at this time. 1231 -))) 1232 1232 1233 -((( 1234 1234 **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: 1235 -))) 1236 1236 1237 1237 [[image:1653356737703-362.png||height="232" width="732"]] 1238 1238 1239 1239 [[image:image-20220524094641-11.png||height="390" width="723"]] 1240 1240 1147 + 1241 1241 [[image:image-20220524094641-12.png||height="402" width="718"]] 1242 1242 1243 1243 **Step 3**: Create an account or log in Mydevices. ... ... @@ -1248,7 +1248,6 @@ 1248 1248 1249 1249 [[image:1653356838789-523.png||height="337" width="740"]] 1250 1250 1251 - 1252 1252 After added, the sensor data arrive TTN, it will also arrive and show in Mydevices. 1253 1253 1254 1254 [[image:image-20220524094909-1.png||height="335" width="729"]] ... ... @@ -1261,7 +1261,6 @@ 1261 1261 1262 1262 [[image:image-20220524094909-5.png||height="341" width="734"]] 1263 1263 1264 - 1265 1265 == 3.6 Interface Detail == 1266 1266 1267 1267 === 3.6.1 Digital Input Port: DI1/DI2 /DI3 ( For LT-33222-L, low active ) === ... ... @@ -1270,7 +1270,6 @@ 1270 1270 1271 1271 [[image:1653356991268-289.png]] 1272 1272 1273 - 1274 1274 === 3.6.2 Digital Input Port: DI1/DI2 ( For LT-22222-L) === 1275 1275 1276 1276 ((( ... ... @@ -1299,7 +1299,7 @@ 1299 1299 1300 1300 So when sensor active, the current between NEC2501 pin1 and pin2 is: 1301 1301 1302 - [[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.**1206 + //IF// = DI1+ / 1K. 1303 1303 1304 1304 If DI1+ = 12v, the //IF// = 12mA , So the LT-22222-L will be able to detect this active signal. 1305 1305 ... ... @@ -1313,9 +1313,9 @@ 1313 1313 1314 1314 So when sensor active, the current between NEC2501 pin1 and pin2 is: 1315 1315 1316 -[[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.** 1220 +[[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.** 1317 1317 1318 -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. 1222 +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. 1319 1319 1320 1320 1321 1321 **Example3**: Connect to a 220v high active sensor. ... ... @@ -1327,11 +1327,10 @@ 1327 1327 1328 1328 So when sensor active, the current between NEC2501 pin1 and pin2 is: 1329 1329 1330 - [[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.** 1234 + [[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.** 1331 1331 1332 1332 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. 1333 1333 1334 - 1335 1335 === 3.6.3 Digital Output Port: DO1/DO2 /DO3 === 1336 1336 1337 1337 NPN output: GND or Float. Max voltage can apply to output pin is 36v. ... ... @@ -1338,7 +1338,6 @@ 1338 1338 1339 1339 [[image:1653357531600-905.png]] 1340 1340 1341 - 1342 1342 === 3.6.4 Analog Input Interface === 1343 1343 1344 1344 The analog input interface is as below. The LT will measure the IN2 voltage so to calculate the current pass the Load. The formula is: ... ... @@ -1366,7 +1366,6 @@ 1366 1366 1367 1367 [[image:1653357648330-671.png||height="155" width="733"]] 1368 1368 1369 - 1370 1370 === 3.6.5 Relay Output === 1371 1371 1372 1372 ((( ... ... @@ -1377,12 +1377,10 @@ 1377 1377 1378 1378 [[image:image-20220524100215-10.png||height="382" width="723"]] 1379 1379 1380 - 1381 1381 == 3.7 LEDs Indicators == 1382 1382 1383 1383 [[image:image-20220524100748-11.png]] 1384 1384 1385 - 1386 1386 = 4. Use AT Command = 1387 1387 1388 1388 == 4.1 Access AT Command == ... ... @@ -1391,15 +1391,11 @@ 1391 1391 1392 1392 [[image:1653358238933-385.png]] 1393 1393 1394 -((( 1395 1395 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: 1396 -))) 1397 1397 1398 1398 [[image:1653358355238-883.png]] 1399 1399 1400 -((( 1401 1401 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/]] 1402 -))) 1403 1403 1404 1404 ((( 1405 1405 AT+<CMD>? : Help on <CMD> ... ... @@ -1583,8 +1583,6 @@ 1583 1583 1584 1584 ((( 1585 1585 AT+CFG: Print all settings 1586 - 1587 - 1588 1588 ))) 1589 1589 1590 1590 == 4.2 Common AT Command Sequence == ... ... @@ -1626,8 +1626,6 @@ 1626 1626 1627 1627 ((( 1628 1628 (% style="background-color:#dcdcdc" %)ATZ 1629 - 1630 - 1631 1631 ))) 1632 1632 1633 1633 === 4.2.2 Single-channel ABP mode (Use with LG01/LG02) === ... ... @@ -1709,7 +1709,6 @@ 1709 1709 (% style="background-color:#dcdcdc" %)AT+CLASS=A 1710 1710 ATZ 1711 1711 1712 - 1713 1713 = 5. FAQ = 1714 1714 1715 1715 == 5.1 How to upgrade the image? == ... ... @@ -1722,13 +1722,11 @@ 1722 1722 Below shows the hardware connection for how to upload an image to the LT: 1723 1723 * [[image:1653359603330-121.png]] 1724 1724 1725 -((( 1726 1726 **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]]. 1727 1727 **Step2**: Download the [[LT Image files>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/image/]]. 1728 1728 **Step3: **Open flashloader; choose the correct COM port to update. 1729 1729 **For LT-22222-L**: 1730 1730 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. 1731 -))) 1732 1732 1733 1733 [[image:image-20220524103407-12.png]] 1734 1734 ... ... @@ -1740,7 +1740,6 @@ 1740 1740 1741 1741 [[image:1653360054704-518.png||height="186" width="745"]] 1742 1742 1743 - 1744 1744 ((( 1745 1745 ((( 1746 1746 == 5.2 How to change the LoRa Frequency Bands/Region? == ... ... @@ -1748,9 +1748,7 @@ 1748 1748 ))) 1749 1749 1750 1750 ((( 1751 -User can follow the introduction for [[how to upgrade image>>||anchor="H5.1Howtoupgradetheimage3F"]]. When download the images, choose the required image file for download. 1752 - 1753 - 1638 +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. 1754 1754 ))) 1755 1755 1756 1756 ((( ... ... @@ -1777,15 +1777,10 @@ 1777 1777 [[image:1653360231087-571.png||height="401" width="727"]] 1778 1778 ))) 1779 1779 1780 -((( 1781 1781 (% 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. 1782 -))) 1783 1783 1784 -((( 1785 1785 (% style="color:#4f81bd" %)**Step2**(%%)**: **Run AT Command to make LT work in Single frequency & ABP mode. Below is the AT commands: 1786 -))) 1787 1787 1788 -((( 1789 1789 (% style="background-color:#dcdcdc" %)123456 (%%) Enter Password to have AT access. 1790 1790 (% style="background-color:#dcdcdc" %)AT+FDR (%%) Reset Parameters to Factory Default, Keys Reserve 1791 1791 (% style="background-color:#dcdcdc" %)123456 (%%) Enter Password to have AT access. ... ... @@ -1796,25 +1796,19 @@ 1796 1796 (% style="background-color:#dcdcdc" %)AT+CHS=868400000 (%%)Set transmit frequency to 868.4Mhz 1797 1797 (% style="background-color:#dcdcdc" %)AT+DADDR=26 01 1A F1(%%) Set Device Address to 26 01 1A F1 1798 1798 (% style="background-color:#dcdcdc" %)ATZ (%%)Reset MCU 1799 -))) 1800 1800 1801 -((( 1802 1802 As shown in below: 1803 -))) 1804 1804 1805 1805 [[image:1653360498588-932.png||height="485" width="726"]] 1806 1806 1807 - 1808 1808 == 5.4 Can I see counting event in Serial? == 1809 1809 1810 1810 ((( 1811 1811 User can run AT+DEBUG command to see the counting event in serial. If firmware too old and doesn’t support AT+DEBUG. User can update to latest firmware first. 1812 - 1813 - 1814 1814 ))) 1815 1815 1816 1816 ((( 1817 -= 6. Trouble Shooting = 1691 += 6. Trouble Shooting = 1818 1818 ))) 1819 1819 1820 1820 ((( ... ... @@ -1824,11 +1824,13 @@ 1824 1824 ))) 1825 1825 1826 1826 ((( 1827 -Please see this link for how to debug: 1701 +Please see this link for how to debug: 1828 1828 1829 -[[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]] 1703 +[[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/]] 1704 +))) 1830 1830 1831 - 1706 +((( 1707 +[[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]] 1832 1832 ))) 1833 1833 1834 1834 ((( ... ... @@ -1837,12 +1837,10 @@ 1837 1837 1838 1838 ((( 1839 1839 See this link for trouble shooting: 1840 - 1841 -[[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/]] 1842 1842 ))) 1843 1843 1844 1844 ((( 1845 - 1719 +[[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]] 1846 1846 ))) 1847 1847 1848 1848 ((( ... ... @@ -1851,12 +1851,10 @@ 1851 1851 1852 1852 ((( 1853 1853 It might be about the channels mapping. Please see this link for detail: 1854 - 1855 -[[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]] 1856 1856 ))) 1857 1857 1858 1858 ((( 1859 - 1731 +[[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]] 1860 1860 ))) 1861 1861 1862 1862 ((( ... ... @@ -1875,61 +1875,34 @@ 1875 1875 ))) 1876 1876 ))) 1877 1877 1878 -((( 1879 1879 * ((( 1880 1880 (% style="color:#4f81bd" %)**EU433**(%%): LT with frequency bands EU433 1881 1881 ))) 1882 -))) 1883 - 1884 -((( 1885 1885 * ((( 1886 1886 (% style="color:#4f81bd" %)**EU868**(%%): LT with frequency bands EU868 1887 1887 ))) 1888 -))) 1889 - 1890 -((( 1891 1891 * ((( 1892 1892 (% style="color:#4f81bd" %)**KR920**(%%): LT with frequency bands KR920 1893 1893 ))) 1894 -))) 1895 - 1896 -((( 1897 1897 * ((( 1898 1898 (% style="color:#4f81bd" %)**CN470**(%%): LT with frequency bands CN470 1899 1899 ))) 1900 -))) 1901 - 1902 -((( 1903 1903 * ((( 1904 1904 (% style="color:#4f81bd" %)**AS923**(%%): LT with frequency bands AS923 1905 1905 ))) 1906 -))) 1907 - 1908 -((( 1909 1909 * ((( 1910 1910 (% style="color:#4f81bd" %)**AU915**(%%): LT with frequency bands AU915 1911 1911 ))) 1912 -))) 1913 - 1914 -((( 1915 1915 * ((( 1916 1916 (% style="color:#4f81bd" %)**US915**(%%): LT with frequency bands US915 1917 1917 ))) 1918 -))) 1919 - 1920 -((( 1921 1921 * ((( 1922 1922 (% style="color:#4f81bd" %)**IN865**(%%): LT with frequency bands IN865 1923 1923 ))) 1924 -))) 1925 1925 1926 1926 ((( 1927 -* ((( 1928 -(% style="color:#4f81bd" %)**CN779**(%%): LT with frequency bands CN779 1776 +* (% style="color:#4f81bd" %)**CN779**(%%): LT with frequency bands CN779 1929 1929 1930 - 1931 -))) 1932 - 1933 1933 = 8. Packing Info = 1934 1934 ))) 1935 1935 ... ... @@ -1960,8 +1960,6 @@ 1960 1960 * Device Weight: 105g 1961 1961 * Package Size / pcs : 14.5 x 8 x 5 cm 1962 1962 * Weight / pcs : 170g 1963 - 1964 - 1965 1965 ))) 1966 1966 ))) 1967 1967 ... ... @@ -1983,8 +1983,6 @@ 1983 1983 ((( 1984 1984 ((( 1985 1985 [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]] 1986 - 1987 - 1988 1988 ))) 1989 1989 1990 1990 (((