Last modified by Mengting Qiu on 2025/06/04 18:42

From version 78.1
edited by Xiaoling
on 2022/06/10 09:38
Change comment: There is no comment for this version
To version 90.4
edited by Xiaoling
on 2022/08/18 11:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,6 @@
1 1  (% style="text-align:center" %)
2 2  [[image:image-20220523163353-1.jpeg||height="604" width="500"]]
3 3  
4 -**LT-22222-L LoRa IO Controller User Manual **
5 5  
6 6  
7 7  **Table of Contents:**
... ... @@ -19,6 +19,8 @@
19 19  == 1.1 What is LT Series I/O Controller ==
20 20  
21 21  (((
21 +
22 +
22 22  The Dragino (% style="color:blue" %)**LT series I/O Modules**(%%) are Long Range LoRaWAN I/O Controller. It contains different I/O Interfaces such as:** (% style="color:blue" %)analog current Input, analog voltage input(%%)**(% style="color:blue" %), **relay output**, **digital input**(%%) and (% style="color:blue" %)**digital output**(%%) etc. The LT I/O Modules are designed to simplify the installation of I/O monitoring.
23 23  )))
24 24  
... ... @@ -40,6 +40,8 @@
40 40  
41 41  (((
42 42  2) User can set up a LoRaWAN gateway locally and configure the controller to connect to the gateway via wireless.
44 +
45 +
43 43  )))
44 44  
45 45  (((
... ... @@ -48,6 +48,7 @@
48 48  
49 49  )))
50 50  
54 +
51 51  == 1.2  Specifications ==
52 52  
53 53  (((
... ... @@ -162,12 +162,15 @@
162 162  )))
163 163  * (((
164 164  Packet engine up to 256 bytes with CRC.
165 -)))
166 166  
167 167  
168 168  
172 +
173 +)))
174 +
169 169  == 1.3 Features ==
170 170  
177 +
171 171  * LoRaWAN Class A & Class C protocol
172 172  * Optional Customized LoRa Protocol
173 173  * Frequency Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/RU864/IN865
... ... @@ -178,8 +178,10 @@
178 178  
179 179  
180 180  
188 +
181 181  == 1.4  Applications ==
182 182  
191 +
183 183  * Smart Buildings & Home Automation
184 184  * Logistics and Supply Chain Management
185 185  * Smart Metering
... ... @@ -189,8 +189,10 @@
189 189  
190 190  
191 191  
201 +
192 192  == 1.5 Hardware Variants ==
193 193  
204 +
194 194  (% border="1" style="background-color:#f7faff; width:500px" %)
195 195  |(% style="width:103px" %)**Model**|(% style="width:131px" %)**Photo**|(% style="width:334px" %)**Description**
196 196  |(% style="width:103px" %)**LT22222-L**|(% style="width:131px" %)[[image:1653296302983-697.png]]|(% style="width:334px" %)(((
... ... @@ -206,6 +206,7 @@
206 206  
207 207  = 2. Power ON Device =
208 208  
220 +
209 209  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.
210 210  
211 211  (((
... ... @@ -220,19 +220,24 @@
220 220  
221 221  == 3.1 How it works? ==
222 222  
235 +
223 223  (((
224 -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. 
237 +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 (% style="color:green" %)**TX LED**(%%) will fast blink 5 times, LT-22222-L will enter working mode and start to JOIN LoRaWAN network. (% style="color:green" %)**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. 
225 225  )))
226 226  
227 227  (((
228 -In case user cant 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.
241 +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.
229 229  )))
230 230  
231 231  
245 +
232 232  == 3.2 Example to join LoRaWAN network ==
233 233  
248 +
234 234  (((
235 235  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. 
251 +
252 +
236 236  )))
237 237  
238 238  [[image:image-20220523172350-1.png||height="266" width="864"]]
... ... @@ -240,6 +240,8 @@
240 240  
241 241  (((
242 242  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:
260 +
261 +
243 243  )))
244 244  
245 245  (((
... ... @@ -265,6 +265,7 @@
265 265  [[image:1653298023685-319.png]]
266 266  
267 267  
287 +
268 268  (((
269 269  (% style="color:blue" %)**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.
270 270  )))
... ... @@ -275,18 +275,22 @@
275 275  
276 276  == 3.3 Uplink Payload ==
277 277  
298 +
278 278  There are five working modes + one interrupt mode on LT for different type application:
279 279  
280 -* **MOD1**: (default setting): 2 x ACI + 2AVI + DI + DO + RO
281 -* **MOD2**: Double DI Counting + DO + RO
282 -* **MOD3**: Single DI Counting + 2 x ACI + DO + RO
283 -* **MOD4**: Single DI Counting + 1 x Voltage Counting + DO + RO
284 -* **MOD5**: Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
285 -* **ADDMOD6**: Trigger Mode, Optional, used together with MOD1 ~~ MOD5
301 +* (% style="color:blue" %)**MOD1**(%%): (default setting): 2 x ACI + 2AVI + DI + DO + RO
302 +* (% style="color:blue" %)**MOD2**(%%): Double DI Counting + DO + RO
303 +* (% style="color:blue" %)**MOD3**(%%): Single DI Counting + 2 x ACI + DO + RO
304 +* (% style="color:blue" %)**MOD4**(%%): Single DI Counting + 1 x Voltage Counting + DO + RO
305 +* (% style="color:blue" %)**MOD5**(%%): Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
306 +* (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5
286 286  
287 287  
309 +
310 +
288 288  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
289 289  
313 +
290 290  The uplink payload includes totally 9 bytes. Uplink packets use FPORT=2 and every 10 minutes send one uplink by default.
291 291  
292 292  [[image:image-20220523174024-3.png]]
... ... @@ -323,6 +323,7 @@
323 323  * [1] RO1 relay channel is close and the RO1 LED is ON.
324 324  * [0] RO2 relay channel is open and RO2 LED is OFF;
325 325  
350 +
326 326  **LT22222-L:**
327 327  
328 328  * [1] DI2 channel is high input and DI2 LED is ON;
... ... @@ -339,6 +339,8 @@
339 339  ** DO1 LED is off in both case
340 340  
341 341  
367 +
368 +
342 342  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
343 343  
344 344  
... ... @@ -375,12 +375,7 @@
375 375  (((
376 376  (((
377 377  **AT+MOD=2**
378 -)))
379 -)))
380 380  
381 -(% class="box infomessage" %)
382 -(((
383 -(((
384 384  **ATZ**
385 385  )))
386 386  )))
... ... @@ -393,59 +393,33 @@
393 393  
394 394  (((
395 395  **For LT22222-L:**
396 -)))
397 397  
398 -(% class="box infomessage" %)
399 -(((
400 -(((
401 -**AT+TRIG1=0,100 (set DI1 port to trigger on low level, valid signal is 100ms) **
402 -)))
403 -)))
404 404  
405 -(% class="box infomessage" %)
406 -(((
407 -(((
408 -**AT+TRIG1=1,100(set DI1 port to trigger on high level, valid signal is 100ms ) **
409 -)))
410 -)))
420 +(% style="color:blue" %)**AT+TRIG1=0,100**(%%)**  (set DI1 port to trigger on low level, valid signal is 100ms) **
411 411  
412 -(% class="box infomessage" %)
413 -(((
414 -(((
415 -**AT+TRIG2=0,100 (set DI2 port to trigger on low level, valid signal is 100ms) **
416 -)))
417 -)))
422 +(% style="color:blue" %)**AT+TRIG1=1,100**(%%)**  (set DI1 port to trigger on high level, valid signal is 100ms ) **
418 418  
419 -(% class="box infomessage" %)
420 -(((
421 -(((
422 -**AT+TRIG2=1,100 (set DI2 port to trigger on high level, valid signal is 100ms ) **
423 -)))
424 -)))
424 +(% style="color:blue" %)**AT+TRIG2=0,100**(%%)**  (set DI2 port to trigger on low level, valid signal is 100ms) **
425 425  
426 -(% class="box infomessage" %)
427 -(((
428 -(((
429 -**AT+SETCNT=1,60   (Set COUNT1 value to 60)**
430 -)))
431 -)))
426 +(% style="color:blue" %)**AT+TRIG2=1,100**(%%)**  (set DI2 port to trigger on high level, valid signal is 100ms ) **
432 432  
433 -(% class="box infomessage" %)
434 -(((
435 -(((
436 -**AT+SETCNT=2,60   (Set COUNT2 value to 60)**
428 +(% style="color:blue" %)**AT+SETCNT=1,60**(%%)**   (Set COUNT1 value to 60)**
429 +
430 +(% style="color:blue" %)**AT+SETCNT=2,60**(%%)**   (Set COUNT2 value to 60)**
437 437  )))
438 -)))
439 439  
440 440  
441 441  
442 442  === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI ===
443 443  
437 +
444 444  **LT22222-L**: This mode the DI1 is used as a counting pin.
445 445  
446 446  [[image:image-20220523181246-5.png]]
447 447  
448 448  (((
443 +
444 +
449 449  (% style="color:#4f81bd" %)**DIDORO**(%%) is a combination for RO1, RO2, DI3, DI2, DI1, DO3, DO2 and DO1. Totally 1bytes as below
450 450  )))
451 451  
... ... @@ -459,6 +459,7 @@
459 459  (% style="color:red" %)Note: DO3 is not valid for LT-22222-L.
460 460  )))
461 461  
458 +
462 462  (((
463 463  **To use counting mode, please run:**
464 464  )))
... ... @@ -467,12 +467,7 @@
467 467  (((
468 468  (((
469 469  **AT+MOD=3**
470 -)))
471 -)))
472 472  
473 -(% class="box infomessage" %)
474 -(((
475 -(((
476 476  **ATZ**
477 477  )))
478 478  )))
... ... @@ -479,11 +479,10 @@
479 479  
480 480  (((
481 481  Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]].
482 -
483 -
484 484  )))
485 485  
486 486  
477 +
487 487  === 3.3.4 AT+MOD~=4, Single DI Counting + 1 x Voltage Counting ===
488 488  
489 489  
... ... @@ -518,20 +518,13 @@
518 518  (((
519 519  (((
520 520  **AT+MOD=4**
521 -)))
522 -)))
523 523  
524 -(% class="box infomessage" %)
525 -(((
526 -(((
527 527  **ATZ**
528 528  )))
529 529  )))
530 530  
531 -(((
532 -
533 -)))
534 534  
518 +
535 535  (((
536 536  Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]].
537 537  )))
... ... @@ -540,35 +540,16 @@
540 540  
541 541  
542 542  **Plus below command for AVI1 Counting:**
543 -)))
544 544  
545 -(% class="box infomessage" %)
546 -(((
547 -(((
548 -**AT+SETCNT=3,60   (set AVI Count to 60)**
549 -)))
550 -)))
551 551  
552 -(% class="box infomessage" %)
553 -(((
554 -(((
555 -**AT+VOLMAX=20000   (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)**
556 -)))
557 -)))
529 +(% style="color:blue" %)**AT+SETCNT=3,60**(%%)**  (set AVI Count to 60)**
558 558  
559 -(% class="box infomessage" %)
560 -(((
561 -(((
562 -**AT+VOLMAX=20000,0   (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)**
563 -)))
564 -)))
531 +(% style="color:blue" %)**AT+VOLMAX=20000**(%%)**  (If AVI1 voltage higher than VOLMAX (20000mV =20v), counter increase 1)**
565 565  
566 -(% class="box infomessage" %)
567 -(((
568 -(((
569 -**AT+VOLMAX=20000,1   (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)**
533 +(% style="color:blue" %)**AT+VOLMAX=20000,0**(%%)**  (If AVI1 voltage lower than VOLMAX (20000mV =20v), counter increase 1)**
534 +
535 +(% style="color:blue" %)**AT+VOLMAX=20000,1**(%%)**  (If AVI1 voltage higer than VOLMAX (20000mV =20v), counter increase 1)**
570 570  )))
571 -)))
572 572  
573 573  
574 574  
... ... @@ -605,12 +605,7 @@
605 605  (((
606 606  (((
607 607  **AT+MOD=5**
608 -)))
609 -)))
610 610  
611 -(% class="box infomessage" %)
612 -(((
613 -(((
614 614  **ATZ**
615 615  )))
616 616  )))
... ... @@ -628,8 +628,8 @@
628 628  
629 629  For example, if user has configured below commands:
630 630  
631 -* **AT+MOD=1 ** **~-~->** The normal working mode
632 -* **AT+ADDMOD6=1**   **~-~->** Enable trigger
591 +* **AT+MOD=1 ** **~-~->**  The normal working mode
592 +* **AT+ADDMOD6=1**   **~-~->**  Enable trigger
633 633  
634 634  LT will keep monitoring AV1/AV2/AC1/AC2 every 5 seconds; LT will send uplink packets in two cases:
635 635  
... ... @@ -636,8 +636,9 @@
636 636  1. Periodically uplink (Base on TDC time). Payload is same as the normal MOD (MOD 1 for above command). This uplink uses LoRaWAN (% style="color:#4f81bd" %)**unconfirmed**(%%) data type
637 637  1. Trigger uplink when meet the trigger condition. LT will sent two packets in this case, the first uplink use payload specify in this mod (mod=6), the second packets use the normal mod payload(MOD=1 for above settings). Both Uplinks use LoRaWAN (% style="color:#4f81bd" %)**CONFIRMED data type.**
638 638  
639 -**AT Command to set Trigger Condition**:
599 +(% style="color:#037691" %)**AT Command to set Trigger Condition**:
640 640  
601 +
641 641  (% style="color:#4f81bd" %)**Trigger base on voltage**:
642 642  
643 643  Format: AT+AVLIM=<AV1_LIMIT_LOW>,< AV1_LIMIT_HIGH>,<AV2_LIMIT_LOW>,< AV2_LIMIT_HIGH>
... ... @@ -672,7 +672,7 @@
672 672  AT+ DTRI =1,0   (Enable DI1 trigger / disable DI2 trigger)
673 673  
674 674  
675 -**Downlink Command to set Trigger Condition:**
636 +(% style="color:#037691" %)**Downlink Command to set Trigger Condition:**
676 676  
677 677  Type Code: 0xAA. Downlink command same as AT Command **AT+AVLIM, AT+ACLIM**
678 678  
... ... @@ -765,9 +765,9 @@
765 765  )))
766 766  
767 767  
768 -
769 769  == 3.4 ​Configure LT via AT or Downlink ==
770 770  
731 +
771 771  User can configure LT I/O Controller via AT Commands or LoRaWAN Downlink Commands
772 772  
773 773  (((
... ... @@ -778,8 +778,12 @@
778 778  
779 779  * (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
780 780  
742 +
743 +
744 +
781 781  === 3.4.1 Common Commands ===
782 782  
747 +
783 783  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]]
784 784  
785 785  
... ... @@ -786,80 +786,72 @@
786 786  
787 787  === 3.4.2 Sensor related commands ===
788 788  
754 +
789 789  ==== 3.4.2.1 Set Transmit Interval ====
790 790  
757 +
791 791  Set device uplink interval.
792 792  
793 -* AT Command:
760 +* (% style="color:#037691" %)**AT Command:**
794 794  
795 -(% class="box infomessage" %)
796 -(((
797 797  **AT+TDC=N **
798 -)))
799 799  
764 +
800 800  **Example: **AT+TDC=30000. Means set interval to 30 seconds
801 801  
802 802  
803 -* Downlink Payload (prefix 0x01):
768 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x01):**
804 804  
805 -(% class="box infomessage" %)
806 -(((
807 807  **0x01 aa bb cc     ~/~/ Same as AT+TDC=0x(aa bb cc)**
808 -)))
809 809  
810 810  
811 811  
774 +
812 812  ==== 3.4.2.2 Set Work Mode (AT+MOD) ====
813 813  
777 +
814 814  Set work mode.
815 815  
816 -* AT Command:
780 +* (% style="color:#037691" %)**AT Command:**
817 817  
818 -(% class="box infomessage" %)
819 -(((
820 820  **AT+MOD=N  **
821 -)))
822 822  
784 +
823 823  **Example**: AT+MOD=2. Set work mode to Double DI counting mode
824 824  
825 825  
826 -* Downlink Payload (prefix 0x0A):
788 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x0A):**
827 827  
828 -(% class="box infomessage" %)
829 -(((
830 -**0x0A aa     ~/~/ Same as AT+MOD=aa**
831 -)))
790 +**0x0A aa    ** ~/~/ Same as AT+MOD=aa
832 832  
833 833  
834 834  
794 +
835 835  ==== 3.4.2.3 Poll an uplink ====
836 836  
837 -* AT Command:
838 838  
798 +* (% style="color:#037691" %)**AT Command:**
799 +
839 839  There is no AT Command to poll uplink
840 840  
841 841  
842 -* Downlink Payload (prefix 0x08):
803 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x08):**
843 843  
844 -(% class="box infomessage" %)
845 -(((
846 -**0x08 FF     ~/~/ Poll an uplink,**
847 -)))
805 +**0x08 FF     **~/~/ Poll an uplink
848 848  
849 849  **Example**: 0x08FF, ask device to send an Uplink
850 850  
851 851  
852 852  
811 +
853 853  ==== 3.4.2.4 Enable Trigger Mode ====
854 854  
814 +
855 855  Use of trigger mode, please check [[ADDMOD6>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
856 856  
857 -* AT Command:
817 +* (% style="color:#037691" %)**AT Command:**
858 858  
859 -(% class="box infomessage" %)
860 -(((
861 861  **AT+ADDMOD6=1 or 0**
862 -)))
863 863  
864 864  1: Enable Trigger Mode
865 865  
... ... @@ -866,43 +866,38 @@
866 866  0: Disable Trigger Mode
867 867  
868 868  
869 -* Downlink Payload (prefix 0x0A 06):
826 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x0A 06):**
870 870  
871 -(% class="box infomessage" %)
872 -(((
873 -**0x0A 06 aa     ~/~/ Same as AT+ADDMOD6=aa,**
874 -)))
828 +**0x0A 06 aa    ** ~/~/ Same as AT+ADDMOD6=aa
875 875  
876 876  
877 877  
832 +
878 878  ==== 3.4.2.5 Poll trigger settings ====
879 879  
835 +
880 880  Poll trigger settings,
881 881  
882 -* AT Command:
838 +* (% style="color:#037691" %)**AT Command:**
883 883  
884 884  There is no AT Command for this feature.
885 885  
886 886  
887 -* Downlink Payload (prefix 0x AB 06):
843 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x AB 06):**
888 888  
889 -(% class="box infomessage" %)
890 -(((
891 -**0xAB 06  ~/~/ Poll trigger settings, device will uplink trigger settings once receive this command**
892 -)))
845 +**0xAB 06         **~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
893 893  
894 894  
895 895  
849 +
896 896  ==== 3.4.2.6 Enable / Disable DI1/DI2/DI3 as trigger ====
897 897  
852 +
898 898  Enable Disable DI1/DI2/DI2 as trigger,
899 899  
900 -* AT Command:
855 +* (% style="color:#037691" %)**AT Command:**
901 901  
902 -(% class="box infomessage" %)
903 -(((
904 904  **Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
905 -)))
906 906  
907 907  
908 908  **Example:**
... ... @@ -909,25 +909,21 @@
909 909  
910 910  AT+ DTRI =1,0   (Enable DI1 trigger / disable DI2 trigger)
911 911  
912 -* Downlink Payload (prefix 0xAA 02):
864 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 02):**
913 913  
914 -(% class="box infomessage" %)
915 -(((
916 -**0xAA 02 aa bb  ~/~/ Same as AT+DTRI=aa,bb**
917 -)))
866 +**0xAA 02 aa bb        **~/~/ Same as AT+DTRI=aa,bb
918 918  
919 919  
920 920  
870 +
921 921  ==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as trigger ====
922 922  
873 +
923 923  Set DI1 or DI3(for LT-33222-L) trigger.
924 924  
925 -* AT Command:
876 +* (% style="color:#037691" %)**AT Command:**
926 926  
927 -(% class="box infomessage" %)
928 -(((
929 929  **AT+TRIG1=a,b**
930 -)))
931 931  
932 932  a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
933 933  
... ... @@ -939,26 +939,22 @@
939 939  AT+TRIG1=1,100(set DI1 port to trigger on high level, valid signal is 100ms )
940 940  
941 941  
942 -* Downlink Payload (prefix 0x09 01 ):
890 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):**
891 +* **0x09 01 aa bb cc    ** ~/~/ same as AT+TRIG1=aa,0x(bb cc)
943 943  
944 -(% class="box infomessage" %)
945 -(((
946 -**0x09 01 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc)**
947 -)))
948 948  
949 949  
950 950  
951 951  ==== 3.4.2.8 Trigger2 – Set DI2 as trigger ====
952 952  
898 +
953 953  Set DI2 trigger.
954 954  
955 -* AT Command:
901 +* (% style="color:#037691" %)**AT Command:**
956 956  
957 -(% class="box infomessage" %)
958 -(((
959 959  **AT+TRIG2=a,b**
960 -)))
961 961  
905 +
962 962  a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
963 963  
964 964  b : delay timing.
... ... @@ -969,93 +969,82 @@
969 969  AT+TRIG2=0,100(set DI1 port to trigger on low level, valid signal is 100ms )
970 970  
971 971  
972 -* Downlink Payload (prefix 0x09 02 ):
916 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):**
973 973  
974 -(% class="box infomessage" %)
975 -(((
976 -**0x09 02 aa bb cc ~/~/ same as AT+TRIG1=aa,0x(bb cc)**
977 -)))
918 +**0x09 02 aa bb cc           **~/~/ same as AT+TRIG1=aa,0x(bb cc)
978 978  
979 979  
980 980  
922 +
981 981  ==== 3.4.2.9 Trigger – Set AC (current) as trigger ====
982 982  
925 +
983 983  Set current trigger , base on AC port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
984 984  
985 -* AT Command:
928 +* (% style="color:#037691" %)**AT Command**
986 986  
987 -(% class="box infomessage" %)
988 -(((
989 -**AT+ACLIM. **
990 -)))
930 +**AT+ACLIM**
991 991  
992 992  
993 -* Downlink Payload (prefix 0xAA 01 ):
933 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 01 )**
994 994  
995 -(% class="box infomessage" %)
996 -(((
997 -**0x AA 01 aa bb cc dd ee ff gg hh ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
998 -)))
935 +**0x AA 01 aa bb cc dd ee ff gg hh        ** ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
999 999  
1000 1000  
1001 1001  
939 +
1002 1002  ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ====
1003 1003  
942 +
1004 1004  Set current trigger , base on AV port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
1005 1005  
1006 -* AT Command:
945 +* (% style="color:#037691" %)**AT Command**
1007 1007  
1008 -(% class="box infomessage" %)
1009 -(((
1010 -**AT+AVLIM. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
1011 -)))
947 +**AT+AVLIM  See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
1012 1012  
1013 1013  
1014 -* Downlink Payload (prefix 0xAA 00 ):
950 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 00 )**
1015 1015  
1016 -(% class="box infomessage" %)
1017 -(((
1018 -**0x AA 00 aa bb cc dd ee ff gg hh ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] **
1019 -)))
952 +**0x AA 00 aa bb cc dd ee ff gg hh    ** ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
1020 1020  
1021 1021  
1022 1022  
956 +
1023 1023  ==== 3.4.2.11 Trigger – Set minimum interval ====
1024 1024  
1025 -Set AV and AC trigger minimum interval, system won’t response to the second trigger within this set time after the first trigger.
1026 1026  
1027 -* AT Command:
960 +Set AV and AC trigger minimum interval, system won't response to the second trigger within this set time after the first trigger.
1028 1028  
1029 -(% class="box infomessage" %)
1030 -(((
1031 -**AT+ATDC=5. Device won’t response the second trigger within 5 minute after the first trigger.**
1032 -)))
962 +* (% style="color:#037691" %)**AT Command**
1033 1033  
964 +**AT+ATDC=5        ** Device won't response the second trigger within 5 minute after the first trigger.
1034 1034  
1035 -* Downlink Payload (prefix 0xAC ):
1036 1036  
1037 -(% class="box infomessage" %)
967 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAC )**
968 +
969 +**0x AC aa bb   ** ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
970 +
1038 1038  (((
1039 -**0x AC aa bb ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)**
972 +
973 +
974 +(% style="color:red" %)Note: ATDC setting must be more than 5min
1040 1040  )))
1041 1041  
1042 1042  
1043 1043  
979 +
1044 1044  ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ====
1045 1045  
1046 -* AT Command:
1047 1047  
983 +* (% style="color:#037691" %)**AT Command**
984 +
1048 1048  There is no AT Command to control Digital Output
1049 1049  
1050 1050  
1051 -* Downlink Payload (prefix 0x02):
988 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x02)**
989 +* **0x02 aa bb cc     **~/~/ Set DO1/DO2/DO3 output
1052 1052  
1053 -(% class="box infomessage" %)
1054 1054  (((
1055 -**0x02 aa bb cc     ~/~/ Set DO1/DO2/DO3 output**
1056 -)))
1057 -
1058 -(((
1059 1059  If payload = 0x02010001, while there is load between V+ and DOx, it means set DO1 to low, DO2 to high and DO3 to low.
1060 1060  )))
1061 1061  
... ... @@ -1075,22 +1075,20 @@
1075 1075  
1076 1076  
1077 1077  
1011 +
1078 1078  ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ====
1079 1079  
1080 -* AT Command:
1081 1081  
1015 +* (% style="color:#037691" %)**AT Command**
1016 +
1082 1082  There is no AT Command to control Digital Output
1083 1083  
1084 1084  
1085 -* Downlink Payload (prefix 0xA9):
1020 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA9)**
1086 1086  
1087 -(% class="box infomessage" %)
1088 -(((
1089 -(((
1090 -**0xA9 aa bb cc     ~/~/ Set DO1/DO2/DO3 output with time control**
1091 -)))
1092 -)))
1022 +**0xA9 aa bb cc     **~/~/ Set DO1/DO2/DO3 output with time control
1093 1093  
1024 +
1094 1094  This is to control the digital output time of DO pin. Include four bytes:
1095 1095  
1096 1096  (% style="color:#4f81bd" %)**First Byte**(%%)**:** Type code (0xA9)
... ... @@ -1144,20 +1144,20 @@
1144 1144  
1145 1145  
1146 1146  
1078 +
1147 1147  ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
1148 1148  
1149 -* AT Command:
1150 1150  
1082 +* (% style="color:#037691" %)**AT Command:**
1083 +
1151 1151  There is no AT Command to control Relay Output
1152 1152  
1153 1153  
1154 -* Downlink Payload (prefix 0x03):
1087 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x03):**
1155 1155  
1156 -(% class="box infomessage" %)
1157 -(((
1158 -**0x03 aa bb     ~/~/ Set RO1/RO2 output**
1159 -)))
1089 +**0x03 aa bb     **~/~/ Set RO1/RO2 output
1160 1160  
1091 +
1161 1161  (((
1162 1162  If payload = 0x030100, it means set RO1 to close and RO2 to open.
1163 1163  )))
... ... @@ -1174,20 +1174,20 @@
1174 1174  
1175 1175  
1176 1176  
1108 +
1177 1177  ==== 3.4.2.15 Relay ~-~- Control Relay Output RO1/RO2 with time control ====
1178 1178  
1179 -* AT Command:
1180 1180  
1112 +* (% style="color:#037691" %)**AT Command:**
1113 +
1181 1181  There is no AT Command to control Relay Output
1182 1182  
1183 1183  
1184 -* Downlink Payload (prefix 0x05):
1117 +* (% style="color:#037691" %)**Downlink Payload (prefix 0x05):**
1185 1185  
1186 -(% class="box infomessage" %)
1187 -(((
1188 -**0x05 aa bb cc dd     ~/~/ Set RO1/RO2 relay with time control:**
1189 -)))
1119 +**0x05 aa bb cc dd     **~/~/ Set RO1/RO2 relay with time control
1190 1190  
1121 +
1191 1191  This is to control the relay output time of relay. Include four bytes:
1192 1192  
1193 1193  (% style="color:#4f81bd" %)**First Byte **(%%)**:** Type code (0x05)
... ... @@ -1201,7 +1201,7 @@
1201 1201  
1202 1202  (% style="color:#4f81bd" %)**Third Byte(bb)**(%%): Control Method and Ports status:
1203 1203  
1204 -[[image:image-20220524093831-10.png]]
1135 +[[image:image-20220714135731-1.png||height="406" width="627"]]
1205 1205  
1206 1206  
1207 1207  (% style="color:#4f81bd" %)**Fourth/Fifth Bytes(cc)**(%%): Latching time. Unit: ms
... ... @@ -1211,53 +1211,48 @@
1211 1211  
1212 1212  **Example payload:**
1213 1213  
1214 -**~1. 05 01 11 07 D0**
1145 +**~1. 05 01 11 07 D**
1215 1215  
1216 -Relay1 and Relay 2 will be set to NO , last 2 seconds, then change back to original state.
1147 +Relay1 and Relay 2 will be set to NC , last 2 seconds, then change back to original state.
1217 1217  
1218 1218  **2. 05 01 10 07 D0**
1219 1219  
1220 -Relay1 will change to NO, Relay2 will change to NC, last 2 seconds, then both change back to original state.
1151 +Relay1 will change to NC, Relay2 will change to NO, last 2 seconds, then both change back to original state.
1221 1221  
1222 1222  **3. 05 00 01 07 D0**
1223 1223  
1224 -Relay1 will change to NC, Relay2 will change to NO, last 2 seconds, then relay change to NO, Relay2 change to NC.
1155 +Relay1 will change to NO, Relay2 will change to NC, last 2 seconds, then relay change to NC,Relay2 change to NO.
1225 1225  
1226 1226  **4. 05 00 00 07 D0**
1227 1227  
1228 -Relay 1 & relay2 will change to NC, last 2 seconds, then both change to NO.
1159 +Relay 1 & relay2 will change to NO, last 2 seconds, then both change to NC.
1229 1229  
1230 1230  
1231 1231  
1163 +
1232 1232  ==== 3.4.2.16 Counting ~-~- Voltage threshold counting ====
1233 1233  
1166 +
1234 1234  When voltage exceed the threshold, count. Feature see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1235 1235  
1236 -* AT Command:
1169 +* (% style="color:#037691" %)**AT Command:**
1237 1237  
1238 -(% class="box infomessage" %)
1239 -(((
1240 -**AT+VOLMAX    ~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]**
1241 -)))
1171 +**AT+VOLMAX   ** ~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1242 1242  
1243 1243  
1244 -* Downlink Payload (prefix 0xA5):
1174 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):**
1245 1245  
1246 -(% class="box infomessage" %)
1247 -(((
1248 -**0xA5 aa bb cc   ~/~/ Same as AT+VOLMAX=(aa bb),cc**
1249 -)))
1176 +**0xA5 aa bb cc   **~/~/ Same as AT+VOLMAX=(aa bb),cc
1250 1250  
1251 1251  
1252 1252  
1180 +
1253 1253  ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ====
1254 1254  
1255 -* AT Command:
1256 1256  
1257 -(% class="box infomessage" %)
1258 -(((
1184 +* (% style="color:#037691" %)**AT Command:**
1185 +
1259 1259  **AT+SETCNT=aa,(bb cc dd ee) **
1260 -)))
1261 1261  
1262 1262  aa: 1: Set count1,
1263 1263  
... ... @@ -1268,51 +1268,42 @@
1268 1268  Bb cc dd ee: number to be set
1269 1269  
1270 1270  
1271 -* Downlink Payload (prefix 0xA8):
1197 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):**
1272 1272  
1273 -(% class="box infomessage" %)
1274 -(((
1275 -**0x A8 aa bb cc dd ee     ~/~/ same as AT+SETCNT=aa,(bb cc dd ee)**
1276 -)))
1199 +**0x A8 aa bb cc dd ee     **~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1277 1277  
1278 1278  
1279 1279  
1203 +
1280 1280  ==== 3.4.2.18 Counting ~-~- Clear Counting ====
1281 1281  
1206 +
1282 1282  Clear counting for counting mode
1283 1283  
1284 -* AT Command:
1209 +* (% style="color:#037691" %)**AT Command:**
1285 1285  
1286 -(% class="box infomessage" %)
1287 -(((
1288 -**AT+CLRCOUNT ~/~/ clear all counting**
1289 -)))
1211 +**AT+CLRCOUNT ** ~/~/ clear all counting
1290 1290  
1291 -* Downlink Payload (prefix 0xA6):
1292 1292  
1293 -(% class="box infomessage" %)
1294 -(((
1295 -**0x A6 01     ~/~/ clear all counting,**
1296 -)))
1214 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):**
1297 1297  
1216 +**0x A6 01    ** ~/~/ clear all counting
1298 1298  
1299 1299  
1219 +
1220 +
1300 1300  ==== 3.4.2.19 Counting ~-~- Change counting mode save time ====
1301 1301  
1302 -* AT Command:
1303 1303  
1304 -(% class="box infomessage" %)
1305 -(((
1306 -**AT+COUTIME=60  ~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)**
1307 -)))
1224 +* (% style="color:#037691" %)**AT Command:**
1308 1308  
1309 -* Downlink Payload (prefix 0xA7):
1226 +**AT+COUTIME=60  **~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)
1310 1310  
1311 -(% class="box infomessage" %)
1312 -(((
1313 -**0x A7 aa bb cc     ~/~/ same as AT+COUTIME =aa bb cc,**
1314 -)))
1315 1315  
1229 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):**
1230 +
1231 +**0x A7 aa bb cc     **~/~/ same as AT+COUTIME =aa bb cc,
1232 +
1316 1316  (((
1317 1317  range: aa bb cc:0 to 16777215,  (unit:second)
1318 1318  
... ... @@ -1320,8 +1320,10 @@
1320 1320  )))
1321 1321  
1322 1322  
1240 +
1323 1323  == 3.5 Integrate with Mydevice ==
1324 1324  
1243 +
1325 1325  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:
1326 1326  
1327 1327  (((
... ... @@ -1330,14 +1330,15 @@
1330 1330  
1331 1331  (((
1332 1332  (% style="color:blue" %)**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:
1252 +
1253 +
1333 1333  )))
1334 1334  
1335 -[[image:1653356737703-362.png||height="232" width="732"]]
1256 +[[image:image-20220719105525-1.png||height="377" width="677"]]
1336 1336  
1337 -[[image:image-20220524094641-11.png||height="390" width="723"]]
1338 1338  
1339 1339  
1340 -[[image:image-20220524094641-12.png||height="402" width="718"]]
1260 +[[image:image-20220719110247-2.png||height="388" width="683"]]
1341 1341  
1342 1342  
1343 1343  (% style="color:blue" %)**Step 3**(%%): Create an account or log in Mydevices.
... ... @@ -1370,8 +1370,10 @@
1370 1370  
1371 1371  == 3.6 Interface Detail ==
1372 1372  
1293 +
1373 1373  === 3.6.1 Digital Input Port: DI1/DI2 /DI3 ( For LT-33222-L, low active ) ===
1374 1374  
1296 +
1375 1375  Support NPN Type sensor
1376 1376  
1377 1377  [[image:1653356991268-289.png]]
... ... @@ -1380,6 +1380,7 @@
1380 1380  
1381 1381  === 3.6.2 Digital Input Port: DI1/DI2 ( For LT-22222-L) ===
1382 1382  
1305 +
1383 1383  (((
1384 1384  The DI port of LT-22222-L can support NPN or PNP output sensor.
1385 1385  )))
... ... @@ -1386,7 +1386,9 @@
1386 1386  
1387 1387  (((
1388 1388  (((
1389 -Internal circuit as below, the NEC2501 is a photocoupler, the Active current (from NEC2501 pin 1 to pin 2 is 1ma and the max current is 50mA. When there is active current pass NEC2501 pin1 to pin2. The DI will be active high
1312 +Internal circuit as below, the NEC2501 is a photocoupler, the Active current (from NEC2501 pin 1 to pin 2 is 1ma and the max current is 50mA. When there is active current pass NEC2501 pin1 to pin2. The DI will be active high.
1313 +
1314 +
1390 1390  )))
1391 1391  )))
1392 1392  
... ... @@ -1431,6 +1431,8 @@
1431 1431  
1432 1432  (((
1433 1433  
1359 +
1360 +
1434 1434  )))
1435 1435  
1436 1436  (((
... ... @@ -1462,6 +1462,8 @@
1462 1462  
1463 1463  (((
1464 1464  
1392 +
1393 +
1465 1465  )))
1466 1466  
1467 1467  (((
... ... @@ -1495,6 +1495,7 @@
1495 1495  
1496 1496  === 3.6.3 Digital Output Port: DO1/DO2 /DO3 ===
1497 1497  
1427 +
1498 1498  NPN output: GND or Float. Max voltage can apply to output pin is 36v.
1499 1499  
1500 1500  [[image:1653357531600-905.png]]
... ... @@ -1503,6 +1503,7 @@
1503 1503  
1504 1504  === 3.6.4 Analog Input Interface ===
1505 1505  
1436 +
1506 1506  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:
1507 1507  
1508 1508  
... ... @@ -1534,6 +1534,7 @@
1534 1534  
1535 1535  === 3.6.5 Relay Output ===
1536 1536  
1468 +
1537 1537  (((
1538 1538  The LT serial controller has two relay interfaces; each interface uses two pins of the screw terminal. User can connect other device’s Power Line to in serial of RO1_1 and RO_2. Such as below:
1539 1539  )))
... ... @@ -1546,13 +1546,17 @@
1546 1546  
1547 1547  == 3.7 LEDs Indicators ==
1548 1548  
1481 +
1549 1549  [[image:image-20220524100748-11.png]]
1550 1550  
1551 1551  
1485 +
1552 1552  = 4. Use AT Command =
1553 1553  
1488 +
1554 1554  == 4.1 Access AT Command ==
1555 1555  
1491 +
1556 1556  LT supports AT Command set. User can use a USB to TTL adapter plus the 3.5mm Program Cable to connect to LT for using AT command, as below.
1557 1557  
1558 1558  [[image:1653358238933-385.png]]
... ... @@ -1751,8 +1751,6 @@
1751 1751  
1752 1752  (((
1753 1753  AT+CFG: Print all settings
1754 -
1755 -
1756 1756  )))
1757 1757  
1758 1758  
... ... @@ -1759,6 +1759,7 @@
1759 1759  
1760 1760  == 4.2 Common AT Command Sequence ==
1761 1761  
1696 +
1762 1762  === 4.2.1 Multi-channel ABP mode (Use with SX1301/LG308) ===
1763 1763  
1764 1764  (((
... ... @@ -1798,8 +1798,6 @@
1798 1798  
1799 1799  (((
1800 1800  (% style="background-color:#dcdcdc" %)ATZ
1801 -
1802 -
1803 1803  )))
1804 1804  
1805 1805  
... ... @@ -1884,13 +1884,16 @@
1884 1884  
1885 1885  === 4.2.3 Change to Class A ===
1886 1886  
1820 +
1887 1887  If sensor JOINED
1888 1888  (% style="background-color:#dcdcdc" %)AT+CLASS=A
1889 1889  ATZ
1890 1890  
1891 1891  
1826 +
1892 1892  = 5. FAQ =
1893 1893  
1829 +
1894 1894  == 5.1 How to upgrade the image? ==
1895 1895  
1896 1896  
... ... @@ -1912,7 +1912,9 @@
1912 1912  
1913 1913  
1914 1914  (% style="color:blue" %)**For LT-22222-L**(%%):
1915 -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.
1851 +Hold down the PRO button and then momentarily press the RST reset button and the (% style="color:red" %)**DO1 led**(%%) will change from OFF to ON. When (% style="color:red" %)**DO1 LED**(%%) is on, it means the device is in download mode.
1852 +
1853 +
1916 1916  )))
1917 1917  
1918 1918   [[image:image-20220524103407-12.png]]
... ... @@ -1924,6 +1924,7 @@
1924 1924  
1925 1925  (% style="color:red" %)**Notice**(%%): In case user has lost the program cable. User can hand made one from a 3.5mm cable. The pin mapping is:
1926 1926  
1865 +
1927 1927  [[image:1653360054704-518.png||height="186" width="745"]]
1928 1928  
1929 1929  
... ... @@ -1932,6 +1932,8 @@
1932 1932  
1933 1933  
1934 1934  == 5.2 How to change the LoRa Frequency Bands/Region? ==
1874 +
1875 +
1935 1935  )))
1936 1936  )))
1937 1937  
... ... @@ -1942,7 +1942,10 @@
1942 1942  (((
1943 1943  
1944 1944  
1886 +
1945 1945  == 5.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
1888 +
1889 +
1946 1946  )))
1947 1947  
1948 1948  (((
... ... @@ -1960,7 +1960,7 @@
1960 1960  )))
1961 1961  
1962 1962  (((
1963 -(% style="color:#4f81bd" %)**Step1**(%%): Log in TTN, Create an ABP device in the application and input the network session key (NETSKEY), app session key (APPSKEY) from the device.
1907 +(% style="color:blue" %)**Step1**(%%):  Log in TTN, Create an ABP device in the application and input the network session key (NETSKEY), app session key (APPSKEY) from the device.
1964 1964  )))
1965 1965  
1966 1966  (((
... ... @@ -1968,12 +1968,12 @@
1968 1968  )))
1969 1969  
1970 1970  (((
1971 -(% 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.
1915 +(% 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.**
1972 1972  )))
1973 1973  
1974 1974  
1975 1975  (((
1976 -(% style="color:#4f81bd" %)**Step2**(%%)**: **Run AT Command to make LT work in Single frequency & ABP mode. Below is the AT commands:
1920 +(% style="color:blue" %)**Step2**(%%)**:  **Run AT Command to make LT work in Single frequency & ABP mode. Below is the AT commands:
1977 1977  )))
1978 1978  
1979 1979  (((
... ... @@ -1997,26 +1997,46 @@
1997 1997  [[image:1653360498588-932.png||height="485" width="726"]]
1998 1998  
1999 1999  
1944 +
2000 2000  == 5.4 Can I see counting event in Serial? ==
2001 2001  
1947 +
2002 2002  (((
2003 -User can run AT+DEBUG command to see the counting event in serial. If firmware too old and doesnt support AT+DEBUG. User can update to latest firmware first.
1949 +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.
2004 2004  
2005 2005  
1952 +
2006 2006  == 5.5 Can i use point to point communication for LT-22222-L? ==
2007 2007  
1955 +
2008 2008  Yes, please refer [[Point to Point Communication>>doc:Main. Point to Point Communication of LT-22222-L.WebHome]]
1957 +
1958 +
1959 +
2009 2009  )))
2010 2010  
2011 2011  (((
2012 -
1963 +== 5.6 Why does the relay output become the default and open relay after the lt22222 is powered off? ==
2013 2013  
1965 +
1966 +If the device is not shut down, but directly powered off.
1967 +
1968 +It will default that this is a power-off state.
1969 +
1970 +In modes 2 to 5, DO RO status and pulse count are saved in flash.
1971 +
1972 +After restart, the status before power failure will be read from flash.
1973 +
1974 +
1975 +
2014 2014  = 6. Trouble Shooting =
2015 2015  )))
2016 2016  
2017 2017  (((
2018 2018  (((
2019 -== 6.1 Downlink doesn’t work, how to solve it? ==
1981 +== 6.1 Downlink doesn't work, how to solve it? ==
1982 +
1983 +
2020 2020  )))
2021 2021  )))
2022 2022  
... ... @@ -2027,7 +2027,10 @@
2027 2027  (((
2028 2028  
2029 2029  
1994 +
2030 2030  == 6.2 Have trouble to upload image. ==
1996 +
1997 +
2031 2031  )))
2032 2032  
2033 2033  (((
... ... @@ -2037,7 +2037,10 @@
2037 2037  (((
2038 2038  
2039 2039  
2040 -== 6.3 Why I can’t join TTN in US915 /AU915 bands? ==
2007 +
2008 +== 6.3 Why I can't join TTN in US915 /AU915 bands? ==
2009 +
2010 +
2041 2041  )))
2042 2042  
2043 2043  (((
... ... @@ -2051,19 +2051,22 @@
2051 2051  
2052 2052  (% style="color:#4f81bd" %)**LT-22222-L-XXX:**
2053 2053  
2054 -
2055 2055  (% style="color:#4f81bd" %)**XXX:**
2056 2056  
2057 -* (% style="color:#4f81bd" %)**EU433**(%%): LT with frequency bands EU433
2058 -* (% style="color:#4f81bd" %)**EU868**(%%): LT with frequency bands EU868
2059 -* (% style="color:#4f81bd" %)**KR920**(%%): LT with frequency bands KR920
2060 -* (% style="color:#4f81bd" %)**CN470**(%%): LT with frequency bands CN470
2061 -* (% style="color:#4f81bd" %)**AS923**(%%): LT with frequency bands AS923
2062 -* (% style="color:#4f81bd" %)**AU915**(%%): LT with frequency bands AU915
2063 -* (% style="color:#4f81bd" %)**US915**(%%): LT with frequency bands US915
2064 -* (% style="color:#4f81bd" %)**IN865**(%%): LT with frequency bands IN865
2065 -* (% style="color:#4f81bd" %)**CN779**(%%): LT with frequency bands CN779
2026 +* (% style="color:red" %)**EU433**(%%):  LT with frequency bands EU433
2027 +* (% style="color:red" %)**EU868**(%%):  LT with frequency bands EU868
2028 +* (% style="color:red" %)**KR920**(%%):  LT with frequency bands KR920
2029 +* (% style="color:red" %)**CN470**(%%):  LT with frequency bands CN470
2030 +* (% style="color:red" %)**AS923**(%%):  LT with frequency bands AS923
2031 +* (% style="color:red" %)**AU915**(%%):  LT with frequency bands AU915
2032 +* (% style="color:red" %)**US915**(%%):  LT with frequency bands US915
2033 +* (% style="color:red" %)**IN865**(%%):  LT with frequency bands IN865
2034 +* (% style="color:red" %)**CN779**(%%):  LT with frequency bands CN779
2066 2066  
2036 +
2037 +
2038 +
2039 +
2067 2067  = 8. Packing Info =
2068 2068  
2069 2069  
... ... @@ -2081,18 +2081,31 @@
2081 2081  * Package Size / pcs : 14.5 x 8 x 5 cm
2082 2082  * Weight / pcs : 170g
2083 2083  
2057 +
2058 +
2059 +
2060 +
2084 2084  = 9. Support =
2085 2085  
2063 +
2086 2086  * (((
2087 2087  Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
2088 2088  )))
2089 2089  * (((
2090 2090  Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
2069 +
2070 +
2071 +
2072 +
2073 +
2091 2091  )))
2092 2092  
2093 2093  = 10. Reference​​​​​ =
2094 2094  
2078 +
2095 2095  * LT-22222-L: [[http:~~/~~/www.dragino.com/products/lora-lorawan-end-node/item/156-lt-22222-l.html>>url:http://www.dragino.com/products/lora-lorawan-end-node/item/156-lt-22222-l.html]]
2096 -* [[Image Download>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/image/]]
2097 -* [[AT Command Manual>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/]]
2080 +* [[Datasheet, Document Base>>https://www.dropbox.com/sh/gxxmgks42tqfr3a/AACEdsj_mqzeoTOXARRlwYZ2a?dl=0]]
2098 2098  * [[Hardware Source>>url:https://github.com/dragino/Lora/tree/master/LT/LT-33222-L/v1.0]]
2082 +
2083 +
2084 +
image-20220714135731-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +54.1 KB
Content
image-20220719105525-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +165.5 KB
Content
image-20220719110247-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +52.9 KB
Content