<
From version < 110.1 >
edited by Bei Jinggeng
on 2022/12/22 09:19
To version < 102.3 >
edited by Xiaoling
on 2022/10/29 09:54
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Xiaoling
Content
... ... @@ -64,7 +64,7 @@
64 64  )))
65 65  
66 66  * (((
67 -STM32L072xxxx MCU
67 +STM32L072CZT6 MCU
68 68  )))
69 69  * (((
70 70  SX1276/78 Wireless Chip 
... ... @@ -187,6 +187,8 @@
187 187  * Counting
188 188  
189 189  
190 +
191 +
190 190  == 1.4  Applications ==
191 191  
192 192  
... ... @@ -198,6 +198,8 @@
198 198  * Smart Factory
199 199  
200 200  
203 +
204 +
201 201  == 1.5 Hardware Variants ==
202 202  
203 203  
... ... @@ -213,6 +213,8 @@
213 213  )))
214 214  
215 215  
220 +
221 +
216 216  = 2. Power ON Device =
217 217  
218 218  
... ... @@ -229,8 +229,10 @@
229 229  [[image:1653297104069-180.png]]
230 230  
231 231  
238 +
232 232  = 3. Operation Mode =
233 233  
241 +
234 234  == 3.1 How it works? ==
235 235  
236 236  
... ... @@ -243,6 +243,7 @@
243 243  )))
244 244  
245 245  
254 +
246 246  == 3.2 Example to join LoRaWAN network ==
247 247  
248 248  
... ... @@ -308,6 +308,8 @@
308 308  * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5
309 309  
310 310  
320 +
321 +
311 311  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
312 312  
313 313  
... ... @@ -365,6 +365,8 @@
365 365  ** DO1 LED is off in both case
366 366  
367 367  
379 +
380 +
368 368  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
369 369  
370 370  
... ... @@ -438,6 +438,7 @@
438 438  )))
439 439  
440 440  
454 +
441 441  === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI ===
442 442  
443 443  
... ... @@ -484,6 +484,7 @@
484 484  )))
485 485  
486 486  
501 +
487 487  === 3.3.4 AT+MOD~=4, Single DI Counting + 1 x Voltage Counting ===
488 488  
489 489  
... ... @@ -552,6 +552,7 @@
552 552  )))
553 553  
554 554  
570 +
555 555  === 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI ===
556 556  
557 557  
... ... @@ -599,6 +599,7 @@
599 599  )))
600 600  
601 601  
618 +
602 602  === 3.3.6 AT+ADDMOD~=6. (Trigger Mode, Optional) ===
603 603  
604 604  
... ... @@ -738,6 +738,7 @@
738 738  When device got this command, it will send the MOD6 payload.
739 739  
740 740  
758 +
741 741  === 3.3.7 Payload Decoder ===
742 742  
743 743  (((
... ... @@ -747,6 +747,7 @@
747 747  )))
748 748  
749 749  
768 +
750 750  == 3.4 ​Configure LT via AT or Downlink ==
751 751  
752 752  
... ... @@ -765,6 +765,7 @@
765 765  * (% style="color:blue" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
766 766  
767 767  
787 +
768 768  === 3.4.1 Common Commands ===
769 769  
770 770  
... ... @@ -773,8 +773,10 @@
773 773  )))
774 774  
775 775  
796 +
776 776  === 3.4.2 Sensor related commands ===
777 777  
799 +
778 778  ==== 3.4.2.1 Set Transmit Interval ====
779 779  
780 780  
... ... @@ -782,7 +782,7 @@
782 782  
783 783  * (% style="color:#037691" %)**AT Command:**
784 784  
785 -(% style="color:blue" %)**AT+TDC=N **
807 +**(% style="color:blue" %)AT+TDC=N **
786 786  
787 787  
788 788  **Example: **AT+TDC=30000. Means set interval to 30 seconds
... ... @@ -790,10 +790,11 @@
790 790  
791 791  * (% style="color:#037691" %)**Downlink Payload (prefix 0x01):**
792 792  
793 -(% style="color:blue" %)**0x01 aa bb cc  **(%%)** ~/~/ Same as AT+TDC=0x(aa bb cc)**
815 +**(% style="color:blue" %)0x01 aa bb cc  (%%)   ~/~/ Same as AT+TDC=0x(aa bb cc)**
794 794  
795 795  
796 796  
819 +
797 797  ==== 3.4.2.2 Set Work Mode (AT+MOD) ====
798 798  
799 799  
... ... @@ -801,7 +801,7 @@
801 801  
802 802  * (% style="color:#037691" %)**AT Command:**
803 803  
804 -(% style="color:blue" %)**AT+MOD=N  **
827 +**(% style="color:blue" %)AT+MOD=N  **
805 805  
806 806  
807 807  **Example**: AT+MOD=2. Set work mode to Double DI counting mode
... ... @@ -809,10 +809,11 @@
809 809  
810 810  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A):**
811 811  
812 -(% style="color:blue" %)**0x0A aa  **(%%)** ** ~/~/ Same as AT+MOD=aa
835 +**(% style="color:blue" %)0x0A aa  (%%)  ** ~/~/ Same as AT+MOD=aa
813 813  
814 814  
815 815  
839 +
816 816  ==== 3.4.2.3 Poll an uplink ====
817 817  
818 818  
... ... @@ -823,7 +823,7 @@
823 823  
824 824  * (% style="color:#037691" %)**Downlink Payload (prefix 0x08):**
825 825  
826 -(% style="color:blue" %)**0x08 FF  **(%%)** **~/~/ Poll an uplink
850 +**(% style="color:blue" %)0x08 FF  (%%)   **~/~/ Poll an uplink
827 827  
828 828  
829 829  **Example**: 0x08FF, ask device to send an Uplink
... ... @@ -830,6 +830,7 @@
830 830  
831 831  
832 832  
857 +
833 833  ==== 3.4.2.4 Enable Trigger Mode ====
834 834  
835 835  
... ... @@ -837,16 +837,16 @@
837 837  
838 838  * (% style="color:#037691" %)**AT Command:**
839 839  
840 -(% style="color:blue" %)**AT+ADDMOD6=1 or 0**
865 +**(% style="color:blue" %)AT+ADDMOD6=1 or 0**
841 841  
842 -(% style="color:red" %)**1:** (%%)Enable Trigger Mode
867 +**(% style="color:red" %)1:** Enable Trigger Mode
843 843  
844 -(% style="color:red" %)**0: **(%%)Disable Trigger Mode
869 +**(% style="color:red" %)0: **Disable Trigger Mode
845 845  
846 846  
847 847  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A 06):**
848 848  
849 -(% style="color:blue" %)**0x0A 06 aa    **(%%) ~/~/ Same as AT+ADDMOD6=aa
874 +**(% style="color:blue" %)0x0A 06 aa    **(%%) ~/~/ Same as AT+ADDMOD6=aa
850 850  
851 851  
852 852  
... ... @@ -863,10 +863,11 @@
863 863  
864 864  * (% style="color:#037691" %)**Downlink Payload (prefix 0x AB 06):**
865 865  
866 -(% style="color:blue" %)**0xAB 06  ** (%%) ~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
891 +**(% style="color:blue" %)0xAB 06  ** (%%) ~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
867 867  
868 868  
869 869  
895 +
870 870  ==== 3.4.2.6 Enable / Disable DI1/DI2/DI3 as trigger ====
871 871  
872 872  
... ... @@ -874,7 +874,7 @@
874 874  
875 875  * (% style="color:#037691" %)**AT Command:**
876 876  
877 -(% style="color:blue" %)**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
903 +**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
878 878  
879 879  
880 880  **Example:**
... ... @@ -883,10 +883,11 @@
883 883  
884 884  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 02):**
885 885  
886 -(% style="color:blue" %)**0xAA 02 aa bb   ** (%%) ~/~/ Same as AT+DTRI=aa,bb
912 +**(% style="color:blue" %)0xAA 02 aa bb   ** (%%) ~/~/ Same as AT+DTRI=aa,bb
887 887  
888 888  
889 889  
916 +
890 890  ==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as trigger ====
891 891  
892 892  
... ... @@ -894,11 +894,11 @@
894 894  
895 895  * (% style="color:#037691" %)**AT Command:**
896 896  
897 -(% style="color:blue" %)**AT+TRIG1=a,b**
924 +**(% style="color:blue" %)AT+TRIG1=a,b**
898 898  
899 -(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
926 +**(% style="color:red" %)a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
900 900  
901 -(% style="color:red" %)**b :** (%%)delay timing.
928 +**(% style="color:red" %)b :** (%%)delay timing.
902 902  
903 903  
904 904  **Example:**
... ... @@ -907,8 +907,8 @@
907 907  
908 908  
909 909  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):**
937 +* **(% style="color:blue" %)0x09 01 aa bb cc    ** (%%) ~/~/ same as AT+TRIG1=aa,0x(bb cc)
910 910  
911 -(% style="color:blue" %)**0x09 01 aa bb cc    ** (%%) ~/~/ same as AT+TRIG1=aa,0x(bb cc)
912 912  
913 913  
914 914  
... ... @@ -919,13 +919,14 @@
919 919  
920 920  * (% style="color:#037691" %)**AT Command:**
921 921  
922 -(% style="color:blue" %)**AT+TRIG2=a,b**
949 +**(% style="color:blue" %)AT+TRIG2=a,b**
923 923  
924 -(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
925 925  
926 -(% style="color:red" %)**b :** (%%)delay timing.
952 +**(% style="color:red" %)a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
927 927  
954 +**(% style="color:red" %)b :** (%%)delay timing.
928 928  
956 +
929 929  **Example:**
930 930  
931 931  AT+TRIG2=0,100(set DI1 port to trigger on low level, valid signal is 100ms )
... ... @@ -933,10 +933,11 @@
933 933  
934 934  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):**
935 935  
936 -(% style="color:blue" %)**0x09 02 aa bb cc   ** (%%)~/~/ same as AT+TRIG2=aa,0x(bb cc)
964 +**(% style="color:blue" %)0x09 02 aa bb cc   ** (%%)~/~/ same as AT+TRIG1=aa,0x(bb cc)
937 937  
938 938  
939 939  
968 +
940 940  ==== 3.4.2.9 Trigger – Set AC (current) as trigger ====
941 941  
942 942  
... ... @@ -944,15 +944,16 @@
944 944  
945 945  * (% style="color:#037691" %)**AT Command**
946 946  
947 -(% style="color:blue" %)**AT+ACLIM**
976 +**(% style="color:blue" %)AT+ACLIM**
948 948  
949 949  
950 950  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 01 )**
951 951  
952 -(% style="color:blue" %)**0x AA 01 aa bb cc dd ee ff gg hh        ** (%%) ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
981 +**(% style="color:blue" %)0x AA 01 aa bb cc dd ee ff gg hh        ** (%%) ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
953 953  
954 954  
955 955  
985 +
956 956  ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ====
957 957  
958 958  
... ... @@ -960,15 +960,16 @@
960 960  
961 961  * (% style="color:#037691" %)**AT Command**
962 962  
963 -(% style="color:blue" %)**AT+AVLIM    **(%%)** See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
993 +**(% style="color:blue" %)AT+AVLIM  (%%) See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
964 964  
965 965  
966 966  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 00 )**
967 967  
968 -(% style="color:blue" %)**0x AA 00 aa bb cc dd ee ff gg hh    ** (%%) ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
998 +**(% style="color:blue" %)0x AA 00 aa bb cc dd ee ff gg hh    ** (%%) ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
969 969  
970 970  
971 971  
1002 +
972 972  ==== 3.4.2.11 Trigger – Set minimum interval ====
973 973  
974 974  
... ... @@ -976,12 +976,12 @@
976 976  
977 977  * (% style="color:#037691" %)**AT Command**
978 978  
979 -(% style="color:blue" %)**AT+ATDC=5        ** (%%)Device won't response the second trigger within 5 minute after the first trigger.
1010 +**(% style="color:blue" %)AT+ATDC=5        ** (%%)Device won't response the second trigger within 5 minute after the first trigger.
980 980  
981 981  
982 982  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAC )**
983 983  
984 -(% style="color:blue" %)**0x AC aa bb   **(%%) ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
1015 +**(% style="color:blue" %)0x AC aa bb   **(%%) ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
985 985  
986 986  (((
987 987  
... ... @@ -991,6 +991,7 @@
991 991  
992 992  
993 993  
1025 +
994 994  ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ====
995 995  
996 996  
... ... @@ -1000,7 +1000,7 @@
1000 1000  
1001 1001  
1002 1002  * (% style="color:#037691" %)**Downlink Payload (prefix 0x02)**
1003 -* (% style="color:blue" %)**0x02 aa bb cc     ** (%%)~/~/ Set DO1/DO2/DO3 output
1035 +* **(% style="color:blue" %)0x02 aa bb cc     ** (%%)~/~/ Set DO1/DO2/DO3 output
1004 1004  
1005 1005  (((
1006 1006  If payload = 0x02010001, while there is load between V+ and DOx, it means set DO1 to low, DO2 to high and DO3 to low.
... ... @@ -1022,6 +1022,7 @@
1022 1022  
1023 1023  
1024 1024  
1057 +
1025 1025  ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ====
1026 1026  
1027 1027  
... ... @@ -1032,7 +1032,7 @@
1032 1032  
1033 1033  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA9)**
1034 1034  
1035 -(% style="color:blue" %)**0xA9 aa bb cc     **(%%) ~/~/ Set DO1/DO2/DO3 output with time control
1068 +**(% style="color:blue" %)0xA9 aa bb cc     **(%%) ~/~/ Set DO1/DO2/DO3 output with time control
1036 1036  
1037 1037  
1038 1038  This is to control the digital output time of DO pin. Include four bytes:
... ... @@ -1065,13 +1065,6 @@
1065 1065  
1066 1066   Latching time. Unit: ms
1067 1067  
1068 -Note:
1069 -
1070 - Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes
1071 -
1072 - Before Firmwre v1.6.0 the latch time only suport 2 bytes.
1073 -
1074 -
1075 1075  (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1076 1076  
1077 1077  
... ... @@ -1095,6 +1095,7 @@
1095 1095  
1096 1096  
1097 1097  
1124 +
1098 1098  ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
1099 1099  
1100 1100  
... ... @@ -1105,7 +1105,7 @@
1105 1105  
1106 1106  * (% style="color:#037691" %)**Downlink Payload (prefix 0x03):**
1107 1107  
1108 -(% style="color:blue" %)**0x03 aa bb     ** (%%)~/~/ Set RO1/RO2 output
1135 +**(% style="color:blue" %)0x03 aa bb     ** (%%)~/~/ Set RO1/RO2 output
1109 1109  
1110 1110  
1111 1111  (((
... ... @@ -1135,7 +1135,7 @@
1135 1135  
1136 1136  * (% style="color:#037691" %)**Downlink Payload (prefix 0x05):**
1137 1137  
1138 -(% style="color:blue" %)**0x05 aa bb cc dd     ** (%%)~/~/ Set RO1/RO2 relay with time control
1165 +**(% style="color:blue" %)0x05 aa bb cc dd     ** (%%)~/~/ Set RO1/RO2 relay with time control
1139 1139  
1140 1140  
1141 1141  This is to control the relay output time of relay. Include four bytes:
... ... @@ -1156,13 +1156,6 @@
1156 1156  
1157 1157  (% style="color:#4f81bd" %)**Fourth/Fifth/Sixth/Seventh Bytes(cc)**(%%): Latching time. Unit: ms
1158 1158  
1159 -Note:
1160 -
1161 - Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes
1162 -
1163 - Before Firmwre v1.6.0 the latch time only suport 2 bytes.
1164 -
1165 -
1166 1166  (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1167 1167  
1168 1168  
... ... @@ -1193,33 +1193,35 @@
1193 1193  
1194 1194  * (% style="color:#037691" %)**AT Command:**
1195 1195  
1196 -(% style="color:blue" %)**AT+VOLMAX   ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1216 +**(% style="color:blue" %)AT+VOLMAX   ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1197 1197  
1198 1198  
1199 1199  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):**
1200 1200  
1201 -(% style="color:blue" %)**0xA5 aa bb cc   ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc
1221 +**(% style="color:blue" %)0xA5 aa bb cc   ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc
1202 1202  
1203 1203  
1204 1204  
1225 +
1205 1205  ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ====
1206 1206  
1207 1207  
1208 1208  * (% style="color:#037691" %)**AT Command:**
1209 1209  
1210 -(% style="color:blue" %)**AT+SETCNT=aa,(bb cc dd ee) **
1231 +**(% style="color:blue" %)AT+SETCNT=aa,(bb cc dd ee) **
1211 1211  
1212 -(% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count
1233 +**(% style="color:red" %)aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count
1213 1213  
1214 -(% style="color:red" %)**bb cc dd ee: **(%%)number to be set
1235 +**(% style="color:red" %)bb cc dd ee: **(%%)number to be set
1215 1215  
1216 1216  
1217 1217  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):**
1218 1218  
1219 -(% style="color:blue" %)**0x A8 aa bb cc dd ee     ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1240 +**(% style="color:blue" %)0x A8 aa bb cc dd ee     ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1220 1220  
1221 1221  
1222 1222  
1244 +
1223 1223  ==== 3.4.2.18 Counting ~-~- Clear Counting ====
1224 1224  
1225 1225  
... ... @@ -1227,26 +1227,27 @@
1227 1227  
1228 1228  * (% style="color:#037691" %)**AT Command:**
1229 1229  
1230 -(% style="color:blue" %)**AT+CLRCOUNT **(%%) ~/~/ clear all counting
1252 +**(% style="color:blue" %)AT+CLRCOUNT **(%%) ~/~/ clear all counting
1231 1231  
1232 1232  
1233 1233  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):**
1234 1234  
1235 -(% style="color:blue" %)**0x A6 01    ** (%%)~/~/ clear all counting
1257 +**(% style="color:blue" %)0x A6 01    ** (%%)~/~/ clear all counting
1236 1236  
1237 1237  
1238 1238  
1261 +
1239 1239  ==== 3.4.2.19 Counting ~-~- Change counting mode save time ====
1240 1240  
1241 1241  
1242 1242  * (% style="color:#037691" %)**AT Command:**
1243 1243  
1244 -(% style="color:blue" %)**AT+COUTIME=60  **(%%)~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)
1267 +**(% style="color:blue" %)AT+COUTIME=60  **(%%)~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)
1245 1245  
1246 1246  
1247 1247  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):**
1248 1248  
1249 -(% style="color:blue" %)**0x A7 aa bb cc     ** (%%)~/~/ same as AT+COUTIME =aa bb cc,
1272 +**(% style="color:blue" %)0x A7 aa bb cc     ** (%%)~/~/ same as AT+COUTIME =aa bb cc,
1250 1250  
1251 1251  (((
1252 1252  range: aa bb cc:0 to 16777215,  (unit:second)
... ... @@ -1254,20 +1254,22 @@
1254 1254  
1255 1255  
1256 1256  
1257 -==== 3.4.2.20 Reset save RO DO state ====
1258 1258  
1281 +==== 3.4.2.20 Reset save DR DO state ====
1259 1259  
1283 +
1260 1260  * (% style="color:#037691" %)**AT Command:**
1261 1261  
1262 -(% style="color:blue" %)**AT+RODORESET=1    **(%%)~/~/ RODO will close when the device joining the network. (default)
1286 +**(% style="color:blue" %)AT+RODORET=1  **(%%)~/~/ RODO will close when the device joining the network. (default)
1263 1263  
1264 -(% style="color:blue" %)**AT+RODORESET=0    **(%%)~/~/ After the device is reset, the previously saved RODO state (only MOD2 to MOD5) is read, and its state is not changed when it is reconnected to the network.
1288 +**(% style="color:blue" %)AT+RODORET=0  **(%%)~/~/After the device is reset, the previously saved RODO state (only MOD2 to MOD5) is read, and its state is not changed when it is reconnected to the network.
1265 1265  
1266 1266  
1267 1267  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):**
1268 1268  
1269 -(% style="color:blue" %)**0x AD aa      ** (%%)~/~/ same as AT+RODORET =aa
1293 +**(% style="color:blue" %)0x AD aa      ** (%%)~/~/ same as AT+RODORET =aa
1270 1270  
1295 +
1271 1271  
1272 1272  
1273 1273  ==== 3.4.2.21 Encrypted payload ====
... ... @@ -1275,31 +1275,33 @@
1275 1275  
1276 1276  * (% style="color:#037691" %)**AT Command:**
1277 1277  
1278 -(% style="color:blue" %)**AT+DECRYPT=1  ** (%%)~/~/ The payload is uploaded without encryption
1303 +**(% style="color:blue" %)AT+DECRYPT=1  ** (%%)~/~/ The payload is uploaded without encryption
1279 1279  
1280 -(% style="color:blue" %)**AT+DECRYPT=0    **(%%)~/~/  Encrypt when uploading payload (default)
1305 +**(% style="color:blue" %)AT+DECRYPT=0  **(%%)~/~/Encrypt when uploading payload (default)
1281 1281  
1282 1282  
1283 1283  
1309 +
1284 1284  ==== 3.4.2.22 Get sensor value ====
1285 1285  
1286 1286  
1287 1287  * (% style="color:#037691" %)**AT Command:**
1288 1288  
1289 -(% style="color:blue" %)**AT+GETSENSORVALUE=0    **(%%)~/~/ The serial port gets the reading of the current sensor
1315 +**(% style="color:blue" %)AT+GETSENSORVALUE=0  **(%%)~/~/ The serial port gets the reading of the current sensor
1290 1290  
1291 -(% style="color:blue" %)**AT+GETSENSORVALUE=1    **(%%)~/~/ The serial port gets the current sensor reading and uploads it.
1317 +**(% style="color:blue" %)AT+GETSENSORVALUE=1  **(%%)~/~/The serial port gets the current sensor reading and uploads it.
1292 1292  
1293 1293  
1294 1294  
1321 +
1295 1295  ==== 3.4.2.23 Resets the downlink packet count ====
1296 1296  
1297 1297  
1298 1298  * (% style="color:#037691" %)**AT Command:**
1299 1299  
1300 -(% style="color:blue" %)**AT+DISFCNTCHECK=0   **(%%)~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node will no longer receive downlink packets (default)
1327 +**(% style="color:blue" %)AT+DISFCNTCHECK=0  **(%%)~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node will no longer receive downlink packets (default)
1301 1301  
1302 -(% style="color:blue" %)**AT+DISFCNTCHECK=1   **(%%)~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node resets the downlink packet count and keeps it consistent with the server downlink packet count.
1329 +**(% style="color:blue" %)AT+DISFCNTCHECK=1  **(%%)~/~/When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node resets the downlink packet count and keeps it consistent with the server downlink packet count.
1303 1303  
1304 1304  
1305 1305  
... ... @@ -1309,14 +1309,14 @@
1309 1309  
1310 1310  * (% style="color:#037691" %)**AT Command:**
1311 1311  
1312 -(% style="color:blue" %)**AT+DISMACANS=0**   (%%) ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of 11 bytes (DR0 of US915, DR2 of AS923, DR2 of AU195), the node will send a packet with a payload of 00 and a port of 4. (default)
1339 +**(% style="color:blue" %)AT+DISMACANS=0**  (%%) ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of 11 bytes (DR0 of US915, DR2 of AS923, DR2 of AU195), the node will send a packet with a payload of 00 and a port of 4. (default)
1313 1313  
1314 -(% style="color:blue" %)**AT+DISMACANS=1**  (%%) ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of the DR, the node will ignore the MACANS and not reply, and only upload the payload part.
1341 +**(% style="color:blue" %)AT+DISMACANS=1**  (%%)    ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of the DR, the node will ignore the MACANS and not reply, and only upload the payload part.
1315 1315  
1316 1316  
1317 1317  * (% style="color:#037691" %)**Downlink Payload **(%%)**:**
1318 1318  
1319 -(% style="color:blue" %)**0x21 00 01 ** (%%) ~/~/ Set  the DISMACANS=1
1346 +**(% style="color:blue" %)0x21 00 01 ** (%%) ~/~/ Set  the DISMACANS=1
1320 1320  
1321 1321  
1322 1322  
... ... @@ -1326,7 +1326,7 @@
1326 1326  
1327 1327  * (% style="color:#037691" %)**AT Command**(%%)**:**
1328 1328  
1329 -(% style="color:blue" %)**AT+RPL=5**   (%%) ~/~/ After receiving the package from the server, it will immediately upload the content of the package to the server, the port number is 100.
1356 +**(% style="color:blue" %)AT+RPL=5**  (%%) ~/~/ After receiving the package from the server, it will immediately upload the content of the package to the server, the port number is 100.
1330 1330  
1331 1331  Example:**aa xx xx xx xx**         ~/~/ aa indicates whether the configuration has changed, 00 is yes, 01 is no; xx xx xx xx are the bytes sent.
1332 1332  
... ... @@ -1349,7 +1349,7 @@
1349 1349  * (((
1350 1350  (% style="color:#037691" %)**Downlink Payload**(%%)**:**
1351 1351  
1352 -(% style="color:blue" %)**26 01  ** (%%) ~/~/  Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1379 +**(% style="color:blue" %)26 01  ** (%%) ~/~/  Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1353 1353  
1354 1354  
1355 1355  )))
... ... @@ -1359,6 +1359,9 @@
1359 1359  [[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"]]
1360 1360  
1361 1361  
1389 +
1390 +)))
1391 +
1362 1362  == 3.5 Integrate with Mydevice ==
1363 1363  
1364 1364  
... ... @@ -1408,8 +1408,10 @@
1408 1408  [[image:image-20220524094909-5.png||height="341" width="734"]]
1409 1409  
1410 1410  
1441 +
1411 1411  == 3.6 Interface Detail ==
1412 1412  
1444 +
1413 1413  === 3.6.1 Digital Input Port: DI1/DI2 /DI3 ( For LT-33222-L, low active ) ===
1414 1414  
1415 1415  
... ... @@ -1418,6 +1418,7 @@
1418 1418  [[image:1653356991268-289.png]]
1419 1419  
1420 1420  
1453 +
1421 1421  === 3.6.2 Digital Input Port: DI1/DI2 ( For LT-22222-L) ===
1422 1422  
1423 1423  
... ... @@ -1539,16 +1539,16 @@
1539 1539  )))
1540 1540  
1541 1541  
1575 +
1542 1542  === 3.6.3 Digital Output Port: DO1/DO2 /DO3 ===
1543 1543  
1544 1544  
1545 -**NPN output**: GND or Float. Max voltage can apply to output pin is 36v.
1579 +NPN output: GND or Float. Max voltage can apply to output pin is 36v.
1546 1546  
1547 -Note: DO pins go to float when device is power off.
1548 -
1549 1549  [[image:1653357531600-905.png]]
1550 1550  
1551 1551  
1584 +
1552 1552  === 3.6.4 Analog Input Interface ===
1553 1553  
1554 1554  
... ... @@ -1580,13 +1580,12 @@
1580 1580  [[image:1653357648330-671.png||height="155" width="733"]]
1581 1581  
1582 1582  
1616 +
1583 1583  === 3.6.5 Relay Output ===
1584 1584  
1585 1585  
1586 1586  (((
1587 -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:
1588 -
1589 -**Note**: RO pins go to Open(NO) when device is power off.
1621 +The LT serial controller has two relay interfaces; each interface uses two pins of the screw terminal. User can connect other device’s Power Line to in serial of RO1_1 and RO_2. Such as below:
1590 1590  )))
1591 1591  
1592 1592  [[image:image-20220524100215-9.png]]
... ... @@ -1595,6 +1595,7 @@
1595 1595  [[image:image-20220524100215-10.png||height="382" width="723"]]
1596 1596  
1597 1597  
1630 +
1598 1598  == 3.7 LEDs Indicators ==
1599 1599  
1600 1600  
... ... @@ -1604,6 +1604,7 @@
1604 1604  
1605 1605  = 4. Use AT Command =
1606 1606  
1640 +
1607 1607  == 4.1 Access AT Command ==
1608 1608  
1609 1609  
... ... @@ -1814,8 +1814,10 @@
1814 1814  )))
1815 1815  
1816 1816  
1851 +
1817 1817  == 4.2 Common AT Command Sequence ==
1818 1818  
1854 +
1819 1819  === 4.2.1 Multi-channel ABP mode (Use with SX1301/LG308) ===
1820 1820  
1821 1821  (((
... ... @@ -1860,6 +1860,7 @@
1860 1860  )))
1861 1861  
1862 1862  
1899 +
1863 1863  === 4.2.2 Single-channel ABP mode (Use with LG01/LG02) ===
1864 1864  
1865 1865  (((
... ... @@ -1950,7 +1950,7 @@
1950 1950  
1951 1951  
1952 1952  (((
1953 -(% style="color:blue" %)**If sensor JOINED:**
1990 +(% style="color:blue" %)If sensor JOINED:
1954 1954  
1955 1955  (% style="background-color:#dcdcdc" %)**AT+CLASS=A
1956 1956  ATZ**
... ... @@ -1957,8 +1957,10 @@
1957 1957  )))
1958 1958  
1959 1959  
1997 +
1960 1960  = 5. FAQ =
1961 1961  
2000 +
1962 1962  == 5.1 How to upgrade the image? ==
1963 1963  
1964 1964  
... ... @@ -2002,6 +2002,8 @@
2002 2002  
2003 2003  (((
2004 2004  (((
2044 +
2045 +
2005 2005  == 5.2 How to change the LoRa Frequency Bands/Region? ==
2006 2006  
2007 2007  
... ... @@ -2015,6 +2015,7 @@
2015 2015  (((
2016 2016  
2017 2017  
2059 +
2018 2018  == 5.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
2019 2019  
2020 2020  
... ... @@ -2030,6 +2030,7 @@
2030 2030  (((
2031 2031  Assume we have a LG02 working in the frequency 868400000 now , below is the step.
2032 2032  
2075 +
2033 2033  
2034 2034  )))
2035 2035  )))
... ... @@ -2078,6 +2078,7 @@
2078 2078  [[image:1653360498588-932.png||height="485" width="726"]]
2079 2079  
2080 2080  
2124 +
2081 2081  == 5.4 Can I see counting event in Serial? ==
2082 2082  
2083 2083  
... ... @@ -2085,11 +2085,13 @@
2085 2085  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.
2086 2086  
2087 2087  
2132 +
2088 2088  == 5.5 Can i use point to point communication for LT-22222-L? ==
2089 2089  
2090 2090  
2091 -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]].
2136 +Yes, please refer [[Point to Point Communication>>doc:Main. Point to Point Communication of LT-22222-L.WebHome]]  ,this is [[firmware>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AADKXQ2v5ZT-S3sxdmbvE7UAa/LT-22222-L/image?dl=0&subfolder_nav_tracking=1]].
2092 2092  
2138 +
2093 2093  
2094 2094  )))
2095 2095  
... ... @@ -2106,6 +2106,7 @@
2106 2106  After restart, the status before power failure will be read from flash.
2107 2107  
2108 2108  
2155 +
2109 2109  == 5.7 Can i set up LT-22222-L as a NC(Normal Close) Relay? ==
2110 2110  
2111 2111  
... ... @@ -2115,13 +2115,10 @@
2115 2115  [[image:image-20221006170630-1.png||height="610" width="945"]]
2116 2116  
2117 2117  
2118 -== 5.8 Can LT22222-L save RO state? ==
2119 2119  
2120 -
2121 -Firmware version needs to be no less than 1.6.0.
2122 -
2123 -
2124 2124  = 6. Trouble Shooting =
2167 +
2168 +
2125 2125  )))
2126 2126  
2127 2127  (((
... ... @@ -2139,6 +2139,7 @@
2139 2139  (((
2140 2140  
2141 2141  
2186 +
2142 2142  == 6.2 Have trouble to upload image. ==
2143 2143  
2144 2144  
... ... @@ -2151,6 +2151,7 @@
2151 2151  (((
2152 2152  
2153 2153  
2199 +
2154 2154  == 6.3 Why I can't join TTN in US915 /AU915 bands? ==
2155 2155  
2156 2156  
... ... @@ -2161,6 +2161,7 @@
2161 2161  )))
2162 2162  
2163 2163  
2210 +
2164 2164  = 7. Order Info =
2165 2165  
2166 2166  
... ... @@ -2178,7 +2178,6 @@
2178 2178  * (% style="color:red" %)**IN865**(%%):  LT with frequency bands IN865
2179 2179  * (% style="color:red" %)**CN779**(%%):  LT with frequency bands CN779
2180 2180  
2181 -
2182 2182  = 8. Packing Info =
2183 2183  
2184 2184  
... ... @@ -2196,7 +2196,6 @@
2196 2196  * Package Size / pcs : 14.5 x 8 x 5 cm
2197 2197  * Weight / pcs : 170g
2198 2198  
2199 -
2200 2200  = 9. Support =
2201 2201  
2202 2202  
... ... @@ -2207,6 +2207,7 @@
2207 2207  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]]
2208 2208  
2209 2209  
2255 +
2210 2210  
2211 2211  )))
2212 2212  
image-20221112174847-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -102.6 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0