<
From version < 112.3 >
edited by Xiaoling
on 2023/03/31 09:39
To version < 102.3 >
edited by Xiaoling
on 2022/10/29 09:54
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -15,6 +15,7 @@
15 15  
16 16  = 1.Introduction =
17 17  
18 +
18 18  == 1.1 What is LT Series I/O Controller ==
19 19  
20 20  (((
... ... @@ -53,6 +53,7 @@
53 53  
54 54  )))
55 55  
57 +
56 56  == 1.2  Specifications ==
57 57  
58 58  (((
... ... @@ -62,7 +62,7 @@
62 62  )))
63 63  
64 64  * (((
65 -STM32L072xxxx MCU
67 +STM32L072CZT6 MCU
66 66  )))
67 67  * (((
68 68  SX1276/78 Wireless Chip 
... ... @@ -169,6 +169,7 @@
169 169  Packet engine up to 256 bytes with CRC.
170 170  
171 171  
174 +
172 172  
173 173  )))
174 174  
... ... @@ -183,6 +183,9 @@
183 183  * Firmware upgradable via program port
184 184  * Counting
185 185  
189 +
190 +
191 +
186 186  == 1.4  Applications ==
187 187  
188 188  
... ... @@ -193,6 +193,9 @@
193 193  * Smart Cities
194 194  * Smart Factory
195 195  
202 +
203 +
204 +
196 196  == 1.5 Hardware Variants ==
197 197  
198 198  
... ... @@ -207,6 +207,9 @@
207 207  * 1 x Counting Port
208 208  )))
209 209  
219 +
220 +
221 +
210 210  = 2. Power ON Device =
211 211  
212 212  
... ... @@ -223,8 +223,10 @@
223 223  [[image:1653297104069-180.png]]
224 224  
225 225  
238 +
226 226  = 3. Operation Mode =
227 227  
241 +
228 228  == 3.1 How it works? ==
229 229  
230 230  
... ... @@ -237,6 +237,7 @@
237 237  )))
238 238  
239 239  
254 +
240 240  == 3.2 Example to join LoRaWAN network ==
241 241  
242 242  
... ... @@ -288,6 +288,7 @@
288 288  [[image:1653298044601-602.png||height="405" width="709"]]
289 289  
290 290  
306 +
291 291  == 3.3 Uplink Payload ==
292 292  
293 293  
... ... @@ -300,6 +300,9 @@
300 300  * (% style="color:blue" %)**MOD5**(%%): Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
301 301  * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5
302 302  
319 +
320 +
321 +
303 303  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
304 304  
305 305  
... ... @@ -356,6 +356,9 @@
356 356  ** DO1 is high in case there is load between DO1 and V+.
357 357  ** DO1 LED is off in both case
358 358  
378 +
379 +
380 +
359 359  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
360 360  
361 361  
... ... @@ -429,6 +429,7 @@
429 429  )))
430 430  
431 431  
454 +
432 432  === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI ===
433 433  
434 434  
... ... @@ -475,6 +475,7 @@
475 475  )))
476 476  
477 477  
501 +
478 478  === 3.3.4 AT+MOD~=4, Single DI Counting + 1 x Voltage Counting ===
479 479  
480 480  
... ... @@ -543,6 +543,7 @@
543 543  )))
544 544  
545 545  
570 +
546 546  === 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI ===
547 547  
548 548  
... ... @@ -590,6 +590,7 @@
590 590  )))
591 591  
592 592  
618 +
593 593  === 3.3.6 AT+ADDMOD~=6. (Trigger Mode, Optional) ===
594 594  
595 595  
... ... @@ -644,6 +644,7 @@
644 644  AT+ DTRI =1,0   (Enable DI1 trigger / disable DI2 trigger)
645 645  
646 646  
673 +
647 647  (% style="color:#037691" %)**Downlink Command to set Trigger Condition:**
648 648  
649 649  Type Code: 0xAA. Downlink command same as AT Command **AT+AVLIM, AT+ACLIM**
... ... @@ -704,6 +704,7 @@
704 704  10000000: Means this packet is trigger by AC1_LOW. Means voltage too low.
705 705  
706 706  
734 +
707 707  (% style="color:#4f81bd" %)**TRI_DI FLAG+STA **(%%)is a combination to show which condition is trigger. Totally 1byte as below
708 708  
709 709  [[image:image-20220524090456-4.png]]
... ... @@ -717,6 +717,7 @@
717 717  00000101: Means both DI1 and DI2 trigger are enabled.
718 718  
719 719  
748 +
720 720  (% style="color:#4f81bd" %)**Enable/Disable MOD6 **(%%): 0x01: MOD6 is enable. 0x00: MOD6 is disable.
721 721  
722 722  Downlink command to poll MOD6 status:
... ... @@ -726,6 +726,7 @@
726 726  When device got this command, it will send the MOD6 payload.
727 727  
728 728  
758 +
729 729  === 3.3.7 Payload Decoder ===
730 730  
731 731  (((
... ... @@ -735,6 +735,7 @@
735 735  )))
736 736  
737 737  
768 +
738 738  == 3.4 ​Configure LT via AT or Downlink ==
739 739  
740 740  
... ... @@ -752,6 +752,8 @@
752 752  
753 753  * (% style="color:blue" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
754 754  
786 +
787 +
755 755  === 3.4.1 Common Commands ===
756 756  
757 757  
... ... @@ -760,8 +760,10 @@
760 760  )))
761 761  
762 762  
796 +
763 763  === 3.4.2 Sensor related commands ===
764 764  
799 +
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 **
807 +**(% style="color:blue" %)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)**
815 +**(% style="color:blue" %)0x01 aa bb cc  (%%)   ~/~/ Same as AT+TDC=0x(aa bb cc)**
781 781  
782 782  
783 783  
819 +
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  **
827 +**(% style="color:blue" %)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
835 +**(% style="color:blue" %)0x0A aa  (%%)  ** ~/~/ Same as AT+MOD=aa
800 800  
801 801  
802 802  
839 +
803 803  ==== 3.4.2.3 Poll an uplink ====
804 804  
805 805  
... ... @@ -810,7 +810,7 @@
810 810  
811 811  * (% style="color:#037691" %)**Downlink Payload (prefix 0x08):**
812 812  
813 -(% style="color:blue" %)**0x08 FF  **(%%)** **~/~/ Poll an uplink
850 +**(% style="color:blue" %)0x08 FF  (%%)   **~/~/ Poll an uplink
814 814  
815 815  
816 816  **Example**: 0x08FF, ask device to send an Uplink
... ... @@ -817,6 +817,7 @@
817 817  
818 818  
819 819  
857 +
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**
865 +**(% style="color:blue" %)AT+ADDMOD6=1 or 0**
828 828  
829 -(% style="color:red" %)**1:** (%%)Enable Trigger Mode
867 +**(% style="color:red" %)1:** Enable Trigger Mode
830 830  
831 -(% style="color:red" %)**0: **(%%)Disable Trigger Mode
869 +**(% style="color:red" %)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
874 +**(% style="color:blue" %)0x0A 06 aa    **(%%) ~/~/ Same as AT+ADDMOD6=aa
837 837  
838 838  
839 839  
878 +
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
891 +**(% style="color:blue" %)0xAB 06  ** (%%) ~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
853 853  
854 854  
855 855  
895 +
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 >**
903 +**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
912 +**(% style="color:blue" %)0xAA 02 aa bb   ** (%%) ~/~/ Same as AT+DTRI=aa,bb
873 873  
874 874  
875 875  
916 +
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**
924 +**(% style="color:blue" %)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).
926 +**(% style="color:red" %)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.
928 +**(% style="color:red" %)b :** (%%)delay timing.
888 888  
889 889  
890 890  **Example:**
... ... @@ -893,8 +893,8 @@
893 893  
894 894  
895 895  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):**
937 +* **(% style="color:blue" %)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 898  
899 899  
900 900  
... ... @@ -905,13 +905,14 @@
905 905  
906 906  * (% style="color:#037691" %)**AT Command:**
907 907  
908 -(% style="color:blue" %)**AT+TRIG2=a,b**
949 +**(% style="color:blue" %)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.
952 +**(% style="color:red" %)a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
913 913  
954 +**(% style="color:red" %)b :** (%%)delay timing.
914 914  
956 +
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)
964 +**(% style="color:blue" %)0x09 02 aa bb cc   ** (%%)~/~/ same as AT+TRIG1=aa,0x(bb cc)
923 923  
924 924  
925 925  
968 +
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**
976 +**(% style="color:blue" %)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"]]
981 +**(% 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"]]
939 939  
940 940  
941 941  
985 +
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"]]**
993 +**(% style="color:blue" %)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"]]
998 +**(% 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"]]
955 955  
956 956  
957 957  
1002 +
958 958  ==== 3.4.2.11 Trigger – Set minimum interval ====
959 959  
960 960  
... ... @@ -962,12 +962,12 @@
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.
1010 +**(% style="color:blue" %)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)
1015 +**(% style="color:blue" %)0x AC aa bb   **(%%) ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
971 971  
972 972  (((
973 973  
... ... @@ -977,6 +977,7 @@
977 977  
978 978  
979 979  
1025 +
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
1035 +* **(% style="color:blue" %)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.
... ... @@ -1008,6 +1008,7 @@
1008 1008  
1009 1009  
1010 1010  
1057 +
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
1068 +**(% style="color:blue" %)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,14 +1051,6 @@
1051 1051  
1052 1052   Latching time. Unit: ms
1053 1053  
1054 -
1055 -(% style="color:red" %)**Note: **
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 1062  (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1063 1063  
1064 1064  
... ... @@ -1082,9 +1082,10 @@
1082 1082  
1083 1083  
1084 1084  
1085 -==== 3.4.2. 14 Relay ~-~- Control Relay Output RO1/RO2 ====
1086 1086  
1125 +==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
1087 1087  
1127 +
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
1135 +**(% style="color:blue" %)0x03 aa bb     ** (%%)~/~/ Set RO1/RO2 output
1096 1096  
1097 1097  
1098 1098  (((
... ... @@ -1111,6 +1111,7 @@
1111 1111  
1112 1112  
1113 1113  
1154 +
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
1165 +**(% style="color:blue" %)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:
... ... @@ -1142,20 +1142,12 @@
1142 1142  
1143 1143  (% style="color:#4f81bd" %)**Fourth/Fifth/Sixth/Seventh Bytes(cc)**(%%): Latching time. Unit: ms
1144 1144  
1145 -
1146 -(% style="color:red" %)**Note:**
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 1153  (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1154 1154  
1155 1155  
1156 1156  **Example payload:**
1157 1157  
1158 -**~1. 05 01 11 07 D0**
1191 +**~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,35 @@
1180 1180  
1181 1181  * (% style="color:#037691" %)**AT Command:**
1182 1182  
1183 -(% style="color:blue" %)**AT+VOLMAX   ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1216 +**(% style="color:blue" %)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
1221 +**(% style="color:blue" %)0xA5 aa bb cc   ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc
1189 1189  
1190 1190  
1191 1191  
1225 +
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) **
1231 +**(% style="color:blue" %)AT+SETCNT=aa,(bb cc dd ee) **
1198 1198  
1199 -(% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count
1233 +**(% style="color:red" %)aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count
1200 1200  
1201 -(% style="color:red" %)**bb cc dd ee: **(%%)number to be set
1235 +**(% style="color:red" %)bb cc dd ee: **(%%)number to be set
1202 1202  
1203 1203  
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)
1240 +**(% style="color:blue" %)0x A8 aa bb cc dd ee     ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1207 1207  
1208 1208  
1209 1209  
1244 +
1210 1210  ==== 3.4.2.18 Counting ~-~- Clear Counting ====
1211 1211  
1212 1212  
... ... @@ -1214,26 +1214,27 @@
1214 1214  
1215 1215  * (% style="color:#037691" %)**AT Command:**
1216 1216  
1217 -(% style="color:blue" %)**AT+CLRCOUNT **(%%) ~/~/ clear all counting
1252 +**(% style="color:blue" %)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
1257 +**(% style="color:blue" %)0x A6 01    ** (%%)~/~/ clear all counting
1223 1223  
1224 1224  
1225 1225  
1261 +
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)
1267 +**(% 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)
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,
1272 +**(% style="color:blue" %)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)
... ... @@ -1241,20 +1241,22 @@
1241 1241  
1242 1242  
1243 1243  
1244 -==== 3.4.2.20 Reset save RO DO state ====
1245 1245  
1281 +==== 3.4.2.20 Reset save DR DO state ====
1246 1246  
1283 +
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)
1286 +**(% style="color:blue" %)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.
1288 +**(% style="color:blue" %)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
1293 +**(% style="color:blue" %)0x AD aa      ** (%%)~/~/ same as AT+RODORET =aa
1257 1257  
1295 +
1258 1258  
1259 1259  
1260 1260  ==== 3.4.2.21 Encrypted payload ====
... ... @@ -1262,56 +1262,60 @@
1262 1262  
1263 1263  * (% style="color:#037691" %)**AT Command:**
1264 1264  
1265 -(% style="color:blue" %)**AT+DECRYPT=1  ** (%%)~/~/ The payload is uploaded without encryption
1303 +**(% style="color:blue" %)AT+DECRYPT=1  ** (%%)~/~/ The payload is uploaded without encryption
1266 1266  
1267 -(% style="color:blue" %)**AT+DECRYPT=0    **(%%)~/~/  Encrypt when uploading payload (default)
1305 +**(% style="color:blue" %)AT+DECRYPT=0  **(%%)~/~/Encrypt when uploading payload (default)
1268 1268  
1269 1269  
1270 1270  
1309 +
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
1315 +**(% style="color:blue" %)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.
1317 +**(% style="color:blue" %)AT+GETSENSORVALUE=1  **(%%)~/~/The serial port gets the current sensor reading and uploads it.
1279 1279  
1280 1280  
1281 1281  
1321 +
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)
1327 +**(% 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)
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.
1329 +**(% 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.
1290 1290  
1291 1291  
1292 1292  
1333 +
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)
1339 +**(% 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)
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.
1341 +**(% 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.
1301 1301  
1302 1302  
1303 1303  * (% style="color:#037691" %)**Downlink Payload **(%%)**:**
1304 1304  
1305 -(% style="color:blue" %)**0x21 00 01 ** (%%) ~/~/ Set  the DISMACANS=1
1346 +**(% style="color:blue" %)0x21 00 01 ** (%%) ~/~/ Set  the DISMACANS=1
1306 1306  
1307 1307  
1308 1308  
1350 +
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.
1356 +**(% 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.
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  
... ... @@ -1334,7 +1334,7 @@
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.
1379 +**(% style="color:blue" %)26 01  ** (%%) ~/~/  Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1338 1338  
1339 1339  
1340 1340  )))
... ... @@ -1344,6 +1344,9 @@
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  
1389 +
1390 +)))
1391 +
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  
1441 +
1396 1396  == 3.6 Interface Detail ==
1397 1397  
1444 +
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  
1453 +
1406 1406  === 3.6.2 Digital Input Port: DI1/DI2 ( For LT-22222-L) ===
1407 1407  
1408 1408  
... ... @@ -1459,6 +1459,8 @@
1459 1459  
1460 1460  (((
1461 1461  
1510 +
1511 +
1462 1462  )))
1463 1463  
1464 1464  (((
... ... @@ -1490,6 +1490,8 @@
1490 1490  
1491 1491  (((
1492 1492  
1543 +
1544 +
1493 1493  )))
1494 1494  
1495 1495  (((
... ... @@ -1520,16 +1520,16 @@
1520 1520  )))
1521 1521  
1522 1522  
1575 +
1523 1523  === 3.6.3 Digital Output Port: DO1/DO2 /DO3 ===
1524 1524  
1525 1525  
1526 -**(% style="color:blue" %)NPN output**: GND or Float. Max voltage can apply to output pin is 36v.
1579 +NPN output: GND or Float. Max voltage can apply to output pin is 36v.
1527 1527  
1528 -**(% style="color:red" %)Note: DO pins go to float when device is power off.**
1529 -
1530 1530  [[image:1653357531600-905.png]]
1531 1531  
1532 1532  
1584 +
1533 1533  === 3.6.4 Analog Input Interface ===
1534 1534  
1535 1535  
... ... @@ -1561,13 +1561,12 @@
1561 1561  [[image:1653357648330-671.png||height="155" width="733"]]
1562 1562  
1563 1563  
1616 +
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.
1621 +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]]
... ... @@ -1576,6 +1576,7 @@
1576 1576  [[image:image-20220524100215-10.png||height="382" width="723"]]
1577 1577  
1578 1578  
1630 +
1579 1579  == 3.7 LEDs Indicators ==
1580 1580  
1581 1581  
... ... @@ -1582,8 +1582,10 @@
1582 1582  [[image:image-20220524100748-11.png]]
1583 1583  
1584 1584  
1637 +
1585 1585  = 4. Use AT Command =
1586 1586  
1640 +
1587 1587  == 4.1 Access AT Command ==
1588 1588  
1589 1589  
... ... @@ -1794,8 +1794,10 @@
1794 1794  )))
1795 1795  
1796 1796  
1851 +
1797 1797  == 4.2 Common AT Command Sequence ==
1798 1798  
1854 +
1799 1799  === 4.2.1 Multi-channel ABP mode (Use with SX1301/LG308) ===
1800 1800  
1801 1801  (((
... ... @@ -1840,6 +1840,7 @@
1840 1840  )))
1841 1841  
1842 1842  
1899 +
1843 1843  === 4.2.2 Single-channel ABP mode (Use with LG01/LG02) ===
1844 1844  
1845 1845  (((
... ... @@ -1912,7 +1912,7 @@
1912 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 1913  dir=LoRa_Gateway/&file=LoRaWAN%201.0.3%20Regional%20Parameters.xlsx]] to see what DR means.**
1914 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.**
1972 +**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 1916  
1917 1917  
1918 1918  )))
... ... @@ -1925,11 +1925,12 @@
1925 1925  
1926 1926  )))
1927 1927  
1985 +
1928 1928  === 4.2.3 Change to Class A ===
1929 1929  
1930 1930  
1931 1931  (((
1932 -(% style="color:blue" %)**If sensor JOINED:**
1990 +(% style="color:blue" %)If sensor JOINED:
1933 1933  
1934 1934  (% style="background-color:#dcdcdc" %)**AT+CLASS=A
1935 1935  ATZ**
... ... @@ -1936,19 +1936,13 @@
1936 1936  )))
1937 1937  
1938 1938  
1939 -= 5. Case Study =
1940 1940  
1941 -== 5.1 Counting how many objects pass in Flow Line ==
1998 += 5. FAQ =
1942 1942  
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]]?
2001 +== 5.1 How to upgrade the image? ==
1945 1945  
1946 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
... ... @@ -1976,10 +1976,8 @@
1976 1976  
1977 1977   [[image:image-20220524103407-12.png]]
1978 1978  
1979 -
1980 1980  [[image:image-20220524103429-13.png]]
1981 1981  
1982 -
1983 1983  [[image:image-20220524104033-15.png]]
1984 1984  
1985 1985  
... ... @@ -1991,8 +1991,10 @@
1991 1991  
1992 1992  (((
1993 1993  (((
1994 -== 6.2 How to change the LoRa Frequency Bands/Region? ==
2044 +
1995 1995  
2046 +== 5.2 How to change the LoRa Frequency Bands/Region? ==
2047 +
1996 1996  
1997 1997  )))
1998 1998  )))
... ... @@ -2004,8 +2004,9 @@
2004 2004  (((
2005 2005  
2006 2006  
2007 -== 6.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
2008 2008  
2060 +== 5.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
2061 +
2009 2009  
2010 2010  )))
2011 2011  
... ... @@ -2019,6 +2019,7 @@
2019 2019  (((
2020 2020  Assume we have a LG02 working in the frequency 868400000 now , below is the step.
2021 2021  
2075 +
2022 2022  
2023 2023  )))
2024 2024  )))
... ... @@ -2067,23 +2067,26 @@
2067 2067  [[image:1653360498588-932.png||height="485" width="726"]]
2068 2068  
2069 2069  
2070 -== 6.4 Can I see counting event in Serial? ==
2071 2071  
2125 +== 5.4 Can I see counting event in Serial? ==
2072 2072  
2127 +
2073 2073  (((
2074 2074  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.
2075 2075  
2076 2076  
2077 -== 6.5 Can i use point to point communication for LT-22222-L? ==
2078 2078  
2133 +== 5.5 Can i use point to point communication for LT-22222-L? ==
2079 2079  
2080 -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]].
2081 2081  
2136 +Yes, please refer [[Point to Point Communication>>doc:Main. Point to Point Communication of LT-22222-L.WebHome]]  ,this is [[firmware>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AADKXQ2v5ZT-S3sxdmbvE7UAa/LT-22222-L/image?dl=0&subfolder_nav_tracking=1]].
2137 +
2138 +
2082 2082  
2083 2083  )))
2084 2084  
2085 2085  (((
2086 -== 6.6 Why does the relay output become the default and open relay after the lt22222 is powered off? ==
2143 +== 5.6 Why does the relay output become the default and open relay after the lt22222 is powered off? ==
2087 2087  
2088 2088  
2089 2089  If the device is not shut down, but directly powered off.
... ... @@ -2095,9 +2095,10 @@
2095 2095  After restart, the status before power failure will be read from flash.
2096 2096  
2097 2097  
2098 -== 6.7 Can i set up LT-22222-L as a NC(Normal Close) Relay? ==
2099 2099  
2156 +== 5.7 Can i set up LT-22222-L as a NC(Normal Close) Relay? ==
2100 2100  
2158 +
2101 2101  LT-22222-L built-in relay is NO (Normal Open). User can use an external relay to achieve Normal Close purpose. Diagram as below:
2102 2102  
2103 2103  
... ... @@ -2104,18 +2104,15 @@
2104 2104  [[image:image-20221006170630-1.png||height="610" width="945"]]
2105 2105  
2106 2106  
2107 -== 6.8 Can LT22222-L save RO state? ==
2108 2108  
2166 += 6. Trouble Shooting =
2109 2109  
2110 -Firmware version needs to be no less than 1.6.0.
2111 -
2112 -
2113 -= 7. Trouble Shooting =
2168 +
2114 2114  )))
2115 2115  
2116 2116  (((
2117 2117  (((
2118 -== 7.1 Downlink doesn't work, how to solve it? ==
2173 +== 6.1 Downlink doesn't work, how to solve it? ==
2119 2119  
2120 2120  
2121 2121  )))
... ... @@ -2128,8 +2128,9 @@
2128 2128  (((
2129 2129  
2130 2130  
2131 -== 7.2 Have trouble to upload image. ==
2132 2132  
2187 +== 6.2 Have trouble to upload image. ==
2188 +
2133 2133  
2134 2134  )))
2135 2135  
... ... @@ -2140,8 +2140,9 @@
2140 2140  (((
2141 2141  
2142 2142  
2143 -== 7.3 Why I can't join TTN in US915 /AU915 bands? ==
2144 2144  
2200 +== 6.3 Why I can't join TTN in US915 /AU915 bands? ==
2201 +
2145 2145  
2146 2146  )))
2147 2147  
... ... @@ -2150,9 +2150,10 @@
2150 2150  )))
2151 2151  
2152 2152  
2153 -= 8. Order Info =
2154 2154  
2211 += 7. Order Info =
2155 2155  
2213 +
2156 2156  (% style="color:#4f81bd" %)**LT-22222-L-XXX:**
2157 2157  
2158 2158  (% style="color:#4f81bd" %)**XXX:**
... ... @@ -2167,11 +2167,9 @@
2167 2167  * (% style="color:red" %)**IN865**(%%):  LT with frequency bands IN865
2168 2168  * (% style="color:red" %)**CN779**(%%):  LT with frequency bands CN779
2169 2169  
2228 += 8. Packing Info =
2170 2170  
2171 2171  
2172 -= 9. Packing Info =
2173 -
2174 -
2175 2175  **Package Includes**:
2176 2176  
2177 2177  * LT-22222-L I/O Controller x 1
... ... @@ -2179,7 +2179,6 @@
2179 2179  * Bracket for controller x1
2180 2180  * Program cable x 1
2181 2181  
2182 -
2183 2183  **Dimension and weight**:
2184 2184  
2185 2185  * Device Size: 13.5 x 7 x 3 cm
... ... @@ -2187,11 +2187,9 @@
2187 2187  * Package Size / pcs : 14.5 x 8 x 5 cm
2188 2188  * Weight / pcs : 170g
2189 2189  
2245 += 9. Support =
2190 2190  
2191 2191  
2192 -= 10. Support =
2193 -
2194 -
2195 2195  * (((
2196 2196  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.
2197 2197  )))
... ... @@ -2199,14 +2199,13 @@
2199 2199  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]]
2200 2200  
2201 2201  
2255 +
2202 2202  
2203 2203  )))
2204 2204  
2205 -= 11. Reference​​​​​ =
2259 += 10. Reference​​​​​ =
2206 2206  
2207 2207  
2208 2208  * 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]]
2209 2209  * [[Datasheet, Document Base>>https://www.dropbox.com/sh/gxxmgks42tqfr3a/AACEdsj_mqzeoTOXARRlwYZ2a?dl=0]]
2210 2210  * [[Hardware Source>>url:https://github.com/dragino/Lora/tree/master/LT/LT-33222-L/v1.0]]
2211 -
2212 -
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