<
From version < 102.5 >
edited by Xiaoling
on 2022/10/29 10:07
To version < 112.1 >
edited by Edwin Chen
on 2023/03/30 16:18
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
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  
... ... @@ -187,7 +187,6 @@
187 187  * Counting
188 188  
189 189  
190 -
191 191  == 1.4  Applications ==
192 192  
193 193  
... ... @@ -199,7 +199,6 @@
199 199  * Smart Factory
200 200  
201 201  
202 -
203 203  == 1.5 Hardware Variants ==
204 204  
205 205  
... ... @@ -215,7 +215,6 @@
215 215  )))
216 216  
217 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  
... ... @@ -314,8 +314,6 @@
314 314  * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5
315 315  
316 316  
317 -
318 -
319 319  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
320 320  
321 321  
... ... @@ -373,8 +373,6 @@
373 373  ** DO1 LED is off in both case
374 374  
375 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  
... ... @@ -781,7 +781,6 @@
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 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)
928 +(% 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  
1060 +
1061 +(% style="color:red" %)**Note: **
1062 +
1063 + Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes
1064 +
1065 + Before Firmwre v1.6.0 the latch time only suport 2 bytes.
1066 +
1067 +
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 ====
1091 +==== 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  
1151 +
1152 +(% style="color:red" %)**Note:**
1153 +
1154 + Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes
1155 +
1156 + Before Firmwre v1.6.0 the latch time only suport 2 bytes.
1157 +
1158 +
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**
1164 +**~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 ====
1250 +==== 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)
1255 +(% 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.
1257 +(% 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.
1532 +**NPN output**: GND or Float. Max voltage can apply to output pin is 36v.
1556 1556  
1534 +Note: DO pins go to float when device is power off.
1535 +
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:
1574 +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:
1575 +
1576 +**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  (((
... ... @@ -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,10 +1970,16 @@
1970 1970  )))
1971 1971  
1972 1972  
1945 += 5. Case Study =
1973 1973  
1974 -= 5. FAQ =
1947 +== 5.1 Counting how many objects pass in Flow Line ==
1975 1975  
1976 1976  
1950 +Reference Link: [[How to set up to count objects pass in flow line>>How to set up to count objects pass in flow line]]?
1951 +
1952 +
1953 += 5. FAQ =
1954 +
1977 1977  == 5.1 How to upgrade the image? ==
1978 1978  
1979 1979  
... ... @@ -2017,8 +2017,6 @@
2017 2017  
2018 2018  (((
2019 2019  (((
2020 -
2021 -
2022 2022  == 5.2 How to change the LoRa Frequency Bands/Region? ==
2023 2023  
2024 2024  
... ... @@ -2032,7 +2032,6 @@
2032 2032  (((
2033 2033  
2034 2034  
2035 -
2036 2036  == 5.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
2037 2037  
2038 2038  
... ... @@ -2096,7 +2096,6 @@
2096 2096  [[image:1653360498588-932.png||height="485" width="726"]]
2097 2097  
2098 2098  
2099 -
2100 2100  == 5.4 Can I see counting event in Serial? ==
2101 2101  
2102 2102  
... ... @@ -2104,13 +2104,11 @@
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  
2107 -
2108 2108  == 5.5 Can i use point to point communication for LT-22222-L? ==
2109 2109  
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]].
2084 +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]].
2112 2112  
2113 -
2114 2114  
2115 2115  )))
2116 2116  
... ... @@ -2127,7 +2127,6 @@
2127 2127  After restart, the status before power failure will be read from flash.
2128 2128  
2129 2129  
2130 -
2131 2131  == 5.7 Can i set up LT-22222-L as a NC(Normal Close) Relay? ==
2132 2132  
2133 2133  
... ... @@ -2137,10 +2137,13 @@
2137 2137  [[image:image-20221006170630-1.png||height="610" width="945"]]
2138 2138  
2139 2139  
2111 +== 5.8 Can LT22222-L save RO state? ==
2140 2140  
2141 -= 6. Trouble Shooting =
2142 2142  
2143 -
2114 +Firmware version needs to be no less than 1.6.0.
2115 +
2116 +
2117 += 6. Trouble Shooting =
2144 2144  )))
2145 2145  
2146 2146  (((
... ... @@ -2158,7 +2158,6 @@
2158 2158  (((
2159 2159  
2160 2160  
2161 -
2162 2162  == 6.2 Have trouble to upload image. ==
2163 2163  
2164 2164  
... ... @@ -2171,7 +2171,6 @@
2171 2171  (((
2172 2172  
2173 2173  
2174 -
2175 2175  == 6.3 Why I can't join TTN in US915 /AU915 bands? ==
2176 2176  
2177 2177  
... ... @@ -2182,7 +2182,6 @@
2182 2182  )))
2183 2183  
2184 2184  
2185 -
2186 2186  = 7. Order Info =
2187 2187  
2188 2188  
... ... @@ -2201,7 +2201,6 @@
2201 2201  * (% style="color:red" %)**CN779**(%%):  LT with frequency bands CN779
2202 2202  
2203 2203  
2204 -
2205 2205  = 8. Packing Info =
2206 2206  
2207 2207  
... ... @@ -2220,7 +2220,6 @@
2220 2220  * Weight / pcs : 170g
2221 2221  
2222 2222  
2223 -
2224 2224  = 9. Support =
2225 2225  
2226 2226  
... ... @@ -2231,7 +2231,6 @@
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  
... ... @@ -2241,3 +2241,5 @@
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]]
2212 +
2213 +
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