<
From version < 112.2 >
edited by Xiaoling
on 2023/03/31 09:35
To version < 97.1 >
edited by Bei Jinggeng
on 2022/09/09 09:14
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
Content
... ... @@ -20,10 +20,8 @@
20 20  (((
21 21  
22 22  
23 -(((
24 24  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.
25 25  )))
26 -)))
27 27  
28 28  (((
29 29  The LT I/O Controllers allows the user to send data and reach extremely long ranges. It provides ultra-long range spread spectrum communication and high interference immunity whilst minimizing current consumption. It targets professional wireless sensor network applications such as irrigation systems, smart metering, smart cities, smartphone detection, building automation, and so on.
... ... @@ -53,16 +53,17 @@
53 53  
54 54  )))
55 55  
54 +
56 56  == 1.2  Specifications ==
57 57  
58 58  (((
59 59  
60 60  
61 -(% style="color:#037691" %)**Hardware System:**
60 +**Hardware System:**
62 62  )))
63 63  
64 64  * (((
65 -STM32L072xxxx MCU
64 +STM32L072CZT6 MCU
66 66  )))
67 67  * (((
68 68  SX1276/78 Wireless Chip 
... ... @@ -83,7 +83,7 @@
83 83  (((
84 84  
85 85  
86 -(% style="color:#037691" %)**Interface for Model: LT22222-L:**
85 +**Interface for Model: LT22222-L:**
87 87  )))
88 88  
89 89  * (((
... ... @@ -108,7 +108,7 @@
108 108  (((
109 109  
110 110  
111 -(% style="color:#037691" %)**LoRa Spec:**
110 +**LoRa Spec:**
112 112  )))
113 113  
114 114  * (((
... ... @@ -169,6 +169,7 @@
169 169  Packet engine up to 256 bytes with CRC.
170 170  
171 171  
171 +
172 172  
173 173  )))
174 174  
... ... @@ -210,19 +210,16 @@
210 210  = 2. Power ON Device =
211 211  
212 212  
213 -(((
214 214  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.
215 -)))
216 216  
217 217  (((
218 218  PWR will on when device is properly powered.
219 -
220 -
221 221  )))
222 222  
223 223  [[image:1653297104069-180.png]]
224 224  
225 225  
222 +
226 226  = 3. Operation Mode =
227 227  
228 228  == 3.1 How it works? ==
... ... @@ -237,6 +237,7 @@
237 237  )))
238 238  
239 239  
237 +
240 240  == 3.2 Example to join LoRaWAN network ==
241 241  
242 242  
... ... @@ -268,12 +268,12 @@
268 268  
269 269  Input these keys in the LoRaWAN Server portal. Below is TTN screen shot:
270 270  
271 -**Add APP EUI in the application.**
269 +Add APP EUI in the application.
272 272  
273 273  [[image:1653297955910-247.png||height="321" width="716"]]
274 274  
275 275  
276 -**Add APP KEY and DEV EUI**
274 +Add APP KEY and DEV EUI
277 277  
278 278  [[image:1653298023685-319.png]]
279 279  
... ... @@ -281,13 +281,12 @@
281 281  
282 282  (((
283 283  (% 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.
284 -
285 -
286 286  )))
287 287  
288 288  [[image:1653298044601-602.png||height="405" width="709"]]
289 289  
290 290  
287 +
291 291  == 3.3 Uplink Payload ==
292 292  
293 293  
... ... @@ -303,9 +303,7 @@
303 303  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
304 304  
305 305  
306 -(((
307 307  The uplink payload includes totally 9 bytes. Uplink packets use FPORT=2 and every 10 minutes send one uplink by default.
308 -)))
309 309  
310 310  [[image:image-20220523174024-3.png]]
311 311  
... ... @@ -321,7 +321,7 @@
321 321  * DI is for digital input. DIx=1: high or float, DIx=0: low.
322 322  * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
323 323  
324 -(% style="color:red" %)**Note: DI3 and DO3 bit are not valid for LT-22222-L**
319 +(% style="color:red" %)Note: DI3 and DO3 bit are not valid for LT-22222-L
325 325  
326 326  For example if payload is: [[image:image-20220523175847-2.png]]
327 327  
... ... @@ -359,9 +359,7 @@
359 359  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
360 360  
361 361  
362 -(((
363 363  **For LT-22222-L**: this mode the **DI1 and DI2** are used as counting pins.
364 -)))
365 365  
366 366  (((
367 367  Total : 11 bytes payload
... ... @@ -381,7 +381,7 @@
381 381  * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
382 382  
383 383  (((
384 -(% style="color:red" %)**Note: DO3 bit is not valid for LT-22222-L.**
377 +(% style="color:red" %)Note: DO3 bit is not valid for LT-22222-L.
385 385  )))
386 386  
387 387  (((
... ... @@ -393,22 +393,16 @@
393 393  (% class="box infomessage" %)
394 394  (((
395 395  (((
396 -(((
397 397  **AT+MOD=2**
398 -)))
399 399  
400 -(((
401 401  **ATZ**
402 402  )))
403 403  )))
404 -)))
405 405  
406 406  (((
407 407  
408 408  
409 409  (% style="color:#4f81bd" %)**AT Commands for counting:**
410 -
411 -
412 412  )))
413 413  
414 414  (((
... ... @@ -429,6 +429,7 @@
429 429  )))
430 430  
431 431  
419 +
432 432  === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI ===
433 433  
434 434  
... ... @@ -449,7 +449,7 @@
449 449  * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
450 450  
451 451  (((
452 -(% style="color:red" %)**Note: DO3 is not valid for LT-22222-L.**
440 +(% style="color:red" %)Note: DO3 is not valid for LT-22222-L.
453 453  )))
454 454  
455 455  
... ... @@ -460,15 +460,11 @@
460 460  (% class="box infomessage" %)
461 461  (((
462 462  (((
463 -(((
464 464  **AT+MOD=3**
465 -)))
466 466  
467 -(((
468 468  **ATZ**
469 469  )))
470 470  )))
471 -)))
472 472  
473 473  (((
474 474  Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]].
... ... @@ -475,16 +475,13 @@
475 475  )))
476 476  
477 477  
462 +
478 478  === 3.3.4 AT+MOD~=4, Single DI Counting + 1 x Voltage Counting ===
479 479  
480 480  
481 -(((
482 482  **LT22222-L**: This mode the DI1 is used as a counting pin.
483 -)))
484 484  
485 -(((
486 486  The AVI1 is also used for counting. AVI1 is used to monitor the voltage. It will check the voltage **every 60s**, if voltage is higher or lower than VOLMAX mV, the AVI1 Counting increase 1, so AVI1 counting can be used to measure a machine working hour.
487 -)))
488 488  
489 489  [[image:image-20220523181903-8.png]]
490 490  
... ... @@ -500,7 +500,7 @@
500 500  * DO is for reverse digital output. DOx=1: output low, DOx=0: high or float.
501 501  
502 502  (((
503 -(% style="color:red" %)**Note: DO3 is not valid for LT-22222-L.**
484 +(% style="color:red" %)Note: DO3 is not valid for LT-22222-L.
504 504  )))
505 505  
506 506  (((
... ... @@ -512,17 +512,14 @@
512 512  (% class="box infomessage" %)
513 513  (((
514 514  (((
515 -(((
516 516  **AT+MOD=4**
517 -)))
518 518  
519 -(((
520 520  **ATZ**
521 521  )))
522 522  )))
523 -)))
524 524  
525 525  
503 +
526 526  (((
527 527  Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]].
528 528  )))
... ... @@ -543,6 +543,7 @@
543 543  )))
544 544  
545 545  
524 +
546 546  === 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI ===
547 547  
548 548  
... ... @@ -563,7 +563,7 @@
563 563  )))
564 564  
565 565  (((
566 -(% style="color:red" %)**Note: DO3 is not valid for LT-22222-L.**
545 +(% style="color:red" %)Note: DO3 is not valid for LT-22222-L.
567 567  )))
568 568  
569 569  (((
... ... @@ -575,15 +575,11 @@
575 575  (% class="box infomessage" %)
576 576  (((
577 577  (((
578 -(((
579 579  **AT+MOD=5**
580 -)))
581 581  
582 -(((
583 583  **ATZ**
584 584  )))
585 585  )))
586 -)))
587 587  
588 588  (((
589 589  Other AT Commands for counting are similar to [[MOD2 Counting Command>>||anchor="H3.3.2AT2BMOD3D22C28DoubleDICounting29"]].
... ... @@ -590,6 +590,7 @@
590 590  )))
591 591  
592 592  
568 +
593 593  === 3.3.6 AT+ADDMOD~=6. (Trigger Mode, Optional) ===
594 594  
595 595  
... ... @@ -612,7 +612,6 @@
612 612  
613 613  Format: AT+AVLIM=<AV1_LIMIT_LOW>,< AV1_LIMIT_HIGH>,<AV2_LIMIT_LOW>,< AV2_LIMIT_HIGH>
614 614  
615 -
616 616  **Example:**
617 617  
618 618  AT+AVLIM=3000,6000,0,2000   (If AVI1 voltage lower than 3v or higher than 6v. or AV2 voltage is higher than 2v, LT will trigger Uplink)
... ... @@ -625,7 +625,6 @@
625 625  
626 626  Format: AT+ACLIM=<AC1_LIMIT_LOW>,< AC1_LIMIT_HIGH>,<AC2_LIMIT_LOW>,< AC2_LIMIT_HIGH>
627 627  
628 -
629 629  **Example:**
630 630  
631 631  AT+ACLIM=10000,15000,0,0   (If ACI1 voltage lower than 10mA or higher than 15mA, trigger an uplink)
... ... @@ -692,7 +692,6 @@
692 692  10100000: Means the system has configure to use the trigger: AC1_LOW and AV2_LOW
693 693  
694 694  
695 -
696 696  (% style="color:#4f81bd" %)**TRI Status1**(%%) is a combination to show which condition is trigger. Totally 1byte as below
697 697  
698 698  [[image:image-20220524090249-3.png]]
... ... @@ -726,42 +726,40 @@
726 726  When device got this command, it will send the MOD6 payload.
727 727  
728 728  
702 +
729 729  === 3.3.7 Payload Decoder ===
730 730  
731 731  (((
732 732  
733 733  
734 -**Decoder for TTN/loraserver/ChirpStack**:  [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]
708 +**Decoder for TTN/loraserver/ChirpStack**:  [[https:~~/~~/www.dropbox.com/sh/wtrzu7avdtkmn3z/AACK5NwOMkU9jnvf1uCMuqrVa?dl=0>>https://www.dropbox.com/sh/wtrzu7avdtkmn3z/AACK5NwOMkU9jnvf1uCMuqrVa?dl=0]]
735 735  )))
736 736  
737 737  
712 +
738 738  == 3.4 ​Configure LT via AT or Downlink ==
739 739  
740 740  
741 -(((
742 742  User can configure LT I/O Controller via AT Commands or LoRaWAN Downlink Commands
743 -)))
744 744  
745 745  (((
746 -(((
747 747  There are two kinds of Commands:
748 748  )))
749 -)))
750 750  
751 -* (% style="color:blue" %)**Common Commands**(%%): They should be available for each sensor, 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]]
722 +* (% style="color:#4f81bd" %)**Common Commands**(%%): They should be available for each sensor, 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]]
752 752  
753 -* (% style="color:blue" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
724 +* (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
754 754  
755 755  === 3.4.1 Common Commands ===
756 756  
757 757  
758 -(((
759 759  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]]
760 -)))
761 761  
762 762  
732 +
763 763  === 3.4.2 Sensor related commands ===
764 764  
735 +
765 765  ==== 3.4.2.1 Set Transmit Interval ====
766 766  
767 767  
... ... @@ -769,7 +769,7 @@
769 769  
770 770  * (% style="color:#037691" %)**AT Command:**
771 771  
772 -(% style="color:blue" %)**AT+TDC=N **
743 +**AT+TDC=N **
773 773  
774 774  
775 775  **Example: **AT+TDC=30000. Means set interval to 30 seconds
... ... @@ -777,10 +777,11 @@
777 777  
778 778  * (% style="color:#037691" %)**Downlink Payload (prefix 0x01):**
779 779  
780 -(% style="color:blue" %)**0x01 aa bb cc  **(%%)** ~/~/ Same as AT+TDC=0x(aa bb cc)**
751 +**0x01 aa bb cc     ~/~/ Same as AT+TDC=0x(aa bb cc)**
781 781  
782 782  
783 783  
755 +
784 784  ==== 3.4.2.2 Set Work Mode (AT+MOD) ====
785 785  
786 786  
... ... @@ -788,7 +788,7 @@
788 788  
789 789  * (% style="color:#037691" %)**AT Command:**
790 790  
791 -(% style="color:blue" %)**AT+MOD=N  **
763 +**AT+MOD=N  **
792 792  
793 793  
794 794  **Example**: AT+MOD=2. Set work mode to Double DI counting mode
... ... @@ -796,10 +796,11 @@
796 796  
797 797  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A):**
798 798  
799 -(% style="color:blue" %)**0x0A aa  **(%%)** ** ~/~/ Same as AT+MOD=aa
771 +**0x0A aa    ** ~/~/ Same as AT+MOD=aa
800 800  
801 801  
802 802  
775 +
803 803  ==== 3.4.2.3 Poll an uplink ====
804 804  
805 805  
... ... @@ -810,13 +810,13 @@
810 810  
811 811  * (% style="color:#037691" %)**Downlink Payload (prefix 0x08):**
812 812  
813 -(% style="color:blue" %)**0x08 FF  **(%%)** **~/~/ Poll an uplink
786 +**0x08 FF     **~/~/ Poll an uplink
814 814  
815 -
816 816  **Example**: 0x08FF, ask device to send an Uplink
817 817  
818 818  
819 819  
792 +
820 820  ==== 3.4.2.4 Enable Trigger Mode ====
821 821  
822 822  
... ... @@ -824,19 +824,20 @@
824 824  
825 825  * (% style="color:#037691" %)**AT Command:**
826 826  
827 -(% style="color:blue" %)**AT+ADDMOD6=1 or 0**
800 +**AT+ADDMOD6=1 or 0**
828 828  
829 -(% style="color:red" %)**1:** (%%)Enable Trigger Mode
802 +1: Enable Trigger Mode
830 830  
831 -(% style="color:red" %)**0: **(%%)Disable Trigger Mode
804 +0: Disable Trigger Mode
832 832  
833 833  
834 834  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A 06):**
835 835  
836 -(% style="color:blue" %)**0x0A 06 aa    **(%%) ~/~/ Same as AT+ADDMOD6=aa
809 +**0x0A 06 aa    ** ~/~/ Same as AT+ADDMOD6=aa
837 837  
838 838  
839 839  
813 +
840 840  ==== 3.4.2.5 Poll trigger settings ====
841 841  
842 842  
... ... @@ -849,10 +849,11 @@
849 849  
850 850  * (% style="color:#037691" %)**Downlink Payload (prefix 0x AB 06):**
851 851  
852 -(% style="color:blue" %)**0xAB 06  ** (%%) ~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
826 +**0xAB 06         **~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
853 853  
854 854  
855 855  
830 +
856 856  ==== 3.4.2.6 Enable / Disable DI1/DI2/DI3 as trigger ====
857 857  
858 858  
... ... @@ -860,7 +860,7 @@
860 860  
861 861  * (% style="color:#037691" %)**AT Command:**
862 862  
863 -(% style="color:blue" %)**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
838 +**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
864 864  
865 865  
866 866  **Example:**
... ... @@ -869,10 +869,11 @@
869 869  
870 870  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 02):**
871 871  
872 -(% style="color:blue" %)**0xAA 02 aa bb   ** (%%) ~/~/ Same as AT+DTRI=aa,bb
847 +**0xAA 02 aa bb        **~/~/ Same as AT+DTRI=aa,bb
873 873  
874 874  
875 875  
851 +
876 876  ==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as trigger ====
877 877  
878 878  
... ... @@ -880,11 +880,11 @@
880 880  
881 881  * (% style="color:#037691" %)**AT Command:**
882 882  
883 -(% style="color:blue" %)**AT+TRIG1=a,b**
859 +**AT+TRIG1=a,b**
884 884  
885 -(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
861 +a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
886 886  
887 -(% style="color:red" %)**b :** (%%)delay timing.
863 +b : delay timing.
888 888  
889 889  
890 890  **Example:**
... ... @@ -893,11 +893,8 @@
893 893  
894 894  
895 895  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):**
872 +* **0x09 01 aa bb cc    ** ~/~/ same as AT+TRIG1=aa,0x(bb cc)
896 896  
897 -(% style="color:blue" %)**0x09 01 aa bb cc    ** (%%) ~/~/ same as AT+TRIG1=aa,0x(bb cc)
898 -
899 -
900 -
901 901  ==== 3.4.2.8 Trigger2 – Set DI2 as trigger ====
902 902  
903 903  
... ... @@ -905,13 +905,14 @@
905 905  
906 906  * (% style="color:#037691" %)**AT Command:**
907 907  
908 -(% style="color:blue" %)**AT+TRIG2=a,b**
881 +**AT+TRIG2=a,b**
909 909  
910 -(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
911 911  
912 -(% style="color:red" %)**b :** (%%)delay timing.
884 +a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
913 913  
886 +b : delay timing.
914 914  
888 +
915 915  **Example:**
916 916  
917 917  AT+TRIG2=0,100(set DI1 port to trigger on low level, valid signal is 100ms )
... ... @@ -919,10 +919,11 @@
919 919  
920 920  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):**
921 921  
922 -(% style="color:blue" %)**0x09 02 aa bb cc   ** (%%)~/~/ same as AT+TRIG2=aa,0x(bb cc)
896 +**0x09 02 aa bb cc           **~/~/ same as AT+TRIG1=aa,0x(bb cc)
923 923  
924 924  
925 925  
900 +
926 926  ==== 3.4.2.9 Trigger – Set AC (current) as trigger ====
927 927  
928 928  
... ... @@ -930,15 +930,16 @@
930 930  
931 931  * (% style="color:#037691" %)**AT Command**
932 932  
933 -(% style="color:blue" %)**AT+ACLIM**
908 +**AT+ACLIM**
934 934  
935 935  
936 936  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 01 )**
937 937  
938 -(% style="color:blue" %)**0x AA 01 aa bb cc dd ee ff gg hh        ** (%%) ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
913 +**0x AA 01 aa bb cc dd ee ff gg hh        ** ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
939 939  
940 940  
941 941  
917 +
942 942  ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ====
943 943  
944 944  
... ... @@ -946,15 +946,16 @@
946 946  
947 947  * (% style="color:#037691" %)**AT Command**
948 948  
949 -(% style="color:blue" %)**AT+AVLIM    **(%%)** See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
925 +**AT+AVLIM  See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
950 950  
951 951  
952 952  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 00 )**
953 953  
954 -(% style="color:blue" %)**0x AA 00 aa bb cc dd ee ff gg hh    ** (%%) ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
930 +**0x AA 00 aa bb cc dd ee ff gg hh    ** ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
955 955  
956 956  
957 957  
934 +
958 958  ==== 3.4.2.11 Trigger – Set minimum interval ====
959 959  
960 960  
... ... @@ -962,21 +962,22 @@
962 962  
963 963  * (% style="color:#037691" %)**AT Command**
964 964  
965 -(% style="color:blue" %)**AT+ATDC=5        ** (%%)Device won't response the second trigger within 5 minute after the first trigger.
942 +**AT+ATDC=5        ** Device won't response the second trigger within 5 minute after the first trigger.
966 966  
967 967  
968 968  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAC )**
969 969  
970 -(% style="color:blue" %)**0x AC aa bb   **(%%) ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
947 +**0x AC aa bb   ** ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
971 971  
972 972  (((
973 973  
974 974  
975 -(% style="color:red" %)**Note: ATDC setting must be more than 5min**
952 +(% style="color:red" %)Note: ATDC setting must be more than 5min
976 976  )))
977 977  
978 978  
979 979  
957 +
980 980  ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ====
981 981  
982 982  
... ... @@ -986,7 +986,7 @@
986 986  
987 987  
988 988  * (% style="color:#037691" %)**Downlink Payload (prefix 0x02)**
989 -* (% style="color:blue" %)**0x02 aa bb cc     ** (%%)~/~/ Set DO1/DO2/DO3 output
967 +* **0x02 aa bb cc     **~/~/ Set DO1/DO2/DO3 output
990 990  
991 991  (((
992 992  If payload = 0x02010001, while there is load between V+ and DOx, it means set DO1 to low, DO2 to high and DO3 to low.
... ... @@ -999,15 +999,16 @@
999 999  [[image:image-20220524092754-5.png]]
1000 1000  
1001 1001  (((
1002 -(% style="color:red" %)**Note: For LT-22222-L, there is no DO3, the last byte can use any value.**
980 +(% style="color:red" %)Note: For LT-22222-L, there is no DO3, the last byte can use any value.
1003 1003  )))
1004 1004  
1005 1005  (((
1006 -(% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
984 +(% style="color:red" %)Device will upload a packet if downlink code executes successfully.
1007 1007  )))
1008 1008  
1009 1009  
1010 1010  
989 +
1011 1011  ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ====
1012 1012  
1013 1013  
... ... @@ -1018,7 +1018,7 @@
1018 1018  
1019 1019  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA9)**
1020 1020  
1021 -(% style="color:blue" %)**0xA9 aa bb cc     **(%%) ~/~/ Set DO1/DO2/DO3 output with time control
1000 +**0xA9 aa bb cc     **~/~/ Set DO1/DO2/DO3 output with time control
1022 1022  
1023 1023  
1024 1024  This is to control the digital output time of DO pin. Include four bytes:
... ... @@ -1051,17 +1051,9 @@
1051 1051  
1052 1052   Latching time. Unit: ms
1053 1053  
1033 +(% style="color:red" %)Device will upload a packet if downlink code executes successfully.
1054 1054  
1055 -(% style="color:red" %)**Note: **
1056 1056  
1057 - Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes
1058 -
1059 - Before Firmwre v1.6.0 the latch time only suport 2 bytes.
1060 -
1061 -
1062 -(% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1063 -
1064 -
1065 1065  **Example payload:**
1066 1066  
1067 1067  **~1. A9 01 01 01 01 07 D0**
... ... @@ -1082,9 +1082,10 @@
1082 1082  
1083 1083  
1084 1084  
1085 -==== 3.4.2. 14 Relay ~-~- Control Relay Output RO1/RO2 ====
1086 1086  
1057 +==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
1087 1087  
1059 +
1088 1088  * (% style="color:#037691" %)**AT Command:**
1089 1089  
1090 1090  There is no AT Command to control Relay Output
... ... @@ -1092,7 +1092,7 @@
1092 1092  
1093 1093  * (% style="color:#037691" %)**Downlink Payload (prefix 0x03):**
1094 1094  
1095 -(% style="color:blue" %)**0x03 aa bb     ** (%%)~/~/ Set RO1/RO2 output
1067 +**0x03 aa bb     **~/~/ Set RO1/RO2 output
1096 1096  
1097 1097  
1098 1098  (((
... ... @@ -1107,10 +1107,11 @@
1107 1107  [[image:image-20220524093724-9.png]]
1108 1108  )))
1109 1109  
1110 -(% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1082 +(% style="color:red" %)Device will upload a packet if downlink code executes successfully.
1111 1111  
1112 1112  
1113 1113  
1086 +
1114 1114  ==== 3.4.2.15 Relay ~-~- Control Relay Output RO1/RO2 with time control ====
1115 1115  
1116 1116  
... ... @@ -1121,7 +1121,7 @@
1121 1121  
1122 1122  * (% style="color:#037691" %)**Downlink Payload (prefix 0x05):**
1123 1123  
1124 -(% style="color:blue" %)**0x05 aa bb cc dd     ** (%%)~/~/ Set RO1/RO2 relay with time control
1097 +**0x05 aa bb cc dd     **~/~/ Set RO1/RO2 relay with time control
1125 1125  
1126 1126  
1127 1127  This is to control the relay output time of relay. Include four bytes:
... ... @@ -1137,25 +1137,17 @@
1137 1137  
1138 1138  (% style="color:#4f81bd" %)**Third Byte(bb)**(%%): Control Method and Ports status:
1139 1139  
1140 -[[image:image-20221008095908-1.png||height="364" width="564"]]
1113 +[[image:image-20220714135731-1.png||height="406" width="627"]]
1141 1141  
1142 1142  
1143 1143  (% style="color:#4f81bd" %)**Fourth/Fifth/Sixth/Seventh Bytes(cc)**(%%): Latching time. Unit: ms
1144 1144  
1118 +(% style="color:red" %)Device will upload a packet if downlink code executes successfully.
1145 1145  
1146 -(% style="color:red" %)**Note:**
1147 1147  
1148 - Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes
1149 -
1150 - Before Firmwre v1.6.0 the latch time only suport 2 bytes.
1151 -
1152 -
1153 -(% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1154 -
1155 -
1156 1156  **Example payload:**
1157 1157  
1158 -**~1. 05 01 11 07 D0**
1123 +**~1. 05 01 11 07 D**
1159 1159  
1160 1160  Relay1 and Relay 2 will be set to NC , last 2 seconds, then change back to original state.
1161 1161  
... ... @@ -1180,33 +1180,39 @@
1180 1180  
1181 1181  * (% style="color:#037691" %)**AT Command:**
1182 1182  
1183 -(% style="color:blue" %)**AT+VOLMAX   ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1148 +**AT+VOLMAX   ** ~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1184 1184  
1185 1185  
1186 1186  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):**
1187 1187  
1188 -(% style="color:blue" %)**0xA5 aa bb cc   ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc
1153 +**0xA5 aa bb cc   **~/~/ Same as AT+VOLMAX=(aa bb),cc
1189 1189  
1190 1190  
1191 1191  
1157 +
1192 1192  ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ====
1193 1193  
1194 1194  
1195 1195  * (% style="color:#037691" %)**AT Command:**
1196 1196  
1197 -(% style="color:blue" %)**AT+SETCNT=aa,(bb cc dd ee) **
1163 +**AT+SETCNT=aa,(bb cc dd ee) **
1198 1198  
1199 -(% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count
1165 +aa: 1: Set count1,
1200 1200  
1201 -(% style="color:red" %)**bb cc dd ee: **(%%)number to be set
1167 +2: Set count2,
1202 1202  
1169 +3: Set AV1 count
1203 1203  
1171 +Bb cc dd ee: number to be set
1172 +
1173 +
1204 1204  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):**
1205 1205  
1206 -(% style="color:blue" %)**0x A8 aa bb cc dd ee     ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1176 +**0x A8 aa bb cc dd ee     **~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1207 1207  
1208 1208  
1209 1209  
1180 +
1210 1210  ==== 3.4.2.18 Counting ~-~- Clear Counting ====
1211 1211  
1212 1212  
... ... @@ -1214,114 +1214,109 @@
1214 1214  
1215 1215  * (% style="color:#037691" %)**AT Command:**
1216 1216  
1217 -(% style="color:blue" %)**AT+CLRCOUNT **(%%) ~/~/ clear all counting
1188 +**AT+CLRCOUNT ** ~/~/ clear all counting
1218 1218  
1219 1219  
1220 1220  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):**
1221 1221  
1222 -(% style="color:blue" %)**0x A6 01    ** (%%)~/~/ clear all counting
1193 +**0x A6 01    ** ~/~/ clear all counting
1223 1223  
1224 1224  
1225 1225  
1197 +
1226 1226  ==== 3.4.2.19 Counting ~-~- Change counting mode save time ====
1227 1227  
1228 1228  
1229 1229  * (% style="color:#037691" %)**AT Command:**
1230 1230  
1231 -(% style="color:blue" %)**AT+COUTIME=60  **(%%)~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)
1203 +**AT+COUTIME=60  **~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)
1232 1232  
1233 1233  
1234 1234  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):**
1235 1235  
1236 -(% style="color:blue" %)**0x A7 aa bb cc     ** (%%)~/~/ same as AT+COUTIME =aa bb cc,
1208 +**0x A7 aa bb cc     **~/~/ same as AT+COUTIME =aa bb cc,
1237 1237  
1238 1238  (((
1239 1239  range: aa bb cc:0 to 16777215,  (unit:second)
1212 +
1213 +
1240 1240  )))
1241 1241  
1216 +==== 3.4.2.20 Reset save DR DO state ====
1242 1242  
1243 1243  
1244 -==== 3.4.2.20 Reset save RO DO state ====
1245 -
1246 -
1247 1247  * (% style="color:#037691" %)**AT Command:**
1248 1248  
1249 -(% style="color:blue" %)**AT+RODORESET=1    **(%%)~/~/ RODO will close when the device joining the network. (default)
1221 +**AT+RODORET=1  **~/~/ RODO will close when the device joining the network. (default)
1250 1250  
1251 -(% style="color:blue" %)**AT+RODORESET=0    **(%%)~/~/ After the device is reset, the previously saved RODO state (only MOD2 to MOD5) is read, and its state is not changed when it is reconnected to the network.
1223 +**AT+RODORET=0  **~/~/After the device is reset, the previously saved RODO state (only MOD2 to MOD5) is read, and its state is not changed when it is reconnected to the network.
1252 1252  
1253 1253  
1254 1254  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):**
1255 1255  
1256 -(% style="color:blue" %)**0x AD aa      ** (%%)~/~/ same as AT+RODORET =aa
1228 +**0x AD aa      **~/~/ same as AT+RODORET =aa
1257 1257  
1230 +(((
1231 +
1258 1258  
1259 -
1260 1260  ==== 3.4.2.21 Encrypted payload ====
1261 1261  
1262 1262  
1263 1263  * (% style="color:#037691" %)**AT Command:**
1264 1264  
1265 -(% style="color:blue" %)**AT+DECRYPT=1  ** (%%)~/~/ The payload is uploaded without encryption
1238 +**AT+DECRYPT=1  **~/~/ The payload is uploaded without encryption
1266 1266  
1267 -(% style="color:blue" %)**AT+DECRYPT=0    **(%%)~/~/  Encrypt when uploading payload (default)
1240 +**AT+DECRYPT=0  **~/~/Encrypt when uploading payload (default)
1268 1268  
1269 1269  
1270 -
1271 1271  ==== 3.4.2.22 Get sensor value ====
1272 1272  
1273 1273  
1274 1274  * (% style="color:#037691" %)**AT Command:**
1275 1275  
1276 -(% style="color:blue" %)**AT+GETSENSORVALUE=0    **(%%)~/~/ The serial port gets the reading of the current sensor
1248 +**AT+GETSENSORVALUE=0  **~/~/ The serial port gets the reading of the current sensor
1277 1277  
1278 -(% style="color:blue" %)**AT+GETSENSORVALUE=1    **(%%)~/~/ The serial port gets the current sensor reading and uploads it.
1250 +**AT+GETSENSORVALUE=1  **~/~/The serial port gets the current sensor reading and uploads it.
1279 1279  
1280 1280  
1281 -
1282 1282  ==== 3.4.2.23 Resets the downlink packet count ====
1283 1283  
1284 1284  
1285 1285  * (% style="color:#037691" %)**AT Command:**
1286 1286  
1287 -(% style="color:blue" %)**AT+DISFCNTCHECK=0   **(%%)~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node will no longer receive downlink packets (default)
1258 +**AT+DISFCNTCHECK=0  **~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node will no longer receive downlink packets (default)
1288 1288  
1289 -(% style="color:blue" %)**AT+DISFCNTCHECK=1   **(%%)~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node resets the downlink packet count and keeps it consistent with the server downlink packet count.
1260 +**AT+DISFCNTCHECK=1  **~/~/When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node resets the downlink packet count and keeps it consistent with the server downlink packet count.
1290 1290  
1291 1291  
1292 -
1293 1293  ==== 3.4.2.24 When the limit bytes are exceeded, upload in batches ====
1294 1294  
1295 1295  
1296 1296  * (% style="color:#037691" %)**AT Command:**
1297 1297  
1298 -(% style="color:blue" %)**AT+DISMACANS=0**   (%%) ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of 11 bytes (DR0 of US915, DR2 of AS923, DR2 of AU195), the node will send a packet with a payload of 00 and a port of 4. (default)
1268 + **AT+DISMACANS=0**  ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of 11 bytes (DR0 of US915, DR2 of AS923, DR2 of AU195), the node will send a packet with a payload of 00 and a port of 4. (default)
1299 1299  
1300 -(% style="color:blue" %)**AT+DISMACANS=1**  (%%) ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of the DR, the node will ignore the MACANS and not reply, and only upload the payload part.
1270 + **AT+DISMACANS=1**      ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of the DR, the node will ignore the MACANS and not reply, and only upload the payload part.
1301 1301  
1302 1302  
1303 1303  * (% style="color:#037691" %)**Downlink Payload **(%%)**:**
1304 1304  
1305 -(% style="color:blue" %)**0x21 00 01 ** (%%) ~/~/ Set  the DISMACANS=1
1275 +**0x21 00 01 ** ~/~/ Set  the DISMACANS=1
1306 1306  
1307 1307  
1308 -
1309 1309  ==== 3.4.2.25 Copy downlink to uplink ====
1310 1310  
1311 1311  
1312 1312  * (% style="color:#037691" %)**AT Command**(%%)**:**
1313 1313  
1314 -(% style="color:blue" %)**AT+RPL=5**   (%%) ~/~/ After receiving the package from the server, it will immediately upload the content of the package to the server, the port number is 100.
1283 + **AT+RPL=5**  ~/~/ After receiving the package from the server, it will immediately upload the content of the package to the server, the port number is 100.
1315 1315  
1316 1316  Example:**aa xx xx xx xx**         ~/~/ aa indicates whether the configuration has changed, 00 is yes, 01 is no; xx xx xx xx are the bytes sent.
1317 1317  
1318 -
1319 1319  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/image-20220823173747-6.png?width=1124&height=165&rev=1.1||alt="image-20220823173747-6.png"]]
1320 1320  
1321 1321  For example, sending 11 22 33 44 55 66 77 will return invalid configuration 00 11 22 33 44 55 66 77.
1322 1322  
1323 -
1324 -
1325 1325  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/image-20220823173833-7.png?width=1124&height=149&rev=1.1||alt="image-20220823173833-7.png"]]
1326 1326  
1327 1327  For example, if 01 00 02 58 is issued, a valid configuration of 01 01 00 02 58 will be returned.
... ... @@ -1334,16 +1334,17 @@
1334 1334  * (((
1335 1335  (% style="color:#037691" %)**Downlink Payload**(%%)**:**
1336 1336  
1337 -(% style="color:blue" %)**26 01  ** (%%) ~/~/  Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1338 -
1339 -
1303 +**26 01  ** ~/~/ Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1340 1340  )))
1341 1341  
1342 -**Example:**
1306 +Example:
1343 1343  
1344 1344  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/image-20220823173929-8.png?width=1205&height=76&rev=1.1||alt="image-20220823173929-8.png"]]
1345 1345  
1346 1346  
1311 +
1312 +)))
1313 +
1347 1347  == 3.5 Integrate with Mydevice ==
1348 1348  
1349 1349  
... ... @@ -1393,8 +1393,10 @@
1393 1393  [[image:image-20220524094909-5.png||height="341" width="734"]]
1394 1394  
1395 1395  
1363 +
1396 1396  == 3.6 Interface Detail ==
1397 1397  
1366 +
1398 1398  === 3.6.1 Digital Input Port: DI1/DI2 /DI3 ( For LT-33222-L, low active ) ===
1399 1399  
1400 1400  
... ... @@ -1403,6 +1403,7 @@
1403 1403  [[image:1653356991268-289.png]]
1404 1404  
1405 1405  
1375 +
1406 1406  === 3.6.2 Digital Input Port: DI1/DI2 ( For LT-22222-L) ===
1407 1407  
1408 1408  
... ... @@ -1439,10 +1439,10 @@
1439 1439  )))
1440 1440  
1441 1441  * (((
1442 -Connect sensor's output to DI1-
1412 +Connect sensors output to DI1-
1443 1443  )))
1444 1444  * (((
1445 -Connect sensor's VCC to DI1+.
1415 +Connect sensors VCC to DI1+.
1446 1446  )))
1447 1447  
1448 1448  (((
... ... @@ -1450,15 +1450,17 @@
1450 1450  )))
1451 1451  
1452 1452  (((
1453 -[[image:1653968155772-850.png||height="23" width="19"]]**= DI1**+** / 1K.**
1423 +[[image:1653968155772-850.png||height="23" width="19"]]**= DI1+ / 1K.**
1454 1454  )))
1455 1455  
1456 1456  (((
1457 -If** DI1+ **= **12v**, the [[image:1653968155772-850.png||height="23" width="19"]]= 12mA , So the LT-22222-L will be able to detect this active signal.
1427 +If DI1+ = 12v, the [[image:1653968155772-850.png||height="23" width="19"]]= 12mA , So the LT-22222-L will be able to detect this active signal.
1458 1458  )))
1459 1459  
1460 1460  (((
1461 1461  
1432 +
1433 +
1462 1462  )))
1463 1463  
1464 1464  (((
... ... @@ -1470,10 +1470,10 @@
1470 1470  )))
1471 1471  
1472 1472  * (((
1473 -Connect sensor's output to DI1+
1445 +Connect sensors output to DI1+
1474 1474  )))
1475 1475  * (((
1476 -Connect sensor's GND DI1-.
1448 +Connect sensors GND DI1-.
1477 1477  )))
1478 1478  
1479 1479  (((
... ... @@ -1490,6 +1490,8 @@
1490 1490  
1491 1491  (((
1492 1492  
1465 +
1466 +
1493 1493  )))
1494 1494  
1495 1495  (((
... ... @@ -1501,10 +1501,10 @@
1501 1501  )))
1502 1502  
1503 1503  * (((
1504 -Connect sensor's output to DI1+ with a serial 50K resistor
1478 +Connect sensors output to DI1+ with a serial 50K resistor
1505 1505  )))
1506 1506  * (((
1507 -Connect sensor's GND DI1-.
1481 +Connect sensors GND DI1-.
1508 1508  )))
1509 1509  
1510 1510  (((
... ... @@ -1520,16 +1520,16 @@
1520 1520  )))
1521 1521  
1522 1522  
1497 +
1523 1523  === 3.6.3 Digital Output Port: DO1/DO2 /DO3 ===
1524 1524  
1525 1525  
1526 -**NPN output**: GND or Float. Max voltage can apply to output pin is 36v.
1501 +NPN output: GND or Float. Max voltage can apply to output pin is 36v.
1527 1527  
1528 -Note: DO pins go to float when device is power off.
1529 -
1530 1530  [[image:1653357531600-905.png]]
1531 1531  
1532 1532  
1506 +
1533 1533  === 3.6.4 Analog Input Interface ===
1534 1534  
1535 1535  
... ... @@ -1545,13 +1545,13 @@
1545 1545  We take the wind speed sensor as an example for reference only.
1546 1546  
1547 1547  
1548 -(% style="color:blue" %)**Specifications of the wind speed sensor:**
1522 +**Specifications of the wind speed sensor:**
1549 1549  
1550 -**Red:  12~~24v**
1524 +Red:  12~~24v
1551 1551  
1552 -**Yellow:  4~~20mA**
1526 +Yellow:  4~~20mA
1553 1553  
1554 -**Black:  GND**
1528 +Black:  GND
1555 1555  
1556 1556  
1557 1557  **Connection diagram:**
... ... @@ -1561,21 +1561,20 @@
1561 1561  [[image:1653357648330-671.png||height="155" width="733"]]
1562 1562  
1563 1563  
1538 +
1564 1564  === 3.6.5 Relay Output ===
1565 1565  
1566 1566  
1567 1567  (((
1568 -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:
1569 -
1570 -**Note**: RO pins go to Open(NO) when device is power off.
1543 +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:
1571 1571  )))
1572 1572  
1573 1573  [[image:image-20220524100215-9.png]]
1574 1574  
1575 -
1576 1576  [[image:image-20220524100215-10.png||height="382" width="723"]]
1577 1577  
1578 1578  
1551 +
1579 1579  == 3.7 LEDs Indicators ==
1580 1580  
1581 1581  
... ... @@ -1582,19 +1582,15 @@
1582 1582  [[image:image-20220524100748-11.png]]
1583 1583  
1584 1584  
1558 +
1585 1585  = 4. Use AT Command =
1586 1586  
1561 +
1587 1587  == 4.1 Access AT Command ==
1588 1588  
1589 1589  
1590 -(((
1591 1591  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.
1592 -)))
1593 1593  
1594 -(((
1595 -
1596 -)))
1597 -
1598 1598  [[image:1653358238933-385.png]]
1599 1599  
1600 1600  
... ... @@ -1622,7 +1622,7 @@
1622 1622  )))
1623 1623  
1624 1624  (((
1625 -AT+<CMD>=?       :  Get the value
1594 +AT+<CMD>=?       : Get the value
1626 1626  )))
1627 1627  
1628 1628  (((
... ... @@ -1650,11 +1650,11 @@
1650 1650  )))
1651 1651  
1652 1652  (((
1653 -AT+APPSKEY:  Get or Set the Application Session Key
1622 +AT+APPSKEY: Get or Set the Application Session Key
1654 1654  )))
1655 1655  
1656 1656  (((
1657 -AT+APPEUI:  Get or Set the Application EUI
1626 +AT+APPEUI: Get or Set the Application EUI
1658 1658  )))
1659 1659  
1660 1660  (((
... ... @@ -1666,7 +1666,7 @@
1666 1666  )))
1667 1667  
1668 1668  (((
1669 -AT+DR:  Get or Set the Data Rate. (0-7 corresponding to DR_X)  
1638 +AT+DR: Get or Set the Data Rate. (0-7 corresponding to DR_X)  
1670 1670  )))
1671 1671  
1672 1672  (((
... ... @@ -1702,7 +1702,7 @@
1702 1702  )))
1703 1703  
1704 1704  (((
1705 -AT+NJM:  Get or Set the Network Join Mode. (0: ABP, 1: OTAA)
1674 +AT+NJM: Get or Set the Network Join Mode. (0: ABP, 1: OTAA)
1706 1706  )))
1707 1707  
1708 1708  (((
... ... @@ -1746,7 +1746,7 @@
1746 1746  )))
1747 1747  
1748 1748  (((
1749 -AT+VER:  Get current image version and Frequency Band
1718 +AT+VER: Get current image version and Frequency Band
1750 1750  )))
1751 1751  
1752 1752  (((
... ... @@ -1754,7 +1754,7 @@
1754 1754  )))
1755 1755  
1756 1756  (((
1757 -AT+CFS:  Get confirmation status of the last AT+SEND (0-1)
1726 +AT+CFS: Get confirmation status of the last AT+SEND (0-1)
1758 1758  )))
1759 1759  
1760 1760  (((
... ... @@ -1794,108 +1794,107 @@
1794 1794  )))
1795 1795  
1796 1796  
1766 +
1797 1797  == 4.2 Common AT Command Sequence ==
1798 1798  
1769 +
1799 1799  === 4.2.1 Multi-channel ABP mode (Use with SX1301/LG308) ===
1800 1800  
1801 1801  (((
1802 1802  
1803 1803  
1804 -(((
1805 -(% style="color:blue" %)**If device has not joined network yet:**
1775 +**If device has not joined network yet:**
1806 1806  )))
1807 -)))
1808 1808  
1809 1809  (((
1810 -(% style="background-color:#dcdcdc" %)**123456**
1779 +(% style="background-color:#dcdcdc" %)123456
1811 1811  )))
1812 1812  
1813 1813  (((
1814 -(% style="background-color:#dcdcdc" %)**AT+FDR**
1783 +(% style="background-color:#dcdcdc" %)AT+FDR
1815 1815  )))
1816 1816  
1817 1817  (((
1818 -(% style="background-color:#dcdcdc" %)**123456**
1787 +(% style="background-color:#dcdcdc" %)123456
1819 1819  )))
1820 1820  
1821 1821  (((
1822 -(% style="background-color:#dcdcdc" %)**AT+NJM=0**
1791 +(% style="background-color:#dcdcdc" %)AT+NJM=0
1823 1823  )))
1824 1824  
1825 1825  (((
1826 -(% style="background-color:#dcdcdc" %)**ATZ**
1795 +(% style="background-color:#dcdcdc" %)ATZ
1827 1827  )))
1828 1828  
1829 1829  
1830 1830  (((
1831 -(% style="color:blue" %)**If device already joined network:**
1800 +**If device already joined network:**
1832 1832  )))
1833 1833  
1834 1834  (((
1835 -(% style="background-color:#dcdcdc" %)**AT+NJM=0**
1804 +(% style="background-color:#dcdcdc" %)AT+NJM=0
1836 1836  )))
1837 1837  
1838 1838  (((
1839 -(% style="background-color:#dcdcdc" %)**ATZ**
1808 +(% style="background-color:#dcdcdc" %)ATZ
1840 1840  )))
1841 1841  
1842 1842  
1812 +
1843 1843  === 4.2.2 Single-channel ABP mode (Use with LG01/LG02) ===
1844 1844  
1845 1845  (((
1846 1846  
1847 1847  
1848 -(((
1849 -(% style="background-color:#dcdcdc" %)**123456**(%%)  ~/~/ Enter Password to have AT access.
1818 +(% style="background-color:#dcdcdc" %)123456(%%)  Enter Password to have AT access.
1850 1850  )))
1851 -)))
1852 1852  
1853 1853  (((
1854 -(% style="background-color:#dcdcdc" %)** AT+FDR**(%%)  ~/~/ Reset Parameters to Factory Default, Keys Reserve
1822 +(% style="background-color:#dcdcdc" %) AT+FDR(%%)   Reset Parameters to Factory Default, Keys Reserve
1855 1855  )))
1856 1856  
1857 1857  (((
1858 -(% style="background-color:#dcdcdc" %)** 123456**(%%)  ~/~/ Enter Password to have AT access.
1826 +(% style="background-color:#dcdcdc" %) 123456(%%)  Enter Password to have AT access.
1859 1859  )))
1860 1860  
1861 1861  (((
1862 -(% style="background-color:#dcdcdc" %)** AT+CLASS=C**(%%)  ~/~/ Set to work in CLASS C
1830 +(% style="background-color:#dcdcdc" %) AT+CLASS=C(%%) Set to work in CLASS C
1863 1863  )))
1864 1864  
1865 1865  (((
1866 -(% style="background-color:#dcdcdc" %)** AT+NJM=0**(%%)  ~/~/ Set to ABP mode
1834 +(% style="background-color:#dcdcdc" %) AT+NJM=0(%%)  Set to ABP mode
1867 1867  )))
1868 1868  
1869 1869  (((
1870 -(% style="background-color:#dcdcdc" %) **AT+ADR=0**(%%)  ~/~/ Set the Adaptive Data Rate Off
1838 +(% style="background-color:#dcdcdc" %) AT+ADR=0(%%)  Set the Adaptive Data Rate Off
1871 1871  )))
1872 1872  
1873 1873  (((
1874 -(% style="background-color:#dcdcdc" %)** AT+DR=5**(%%)  ~/~/ Set Data Rate
1842 +(% style="background-color:#dcdcdc" %) AT+DR=5(%%)  Set Data Rate
1875 1875  )))
1876 1876  
1877 1877  (((
1878 -(% style="background-color:#dcdcdc" %)** AT+TDC=60000**(%%)  ~/~/ Set transmit interval to 60 seconds
1846 +(% style="background-color:#dcdcdc" %) AT+TDC=60000(%%)  Set transmit interval to 60 seconds
1879 1879  )))
1880 1880  
1881 1881  (((
1882 -(% style="background-color:#dcdcdc" %)** AT+CHS=868400000**(%%)  ~/~/ Set transmit frequency to 868.4Mhz
1850 +(% style="background-color:#dcdcdc" %) AT+CHS=868400000(%%)  Set transmit frequency to 868.4Mhz
1883 1883  )))
1884 1884  
1885 1885  (((
1886 -(% style="background-color:#dcdcdc" %)** AT+RX2FQ=868400000**(%%)  ~/~/ Set RX2Frequency to 868.4Mhz (according to the result from server)
1854 +(% style="background-color:#dcdcdc" %) AT+RX2FQ=868400000(%%)  Set RX2Frequency to 868.4Mhz (according to the result from server)
1887 1887  )))
1888 1888  
1889 1889  (((
1890 -(% style="background-color:#dcdcdc" %)** AT+RX2DR=5**(%%)** ** ~/~/ Set RX2DR to match the downlink DR from server. see below
1858 +(% style="background-color:#dcdcdc" %) AT+RX2DR=5(%%)  Set RX2DR to match the downlink DR from server. see below
1891 1891  )))
1892 1892  
1893 1893  (((
1894 -(% style="background-color:#dcdcdc" %)** AT+DADDR=26 01 1A F1** (%%) ~/~/ Set Device Address to 26 01 1A F1, this ID can be found in the LoRa Server portal.
1862 +(% style="background-color:#dcdcdc" %) AT+DADDR=26 01 1A F1 (%%) Set Device Address to 26 01 1A F1, this ID can be found in the LoRa Server portal.
1895 1895  )))
1896 1896  
1897 1897  (((
1898 -(% style="background-color:#dcdcdc" %)** ATZ**         (%%) ~/~/ Reset MCU
1866 +(% style="background-color:#dcdcdc" %) ATZ         (%%) Reset MCU
1899 1899  
1900 1900  
1901 1901  )))
... ... @@ -1905,15 +1905,11 @@
1905 1905  )))
1906 1906  
1907 1907  (((
1908 -**~1. Make sure the device is set to ABP mode in the IoT Server.**
1876 +(% style="color:red" %)1. Make sure the device is set to ABP mode in the IoT Server.
1877 +2. Make sure the LG01/02 gateway RX frequency is exactly the same as AT+CHS setting.
1878 +3. Make sure SF / bandwidth setting in LG01/LG02 match the settings of AT+DR. refer [[this link>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/&file=LoRaWAN%201.0.3%20Regional%20Parameters.xlsx]] to see what DR means.
1879 +4. The command AT+RX2FQ and AT+RX2DR is to let downlink work. to set the correct parameters, user can check the actually downlink parameters to be used. As below. Which shows the RX2FQ should use 868400000 and RX2DR should be 5
1909 1909  
1910 -**2. Make sure the LG01/02 gateway RX frequency is exactly the same as AT+CHS setting.**
1911 -
1912 -**3. Make sure SF / bandwidth setting in LG01/LG02 match the settings of AT+DR. refer [[this link>>url:http://www.dragino.com/downloads/index.php?
1913 -dir=LoRa_Gateway/&file=LoRaWAN%201.0.3%20Regional%20Parameters.xlsx]] to see what DR means.**
1914 -
1915 -**4. The command AT+RX2FQ and AT+RX2DR is to let downlink work. to set the correct parameters, user can check the actually downlink parameters to be used. As below. Which shows the RX2FQ should use 868400000 and RX2DR should be 5**
1916 -
1917 1917  
1918 1918  )))
1919 1919  
... ... @@ -1925,30 +1925,22 @@
1925 1925  
1926 1926  )))
1927 1927  
1892 +
1928 1928  === 4.2.3 Change to Class A ===
1929 1929  
1930 1930  
1931 -(((
1932 -(% style="color:blue" %)**If sensor JOINED:**
1896 +If sensor JOINED
1897 +(% style="background-color:#dcdcdc" %)AT+CLASS=A
1898 +ATZ
1933 1933  
1934 -(% style="background-color:#dcdcdc" %)**AT+CLASS=A
1935 -ATZ**
1936 -)))
1937 1937  
1938 1938  
1939 -= 5. Case Study =
1902 += 5. FAQ =
1940 1940  
1941 -== 5.1 Counting how many objects pass in Flow Line ==
1942 1942  
1905 +== 5.1 How to upgrade the image? ==
1943 1943  
1944 -Reference Link: [[How to set up to count objects pass in flow line>>How to set up to count objects pass in flow line]]?
1945 1945  
1946 -
1947 -= 6. FAQ =
1948 -
1949 -== 6.1 How to upgrade the image? ==
1950 -
1951 -
1952 1952  The LT LoRaWAN Controller is shipped with a 3.5mm cable, the cable is used to upload image to LT to:
1953 1953  
1954 1954  * Support new features
... ... @@ -1966,10 +1966,8 @@
1966 1966  (% style="color:blue" %)**Step3**(%%)**:** Open flashloader; choose the correct COM port to update.
1967 1967  
1968 1968  
1969 -(((
1970 1970  (% style="color:blue" %)**For LT-22222-L**(%%):
1971 1971  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.
1972 -)))
1973 1973  
1974 1974  
1975 1975  )))
... ... @@ -1989,8 +1989,10 @@
1989 1989  
1990 1990  (((
1991 1991  (((
1992 -== 6.2 How to change the LoRa Frequency Bands/Region? ==
1946 +
1993 1993  
1948 +== 5.2 How to change the LoRa Frequency Bands/Region? ==
1949 +
1994 1994  
1995 1995  )))
1996 1996  )))
... ... @@ -2002,8 +2002,9 @@
2002 2002  (((
2003 2003  
2004 2004  
2005 -== 6.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
2006 2006  
1962 +== 5.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
1963 +
2007 2007  
2008 2008  )))
2009 2009  
... ... @@ -2023,14 +2023,10 @@
2023 2023  
2024 2024  (((
2025 2025  (% 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.
2026 -
2027 -
2028 2028  )))
2029 2029  
2030 2030  (((
2031 2031  [[image:1653360231087-571.png||height="401" width="727"]]
2032 -
2033 -
2034 2034  )))
2035 2035  
2036 2036  (((
... ... @@ -2038,23 +2038,21 @@
2038 2038  )))
2039 2039  
2040 2040  
2041 -
2042 2042  (((
2043 2043  (% style="color:blue" %)**Step2**(%%)**:  **Run AT Command to make LT work in Single frequency & ABP mode. Below is the AT commands:
2044 -
2045 -
2046 2046  )))
2047 2047  
2048 2048  (((
2049 -(% style="background-color:#dcdcdc" %)**123456** (%%) :  Enter Password to have AT access.
2050 -(% style="background-color:#dcdcdc" %)**AT+FDR**(%%)  :  Reset Parameters to Factory Default, Keys Reserve
2051 -(% style="background-color:#dcdcdc" %)**AT+NJM=0** (%%) :  Set to ABP mode
2052 -(% style="background-color:#dcdcdc" %)**AT+ADR=0** (%%) :  Set the Adaptive Data Rate Off
2053 -(% style="background-color:#dcdcdc" %)**AT+DR=5** (%%) :  Set Data Rate (Set AT+DR=3 for 915 band)
2054 -(% style="background-color:#dcdcdc" %)**AT+TDC=60000 **(%%) :  Set transmit interval to 60 seconds
2055 -(% style="background-color:#dcdcdc" %)**AT+CHS=868400000**(%%) : Set transmit frequency to 868.4Mhz
2056 -(% style="background-color:#dcdcdc" %)**AT+DADDR=26 01 1A F1**(%%)  :  Set Device Address to 26 01 1A F1
2057 -(% style="background-color:#dcdcdc" %)**ATZ**        (%%) :  Reset MCU
1999 +(% style="background-color:#dcdcdc" %)123456 (%%) Enter Password to have AT access.
2000 +(% style="background-color:#dcdcdc" %)AT+FDR(%%)  Reset Parameters to Factory Default, Keys Reserve
2001 +(% style="background-color:#dcdcdc" %)123456 (%%) Enter Password to have AT access.
2002 +(% style="background-color:#dcdcdc" %)AT+NJM=0 (%%) Set to ABP mode
2003 +(% style="background-color:#dcdcdc" %)AT+ADR=0 (%%) Set the Adaptive Data Rate Off
2004 +(% style="background-color:#dcdcdc" %)AT+DR=5 (%%) Set Data Rate (Set AT+DR=3 for 915 band)
2005 +(% style="background-color:#dcdcdc" %)AT+TDC=60000 (%%) Set transmit interval to 60 seconds
2006 +(% style="background-color:#dcdcdc" %)AT+CHS=868400000(%%)  Set transmit frequency to 868.4Mhz
2007 +(% style="background-color:#dcdcdc" %)AT+DADDR=26 01 1A F1(%%)  Set Device Address to 26 01 1A F1
2008 +(% style="background-color:#dcdcdc" %)ATZ        (%%) Reset MCU
2058 2058  )))
2059 2059  
2060 2060  
... ... @@ -2065,23 +2065,26 @@
2065 2065  [[image:1653360498588-932.png||height="485" width="726"]]
2066 2066  
2067 2067  
2068 -== 6.4 Can I see counting event in Serial? ==
2069 2069  
2020 +== 5.4 Can I see counting event in Serial? ==
2070 2070  
2022 +
2071 2071  (((
2072 2072  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.
2073 2073  
2074 2074  
2075 -== 6.5 Can i use point to point communication for LT-22222-L? ==
2076 2076  
2028 +== 5.5 Can i use point to point communication for LT-22222-L? ==
2077 2077  
2078 -Yes, please refer [[Point to Point Communication>>doc:Main. Point to Point Communication of LT-22222-L.WebHome]]  ,this is [[firmware>>https://github.com/dragino/LT-22222-L/releases]].
2079 2079  
2031 +Yes, please refer [[Point to Point Communication>>doc:Main. Point to Point Communication of LT-22222-L.WebHome]]
2032 +
2033 +
2080 2080  
2081 2081  )))
2082 2082  
2083 2083  (((
2084 -== 6.6 Why does the relay output become the default and open relay after the lt22222 is powered off? ==
2038 +== 5.6 Why does the relay output become the default and open relay after the lt22222 is powered off? ==
2085 2085  
2086 2086  
2087 2087  If the device is not shut down, but directly powered off.
... ... @@ -2093,27 +2093,13 @@
2093 2093  After restart, the status before power failure will be read from flash.
2094 2094  
2095 2095  
2096 -== 6.7 Can i set up LT-22222-L as a NC(Normal Close) Relay? ==
2097 2097  
2098 -
2099 -LT-22222-L built-in relay is NO (Normal Open). User can use an external relay to achieve Normal Close purpose. Diagram as below:
2100 -
2101 -
2102 -[[image:image-20221006170630-1.png||height="610" width="945"]]
2103 -
2104 -
2105 -== 6.8 Can LT22222-L save RO state? ==
2106 -
2107 -
2108 -Firmware version needs to be no less than 1.6.0.
2109 -
2110 -
2111 -= 7. Trouble Shooting =
2051 += 6. Trouble Shooting =
2112 2112  )))
2113 2113  
2114 2114  (((
2115 2115  (((
2116 -== 7.1 Downlink doesn't work, how to solve it? ==
2056 +== 6.1 Downlink doesn't work, how to solve it? ==
2117 2117  
2118 2118  
2119 2119  )))
... ... @@ -2126,8 +2126,9 @@
2126 2126  (((
2127 2127  
2128 2128  
2129 -== 7.2 Have trouble to upload image. ==
2130 2130  
2070 +== 6.2 Have trouble to upload image. ==
2071 +
2131 2131  
2132 2132  )))
2133 2133  
... ... @@ -2138,8 +2138,9 @@
2138 2138  (((
2139 2139  
2140 2140  
2141 -== 7.3 Why I can't join TTN in US915 /AU915 bands? ==
2142 2142  
2083 +== 6.3 Why I can't join TTN in US915 /AU915 bands? ==
2084 +
2143 2143  
2144 2144  )))
2145 2145  
... ... @@ -2148,9 +2148,10 @@
2148 2148  )))
2149 2149  
2150 2150  
2151 -= 8. Order Info =
2152 2152  
2094 += 7. Order Info =
2153 2153  
2096 +
2154 2154  (% style="color:#4f81bd" %)**LT-22222-L-XXX:**
2155 2155  
2156 2156  (% style="color:#4f81bd" %)**XXX:**
... ... @@ -2165,7 +2165,7 @@
2165 2165  * (% style="color:red" %)**IN865**(%%):  LT with frequency bands IN865
2166 2166  * (% style="color:red" %)**CN779**(%%):  LT with frequency bands CN779
2167 2167  
2168 -= 9. Packing Info =
2111 += 8. Packing Info =
2169 2169  
2170 2170  
2171 2171  **Package Includes**:
... ... @@ -2182,7 +2182,7 @@
2182 2182  * Package Size / pcs : 14.5 x 8 x 5 cm
2183 2183  * Weight / pcs : 170g
2184 2184  
2185 -= 10. Support =
2128 += 9. Support =
2186 2186  
2187 2187  
2188 2188  * (((
... ... @@ -2192,10 +2192,11 @@
2192 2192  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]]
2193 2193  
2194 2194  
2138 +
2195 2195  
2196 2196  )))
2197 2197  
2198 -= 11. Reference​​​​​ =
2142 += 10. Reference​​​​​ =
2199 2199  
2200 2200  
2201 2201  * 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]]
image-20221006170630-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -486.5 KB
Content
image-20221008095908-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -41.8 KB
Content
image-20221112174847-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -102.6 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0