<
From version < 90.11 >
edited by Xiaoling
on 2022/08/18 13:48
To version < 83.14 >
edited by Xiaoling
on 2022/06/29 17:57
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,13 +36,11 @@
36 36  )))
37 37  
38 38  (((
39 -1) If user's area has LoRaWAN service coverage, they can just install the I/O controller and configure it to connect the LoRaWAN provider via wireless.
39 +1) If users area has LoRaWAN service coverage, they can just install the I/O controller and configure it to connect the LoRaWAN provider via wireless.
40 40  )))
41 41  
42 42  (((
43 43  2) User can set up a LoRaWAN gateway locally and configure the controller to connect to the gateway via wireless.
44 -
45 -
46 46  )))
47 47  
48 48  (((
... ... @@ -168,13 +168,11 @@
168 168  Packet engine up to 256 bytes with CRC.
169 169  
170 170  
171 -
172 172  
173 173  )))
174 174  
175 175  == 1.3 Features ==
176 176  
177 -
178 178  * LoRaWAN Class A & Class C protocol
179 179  * Optional Customized LoRa Protocol
180 180  * Frequency Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/RU864/IN865
... ... @@ -183,13 +183,8 @@
183 183  * Firmware upgradable via program port
184 184  * Counting
185 185  
186 -
187 -
188 -
189 -
190 190  == 1.4  Applications ==
191 191  
192 -
193 193  * Smart Buildings & Home Automation
194 194  * Logistics and Supply Chain Management
195 195  * Smart Metering
... ... @@ -197,13 +197,8 @@
197 197  * Smart Cities
198 198  * Smart Factory
199 199  
200 -
201 -
202 -
203 -
204 204  == 1.5 Hardware Variants ==
205 205  
206 -
207 207  (% border="1" style="background-color:#f7faff; width:500px" %)
208 208  |(% style="width:103px" %)**Model**|(% style="width:131px" %)**Photo**|(% style="width:334px" %)**Description**
209 209  |(% style="width:103px" %)**LT22222-L**|(% style="width:131px" %)[[image:1653296302983-697.png]]|(% style="width:334px" %)(((
... ... @@ -215,12 +215,8 @@
215 215  * 1 x Counting Port
216 216  )))
217 217  
218 -
219 -
220 -
221 221  = 2. Power ON Device =
222 222  
223 -
224 224  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.
225 225  
226 226  (((
... ... @@ -235,7 +235,6 @@
235 235  
236 236  == 3.1 How it works? ==
237 237  
238 -
239 239  (((
240 240  The LT is configured as LoRaWAN OTAA Class C mode by default. It has OTAA keys to join network. To connect a local LoRaWAN network, user just need to input the OTAA keys in the network server and power on the LT. It will auto join the network via OTAA. For LT-22222-L, the LED will show the Join status: After power on (% style="color:green" %)**TX LED**(%%) will fast blink 5 times, LT-22222-L will enter working mode and start to JOIN LoRaWAN network. (% style="color:green" %)**TX LED**(%%) will be on for 5 seconds after joined in network. When there is message from server, the RX LED will be on for 1 second. 
241 241  )))
... ... @@ -245,14 +245,10 @@
245 245  )))
246 246  
247 247  
248 -
249 249  == 3.2 Example to join LoRaWAN network ==
250 250  
251 -
252 252  (((
253 253  This chapter shows an example for how to join the TTN LoRaWAN Network. Below is the network structure, we use our LG308 as LoRaWAN gateway here. 
254 -
255 -
256 256  )))
257 257  
258 258  [[image:image-20220523172350-1.png||height="266" width="864"]]
... ... @@ -260,8 +260,6 @@
260 260  
261 261  (((
262 262  The LG308 is already set to connect to [[TTN network >>url:https://www.thethingsnetwork.org/]]. So what we need to do now is only configure register this device to TTN:
263 -
264 -
265 265  )))
266 266  
267 267  (((
... ... @@ -287,7 +287,6 @@
287 287  [[image:1653298023685-319.png]]
288 288  
289 289  
290 -
291 291  (((
292 292  (% 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.
293 293  )))
... ... @@ -298,7 +298,6 @@
298 298  
299 299  == 3.3 Uplink Payload ==
300 300  
301 -
302 302  There are five working modes + one interrupt mode on LT for different type application:
303 303  
304 304  * (% style="color:blue" %)**MOD1**(%%): (default setting): 2 x ACI + 2AVI + DI + DO + RO
... ... @@ -308,13 +308,8 @@
308 308  * (% style="color:blue" %)**MOD5**(%%): Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
309 309  * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5
310 310  
311 -
312 -
313 -
314 -
315 315  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
316 316  
317 -
318 318  The uplink payload includes totally 9 bytes. Uplink packets use FPORT=2 and every 10 minutes send one uplink by default.
319 319  
320 320  [[image:image-20220523174024-3.png]]
... ... @@ -366,10 +366,6 @@
366 366  ** DO1 is high in case there is load between DO1 and V+.
367 367  ** DO1 LED is off in both case
368 368  
369 -
370 -
371 -
372 -
373 373  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
374 374  
375 375  
... ... @@ -438,7 +438,6 @@
438 438  
439 439  === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI ===
440 440  
441 -
442 442  **LT22222-L**: This mode the DI1 is used as a counting pin.
443 443  
444 444  [[image:image-20220523181246-5.png]]
... ... @@ -724,14 +724,14 @@
724 724  (((
725 725  
726 726  
727 -**Decoder for TTN/loraserver/ChirpStack**:  [[https:~~/~~/www.dropbox.com/sh/wtrzu7avdtkmn3z/AACK5NwOMkU9jnvf1uCMuqrVa?dl=0>>https://www.dropbox.com/sh/wtrzu7avdtkmn3z/AACK5NwOMkU9jnvf1uCMuqrVa?dl=0]]
690 +**Decoder for TTN/loraserver/ChirpStack**: [[http:~~/~~/www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/Payload_decoder/>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/Payload_decoder/]]
691 +
692 +
728 728  )))
729 729  
730 730  
731 -
732 732  == 3.4 ​Configure LT via AT or Downlink ==
733 733  
734 -
735 735  User can configure LT I/O Controller via AT Commands or LoRaWAN Downlink Commands
736 736  
737 737  (((
... ... @@ -742,12 +742,8 @@
742 742  
743 743  * (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
744 744  
745 -
746 -
747 -
748 748  === 3.4.1 Common Commands ===
749 749  
750 -
751 751  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]]
752 752  
753 753  
... ... @@ -757,7 +757,6 @@
757 757  
758 758  ==== 3.4.2.1 Set Transmit Interval ====
759 759  
760 -
761 761  Set device uplink interval.
762 762  
763 763  * (% style="color:#037691" %)**AT Command:**
... ... @@ -777,7 +777,6 @@
777 777  
778 778  ==== 3.4.2.2 Set Work Mode (AT+MOD) ====
779 779  
780 -
781 781  Set work mode.
782 782  
783 783  * (% style="color:#037691" %)**AT Command:**
... ... @@ -797,7 +797,6 @@
797 797  
798 798  ==== 3.4.2.3 Poll an uplink ====
799 799  
800 -
801 801  * (% style="color:#037691" %)**AT Command:**
802 802  
803 803  There is no AT Command to poll uplink
... ... @@ -814,7 +814,6 @@
814 814  
815 815  ==== 3.4.2.4 Enable Trigger Mode ====
816 816  
817 -
818 818  Use of trigger mode, please check [[ADDMOD6>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
819 819  
820 820  * (% style="color:#037691" %)**AT Command:**
... ... @@ -835,7 +835,6 @@
835 835  
836 836  ==== 3.4.2.5 Poll trigger settings ====
837 837  
838 -
839 839  Poll trigger settings,
840 840  
841 841  * (% style="color:#037691" %)**AT Command:**
... ... @@ -852,7 +852,6 @@
852 852  
853 853  ==== 3.4.2.6 Enable / Disable DI1/DI2/DI3 as trigger ====
854 854  
855 -
856 856  Enable Disable DI1/DI2/DI2 as trigger,
857 857  
858 858  * (% style="color:#037691" %)**AT Command:**
... ... @@ -873,7 +873,6 @@
873 873  
874 874  ==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as trigger ====
875 875  
876 -
877 877  Set DI1 or DI3(for LT-33222-L) trigger.
878 878  
879 879  * (% style="color:#037691" %)**AT Command:**
... ... @@ -893,13 +893,8 @@
893 893  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):**
894 894  * **0x09 01 aa bb cc    ** ~/~/ same as AT+TRIG1=aa,0x(bb cc)
895 895  
896 -
897 -
898 -
899 -
900 900  ==== 3.4.2.8 Trigger2 – Set DI2 as trigger ====
901 901  
902 -
903 903  Set DI2 trigger.
904 904  
905 905  * (% style="color:#037691" %)**AT Command:**
... ... @@ -926,7 +926,6 @@
926 926  
927 927  ==== 3.4.2.9 Trigger – Set AC (current) as trigger ====
928 928  
929 -
930 930  Set current trigger , base on AC port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
931 931  
932 932  * (% style="color:#037691" %)**AT Command**
... ... @@ -943,7 +943,6 @@
943 943  
944 944  ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ====
945 945  
946 -
947 947  Set current trigger , base on AV port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
948 948  
949 949  * (% style="color:#037691" %)**AT Command**
... ... @@ -960,7 +960,6 @@
960 960  
961 961  ==== 3.4.2.11 Trigger – Set minimum interval ====
962 962  
963 -
964 964  Set AV and AC trigger minimum interval, system won't response to the second trigger within this set time after the first trigger.
965 965  
966 966  * (% style="color:#037691" %)**AT Command**
... ... @@ -983,7 +983,6 @@
983 983  
984 984  ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ====
985 985  
986 -
987 987  * (% style="color:#037691" %)**AT Command**
988 988  
989 989  There is no AT Command to control Digital Output
... ... @@ -1015,7 +1015,6 @@
1015 1015  
1016 1016  ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ====
1017 1017  
1018 -
1019 1019  * (% style="color:#037691" %)**AT Command**
1020 1020  
1021 1021  There is no AT Command to control Digital Output
... ... @@ -1082,7 +1082,6 @@
1082 1082  
1083 1083  ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
1084 1084  
1085 -
1086 1086  * (% style="color:#037691" %)**AT Command:**
1087 1087  
1088 1088  There is no AT Command to control Relay Output
... ... @@ -1112,7 +1112,6 @@
1112 1112  
1113 1113  ==== 3.4.2.15 Relay ~-~- Control Relay Output RO1/RO2 with time control ====
1114 1114  
1115 -
1116 1116  * (% style="color:#037691" %)**AT Command:**
1117 1117  
1118 1118  There is no AT Command to control Relay Output
... ... @@ -1136,7 +1136,7 @@
1136 1136  
1137 1137  (% style="color:#4f81bd" %)**Third Byte(bb)**(%%): Control Method and Ports status:
1138 1138  
1139 -[[image:image-20220714135731-1.png||height="406" width="627"]]
1079 +[[image:image-20220524093831-10.png]]
1140 1140  
1141 1141  
1142 1142  (% style="color:#4f81bd" %)**Fourth/Fifth Bytes(cc)**(%%): Latching time. Unit: ms
... ... @@ -1146,21 +1146,21 @@
1146 1146  
1147 1147  **Example payload:**
1148 1148  
1149 -**~1. 05 01 11 07 D**
1089 +**~1. 05 01 11 07 D0**
1150 1150  
1151 -Relay1 and Relay 2 will be set to NC , last 2 seconds, then change back to original state.
1091 +Relay1 and Relay 2 will be set to NO , last 2 seconds, then change back to original state.
1152 1152  
1153 1153  **2. 05 01 10 07 D0**
1154 1154  
1155 -Relay1 will change to NC, Relay2 will change to NO, last 2 seconds, then both change back to original state.
1095 +Relay1 will change to NO, Relay2 will change to NC, last 2 seconds, then both change back to original state.
1156 1156  
1157 1157  **3. 05 00 01 07 D0**
1158 1158  
1159 -Relay1 will change to NO, Relay2 will change to NC, last 2 seconds, then relay change to NC,Relay2 change to NO.
1099 +Relay1 will change to NC, Relay2 will change to NO, last 2 seconds, then relay change to NO, Relay2 change to NC.
1160 1160  
1161 1161  **4. 05 00 00 07 D0**
1162 1162  
1163 -Relay 1 & relay2 will change to NO, last 2 seconds, then both change to NC.
1103 +Relay 1 & relay2 will change to NC, last 2 seconds, then both change to NO.
1164 1164  
1165 1165  
1166 1166  
... ... @@ -1167,7 +1167,6 @@
1167 1167  
1168 1168  ==== 3.4.2.16 Counting ~-~- Voltage threshold counting ====
1169 1169  
1170 -
1171 1171  When voltage exceed the threshold, count. Feature see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1172 1172  
1173 1173  * (% style="color:#037691" %)**AT Command:**
... ... @@ -1184,7 +1184,6 @@
1184 1184  
1185 1185  ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ====
1186 1186  
1187 -
1188 1188  * (% style="color:#037691" %)**AT Command:**
1189 1189  
1190 1190  **AT+SETCNT=aa,(bb cc dd ee) **
... ... @@ -1207,7 +1207,6 @@
1207 1207  
1208 1208  ==== 3.4.2.18 Counting ~-~- Clear Counting ====
1209 1209  
1210 -
1211 1211  Clear counting for counting mode
1212 1212  
1213 1213  * (% style="color:#037691" %)**AT Command:**
... ... @@ -1224,7 +1224,6 @@
1224 1224  
1225 1225  ==== 3.4.2.19 Counting ~-~- Change counting mode save time ====
1226 1226  
1227 -
1228 1228  * (% style="color:#037691" %)**AT Command:**
1229 1229  
1230 1230  **AT+COUTIME=60  **~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)
... ... @@ -1244,7 +1244,6 @@
1244 1244  
1245 1245  == 3.5 Integrate with Mydevice ==
1246 1246  
1247 -
1248 1248  Mydevices provides a human friendly interface to show the sensor data, once we have data in TTN, we can use Mydevices to connect to TTN and see the data in Mydevices. Below are the steps:
1249 1249  
1250 1250  (((
... ... @@ -1253,15 +1253,14 @@
1253 1253  
1254 1254  (((
1255 1255  (% style="color:blue" %)**Step 2**(%%): To configure the Application to forward data to Mydevices you will need to add integration. To add the Mydevices integration, perform the following steps:
1256 -
1257 -
1258 1258  )))
1259 1259  
1260 -[[image:image-20220719105525-1.png||height="377" width="677"]]
1193 +[[image:1653356737703-362.png||height="232" width="732"]]
1261 1261  
1195 +[[image:image-20220524094641-11.png||height="390" width="723"]]
1262 1262  
1263 1263  
1264 -[[image:image-20220719110247-2.png||height="388" width="683"]]
1198 +[[image:image-20220524094641-12.png||height="402" width="718"]]
1265 1265  
1266 1266  
1267 1267  (% style="color:blue" %)**Step 3**(%%): Create an account or log in Mydevices.
... ... @@ -1294,10 +1294,8 @@
1294 1294  
1295 1295  == 3.6 Interface Detail ==
1296 1296  
1297 -
1298 1298  === 3.6.1 Digital Input Port: DI1/DI2 /DI3 ( For LT-33222-L, low active ) ===
1299 1299  
1300 -
1301 1301  Support NPN Type sensor
1302 1302  
1303 1303  [[image:1653356991268-289.png]]
... ... @@ -1306,7 +1306,6 @@
1306 1306  
1307 1307  === 3.6.2 Digital Input Port: DI1/DI2 ( For LT-22222-L) ===
1308 1308  
1309 -
1310 1310  (((
1311 1311  The DI port of LT-22222-L can support NPN or PNP output sensor.
1312 1312  )))
... ... @@ -1313,9 +1313,7 @@
1313 1313  
1314 1314  (((
1315 1315  (((
1316 -Internal circuit as below, the NEC2501 is a photocoupler, the Active current (from NEC2501 pin 1 to pin 2 is 1ma and the max current is 50mA. When there is active current pass NEC2501 pin1 to pin2. The DI will be active high.
1317 -
1318 -
1247 +Internal circuit as below, the NEC2501 is a photocoupler, the Active current (from NEC2501 pin 1 to pin 2 is 1ma and the max current is 50mA. When there is active current pass NEC2501 pin1 to pin2. The DI will be active high
1319 1319  )))
1320 1320  )))
1321 1321  
... ... @@ -1360,8 +1360,6 @@
1360 1360  
1361 1361  (((
1362 1362  
1363 -
1364 -
1365 1365  )))
1366 1366  
1367 1367  (((
... ... @@ -1393,8 +1393,6 @@
1393 1393  
1394 1394  (((
1395 1395  
1396 -
1397 -
1398 1398  )))
1399 1399  
1400 1400  (((
... ... @@ -1428,7 +1428,6 @@
1428 1428  
1429 1429  === 3.6.3 Digital Output Port: DO1/DO2 /DO3 ===
1430 1430  
1431 -
1432 1432  NPN output: GND or Float. Max voltage can apply to output pin is 36v.
1433 1433  
1434 1434  [[image:1653357531600-905.png]]
... ... @@ -1437,7 +1437,6 @@
1437 1437  
1438 1438  === 3.6.4 Analog Input Interface ===
1439 1439  
1440 -
1441 1441  The analog input interface is as below. The LT will measure the IN2 voltage so to calculate the current pass the Load. The formula is:
1442 1442  
1443 1443  
... ... @@ -1469,7 +1469,6 @@
1469 1469  
1470 1470  === 3.6.5 Relay Output ===
1471 1471  
1472 -
1473 1473  (((
1474 1474  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:
1475 1475  )))
... ... @@ -1482,7 +1482,6 @@
1482 1482  
1483 1483  == 3.7 LEDs Indicators ==
1484 1484  
1485 -
1486 1486  [[image:image-20220524100748-11.png]]
1487 1487  
1488 1488  
... ... @@ -1489,10 +1489,8 @@
1489 1489  
1490 1490  = 4. Use AT Command =
1491 1491  
1492 -
1493 1493  == 4.1 Access AT Command ==
1494 1494  
1495 -
1496 1496  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.
1497 1497  
1498 1498  [[image:1653358238933-385.png]]
... ... @@ -1697,7 +1697,6 @@
1697 1697  
1698 1698  == 4.2 Common AT Command Sequence ==
1699 1699  
1700 -
1701 1701  === 4.2.1 Multi-channel ABP mode (Use with SX1301/LG308) ===
1702 1702  
1703 1703  (((
... ... @@ -1808,8 +1808,6 @@
1808 1808  2. Make sure the LG01/02 gateway RX frequency is exactly the same as AT+CHS setting.
1809 1809  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.
1810 1810  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
1811 -
1812 -
1813 1813  )))
1814 1814  
1815 1815  (((
... ... @@ -1823,16 +1823,13 @@
1823 1823  
1824 1824  === 4.2.3 Change to Class A ===
1825 1825  
1826 -
1827 1827  If sensor JOINED
1828 1828  (% style="background-color:#dcdcdc" %)AT+CLASS=A
1829 1829  ATZ
1830 1830  
1831 1831  
1832 -
1833 1833  = 5. FAQ =
1834 1834  
1835 -
1836 1836  == 5.1 How to upgrade the image? ==
1837 1837  
1838 1838  
... ... @@ -1855,8 +1855,6 @@
1855 1855  
1856 1856  (% style="color:blue" %)**For LT-22222-L**(%%):
1857 1857  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.
1858 -
1859 -
1860 1860  )))
1861 1861  
1862 1862   [[image:image-20220524103407-12.png]]
... ... @@ -1868,7 +1868,6 @@
1868 1868  
1869 1869  (% style="color:red" %)**Notice**(%%): In case user has lost the program cable. User can hand made one from a 3.5mm cable. The pin mapping is:
1870 1870  
1871 -
1872 1872  [[image:1653360054704-518.png||height="186" width="745"]]
1873 1873  
1874 1874  
... ... @@ -1877,8 +1877,6 @@
1877 1877  
1878 1878  
1879 1879  == 5.2 How to change the LoRa Frequency Bands/Region? ==
1880 -
1881 -
1882 1882  )))
1883 1883  )))
1884 1884  
... ... @@ -1889,10 +1889,7 @@
1889 1889  (((
1890 1890  
1891 1891  
1892 -
1893 1893  == 5.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
1894 -
1895 -
1896 1896  )))
1897 1897  
1898 1898  (((
... ... @@ -1910,7 +1910,7 @@
1910 1910  )))
1911 1911  
1912 1912  (((
1913 -(% 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.
1818 +(% style="color:#4f81bd" %)**Step1**(%%): Log in TTN, Create an ABP device in the application and input the network session key (NETSKEY), app session key (APPSKEY) from the device.
1914 1914  )))
1915 1915  
1916 1916  (((
... ... @@ -1918,12 +1918,12 @@
1918 1918  )))
1919 1919  
1920 1920  (((
1921 -(% style="color:red" %)**Note: user just need to make sure above three keys match, User can change either in TTN or Device to make then match. In TTN, NETSKEY and APPSKEY can be configured by user in setting page, but Device Addr is generated by TTN.**
1826 +(% style="color:red" %)Note: user just need to make sure above three keys match, User can change either in TTN or Device to make then match. In TTN, NETSKEY and APPSKEY can be configured by user in setting page, but Device Addr is generated by TTN.
1922 1922  )))
1923 1923  
1924 1924  
1925 1925  (((
1926 -(% style="color:blue" %)**Step2**(%%)**:  **Run AT Command to make LT work in Single frequency & ABP mode. Below is the AT commands:
1831 +(% style="color:#4f81bd" %)**Step2**(%%)**: **Run AT Command to make LT work in Single frequency & ABP mode. Below is the AT commands:
1927 1927  )))
1928 1928  
1929 1929  (((
... ... @@ -1947,21 +1947,16 @@
1947 1947  [[image:1653360498588-932.png||height="485" width="726"]]
1948 1948  
1949 1949  
1950 -
1951 1951  == 5.4 Can I see counting event in Serial? ==
1952 1952  
1953 -
1954 1954  (((
1955 -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.
1858 +User can run AT+DEBUG command to see the counting event in serial. If firmware too old and doesnt support AT+DEBUG. User can update to latest firmware first.
1956 1956  
1957 1957  
1958 -
1959 1959  == 5.5 Can i use point to point communication for LT-22222-L? ==
1960 1960  
1961 -
1962 1962  Yes, please refer [[Point to Point Communication>>doc:Main. Point to Point Communication of LT-22222-L.WebHome]]
1963 1963  
1964 -
1965 1965  
1966 1966  )))
1967 1967  
... ... @@ -1968,7 +1968,6 @@
1968 1968  (((
1969 1969  == 5.6 Why does the relay output become the default and open relay after the lt22222 is powered off? ==
1970 1970  
1971 -
1972 1972  If the device is not shut down, but directly powered off.
1973 1973  
1974 1974  It will default that this is a power-off state.
... ... @@ -1978,7 +1978,6 @@
1978 1978  After restart, the status before power failure will be read from flash.
1979 1979  
1980 1980  
1981 -
1982 1982  = 6. Trouble Shooting =
1983 1983  )))
1984 1984  
... ... @@ -1985,8 +1985,6 @@
1985 1985  (((
1986 1986  (((
1987 1987  == 6.1 Downlink doesn't work, how to solve it? ==
1988 -
1989 -
1990 1990  )))
1991 1991  )))
1992 1992  
... ... @@ -1997,10 +1997,7 @@
1997 1997  (((
1998 1998  
1999 1999  
2000 -
2001 2001  == 6.2 Have trouble to upload image. ==
2002 -
2003 -
2004 2004  )))
2005 2005  
2006 2006  (((
... ... @@ -2010,10 +2010,7 @@
2010 2010  (((
2011 2011  
2012 2012  
2013 -
2014 2014  == 6.3 Why I can't join TTN in US915 /AU915 bands? ==
2015 -
2016 -
2017 2017  )))
2018 2018  
2019 2019  (((
... ... @@ -2021,7 +2021,6 @@
2021 2021  )))
2022 2022  
2023 2023  
2024 -
2025 2025  = 7. Order Info =
2026 2026  
2027 2027  
... ... @@ -2041,6 +2041,8 @@
2041 2041  
2042 2042  
2043 2043  
1933 +
1934 +
2044 2044  = 8. Packing Info =
2045 2045  
2046 2046  
... ... @@ -2060,25 +2060,23 @@
2060 2060  
2061 2061  
2062 2062  
2063 -= 9. Support =
2064 2064  
2065 2065  
1956 += 9. Support =
1957 +
2066 2066  * (((
2067 2067  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.
2068 2068  )))
2069 2069  * (((
2070 2070  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]]
1963 +)))
2071 2071  
2072 2072  
2073 2073  
2074 -
2075 -)))
2076 2076  
2077 2077  = 10. Reference​​​​​ =
2078 2078  
2079 -
2080 2080  * 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]]
2081 -* [[Datasheet, Document Base>>https://www.dropbox.com/sh/gxxmgks42tqfr3a/AACEdsj_mqzeoTOXARRlwYZ2a?dl=0]]
1971 +* [[Image Download>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/image/]]
1972 +* [[AT Command Manual>>url:http://www.dragino.com/downloads/index.php?dir=LT_LoRa_IO_Controller/LT33222-L/]]
2082 2082  * [[Hardware Source>>url:https://github.com/dragino/Lora/tree/master/LT/LT-33222-L/v1.0]]
2083 -
2084 -
image-20220714135731-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -54.1 KB
Content
image-20220719105525-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -165.5 KB
Content
image-20220719110247-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -52.9 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0