Changes for page LT-22222-L -- LoRa I/O Controller User Manual
Last modified by Saxer Lin on 2025/04/15 17:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -111,7 +111,6 @@ 111 111 * Smart cities 112 112 * Smart factory 113 113 114 - 115 115 = 2. Assembling the device = 116 116 117 117 == 2.1 Connecting the antenna == ... ... @@ -278,10 +278,10 @@ 278 278 [[image:lt-22222-ul-payload-fmt.png||height="686" width="1000"]] 279 279 280 280 281 -== 3.3 Work Modes and Uplink Payload formats == 280 +== 3.3 Working Modes and Uplink Payload formats == 282 282 283 283 284 -The LT-22222-L has 5 **work modes**. It also has an interrupt/trigger mode for different types of applications that can be used together with any work mode as an additional feature. The default mode is MOD1 and you can switch between these modes using AT commands. 283 +The LT-22222-L has 5 **working modes**. It also has an interrupt/trigger mode for different types of applications that can be used together with any working mode as an additional feature. The default mode is MOD1 and you can switch between these modes using AT commands. 285 285 286 286 * (% style="color:blue" %)**MOD1**(%%): (default mode/factory set): 2ACI + 2AVI + DI + DO + RO 287 287 ... ... @@ -295,7 +295,7 @@ 295 295 296 296 * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5 297 297 298 -The uplink messages are sent over LoRaWAN FPort 297 +The uplink messages are sent over LoRaWAN FPort=2. By default, an uplink message is sent every 10 minutes. 299 299 300 300 === 3.3.1 AT+MOD~=1, 2ACI+2AVI === 301 301 ... ... @@ -304,7 +304,7 @@ 304 304 305 305 The uplink payload is 11 bytes long. 306 306 307 -(% style="color:red" %)**Note:The maximum count depends on the bytes itis.306 +(% style="color:red" %)**Note:The maximum count depends on the bytes number of bytes. 308 308 The maximum count for four bytes is FFFFFFFF (hex) = 4294967295 (dec). 309 309 It starts counting again when it reaches the maximum value.**(% style="display:none" wfd-invisible="true" %) 310 310 ... ... @@ -364,9 +364,13 @@ 364 364 * [1] DO2 channel output is LOW, and the DO2 LED is ON. 365 365 * [0] DO1 channel output state: 366 366 ** DO1 is FLOATING when there is no load between DO1 and V+. 367 -** DO1 is HIGH when there is a load between DO1 and V+.366 +** DO1 is HIGH and there is a load between DO1 and V+. 368 368 ** DO1 LED is OFF in both cases. 369 369 369 +Reserve = 0 370 + 371 +MOD = 1 372 + 370 370 === 3.3.2 AT+MOD~=2, (Double DI Counting) === 371 371 372 372 ... ... @@ -622,24 +622,27 @@ 622 622 ))) 623 623 624 624 625 -=== 3.3.6 AT+ADDMOD~=6 .(Trigger Mode, Optional) ===628 +=== 3.3.6 AT+ADDMOD~=6 (Trigger Mode, Optional) === 626 626 627 627 628 -(% style="color:#4f81bd" %)**This mode is optional and intended for trigger purposes. It can operate togetherwith other modes.**631 +(% style="color:#4f81bd" %)**This mode is optional and intended for trigger purposes. It can operate __alongside__ with other modes.** 629 629 630 -For example, if you configure dthe following commands:633 +For example, if you configure the following commands: 631 631 632 -* **AT+MOD=1 ** **~-~->** The default work mode633 -* **AT+ADDMOD6=1** **~-~->** Enable trigger mode 635 +* **AT+MOD=1 ** **~-~->** Sets the default working mode 636 +* **AT+ADDMOD6=1** **~-~->** Enables trigger mode 634 634 635 -The LT-22222-L will continuously monitor AV1, AV2, AC1, and AC2 every 5 seconds. LTwill send uplink packets in two cases:638 +The LT-22222-L will continuously monitor AV1, AV2, AC1, and AC2 every 5 seconds. It will send uplink packets in two cases: 636 636 637 -1. Periodic allyuplink(Based on TDC time).for the commands above). These are (% style="color:#4f81bd" %)**unconfirmed**(%%) uplinks.640 +1. Periodic uplink: Based on TDC time. The payload is the same as in normal mode (MOD=1 as set above). These are (% style="color:#4f81bd" %)**unconfirmed**(%%) uplinks. 638 638 1. ((( 639 -Trigger uplink when the trigger condition is met. LT will send two packets in this case. The first uplink uses the payload specified in trigger mode (MOD=6). The second packet uses the normal mode payload (MOD=1 as set above). Both are (% style="color:#4f81bd" %)**confirmed uplinks.** 642 +Trigger uplink: sent when a trigger condition is met. In this case, LT will send two packets 643 + 644 +* The first uplink uses the payload specified in trigger mode (MOD=6). 645 +* The second packet uses the normal mode payload (MOD=1 as set above). Both are (% style="color:#4f81bd" %)**confirmed uplinks.** 640 640 ))) 641 641 642 -(% style="color:#037691" %)**AT Commands to set Trigger Condition**: 648 +(% style="color:#037691" %)**AT Commands to set Trigger Conditions**: 643 643 644 644 (% style="color:#4f81bd" %)**Trigger based on voltage**: 645 645 ... ... @@ -648,9 +648,9 @@ 648 648 649 649 **Example:** 650 650 651 -AT+AVLIM=3000,6000,0,2000 657 +AT+AVLIM=3000,6000,0,2000 (triggers an uplink if AVI1 voltage is lower than 3V or higher than 6V, or if AV2 voltage is higher than 2V) 652 652 653 -AT+AVLIM=5000,0,0,0 659 +AT+AVLIM=5000,0,0,0 (triggers an uplink if AVI1 voltage lower than 5V. Use 0 for parameters that are not in use) 654 654 655 655 656 656 (% style="color:#4f81bd" %)**Trigger based on current**: ... ... @@ -660,7 +660,7 @@ 660 660 661 661 **Example:** 662 662 663 -AT+ACLIM=10000,15000,0,0 I1voltage is lower than 10mA or higher than 15mA)669 +AT+ACLIM=10000,15000,0,0 (triggers an uplink if AC1 current is lower than 10mA or higher than 15mA) 664 664 665 665 666 666 (% style="color:#4f81bd" %)**Trigger based on DI status**: ... ... @@ -837,6 +837,7 @@ 837 837 838 838 These commands are specially designed for the LT-22222-L. Commands can be sent to the device using options such as an AT command or a LoRaWAN downlink payload. 839 839 846 + 840 840 ==== 3.4.2.1 Set Transmit Interval ==== 841 841 842 842 Sets the uplink interval of the device. The default uplink transmission interval is 10 minutes. ... ... @@ -846,7 +846,7 @@ 846 846 (% style="width:500px" %) 847 847 |**Command**|AT+TDC<time> 848 848 |**Response**| 849 -|**Parameters**| <time>uplink interval is in milliseconds856 +|**Parameters**|time : uplink interval is in milliseconds 850 850 |**Example**|((( 851 851 AT+TDC=30000 852 852 ... ... @@ -860,9 +860,9 @@ 860 860 <prefix><time> 861 861 ))) 862 862 |**Parameters**|((( 863 - <prefix>0x01870 +prefix : 0x01 864 864 865 - <time>uplink interval is in milliseconds, represented by 3 bytes in hexadecimal.872 +time : uplink interval is in milliseconds, represented by 3 bytes in hexadecimal. 866 866 ))) 867 867 |**Example**|((( 868 868 01 **00 75 30** ... ... @@ -874,85 +874,181 @@ 874 874 See [[RapidTables>>https://www.rapidtables.com/convert/number/decimal-to-hex.html?x=30000]] 875 875 ))) 876 876 877 -==== 3.4.2.2 Set the Work Mode (AT+MOD) ==== 884 +==== 3.4.2.2 Set the Working Mode (AT+MOD) ==== 878 878 886 +Sets the working mode. 879 879 880 - Setstheworkmode.888 +(% style="color:#037691" %)**AT command** 881 881 882 -* (% style="color:#037691" %)**AT command:**(%%) (% style="color:blue" %)**AT+MOD=N ** 890 +(% style="width:500px" %) 891 +|(% style="width:97px" %)**Command**|(% style="width:413px" %)AT+MODE<working_mode> 892 +|(% style="width:97px" %)**Response**|(% style="width:413px" %) 893 +|(% style="width:97px" %)**Parameters**|(% style="width:413px" %)((( 894 +working_mode : 883 883 884 - WhereNis theworkmode.896 +1 = (Default mode/factory set): 2ACI + 2AVI + DI + DO + RO 885 885 886 - **Example**:AT+MOD=2.This will set the work mode toDouble DIcountingmode.898 +2 = Double DI Counting + DO + RO 887 887 900 +3 = Single DI Counting + 2 x ACI + DO + RO 888 888 889 - *(% style="color:#037691"%)**Downlinkpayload (prefix0x0A):**902 +4 = Single DI Counting + 1 x Voltage Counting + DO + RO 890 890 891 - (%style="color:blue"%)**0x0Aaa**(%%)****~/~/Sameas AT+MOD=aa904 +5 = Single DI Counting + 2 x AVI + 1 x ACI + DO + RO 892 892 906 +6 = Trigger Mode, Optional, used together with MOD1 ~~ MOD5 907 +))) 908 +|(% style="width:97px" %)**Example**|(% style="width:413px" %)((( 909 +AT+MOD=2 893 893 911 +Sets the device to working mode 2 (Double DI Counting + DO + RO) 912 +))) 894 894 895 -==== 3.4.2.3 Poll an uplink ==== 914 +(% class="wikigeneratedid" %) 915 +(% style="color:#037691" %)**Downlink payload** 896 896 897 -Requests the device to send an uplink. 917 +(% style="width:500px" %) 918 +|(% style="width:98px" %)**Payload**|(% style="width:400px" %)<prefix><working_mode> 919 +|(% style="width:98px" %)**Parameters**|(% style="width:400px" %)((( 920 +prefix : 0x0A 898 898 922 +working_mode : Working mode, represented by 1 byte in hexadecimal. 923 +))) 924 +|(% style="width:98px" %)**Example**|(% style="width:400px" %)((( 925 +0A **02** 899 899 900 -* (% style="color:#037691" %)**AT command:**(%%) There is no AT Command to poll uplink 927 +Sets the device to working mode 2 (Double DI Counting + DO + RO) 928 +))) 901 901 902 - *(%style="color:#037691"%)**Downlinkpayload (prefix 0x08):**930 +==== 3.4.2.3 Poll an uplink ==== 903 903 904 - (% style="color:blue"%)**0x08 FF **(%%)** **~/~/ Pollan uplink932 +Requests an uplink from LT-22222-L. 905 905 906 - **Example**:x08FF,askdevice tosendanUplink934 +(% style="color:#037691" %)**AT command** 907 907 936 +There is no AT Command to request an uplink from LT-22222-L 908 908 938 +(% style="color:#037691" %)**Downlink payload** 909 909 940 +(% style="width:500px" %) 941 +|(% style="width:101px" %)**Payload**|(% style="width:397px" %)<prefix>FF 942 +|(% style="width:101px" %)**Parameters**|(% style="width:397px" %)prefix : 0x08 943 +|(% style="width:101px" %)**Example**|(% style="width:397px" %)((( 944 +08 FF 945 + 946 +Requests an uplink from LT-22222-L. 947 +))) 948 + 910 910 ==== 3.4.2.4 Enable/Disable Trigger Mode ==== 911 911 912 -Enable or disable the trigger mode (see also [[ADDMOD6>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]). 951 +Enable or disable the trigger mode for the current working mode (see also [[ADDMOD6>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]). 913 913 914 - *(% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+ADDMOD6=1 or 0**953 +(% style="color:#037691" %)**AT Command** 915 915 916 -(% style="color:red" %)**1:** (%%)Enable the trigger mode 955 +(% style="width:500px" %) 956 +|(% style="width:95px" %)**Command**|(% style="width:403px" %)AT+ADDMOD6=<enable/disable trigger_mode> 957 +|(% style="width:95px" %)**Response**|(% style="width:403px" %) 958 +|(% style="width:95px" %)**Parameters**|(% style="width:403px" %)((( 959 +enable/disable trigger_mode : 917 917 918 - (%style="color:red"%)**0: **(%%)Disable the trigger mode961 +1 = enable trigger mode 919 919 963 +0 = disable trigger mode 964 +))) 965 +|(% style="width:95px" %)**Example**|(% style="width:403px" %)((( 966 +AT+ADDMOD6=1 920 920 921 -* (% style="color:#037691" %)**Downlink Payload (prefix 0x0A 06):** 968 +Enable trigger mode for the current working mode 969 +))) 922 922 923 -(% style="color: blue" %)**0x0A06aa(%%) ~/~/ Same as AT+ADDMOD6=aa971 +(% style="color:#037691" %)**Downlink payload** 924 924 973 +(% style="width:500px" %) 974 +|(% style="width:97px" %)**Payload**|(% style="width:401px" %)<prefix><enable/disable trigger_mode> 975 +|(% style="width:97px" %)**Parameters**|(% style="width:401px" %)((( 976 +prefix : 0x0A 06 925 925 978 +working mode : enable (1) or disable (0), represented by 1 byte in hexadecimal. 979 +))) 980 +|(% style="width:97px" %)**Example**|(% style="width:401px" %)((( 981 +0A 06 **01** 926 926 983 +Enable trigger mode for the current working mode 984 +))) 985 + 927 927 ==== 3.4.2.5 Poll trigger settings ==== 928 928 929 929 Polls the trigger settings. 930 930 931 - *(% style="color:#037691" %)**AT Command:**990 +(% style="color:#037691" %)**AT Command:** 932 932 933 933 There is no AT Command for this feature. 934 934 935 - *(% style="color:#037691" %)**Downlink Payload(prefix 0x AB 06):**994 +(% style="color:#037691" %)**Downlink Payload** 936 936 937 -(% style="color:blue" %)**0xAB 06 ** (%%) ~/~/ Poll the trigger settings. Device will uplink trigger settings once receive this command 996 +(% style="width:500px" %) 997 +|(% style="width:95px" %)**Payload**|(% style="width:403px" %)<prefix> 998 +|(% style="width:95px" %)**Parameters**|(% style="width:403px" %)prefix : AB 06 999 +|(% style="width:95px" %)**Example**|(% style="width:403px" %)((( 1000 +AB 06 938 938 1002 +Uplinks the trigger settings. 1003 +))) 939 939 1005 +==== 3.4.2.6 Enable/Disable DI1/DI2 as a trigger ==== 940 940 941 - ==== 3.4.2.6Enable/Disable DI1/DI2/DI3as a trigger====1007 +Enable or disable DI1/DI2 as a trigger. 942 942 943 - Enableor disableDI1/DI2/DI2asatrigger.1009 +(% style="color:#037691" %)**AT Command** 944 944 945 -* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >** 1011 +(% style="width:500px" %) 1012 +|(% style="width:98px" %)Command|(% style="width:400px" %)AT+DTRI=<DI1_trigger><DI2_trigger> 1013 +|(% style="width:98px" %)Response|(% style="width:400px" %) 1014 +|(% style="width:98px" %)Parameters|(% style="width:400px" %)((( 1015 +DI1_trigger: 946 946 947 - **Example:** AT+DTRI=1,0(Enable DI1 trigger/ disable DI2 trigger)1017 +1 = enable DI1 trigger 948 948 1019 +0 = disable DI1 trigger 949 949 950 - *(% style="color:#037691" %)**Downlink Payload (prefix 0xAA 02):**1021 +DI2 _trigger 951 951 952 - (%style="color:blue"%)**0xAA 02aabb ** (%%) ~/~/ Sameas AT+DTRI=aa,bb1023 +1 = enable DI2 trigger 953 953 1025 +0 = disable DI2 trigger 1026 +))) 1027 +|(% style="width:98px" %)Example|(% style="width:400px" %)((( 1028 +AT+DTRI=1,0 954 954 1030 +Enable DI1 trigger, disable DI2 trigger 1031 +))) 955 955 1033 +(% class="wikigeneratedid" %) 1034 +(% style="color:#037691" %)**Downlink Payload** 1035 + 1036 +(% style="width:500px" %) 1037 +|(% style="width:101px" %)Payload|(% style="width:397px" %)<prefix><DI1_trigger><DI2_trigger> 1038 +|(% style="width:101px" %)Parameters|(% style="width:397px" %)((( 1039 +prefix : AA 02 1040 + 1041 +DI1_trigger: 1042 + 1043 +1 = enable DI1 trigger, represented by 1 byte in hexadecimal. 1044 + 1045 +0 = disable DI1 trigger, represented by 1 byte in hexadecimal. 1046 + 1047 +DI2 _trigger 1048 + 1049 +1 = enable DI2 trigger, represented by 1 byte in hexadecimal. 1050 + 1051 +0 = disable DI2 trigger, represented by 1 byte in hexadecimal. 1052 +))) 1053 +|(% style="width:101px" %)Example|(% style="width:397px" %)((( 1054 +AA 02 **01 00** 1055 + 1056 +Enable DI1 trigger, disable DI2 trigger 1057 +))) 1058 + 956 956 ==== 3.4.2.7 Trigger1 – Set DI or DI3 as a trigger ==== 957 957 958 958 Sets DI1 or DI3 (for LT-33222-L) as a trigger. ... ... @@ -971,6 +971,13 @@ 971 971 (% style="color:blue" %)**0x09 01 aa bb cc ** (%%) ~/~/ same as AT+TRIG1=aa,0x(bb cc) 972 972 973 973 1077 +(% style="width:500px" %) 1078 +|(% style="width:101px" %)Command|(% style="width:397px" %) 1079 +|(% style="width:101px" %)Response|(% style="width:397px" %) 1080 +|(% style="width:101px" %)Parameters|(% style="width:397px" %) 1081 +|(% style="width:101px" %)Example|(% style="width:397px" %) 1082 + 1083 + 974 974 ==== 3.4.2.8 Trigger2 – Set DI2 as a trigger ==== 975 975 976 976 Sets DI2 as a trigger. ... ... @@ -981,7 +981,7 @@ 981 981 982 982 (% style="color:red" %)**b :** (%%)delay timing. 983 983 984 -**Example:** AT+TRIG2=0,100 ( set DI1 port to trigger onlowlevel,valid signal is 100ms1094 +**Example:** AT+TRIG2=0,100 (Set the DI1 port to trigger on a falling edge; the valid signal duration is 100 ms) 985 985 986 986 987 987 * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):** ... ... @@ -989,6 +989,35 @@ 989 989 (% style="color:blue" %)**0x09 02 aa bb cc ** (%%)~/~/ same as AT+TRIG2=aa,0x(bb cc) 990 990 991 991 1102 +(% style="color:#037691" %)**AT Command** 1103 + 1104 +(% style="width:500px" %) 1105 +|(% style="width:94px" %)Command|(% style="width:404px" %)AT+TRIG=<interrupt_mode><minimum_signal_duration> 1106 +|(% style="width:94px" %)Response|(% style="width:404px" %) 1107 +|(% style="width:94px" %)Parameters|(% style="width:404px" %)((( 1108 +interrupt_mode : 0: falling edge; 1: rising edge, 2: falling and raising edge (for MOD=1). 1109 + 1110 +minimum_signal_duration : the **minimum signal duration** required for the DI1 port to recognize a valid trigger. 1111 +))) 1112 +|(% style="width:94px" %)Example|(% style="width:404px" %)((( 1113 +AT+TRIG2=0,100 1114 + 1115 +Set the DI1 port to trigger on a falling edge; the valid signal duration is 100 ms. 1116 +))) 1117 + 1118 +(% style="color:#037691" %)**Downlink Payload** 1119 + 1120 +(% style="width:500px" %) 1121 +|(% style="width:96px" %)Payload|(% style="width:402px" %)<prefix><interrupt_mode><minimum_signal_duration> 1122 +|(% style="width:96px" %)Parameters|(% style="width:402px" %)((( 1123 +prefix : 09 02 1124 + 1125 +interrupt_mode : 0: falling edge; 1: rising edge, 2: falling and raising edge (for MOD=1), represented by 1 byte in hexadecimal. 1126 + 1127 +<minimum_signal_duration>, represented two bytes in hexadecimal 1128 +))) 1129 +|(% style="width:96px" %)Example|(% style="width:402px" %)09 02 **00 00 64** 1130 + 992 992 ==== 3.4.2.9 Trigger – Set AC (current) as a trigger ==== 993 993 994 994 Sets the current trigger based on the AC port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] ... ... @@ -1000,7 +1000,20 @@ 1000 1000 (% 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"]] 1001 1001 1002 1002 1142 +(% style="width:500px" %) 1143 +|(% style="width:104px" %)Command|(% style="width:394px" %)AT+ACLIM 1144 +|(% style="width:104px" %)Response|(% style="width:394px" %) 1145 +|(% style="width:104px" %)Parameters|(% style="width:394px" %)- 1146 +|(% style="width:104px" %)Example|(% style="width:394px" %)AT+ACLIM 1003 1003 1148 + 1149 + 1150 +(% style="width:500px" %) 1151 +|(% style="width:104px" %)Payload|(% style="width:394px" %)<prefix> 1152 +|(% style="width:104px" %)Parameters|(% style="width:394px" %)prefix : AA 01 1153 +|(% style="width:104px" %)Example|(% style="width:394px" %)AA 01 aa bb cc dd ee ff gg hh 1154 + 1155 + 1004 1004 ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ==== 1005 1005 1006 1006 Sets the current trigger based on the AV port. See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] ... ... @@ -1492,7 +1492,7 @@ 1492 1492 [[image:thingseye.io_integrationsCenter_integrations.png||height="686" width="1000"]] 1493 1493 1494 1494 1495 - **Viewing integration details**:1647 +==== 3.5.2.1 Viewing integration details ==== 1496 1496 1497 1497 Click on your integration from the list. The **Integration details** window will appear with the **Details **tab selected. The **Details **tab shows all the settings you have provided for this integration. 1498 1498 ... ... @@ -1505,7 +1505,7 @@ 1505 1505 See also ThingsEye documentation. 1506 1506 {{/info}} 1507 1507 1508 -**Viewing events :**1660 +==== **3.5.2.2 Viewing events** ==== 1509 1509 1510 1510 The **Events **tab displays all the uplink messages from the LT-22222-L. 1511 1511 ... ... @@ -1520,9 +1520,9 @@ 1520 1520 [[image:thingseye-json.png||width="1000"]] 1521 1521 1522 1522 1523 -**Deleting theintegration**:1675 +==== **3.5.2.3 Deleting an integration** ==== 1524 1524 1525 -If you want to delete thisintegration, click the **Delete integratio**n button.1677 +If you want to delete an integration, click the **Delete integratio**n button on the Integrations page. 1526 1526 1527 1527 1528 1528 == 3.6 Interface Details == ... ... @@ -1535,7 +1535,7 @@ 1535 1535 [[image:1653356991268-289.png]] 1536 1536 1537 1537 1538 -=== 3.6.2 Digital Input Ports: DI1/DI2 ( For LT-22222-L)===1690 +=== 3.6.2 Digital Input Ports: DI1/DI2 === 1539 1539 1540 1540 1541 1541 ((( ... ... @@ -1665,7 +1665,7 @@ 1665 1665 [[image:image-20240219115718-1.png]] 1666 1666 1667 1667 1668 -=== 3.6.3 Digital Output Ports: DO1/DO2 /DO3===1820 +=== 3.6.3 Digital Output Ports: DO1/DO2 === 1669 1669 1670 1670 1671 1671 (% style="color:blue" %)**NPN output**(%%): GND or Float. The maximum voltage that can be applied to the output pin is 36V. ... ... @@ -1776,9 +1776,10 @@ 1776 1776 1777 1777 ((( 1778 1778 You can use a USB-to-TTL adapter along with a 3.5mm Program Cable to connect the LT-22222-L to a PC, as shown below. 1931 + 1932 +[[image:usb-ttl-programming.png]] 1779 1779 ))) 1780 1780 1781 -[[image:1653358238933-385.png]] 1782 1782 1783 1783 1784 1784 ((( ... ... @@ -1795,21 +1795,21 @@ 1795 1795 ))) 1796 1796 1797 1797 ((( 1798 -The following is the list of all the AT commands related to the LT-22222-L, except for those used for switching between work modes. 1951 +The following is the list of all the AT commands related to the LT-22222-L, except for those used for switching between working modes. 1799 1799 1800 -* AT+<CMD>? : Help on <CMD> 1801 -* AT+<CMD> : Run <CMD> 1802 -* AT+<CMD>=<value> : Set the value 1803 -* AT+<CMD>=? : Get the value 1804 -* ATZ: Trigger a reset of the MCU 1953 +* **##AT##+<CMD>?** : Help on <CMD> 1954 +* **##AT##+<CMD>** : Run <CMD> 1955 +* **##AT##+<CMD>=<value>** : Set the value 1956 +* **##AT##+<CMD>=?** : Get the value 1957 +* ##**ATZ**##: Trigger a reset of the MCU 1805 1805 * ##**AT+FDR**##: Reset Parameters to factory default, reserve keys 1806 1806 * **##AT+DEUI##**: Get or set the Device EUI (DevEUI) 1807 1807 * **##AT+DADDR##**: Get or set the Device Address (DevAddr) 1808 1808 * **##AT+APPKEY##**: Get or set the Application Key (AppKey) 1809 -* AT+NWKSKEY: Get or set the Network Session Key (NwkSKey) 1810 -* AT+APPSKEY: Get or set the Application Session Key (AppSKey) 1811 -* AT+APPEUI: Get or set the Application EUI (AppEUI) 1812 -* AT+ADR: Get or set the Adaptive Data Rate setting. (0: OFF, 1: ON) 1962 +* ##**AT+NWKSKEY**##: Get or set the Network Session Key (NwkSKey) 1963 +* **##AT+APPSKEY##**: Get or set the Application Session Key (AppSKey) 1964 +* **##AT+APPEUI##**: Get or set the Application EUI (AppEUI) 1965 +* **##AT+ADR##**: Get or set the Adaptive Data Rate setting. (0: OFF, 1: ON) 1813 1813 * AT+TXP: Get or set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Specification) 1814 1814 * AT+DR: Get or set the Data Rate. (0-7 corresponding to DR_X) 1815 1815 * AT+DCS: Get or set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing ... ... @@ -1854,28 +1854,28 @@ 1854 1854 1855 1855 1856 1856 ((( 1857 -(% style="color:blue" %)**If the device has not joined the network yet:**2010 +(% style="color:blue" %)**If the device has not yet joined the network:** 1858 1858 ))) 1859 1859 ))) 1860 1860 1861 1861 ((( 1862 -(% style="background-color:#dcdcdc" %)##**123456 ~/~/enable AT commands access**## 2015 +(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT commands access**## 1863 1863 ))) 1864 1864 1865 1865 ((( 1866 -(% style="background-color:#dcdcdc" %)##**AT+FDR ~/~/ reset parameters to factory default,reserve keys**##2019 +(% style="background-color:#dcdcdc" %)##**AT+FDR ~/~/Reset parameters to factory default, Reserve keys**## 1867 1867 ))) 1868 1868 1869 1869 ((( 1870 -(% style="background-color:#dcdcdc" %)##**123456 ~/~/enable AT commands access**## 2023 +(% style="background-color:#dcdcdc" %)##**123456 ~/~/Enter the password to enable AT commands access**## 1871 1871 ))) 1872 1872 1873 1873 ((( 1874 -(% style="background-color:#dcdcdc" %)##**AT+NJM=0 ~/~/ set to ABP mode**##2027 +(% style="background-color:#dcdcdc" %)##**AT+NJM=0 ~/~/Set to ABP mode**## 1875 1875 ))) 1876 1876 1877 1877 ((( 1878 -(% style="background-color:#dcdcdc" %)##**ATZ ~/~/ reset MCU**##2031 +(% style="background-color:#dcdcdc" %)##**ATZ ~/~/Reset MCU**## 1879 1879 ))) 1880 1880 1881 1881 ... ... @@ -1898,20 +1898,20 @@ 1898 1898 1899 1899 1900 1900 ((( 1901 -(% style="background-color:#dcdcdc" %)**123456**(%%) ~/~/ Enter Password tohave AT access.2054 +(% style="background-color:#dcdcdc" %)**123456**(%%) ~/~/ Enter password to enable AT commands access 1902 1902 ))) 1903 1903 ))) 1904 1904 1905 1905 ((( 1906 -(% style="background-color:#dcdcdc" %)** AT+FDR**(%%) ~/~/ Reset Parameters to Factory Default,KeysReserve2059 +(% style="background-color:#dcdcdc" %)** AT+FDR**(%%) ~/~/ Reset parameters to Factory Default, Reserve keys 1907 1907 ))) 1908 1908 1909 1909 ((( 1910 -(% style="background-color:#dcdcdc" %)** 123456**(%%) ~/~/ Enter Password tohave AT access.2063 +(% style="background-color:#dcdcdc" %)** 123456**(%%) ~/~/ Enter password to enable AT commands access 1911 1911 ))) 1912 1912 1913 1913 ((( 1914 -(% style="background-color:#dcdcdc" %)** AT+CLASS=C**(%%) ~/~/ Set to work inCLASS C2067 +(% style="background-color:#dcdcdc" %)** AT+CLASS=C**(%%) ~/~/ Set to CLASS C mode 1915 1915 ))) 1916 1916 1917 1917 ((( ... ... @@ -1931,19 +1931,19 @@ 1931 1931 ))) 1932 1932 1933 1933 ((( 1934 -(% style="background-color:#dcdcdc" %)** AT+CHS=868400000**(%%) ~/~/ Set transmit frequency to 868.4M hz2087 +(% style="background-color:#dcdcdc" %)** AT+CHS=868400000**(%%) ~/~/ Set transmit frequency to 868.4 MHz 1935 1935 ))) 1936 1936 1937 1937 ((( 1938 -(% style="background-color:#dcdcdc" %)** AT+RX2FQ=868400000**(%%) ~/~/ Set RX2 Frequency to 868.4Mhz (according to the result from server)2091 +(% style="background-color:#dcdcdc" %)** AT+RX2FQ=868400000**(%%) ~/~/ Set RX2 frequency to 868.4 MHz (according to the result from the server) 1939 1939 ))) 1940 1940 1941 1941 ((( 1942 -(% style="background-color:#dcdcdc" %)** AT+RX2DR=5**(%%)** ** ~/~/ Set RX2DR to match the downlink DR from server. see below2095 +(% style="background-color:#dcdcdc" %)** AT+RX2DR=5**(%%)** ** ~/~/ Set RX2 DR to match the downlink DR from the server. See below. 1943 1943 ))) 1944 1944 1945 1945 ((( 1946 -(% style="background-color:#dcdcdc" %)** AT+DADDR=26 01 1A F1** (%%) ~/~/ Set Device Address to2601 1AF1, thisIDcan be found in theLoRaServerportal.2099 +(% style="background-color:#dcdcdc" %)** AT+DADDR=26 01 1A F1** (%%) ~/~/ Set Device Address. The Device Address can be found in the application on the LoRaWAN NS. 1947 1947 ))) 1948 1948 1949 1949 ((( ... ... @@ -1957,14 +1957,14 @@ 1957 1957 ))) 1958 1958 1959 1959 ((( 1960 -**~1. Makesure the device is set to ABP mode in theIoTServer.**2113 +**~1. Ensure that the device is set to ABP mode in the LoRaWAN Network Server.** 1961 1961 1962 -**2. Makesurethe LG01/02 gateway RX frequencyis exactlythesame asAT+CHS setting.**2115 +**2. Verify that the LG01/02 gateway RX frequency matches the AT+CHS setting exactly.** 1963 1963 1964 -**3. Make sure SF refer [[this link>>url:http://www.dragino.com/downloads/index.php?2117 +**3. Make sure the SF/bandwidth settings in the LG01/LG02 match the settings of AT+DR. Refer to [[this link>>url:http://www.dragino.com/downloads/index.php? 1965 1965 dir=LoRa_Gateway/&file=LoRaWAN%201.0.3%20Regional%20Parameters.xlsx]] to see what DR means.** 1966 1966 1967 -**4. The command AT+RX2FQ and AT+RX2DR is toletdownlinkwork.to set the correct parameters, usercan check the actuallydownlink parameters to be used.As below.Which shows the RX2FQ shoulduse 868400000 and RX2DR should be 5.**2120 +**4. The commands AT+RX2FQ and AT+RX2DR enable downlink functionality. To set the correct parameters, you can check the actual downlink parameters to be used as shown below. Here, RX2FQ should be set to 868400000 and RX2DR should be set to 5.** 1968 1968 ))) 1969 1969 1970 1970 ((( ... ... @@ -1976,7 +1976,7 @@ 1976 1976 1977 1977 1978 1978 ((( 1979 -(% style="color:blue" %)**If sensor JOINED:** 2132 +(% style="color:blue" %)**If the sensor has JOINED:** 1980 1980 1981 1981 (% style="background-color:#dcdcdc" %)**AT+CLASS=A** 1982 1982 ... ... @@ -1986,7 +1986,7 @@ 1986 1986 1987 1987 = 5. Case Study = 1988 1988 1989 -== 5.1 Counting how many objects pass through the flow Line ==2142 +== 5.1 Counting how many objects pass through the flow line == 1990 1990 1991 1991 See [[How to set up to setup counting for objects passing through the flow line>>How to set up to count objects pass in flow line]]? 1992 1992 ... ... @@ -1998,10 +1998,8 @@ 1998 1998 1999 1999 == 6.1 How to update the firmware? == 2000 2000 2001 -Dragino frequently releases firmware updates for the LT-22222-L. 2154 +Dragino frequently releases firmware updates for the LT-22222-L. Updating your LT-22222-L with the latest firmware version helps to: 2002 2002 2003 -Updating your LT-22222-L with the latest firmware version helps to: 2004 - 2005 2005 * Support new features 2006 2006 * Fix bugs 2007 2007 * Change LoRaWAN frequency bands ... ... @@ -2019,8 +2019,8 @@ 2019 2019 2020 2020 Below is the hardware setup for uploading a firmware image to the LT-22222-L: 2021 2021 2173 +[[image:usb-ttl-programming.png]] 2022 2022 2023 -[[image:1653359603330-121.png]] 2024 2024 2025 2025 2026 2026 Start the STM32 Flash Loader and choose the correct COM port to update. ... ... @@ -2044,7 +2044,7 @@ 2044 2044 [[image:image-20220524104033-15.png]] 2045 2045 2046 2046 2047 -(% style="color:red" %)**Note**(%%): If you have lost the programming cable, you can make one from a 3.5mm cable. The pin mapping is as follows: 2198 +(% style="color:red" %)**Note**(%%): If you have lost the programming cable, you can make one from a 3.5 mm cable. The pin mapping is as follows: 2048 2048 2049 2049 [[image:1653360054704-518.png||height="186" width="745"]] 2050 2050 ... ... @@ -2062,18 +2062,18 @@ 2062 2062 ((( 2063 2063 2064 2064 2065 -== 6.3 How to setup LT to work with a Single Channel Gateway, such as LG01/LG02? == 2216 +== 6.3 How to setup LT-22222-L to work with a Single Channel Gateway, such as LG01/LG02? == 2066 2066 ))) 2067 2067 2068 2068 ((( 2069 2069 ((( 2070 -In this case, you need to set the LT- 33222-L to work in ABP mode and transmit on only one frequency.2221 +In this case, you need to set the LT-22222-L to work in ABP mode and transmit on only one frequency. 2071 2071 ))) 2072 2072 ))) 2073 2073 2074 2074 ((( 2075 2075 ((( 2076 - Assume you have an LG02 working on the frequency 868400000. Below are the steps.2227 +We assume you have an LG01/LG02 working on the frequency 868400000. Below are the steps. 2077 2077 2078 2078 2079 2079 ))) ... ... @@ -2080,52 +2080,55 @@ 2080 2080 ))) 2081 2081 2082 2082 ((( 2083 -(% style="color:#0000ff" %)**Step 1**(%%): ANDBOX,create an ABP device in the application, andinput theNetworkSession key(NwkSKey), Appsessionkey (AppSKey)ofthedevice.2234 +(% style="color:#0000ff" %)**Step 1**(%%): Log in to The Things Stack Sandbox account and create an ABP device in the application. To do this, use the manual registration option as explained in section 3.2.2.2, //Adding a Device Manually//. Select //Activation by Personalization (ABP)// under Activation Mode. Enter the DevEUI exactly as shown on the registration information sticker, then generate the Device Address, Application Session Key (AppSKey), and Network Session Key (NwkSKey). 2084 2084 2085 - 2236 +[[image:lt-22222-l-abp.png||height="686" width="1000"]] 2086 2086 ))) 2087 2087 2088 2088 ((( 2089 -[[image:1653360231087-571.png||height="401" width="727"]] 2090 - 2091 2091 2092 2092 ))) 2093 2093 2094 - (((2095 - (%style="color:red"%)**Note:userjustneed tomakeureabove threekeysmatch,Usercanchange either in TTNorDeviceto make thenmatch. In TTN,NETSKEY andAPPSKEYcanbeconfiguredbyuserin setting page, but Device Addr is generated by TTN.**2096 - )))2243 +{{warning}} 2244 +Ensure that the Device Address (DevAddr) and the two keys match between the LT-22222-L and The Things Stack. You can modify them either in The Things Stack or on the LT-22222-L to make them align. In The Things Stack, you can configure the NwkSKey and AppSKey on the settings page, but note that the Device Address is generated by The Things Stack. 2245 +{{/warning}} 2097 2097 2098 2098 2099 - 2100 2100 ((( 2101 -(% style="color:blue" %)**Step2**(%%)**: **Run AT Command tomake LTworkinSingle&ABP mode.Below is the AT commands:2249 +(% style="color:blue" %)**Step 2**(%%)**: **(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-position:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)Run AT commands to configure the LT-22222-L to operate in single-frequency and ABP mode. The AT commands are as follows: 2102 2102 2103 2103 2104 2104 ))) 2105 2105 2106 2106 ((( 2107 -(% style="background-color:#dcdcdc" %)**123456** (%%) Password tohave AT access.2255 +(% style="background-color:#dcdcdc" %)**123456** (%%) : Enter the password to enable AT access. 2108 2108 2109 -(% style="background-color:#dcdcdc" %)**AT+FDR**(%%) Parameters toFactoryDefault,KeysReserve2257 +(% style="background-color:#dcdcdc" %)**AT+FDR**(%%) : Reset parameters to factory default, keeping keys reserved. 2110 2110 2111 -(% style="background-color:#dcdcdc" %)**AT+NJM=0** (%%) : 2259 +(% style="background-color:#dcdcdc" %)**AT+NJM=0** (%%) : Set to ABP mode. 2112 2112 2113 -(% style="background-color:#dcdcdc" %)**AT+ADR=0** (%%) Setthe Adaptive Data RateOff2261 +(% style="background-color:#dcdcdc" %)**AT+ADR=0** (%%) : Disable the Adaptive Data Rate (ADR). 2114 2114 2115 -(% style="background-color:#dcdcdc" %)**AT+DR=5** (%%) SetAT+DR=3 for 915 band)2263 +(% style="background-color:#dcdcdc" %)**AT+DR=5** (%%) : Set Data Rate (Use AT+DR=3 for the 915 MHz band). 2116 2116 2117 -(% style="background-color:#dcdcdc" %)**AT+TDC=60000 **(%%) 2265 +(% style="background-color:#dcdcdc" %)**AT+TDC=60000 **(%%) : Set transmit interval to 60 seconds. 2118 2118 2119 -(% style="background-color:#dcdcdc" %)**AT+CHS=868400000**(%%) : Set transmit frequency to 868.4M hz2267 +(% style="background-color:#dcdcdc" %)**AT+CHS=868400000**(%%) : Set transmit frequency to 868.4 MHz. 2120 2120 2121 -(% style="background-color:#dcdcdc" %)**AT+DADDR= 26 01 1A F1**(%%)to 26 01 1AF12269 +(% style="background-color:#dcdcdc" %)**AT+DADDR=xxxx**(%%) : Set the Device Address (DevAddr) 2122 2122 2123 -(% style="background-color:#dcdcdc" %)**ATZ** (%%) : Reset MCU 2271 +(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-position:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**AT+APPKEY=xxxx**(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-position:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %): Get or set the Application Key (AppKey) 2272 + 2273 +(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-position:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)**AT+NWKSKEY=xxxx**: Get or set the Network Session Key (NwkSKey) 2274 + 2275 +(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-position:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)**AT+APPSKEY=xxxx**: Get or set the Application Session Key (AppSKey) 2276 + 2277 +(% style="background-color:#dcdcdc" %)**ATZ** (%%) : Reset MCU. 2124 2124 ))) 2125 2125 2126 2126 2127 2127 ((( 2128 -As shown in belo w:2282 +(% style="color:#000000; font-family:Arial,sans-serif; font-size:11pt; font-style:normal; font-variant-alternates:normal; font-variant-east-asian:normal; font-variant-ligatures:normal; font-variant-numeric:normal; font-variant-position:normal; font-weight:400; text-decoration:none; white-space:pre-wrap" %)The following figure shows the screenshot of the command set above, issued using a serial tool: 2129 2129 ))) 2130 2130 2131 2131 [[image:1653360498588-932.png||height="485" width="726"]] ... ... @@ -2139,7 +2139,7 @@ 2139 2139 == 6.5 Can I see the counting event in the serial output? == 2140 2140 2141 2141 ((( 2142 -You can run the AT command AT+DEBUG to view the counting event in the serial output. If the firmware is too old and doesn’t support AT+DEBUG, update to the latest firmware first. 2296 +You can run the AT command **AT+DEBUG** to view the counting event in the serial output. If the firmware is too old and doesn’t support AT+DEBUG, update to the latest firmware first. 2143 2143 2144 2144 2145 2145 == 6.6 Can I use point-to-point communication with LT-22222-L? == ... ... @@ -2167,7 +2167,7 @@ 2167 2167 2168 2168 == 6.9 Can the LT-22222-L save the RO state? == 2169 2169 2170 -The firmware version must be at least1.6.0.2324 +To enable this feature, the firmware version must be 1.6.0 or higher. 2171 2171 2172 2172 2173 2173 == 6.10 Why does the LT-22222-L always report 15.585V when measuring the AVI? == ... ... @@ -2213,7 +2213,7 @@ 2213 2213 ))) 2214 2214 2215 2215 2216 -== 7.4 Why can the LT-22222-L perform Uplink normally, but cannot receiveDownlink? ==2370 +== 7.4 Why can the LT-22222-L perform uplink normally, but cannot receive downlink? == 2217 2217 2218 2218 The FCD count of the gateway is inconsistent with the FCD count of the node, causing the downlink to remain in the queue. 2219 2219 Use this command to synchronize their counts: [[Resets the downlink packet count>>||anchor="H3.4.2.23Resetsthedownlinkpacketcount"]] ... ... @@ -2235,7 +2235,7 @@ 2235 2235 * (% style="color:red" %)**IN865**(%%): LT with frequency bands IN865 2236 2236 * (% style="color:red" %)**CN779**(%%): LT with frequency bands CN779 2237 2237 2238 -= 9. Pack ing information =2392 += 9. Package information = 2239 2239 2240 2240 **Package includes**: 2241 2241 ... ... @@ -2242,7 +2242,7 @@ 2242 2242 * 1 x LT-22222-L I/O Controller 2243 2243 * 1 x LoRa antenna matched to the frequency of the LT-22222-L 2244 2244 * 1 x bracket for DIN rail mounting 2245 -* 1 x 3.5mm programming cable 2399 +* 1 x 3.5 mm programming cable 2246 2246 2247 2247 **Dimension and weight**: 2248 2248
- lt-22222-l-abp.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.pradeeka - Size
-
... ... @@ -1,0 +1,1 @@ 1 +321.4 KB - Content