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

Summary

Details

Page properties
Content
... ... @@ -15,7 +15,6 @@
15 15  
16 16  = 1.Introduction =
17 17  
18 -
19 19  == 1.1 What is LT Series I/O Controller ==
20 20  
21 21  (((
... ... @@ -54,7 +54,6 @@
54 54  
55 55  )))
56 56  
57 -
58 58  == 1.2  Specifications ==
59 59  
60 60  (((
... ... @@ -64,7 +64,7 @@
64 64  )))
65 65  
66 66  * (((
67 -STM32L072CZT6 MCU
65 +STM32L072xxxx MCU
68 68  )))
69 69  * (((
70 70  SX1276/78 Wireless Chip 
... ... @@ -171,7 +171,6 @@
171 171  Packet engine up to 256 bytes with CRC.
172 172  
173 173  
174 -
175 175  
176 176  )))
177 177  
... ... @@ -186,8 +186,6 @@
186 186  * Firmware upgradable via program port
187 187  * Counting
188 188  
189 -
190 -
191 191  == 1.4  Applications ==
192 192  
193 193  
... ... @@ -198,8 +198,6 @@
198 198  * Smart Cities
199 199  * Smart Factory
200 200  
201 -
202 -
203 203  == 1.5 Hardware Variants ==
204 204  
205 205  
... ... @@ -214,8 +214,6 @@
214 214  * 1 x Counting Port
215 215  )))
216 216  
217 -
218 -
219 219  = 2. Power ON Device =
220 220  
221 221  
... ... @@ -232,10 +232,8 @@
232 232  [[image:1653297104069-180.png]]
233 233  
234 234  
235 -
236 236  = 3. Operation Mode =
237 237  
238 -
239 239  == 3.1 How it works? ==
240 240  
241 241  
... ... @@ -248,7 +248,6 @@
248 248  )))
249 249  
250 250  
251 -
252 252  == 3.2 Example to join LoRaWAN network ==
253 253  
254 254  
... ... @@ -300,7 +300,6 @@
300 300  [[image:1653298044601-602.png||height="405" width="709"]]
301 301  
302 302  
303 -
304 304  == 3.3 Uplink Payload ==
305 305  
306 306  
... ... @@ -313,9 +313,6 @@
313 313  * (% style="color:blue" %)**MOD5**(%%): Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
314 314  * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5
315 315  
316 -
317 -
318 -
319 319  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
320 320  
321 321  
... ... @@ -372,9 +372,6 @@
372 372  ** DO1 is high in case there is load between DO1 and V+.
373 373  ** DO1 LED is off in both case
374 374  
375 -
376 -
377 -
378 378  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
379 379  
380 380  
... ... @@ -448,7 +448,6 @@
448 448  )))
449 449  
450 450  
451 -
452 452  === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI ===
453 453  
454 454  
... ... @@ -495,7 +495,6 @@
495 495  )))
496 496  
497 497  
498 -
499 499  === 3.3.4 AT+MOD~=4, Single DI Counting + 1 x Voltage Counting ===
500 500  
501 501  
... ... @@ -564,7 +564,6 @@
564 564  )))
565 565  
566 566  
567 -
568 568  === 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI ===
569 569  
570 570  
... ... @@ -612,7 +612,6 @@
612 612  )))
613 613  
614 614  
615 -
616 616  === 3.3.6 AT+ADDMOD~=6. (Trigger Mode, Optional) ===
617 617  
618 618  
... ... @@ -667,7 +667,6 @@
667 667  AT+ DTRI =1,0   (Enable DI1 trigger / disable DI2 trigger)
668 668  
669 669  
670 -
671 671  (% style="color:#037691" %)**Downlink Command to set Trigger Condition:**
672 672  
673 673  Type Code: 0xAA. Downlink command same as AT Command **AT+AVLIM, AT+ACLIM**
... ... @@ -728,7 +728,6 @@
728 728  10000000: Means this packet is trigger by AC1_LOW. Means voltage too low.
729 729  
730 730  
731 -
732 732  (% style="color:#4f81bd" %)**TRI_DI FLAG+STA **(%%)is a combination to show which condition is trigger. Totally 1byte as below
733 733  
734 734  [[image:image-20220524090456-4.png]]
... ... @@ -742,7 +742,6 @@
742 742  00000101: Means both DI1 and DI2 trigger are enabled.
743 743  
744 744  
745 -
746 746  (% style="color:#4f81bd" %)**Enable/Disable MOD6 **(%%): 0x01: MOD6 is enable. 0x00: MOD6 is disable.
747 747  
748 748  Downlink command to poll MOD6 status:
... ... @@ -752,7 +752,6 @@
752 752  When device got this command, it will send the MOD6 payload.
753 753  
754 754  
755 -
756 756  === 3.3.7 Payload Decoder ===
757 757  
758 758  (((
... ... @@ -762,7 +762,6 @@
762 762  )))
763 763  
764 764  
765 -
766 766  == 3.4 ​Configure LT via AT or Downlink ==
767 767  
768 768  
... ... @@ -780,8 +780,6 @@
780 780  
781 781  * (% style="color:blue" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
782 782  
783 -
784 -
785 785  === 3.4.1 Common Commands ===
786 786  
787 787  
... ... @@ -790,10 +790,8 @@
790 790  )))
791 791  
792 792  
793 -
794 794  === 3.4.2 Sensor related commands ===
795 795  
796 -
797 797  ==== 3.4.2.1 Set Transmit Interval ====
798 798  
799 799  
... ... @@ -869,7 +869,6 @@
869 869  
870 870  
871 871  
872 -
873 873  ==== 3.4.2.5 Poll trigger settings ====
874 874  
875 875  
... ... @@ -952,7 +952,7 @@
952 952  
953 953  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):**
954 954  
955 -(% style="color:blue" %)**0x09 02 aa bb cc   ** (%%)~/~/ same as AT+TRIG1=aa,0x(bb cc)
922 +(% style="color:blue" %)**0x09 02 aa bb cc   ** (%%)~/~/ same as AT+TRIG2=aa,0x(bb cc)
956 956  
957 957  
958 958  
... ... @@ -1084,6 +1084,14 @@
1084 1084  
1085 1085   Latching time. Unit: ms
1086 1086  
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 +
1087 1087  (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1088 1088  
1089 1089  
... ... @@ -1107,7 +1107,7 @@
1107 1107  
1108 1108  
1109 1109  
1110 -==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
1085 +==== 3.4.2. 14 Relay ~-~- Control Relay Output RO1/RO2 ====
1111 1111  
1112 1112  
1113 1113  * (% style="color:#037691" %)**AT Command:**
... ... @@ -1136,7 +1136,6 @@
1136 1136  
1137 1137  
1138 1138  
1139 -
1140 1140  ==== 3.4.2.15 Relay ~-~- Control Relay Output RO1/RO2 with time control ====
1141 1141  
1142 1142  
... ... @@ -1168,12 +1168,20 @@
1168 1168  
1169 1169  (% style="color:#4f81bd" %)**Fourth/Fifth/Sixth/Seventh Bytes(cc)**(%%): Latching time. Unit: ms
1170 1170  
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 +
1171 1171  (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1172 1172  
1173 1173  
1174 1174  **Example payload:**
1175 1175  
1176 -**~1. 05 01 11 07 D**
1158 +**~1. 05 01 11 07 D0**
1177 1177  
1178 1178  Relay1 and Relay 2 will be set to NC , last 2 seconds, then change back to original state.
1179 1179  
... ... @@ -1259,14 +1259,14 @@
1259 1259  
1260 1260  
1261 1261  
1262 -==== 3.4.2.20 Reset save DR DO state ====
1244 +==== 3.4.2.20 Reset save RO DO state ====
1263 1263  
1264 1264  
1265 1265  * (% style="color:#037691" %)**AT Command:**
1266 1266  
1267 -(% style="color:blue" %)**AT+RODORET=1    **(%%)~/~/ RODO will close when the device joining the network. (default)
1249 +(% style="color:blue" %)**AT+RODORESET=1    **(%%)~/~/ RODO will close when the device joining the network. (default)
1268 1268  
1269 -(% 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.
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.
1270 1270  
1271 1271  
1272 1272  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):**
... ... @@ -1308,7 +1308,6 @@
1308 1308  
1309 1309  
1310 1310  
1311 -
1312 1312  ==== 3.4.2.24 When the limit bytes are exceeded, upload in batches ====
1313 1313  
1314 1314  
... ... @@ -1325,7 +1325,6 @@
1325 1325  
1326 1326  
1327 1327  
1328 -
1329 1329  ==== 3.4.2.25 Copy downlink to uplink ====
1330 1330  
1331 1331  
... ... @@ -1364,7 +1364,6 @@
1364 1364  [[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"]]
1365 1365  
1366 1366  
1367 -
1368 1368  == 3.5 Integrate with Mydevice ==
1369 1369  
1370 1370  
... ... @@ -1414,10 +1414,8 @@
1414 1414  [[image:image-20220524094909-5.png||height="341" width="734"]]
1415 1415  
1416 1416  
1417 -
1418 1418  == 3.6 Interface Detail ==
1419 1419  
1420 -
1421 1421  === 3.6.1 Digital Input Port: DI1/DI2 /DI3 ( For LT-33222-L, low active ) ===
1422 1422  
1423 1423  
... ... @@ -1426,7 +1426,6 @@
1426 1426  [[image:1653356991268-289.png]]
1427 1427  
1428 1428  
1429 -
1430 1430  === 3.6.2 Digital Input Port: DI1/DI2 ( For LT-22222-L) ===
1431 1431  
1432 1432  
... ... @@ -1483,8 +1483,6 @@
1483 1483  
1484 1484  (((
1485 1485  
1486 -
1487 -
1488 1488  )))
1489 1489  
1490 1490  (((
... ... @@ -1516,8 +1516,6 @@
1516 1516  
1517 1517  (((
1518 1518  
1519 -
1520 -
1521 1521  )))
1522 1522  
1523 1523  (((
... ... @@ -1548,16 +1548,16 @@
1548 1548  )))
1549 1549  
1550 1550  
1551 -
1552 1552  === 3.6.3 Digital Output Port: DO1/DO2 /DO3 ===
1553 1553  
1554 1554  
1555 -NPN output: GND or Float. Max voltage can apply to output pin is 36v.
1526 +**(% style="color:blue" %)NPN output**: GND or Float. Max voltage can apply to output pin is 36v.
1556 1556  
1528 +**(% style="color:red" %)Note: DO pins go to float when device is power off.**
1529 +
1557 1557  [[image:1653357531600-905.png]]
1558 1558  
1559 1559  
1560 -
1561 1561  === 3.6.4 Analog Input Interface ===
1562 1562  
1563 1563  
... ... @@ -1589,12 +1589,13 @@
1589 1589  [[image:1653357648330-671.png||height="155" width="733"]]
1590 1590  
1591 1591  
1592 -
1593 1593  === 3.6.5 Relay Output ===
1594 1594  
1595 1595  
1596 1596  (((
1597 -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:
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.
1598 1598  )))
1599 1599  
1600 1600  [[image:image-20220524100215-9.png]]
... ... @@ -1603,7 +1603,6 @@
1603 1603  [[image:image-20220524100215-10.png||height="382" width="723"]]
1604 1604  
1605 1605  
1606 -
1607 1607  == 3.7 LEDs Indicators ==
1608 1608  
1609 1609  
... ... @@ -1610,10 +1610,8 @@
1610 1610  [[image:image-20220524100748-11.png]]
1611 1611  
1612 1612  
1613 -
1614 1614  = 4. Use AT Command =
1615 1615  
1616 -
1617 1617  == 4.1 Access AT Command ==
1618 1618  
1619 1619  
... ... @@ -1824,10 +1824,8 @@
1824 1824  )))
1825 1825  
1826 1826  
1827 -
1828 1828  == 4.2 Common AT Command Sequence ==
1829 1829  
1830 -
1831 1831  === 4.2.1 Multi-channel ABP mode (Use with SX1301/LG308) ===
1832 1832  
1833 1833  (((
... ... @@ -1872,7 +1872,6 @@
1872 1872  )))
1873 1873  
1874 1874  
1875 -
1876 1876  === 4.2.2 Single-channel ABP mode (Use with LG01/LG02) ===
1877 1877  
1878 1878  (((
... ... @@ -1945,7 +1945,7 @@
1945 1945  **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?
1946 1946  dir=LoRa_Gateway/&file=LoRaWAN%201.0.3%20Regional%20Parameters.xlsx]] to see what DR means.**
1947 1947  
1948 -**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**
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.**
1949 1949  
1950 1950  
1951 1951  )))
... ... @@ -1958,7 +1958,6 @@
1958 1958  
1959 1959  )))
1960 1960  
1961 -
1962 1962  === 4.2.3 Change to Class A ===
1963 1963  
1964 1964  
... ... @@ -1970,13 +1970,19 @@
1970 1970  )))
1971 1971  
1972 1972  
1939 += 5. Case Study =
1973 1973  
1974 -= 5. FAQ =
1941 +== 5.1 Counting how many objects pass in Flow Line ==
1975 1975  
1976 1976  
1977 -== 5.1 How to upgrade the image? ==
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]]?
1978 1978  
1979 1979  
1947 += 6. FAQ =
1948 +
1949 +== 6.1 How to upgrade the image? ==
1950 +
1951 +
1980 1980  The LT LoRaWAN Controller is shipped with a 3.5mm cable, the cable is used to upload image to LT to:
1981 1981  
1982 1982  * Support new features
... ... @@ -2004,8 +2004,10 @@
2004 2004  
2005 2005   [[image:image-20220524103407-12.png]]
2006 2006  
1979 +
2007 2007  [[image:image-20220524103429-13.png]]
2008 2008  
1982 +
2009 2009  [[image:image-20220524104033-15.png]]
2010 2010  
2011 2011  
... ... @@ -2017,10 +2017,8 @@
2017 2017  
2018 2018  (((
2019 2019  (((
2020 -
1994 +== 6.2 How to change the LoRa Frequency Bands/Region? ==
2021 2021  
2022 -== 5.2 How to change the LoRa Frequency Bands/Region? ==
2023 -
2024 2024  
2025 2025  )))
2026 2026  )))
... ... @@ -2032,9 +2032,8 @@
2032 2032  (((
2033 2033  
2034 2034  
2007 +== 6.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
2035 2035  
2036 -== 5.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
2037 -
2038 2038  
2039 2039  )))
2040 2040  
... ... @@ -2096,26 +2096,23 @@
2096 2096  [[image:1653360498588-932.png||height="485" width="726"]]
2097 2097  
2098 2098  
2070 +== 6.4 Can I see counting event in Serial? ==
2099 2099  
2100 -== 5.4 Can I see counting event in Serial? ==
2101 2101  
2102 -
2103 2103  (((
2104 2104  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.
2105 2105  
2106 2106  
2077 +== 6.5 Can i use point to point communication for LT-22222-L? ==
2107 2107  
2108 -== 5.5 Can i use point to point communication for LT-22222-L? ==
2109 2109  
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]].
2110 2110  
2111 -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]].
2112 -
2113 -
2114 2114  
2115 2115  )))
2116 2116  
2117 2117  (((
2118 -== 5.6 Why does the relay output become the default and open relay after the lt22222 is powered off? ==
2086 +== 6.6 Why does the relay output become the default and open relay after the lt22222 is powered off? ==
2119 2119  
2120 2120  
2121 2121  If the device is not shut down, but directly powered off.
... ... @@ -2127,10 +2127,9 @@
2127 2127  After restart, the status before power failure will be read from flash.
2128 2128  
2129 2129  
2098 +== 6.7 Can i set up LT-22222-L as a NC(Normal Close) Relay? ==
2130 2130  
2131 -== 5.7 Can i set up LT-22222-L as a NC(Normal Close) Relay? ==
2132 2132  
2133 -
2134 2134  LT-22222-L built-in relay is NO (Normal Open). User can use an external relay to achieve Normal Close purpose. Diagram as below:
2135 2135  
2136 2136  
... ... @@ -2137,15 +2137,18 @@
2137 2137  [[image:image-20221006170630-1.png||height="610" width="945"]]
2138 2138  
2139 2139  
2107 +== 6.8 Can LT22222-L save RO state? ==
2140 2140  
2141 -= 6. Trouble Shooting =
2142 2142  
2143 -
2110 +Firmware version needs to be no less than 1.6.0.
2111 +
2112 +
2113 += 7. Trouble Shooting =
2144 2144  )))
2145 2145  
2146 2146  (((
2147 2147  (((
2148 -== 6.1 Downlink doesn't work, how to solve it? ==
2118 +== 7.1 Downlink doesn't work, how to solve it? ==
2149 2149  
2150 2150  
2151 2151  )))
... ... @@ -2158,9 +2158,8 @@
2158 2158  (((
2159 2159  
2160 2160  
2131 +== 7.2 Have trouble to upload image. ==
2161 2161  
2162 -== 6.2 Have trouble to upload image. ==
2163 -
2164 2164  
2165 2165  )))
2166 2166  
... ... @@ -2171,9 +2171,8 @@
2171 2171  (((
2172 2172  
2173 2173  
2143 +== 7.3 Why I can't join TTN in US915 /AU915 bands? ==
2174 2174  
2175 -== 6.3 Why I can't join TTN in US915 /AU915 bands? ==
2176 -
2177 2177  
2178 2178  )))
2179 2179  
... ... @@ -2182,10 +2182,9 @@
2182 2182  )))
2183 2183  
2184 2184  
2153 += 8. Order Info =
2185 2185  
2186 -= 7. Order Info =
2187 2187  
2188 -
2189 2189  (% style="color:#4f81bd" %)**LT-22222-L-XXX:**
2190 2190  
2191 2191  (% style="color:#4f81bd" %)**XXX:**
... ... @@ -2202,7 +2202,7 @@
2202 2202  
2203 2203  
2204 2204  
2205 -= 8. Packing Info =
2172 += 9. Packing Info =
2206 2206  
2207 2207  
2208 2208  **Package Includes**:
... ... @@ -2212,6 +2212,7 @@
2212 2212  * Bracket for controller x1
2213 2213  * Program cable x 1
2214 2214  
2182 +
2215 2215  **Dimension and weight**:
2216 2216  
2217 2217  * Device Size: 13.5 x 7 x 3 cm
... ... @@ -2221,7 +2221,7 @@
2221 2221  
2222 2222  
2223 2223  
2224 -= 9. Support =
2192 += 10. Support =
2225 2225  
2226 2226  
2227 2227  * (((
... ... @@ -2231,13 +2231,14 @@
2231 2231  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]]
2232 2232  
2233 2233  
2234 -
2235 2235  
2236 2236  )))
2237 2237  
2238 -= 10. Reference​​​​​ =
2205 += 11. Reference​​​​​ =
2239 2239  
2240 2240  
2241 2241  * 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]]
2242 2242  * [[Datasheet, Document Base>>https://www.dropbox.com/sh/gxxmgks42tqfr3a/AACEdsj_mqzeoTOXARRlwYZ2a?dl=0]]
2243 2243  * [[Hardware Source>>url:https://github.com/dragino/Lora/tree/master/LT/LT-33222-L/v1.0]]
2211 +
2212 +
image-20221112174847-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +102.6 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0