<
From version < 109.2 >
edited by Xiaoling
on 2022/11/21 11:37
To version < 102.2 >
edited by Xiaoling
on 2022/10/29 09:42
>
Change comment: There is no comment for this version

Summary

Details

Page properties
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 
... ... @@ -188,6 +188,7 @@
188 188  
189 189  
190 190  
191 +
191 191  == 1.4  Applications ==
192 192  
193 193  
... ... @@ -200,6 +200,7 @@
200 200  
201 201  
202 202  
204 +
203 203  == 1.5 Hardware Variants ==
204 204  
205 205  
... ... @@ -216,6 +216,7 @@
216 216  
217 217  
218 218  
221 +
219 219  = 2. Power ON Device =
220 220  
221 221  
... ... @@ -232,8 +232,10 @@
232 232  [[image:1653297104069-180.png]]
233 233  
234 234  
238 +
235 235  = 3. Operation Mode =
236 236  
241 +
237 237  == 3.1 How it works? ==
238 238  
239 239  
... ... @@ -246,6 +246,7 @@
246 246  )))
247 247  
248 248  
254 +
249 249  == 3.2 Example to join LoRaWAN network ==
250 250  
251 251  
... ... @@ -312,6 +312,7 @@
312 312  
313 313  
314 314  
321 +
315 315  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
316 316  
317 317  
... ... @@ -370,6 +370,7 @@
370 370  
371 371  
372 372  
380 +
373 373  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
374 374  
375 375  
... ... @@ -443,6 +443,7 @@
443 443  )))
444 444  
445 445  
454 +
446 446  === 3.3.3 AT+MOD~=3, Single DI Counting + 2 x ACI ===
447 447  
448 448  
... ... @@ -489,6 +489,7 @@
489 489  )))
490 490  
491 491  
501 +
492 492  === 3.3.4 AT+MOD~=4, Single DI Counting + 1 x Voltage Counting ===
493 493  
494 494  
... ... @@ -557,6 +557,7 @@
557 557  )))
558 558  
559 559  
570 +
560 560  === 3.3.5 AT+MOD~=5, Single DI Counting + 2 x AVI + 1 x ACI ===
561 561  
562 562  
... ... @@ -604,6 +604,7 @@
604 604  )))
605 605  
606 606  
618 +
607 607  === 3.3.6 AT+ADDMOD~=6. (Trigger Mode, Optional) ===
608 608  
609 609  
... ... @@ -743,6 +743,7 @@
743 743  When device got this command, it will send the MOD6 payload.
744 744  
745 745  
758 +
746 746  === 3.3.7 Payload Decoder ===
747 747  
748 748  (((
... ... @@ -752,6 +752,7 @@
752 752  )))
753 753  
754 754  
768 +
755 755  == 3.4 ​Configure LT via AT or Downlink ==
756 756  
757 757  
... ... @@ -779,8 +779,10 @@
779 779  )))
780 780  
781 781  
796 +
782 782  === 3.4.2 Sensor related commands ===
783 783  
799 +
784 784  ==== 3.4.2.1 Set Transmit Interval ====
785 785  
786 786  
... ... @@ -788,7 +788,7 @@
788 788  
789 789  * (% style="color:#037691" %)**AT Command:**
790 790  
791 -(% style="color:blue" %)**AT+TDC=N **
807 +**(% style="color:blue" %)AT+TDC=N **
792 792  
793 793  
794 794  **Example: **AT+TDC=30000. Means set interval to 30 seconds
... ... @@ -796,10 +796,11 @@
796 796  
797 797  * (% style="color:#037691" %)**Downlink Payload (prefix 0x01):**
798 798  
799 -(% 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)**
800 800  
801 801  
802 802  
819 +
803 803  ==== 3.4.2.2 Set Work Mode (AT+MOD) ====
804 804  
805 805  
... ... @@ -807,7 +807,7 @@
807 807  
808 808  * (% style="color:#037691" %)**AT Command:**
809 809  
810 -(% style="color:blue" %)**AT+MOD=N  **
827 +**(% style="color:blue" %)AT+MOD=N  **
811 811  
812 812  
813 813  **Example**: AT+MOD=2. Set work mode to Double DI counting mode
... ... @@ -815,10 +815,11 @@
815 815  
816 816  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A):**
817 817  
818 -(% style="color:blue" %)**0x0A aa  **(%%)** ** ~/~/ Same as AT+MOD=aa
835 +**(% style="color:blue" %)0x0A aa  (%%)  ** ~/~/ Same as AT+MOD=aa
819 819  
820 820  
821 821  
839 +
822 822  ==== 3.4.2.3 Poll an uplink ====
823 823  
824 824  
... ... @@ -829,7 +829,7 @@
829 829  
830 830  * (% style="color:#037691" %)**Downlink Payload (prefix 0x08):**
831 831  
832 -(% style="color:blue" %)**0x08 FF  **(%%)** **~/~/ Poll an uplink
850 +**(% style="color:blue" %)0x08 FF  (%%)   **~/~/ Poll an uplink
833 833  
834 834  
835 835  **Example**: 0x08FF, ask device to send an Uplink
... ... @@ -836,6 +836,7 @@
836 836  
837 837  
838 838  
857 +
839 839  ==== 3.4.2.4 Enable Trigger Mode ====
840 840  
841 841  
... ... @@ -843,16 +843,16 @@
843 843  
844 844  * (% style="color:#037691" %)**AT Command:**
845 845  
846 -(% style="color:blue" %)**AT+ADDMOD6=1 or 0**
865 +**(% style="color:blue" %)AT+ADDMOD6=1 or 0**
847 847  
848 -(% style="color:red" %)**1:** (%%)Enable Trigger Mode
867 +**(% style="color:red" %)1:** Enable Trigger Mode
849 849  
850 -(% style="color:red" %)**0: **(%%)Disable Trigger Mode
869 +**(% style="color:red" %)0: **Disable Trigger Mode
851 851  
852 852  
853 853  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A 06):**
854 854  
855 -(% style="color:blue" %)**0x0A 06 aa    **(%%) ~/~/ Same as AT+ADDMOD6=aa
874 +**(% style="color:blue" %)0x0A 06 aa    **(%%) ~/~/ Same as AT+ADDMOD6=aa
856 856  
857 857  
858 858  
... ... @@ -869,10 +869,11 @@
869 869  
870 870  * (% style="color:#037691" %)**Downlink Payload (prefix 0x AB 06):**
871 871  
872 -(% 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
873 873  
874 874  
875 875  
895 +
876 876  ==== 3.4.2.6 Enable / Disable DI1/DI2/DI3 as trigger ====
877 877  
878 878  
... ... @@ -880,7 +880,7 @@
880 880  
881 881  * (% style="color:#037691" %)**AT Command:**
882 882  
883 -(% style="color:blue" %)**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
903 +**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
884 884  
885 885  
886 886  **Example:**
... ... @@ -889,10 +889,11 @@
889 889  
890 890  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 02):**
891 891  
892 -(% 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
893 893  
894 894  
895 895  
916 +
896 896  ==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as trigger ====
897 897  
898 898  
... ... @@ -900,11 +900,11 @@
900 900  
901 901  * (% style="color:#037691" %)**AT Command:**
902 902  
903 -(% style="color:blue" %)**AT+TRIG1=a,b**
924 +**(% style="color:blue" %)AT+TRIG1=a,b**
904 904  
905 -(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
926 +a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
906 906  
907 -(% style="color:red" %)**b :** (%%)delay timing.
928 +b : delay timing.
908 908  
909 909  
910 910  **Example:**
... ... @@ -913,11 +913,8 @@
913 913  
914 914  
915 915  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):**
937 +* **0x09 01 aa bb cc    ** ~/~/ same as AT+TRIG1=aa,0x(bb cc)
916 916  
917 -(% style="color:blue" %)**0x09 01 aa bb cc    ** (%%) ~/~/ same as AT+TRIG1=aa,0x(bb cc)
918 -
919 -
920 -
921 921  ==== 3.4.2.8 Trigger2 – Set DI2 as trigger ====
922 922  
923 923  
... ... @@ -925,13 +925,14 @@
925 925  
926 926  * (% style="color:#037691" %)**AT Command:**
927 927  
928 -(% style="color:blue" %)**AT+TRIG2=a,b**
946 +**AT+TRIG2=a,b**
929 929  
930 -(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
931 931  
932 -(% style="color:red" %)**b :** (%%)delay timing.
949 +a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
933 933  
951 +b : delay timing.
934 934  
953 +
935 935  **Example:**
936 936  
937 937  AT+TRIG2=0,100(set DI1 port to trigger on low level, valid signal is 100ms )
... ... @@ -939,10 +939,11 @@
939 939  
940 940  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):**
941 941  
942 -(% style="color:blue" %)**0x09 02 aa bb cc   ** (%%)~/~/ same as AT+TRIG1=aa,0x(bb cc)
961 +**0x09 02 aa bb cc           **~/~/ same as AT+TRIG1=aa,0x(bb cc)
943 943  
944 944  
945 945  
965 +
946 946  ==== 3.4.2.9 Trigger – Set AC (current) as trigger ====
947 947  
948 948  
... ... @@ -950,15 +950,16 @@
950 950  
951 951  * (% style="color:#037691" %)**AT Command**
952 952  
953 -(% style="color:blue" %)**AT+ACLIM**
973 +**AT+ACLIM**
954 954  
955 955  
956 956  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 01 )**
957 957  
958 -(% 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"]]
978 +**0x AA 01 aa bb cc dd ee ff gg hh        ** ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
959 959  
960 960  
961 961  
982 +
962 962  ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ====
963 963  
964 964  
... ... @@ -966,15 +966,16 @@
966 966  
967 967  * (% style="color:#037691" %)**AT Command**
968 968  
969 -(% style="color:blue" %)**AT+AVLIM    **(%%)** See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
990 +**AT+AVLIM  See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
970 970  
971 971  
972 972  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 00 )**
973 973  
974 -(% 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"]]
995 +**0x AA 00 aa bb cc dd ee ff gg hh    ** ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
975 975  
976 976  
977 977  
999 +
978 978  ==== 3.4.2.11 Trigger – Set minimum interval ====
979 979  
980 980  
... ... @@ -982,12 +982,12 @@
982 982  
983 983  * (% style="color:#037691" %)**AT Command**
984 984  
985 -(% style="color:blue" %)**AT+ATDC=5        ** (%%)Device won't response the second trigger within 5 minute after the first trigger.
1007 +**AT+ATDC=5        ** Device won't response the second trigger within 5 minute after the first trigger.
986 986  
987 987  
988 988  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAC )**
989 989  
990 -(% style="color:blue" %)**0x AC aa bb   **(%%) ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
1012 +**0x AC aa bb   ** ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
991 991  
992 992  (((
993 993  
... ... @@ -997,6 +997,7 @@
997 997  
998 998  
999 999  
1022 +
1000 1000  ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ====
1001 1001  
1002 1002  
... ... @@ -1006,7 +1006,7 @@
1006 1006  
1007 1007  
1008 1008  * (% style="color:#037691" %)**Downlink Payload (prefix 0x02)**
1009 -* (% style="color:blue" %)**0x02 aa bb cc     ** (%%)~/~/ Set DO1/DO2/DO3 output
1032 +* **0x02 aa bb cc     **~/~/ Set DO1/DO2/DO3 output
1010 1010  
1011 1011  (((
1012 1012  If payload = 0x02010001, while there is load between V+ and DOx, it means set DO1 to low, DO2 to high and DO3 to low.
... ... @@ -1028,6 +1028,7 @@
1028 1028  
1029 1029  
1030 1030  
1054 +
1031 1031  ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ====
1032 1032  
1033 1033  
... ... @@ -1038,7 +1038,7 @@
1038 1038  
1039 1039  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA9)**
1040 1040  
1041 -(% style="color:blue" %)**0xA9 aa bb cc     **(%%) ~/~/ Set DO1/DO2/DO3 output with time control
1065 +**0xA9 aa bb cc     **~/~/ Set DO1/DO2/DO3 output with time control
1042 1042  
1043 1043  
1044 1044  This is to control the digital output time of DO pin. Include four bytes:
... ... @@ -1071,13 +1071,6 @@
1071 1071  
1072 1072   Latching time. Unit: ms
1073 1073  
1074 -Note:
1075 -
1076 - Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes
1077 -
1078 - Before Firmwre v1.6.0 the latch time only suport 2 bytes.
1079 -
1080 -
1081 1081  (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1082 1082  
1083 1083  
... ... @@ -1101,6 +1101,7 @@
1101 1101  
1102 1102  
1103 1103  
1121 +
1104 1104  ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
1105 1105  
1106 1106  
... ... @@ -1111,7 +1111,7 @@
1111 1111  
1112 1112  * (% style="color:#037691" %)**Downlink Payload (prefix 0x03):**
1113 1113  
1114 -(% style="color:blue" %)**0x03 aa bb     ** (%%)~/~/ Set RO1/RO2 output
1132 +**0x03 aa bb     **~/~/ Set RO1/RO2 output
1115 1115  
1116 1116  
1117 1117  (((
... ... @@ -1141,7 +1141,7 @@
1141 1141  
1142 1142  * (% style="color:#037691" %)**Downlink Payload (prefix 0x05):**
1143 1143  
1144 -(% style="color:blue" %)**0x05 aa bb cc dd     ** (%%)~/~/ Set RO1/RO2 relay with time control
1162 +**0x05 aa bb cc dd     **~/~/ Set RO1/RO2 relay with time control
1145 1145  
1146 1146  
1147 1147  This is to control the relay output time of relay. Include four bytes:
... ... @@ -1162,13 +1162,6 @@
1162 1162  
1163 1163  (% style="color:#4f81bd" %)**Fourth/Fifth/Sixth/Seventh Bytes(cc)**(%%): Latching time. Unit: ms
1164 1164  
1165 -Note:
1166 -
1167 - Since Firmware v1.6.0, the latch time support 4 bytes and 2 bytes
1168 -
1169 - Before Firmwre v1.6.0 the latch time only suport 2 bytes.
1170 -
1171 -
1172 1172  (% style="color:red" %)**Device will upload a packet if downlink code executes successfully.**
1173 1173  
1174 1174  
... ... @@ -1199,33 +1199,39 @@
1199 1199  
1200 1200  * (% style="color:#037691" %)**AT Command:**
1201 1201  
1202 -(% style="color:blue" %)**AT+VOLMAX   ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1213 +**AT+VOLMAX   ** ~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1203 1203  
1204 1204  
1205 1205  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):**
1206 1206  
1207 -(% style="color:blue" %)**0xA5 aa bb cc   ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc
1218 +**0xA5 aa bb cc   **~/~/ Same as AT+VOLMAX=(aa bb),cc
1208 1208  
1209 1209  
1210 1210  
1222 +
1211 1211  ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ====
1212 1212  
1213 1213  
1214 1214  * (% style="color:#037691" %)**AT Command:**
1215 1215  
1216 -(% style="color:blue" %)**AT+SETCNT=aa,(bb cc dd ee) **
1228 +**AT+SETCNT=aa,(bb cc dd ee) **
1217 1217  
1218 -(% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count
1230 +aa: 1: Set count1,
1219 1219  
1220 -(% style="color:red" %)**bb cc dd ee: **(%%)number to be set
1232 +2: Set count2,
1221 1221  
1234 +3: Set AV1 count
1222 1222  
1236 +Bb cc dd ee: number to be set
1237 +
1238 +
1223 1223  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):**
1224 1224  
1225 -(% style="color:blue" %)**0x A8 aa bb cc dd ee     ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1241 +**0x A8 aa bb cc dd ee     **~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1226 1226  
1227 1227  
1228 1228  
1245 +
1229 1229  ==== 3.4.2.18 Counting ~-~- Clear Counting ====
1230 1230  
1231 1231  
... ... @@ -1233,79 +1233,87 @@
1233 1233  
1234 1234  * (% style="color:#037691" %)**AT Command:**
1235 1235  
1236 -(% style="color:blue" %)**AT+CLRCOUNT **(%%) ~/~/ clear all counting
1253 +**AT+CLRCOUNT ** ~/~/ clear all counting
1237 1237  
1238 1238  
1239 1239  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):**
1240 1240  
1241 -(% style="color:blue" %)**0x A6 01    ** (%%)~/~/ clear all counting
1258 +**0x A6 01    ** ~/~/ clear all counting
1242 1242  
1243 1243  
1244 1244  
1262 +
1245 1245  ==== 3.4.2.19 Counting ~-~- Change counting mode save time ====
1246 1246  
1247 1247  
1248 1248  * (% style="color:#037691" %)**AT Command:**
1249 1249  
1250 -(% 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)
1268 +**AT+COUTIME=60  **~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)
1251 1251  
1252 1252  
1253 1253  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):**
1254 1254  
1255 -(% style="color:blue" %)**0x A7 aa bb cc     ** (%%)~/~/ same as AT+COUTIME =aa bb cc,
1273 +**0x A7 aa bb cc     **~/~/ same as AT+COUTIME =aa bb cc,
1256 1256  
1257 1257  (((
1258 1258  range: aa bb cc:0 to 16777215,  (unit:second)
1259 -)))
1260 1260  
1261 1261  
1262 1262  
1263 -==== 3.4.2.20 Reset save RO DO state ====
1280 +
1281 +)))
1264 1264  
1283 +==== 3.4.2.20 Reset save DR DO state ====
1265 1265  
1285 +
1266 1266  * (% style="color:#037691" %)**AT Command:**
1267 1267  
1268 -(% style="color:blue" %)**AT+RODORESET=1    **(%%)~/~/ RODO will close when the device joining the network. (default)
1288 +**AT+RODORET=1  **~/~/ RODO will close when the device joining the network. (default)
1269 1269  
1270 -(% 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.
1290 +**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.
1271 1271  
1272 1272  
1273 1273  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):**
1274 1274  
1275 -(% style="color:blue" %)**0x AD aa      ** (%%)~/~/ same as AT+RODORET =aa
1295 +**0x AD aa      **~/~/ same as AT+RODORET =aa
1276 1276  
1297 +(((
1298 +
1277 1277  
1278 1278  
1301 +
1279 1279  ==== 3.4.2.21 Encrypted payload ====
1280 1280  
1281 1281  
1282 1282  * (% style="color:#037691" %)**AT Command:**
1283 1283  
1284 -(% style="color:blue" %)**AT+DECRYPT=1  ** (%%)~/~/ The payload is uploaded without encryption
1307 +**AT+DECRYPT=1  **~/~/ The payload is uploaded without encryption
1285 1285  
1286 -(% style="color:blue" %)**AT+DECRYPT=0    **(%%)~/~/  Encrypt when uploading payload (default)
1309 +**AT+DECRYPT=0  **~/~/Encrypt when uploading payload (default)
1287 1287  
1288 1288  
1289 1289  
1313 +
1290 1290  ==== 3.4.2.22 Get sensor value ====
1291 1291  
1292 1292  
1293 1293  * (% style="color:#037691" %)**AT Command:**
1294 1294  
1295 -(% style="color:blue" %)**AT+GETSENSORVALUE=0    **(%%)~/~/ The serial port gets the reading of the current sensor
1319 +**AT+GETSENSORVALUE=0  **~/~/ The serial port gets the reading of the current sensor
1296 1296  
1297 -(% style="color:blue" %)**AT+GETSENSORVALUE=1    **(%%)~/~/ The serial port gets the current sensor reading and uploads it.
1321 +**AT+GETSENSORVALUE=1  **~/~/The serial port gets the current sensor reading and uploads it.
1298 1298  
1299 1299  
1300 1300  
1325 +
1301 1301  ==== 3.4.2.23 Resets the downlink packet count ====
1302 1302  
1303 1303  
1304 1304  * (% style="color:#037691" %)**AT Command:**
1305 1305  
1306 -(% 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)
1331 +**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)
1307 1307  
1308 -(% 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.
1333 +**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.
1309 1309  
1310 1310  
1311 1311  
... ... @@ -1315,14 +1315,14 @@
1315 1315  
1316 1316  * (% style="color:#037691" %)**AT Command:**
1317 1317  
1318 -(% 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)
1343 + **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)
1319 1319  
1320 -(% 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.
1345 + **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.
1321 1321  
1322 1322  
1323 1323  * (% style="color:#037691" %)**Downlink Payload **(%%)**:**
1324 1324  
1325 -(% style="color:blue" %)**0x21 00 01 ** (%%) ~/~/ Set  the DISMACANS=1
1350 +**0x21 00 01 ** ~/~/ Set  the DISMACANS=1
1326 1326  
1327 1327  
1328 1328  
... ... @@ -1332,7 +1332,7 @@
1332 1332  
1333 1333  * (% style="color:#037691" %)**AT Command**(%%)**:**
1334 1334  
1335 -(% 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.
1360 + **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.
1336 1336  
1337 1337  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.
1338 1338  
... ... @@ -1355,7 +1355,7 @@
1355 1355  * (((
1356 1356  (% style="color:#037691" %)**Downlink Payload**(%%)**:**
1357 1357  
1358 -(% style="color:blue" %)**26 01  ** (%%) ~/~/  Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1383 +**26 01  ** ~/~/  Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1359 1359  
1360 1360  
1361 1361  )))
... ... @@ -1365,6 +1365,9 @@
1365 1365  [[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"]]
1366 1366  
1367 1367  
1393 +
1394 +)))
1395 +
1368 1368  == 3.5 Integrate with Mydevice ==
1369 1369  
1370 1370  
... ... @@ -1414,8 +1414,10 @@
1414 1414  [[image:image-20220524094909-5.png||height="341" width="734"]]
1415 1415  
1416 1416  
1445 +
1417 1417  == 3.6 Interface Detail ==
1418 1418  
1448 +
1419 1419  === 3.6.1 Digital Input Port: DI1/DI2 /DI3 ( For LT-33222-L, low active ) ===
1420 1420  
1421 1421  
... ... @@ -1424,6 +1424,7 @@
1424 1424  [[image:1653356991268-289.png]]
1425 1425  
1426 1426  
1457 +
1427 1427  === 3.6.2 Digital Input Port: DI1/DI2 ( For LT-22222-L) ===
1428 1428  
1429 1429  
... ... @@ -1545,16 +1545,16 @@
1545 1545  )))
1546 1546  
1547 1547  
1579 +
1548 1548  === 3.6.3 Digital Output Port: DO1/DO2 /DO3 ===
1549 1549  
1550 1550  
1551 -**NPN output**: GND or Float. Max voltage can apply to output pin is 36v.
1583 +NPN output: GND or Float. Max voltage can apply to output pin is 36v.
1552 1552  
1553 -Note: DO pins go to float when device is power off.
1554 -
1555 1555  [[image:1653357531600-905.png]]
1556 1556  
1557 1557  
1588 +
1558 1558  === 3.6.4 Analog Input Interface ===
1559 1559  
1560 1560  
... ... @@ -1586,13 +1586,12 @@
1586 1586  [[image:1653357648330-671.png||height="155" width="733"]]
1587 1587  
1588 1588  
1620 +
1589 1589  === 3.6.5 Relay Output ===
1590 1590  
1591 1591  
1592 1592  (((
1593 -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:
1594 -
1595 -**Note**: RO pins go to Open(NO) when device is power off.
1625 +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:
1596 1596  )))
1597 1597  
1598 1598  [[image:image-20220524100215-9.png]]
... ... @@ -1601,6 +1601,7 @@
1601 1601  [[image:image-20220524100215-10.png||height="382" width="723"]]
1602 1602  
1603 1603  
1634 +
1604 1604  == 3.7 LEDs Indicators ==
1605 1605  
1606 1606  
... ... @@ -1610,6 +1610,7 @@
1610 1610  
1611 1611  = 4. Use AT Command =
1612 1612  
1644 +
1613 1613  == 4.1 Access AT Command ==
1614 1614  
1615 1615  
... ... @@ -1820,8 +1820,10 @@
1820 1820  )))
1821 1821  
1822 1822  
1855 +
1823 1823  == 4.2 Common AT Command Sequence ==
1824 1824  
1858 +
1825 1825  === 4.2.1 Multi-channel ABP mode (Use with SX1301/LG308) ===
1826 1826  
1827 1827  (((
... ... @@ -1866,6 +1866,7 @@
1866 1866  )))
1867 1867  
1868 1868  
1903 +
1869 1869  === 4.2.2 Single-channel ABP mode (Use with LG01/LG02) ===
1870 1870  
1871 1871  (((
... ... @@ -1956,7 +1956,7 @@
1956 1956  
1957 1957  
1958 1958  (((
1959 -(% style="color:blue" %)**If sensor JOINED:**
1994 +(% style="color:blue" %)If sensor JOINED:
1960 1960  
1961 1961  (% style="background-color:#dcdcdc" %)**AT+CLASS=A
1962 1962  ATZ**
... ... @@ -1963,8 +1963,10 @@
1963 1963  )))
1964 1964  
1965 1965  
2001 +
1966 1966  = 5. FAQ =
1967 1967  
2004 +
1968 1968  == 5.1 How to upgrade the image? ==
1969 1969  
1970 1970  
... ... @@ -2008,6 +2008,8 @@
2008 2008  
2009 2009  (((
2010 2010  (((
2048 +
2049 +
2011 2011  == 5.2 How to change the LoRa Frequency Bands/Region? ==
2012 2012  
2013 2013  
... ... @@ -2021,6 +2021,7 @@
2021 2021  (((
2022 2022  
2023 2023  
2063 +
2024 2024  == 5.3 How to set up LT to work with Single Channel Gateway such as LG01/LG02? ==
2025 2025  
2026 2026  
... ... @@ -2036,6 +2036,7 @@
2036 2036  (((
2037 2037  Assume we have a LG02 working in the frequency 868400000 now , below is the step.
2038 2038  
2079 +
2039 2039  
2040 2040  )))
2041 2041  )))
... ... @@ -2084,6 +2084,7 @@
2084 2084  [[image:1653360498588-932.png||height="485" width="726"]]
2085 2085  
2086 2086  
2128 +
2087 2087  == 5.4 Can I see counting event in Serial? ==
2088 2088  
2089 2089  
... ... @@ -2091,11 +2091,13 @@
2091 2091  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.
2092 2092  
2093 2093  
2136 +
2094 2094  == 5.5 Can i use point to point communication for LT-22222-L? ==
2095 2095  
2096 2096  
2097 -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]].
2140 +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]].
2098 2098  
2142 +
2099 2099  
2100 2100  )))
2101 2101  
... ... @@ -2112,6 +2112,7 @@
2112 2112  After restart, the status before power failure will be read from flash.
2113 2113  
2114 2114  
2159 +
2115 2115  == 5.7 Can i set up LT-22222-L as a NC(Normal Close) Relay? ==
2116 2116  
2117 2117  
... ... @@ -2121,13 +2121,10 @@
2121 2121  [[image:image-20221006170630-1.png||height="610" width="945"]]
2122 2122  
2123 2123  
2124 -== 5.8 Can LT22222-L save RO state? ==
2125 2125  
2126 -
2127 -Firmware version needs to be no less than 1.6.0.
2128 -
2129 -
2130 2130  = 6. Trouble Shooting =
2171 +
2172 +
2131 2131  )))
2132 2132  
2133 2133  (((
... ... @@ -2145,6 +2145,7 @@
2145 2145  (((
2146 2146  
2147 2147  
2190 +
2148 2148  == 6.2 Have trouble to upload image. ==
2149 2149  
2150 2150  
... ... @@ -2157,6 +2157,7 @@
2157 2157  (((
2158 2158  
2159 2159  
2203 +
2160 2160  == 6.3 Why I can't join TTN in US915 /AU915 bands? ==
2161 2161  
2162 2162  
... ... @@ -2167,6 +2167,7 @@
2167 2167  )))
2168 2168  
2169 2169  
2214 +
2170 2170  = 7. Order Info =
2171 2171  
2172 2172  
... ... @@ -2184,8 +2184,6 @@
2184 2184  * (% style="color:red" %)**IN865**(%%):  LT with frequency bands IN865
2185 2185  * (% style="color:red" %)**CN779**(%%):  LT with frequency bands CN779
2186 2186  
2187 -
2188 -
2189 2189  = 8. Packing Info =
2190 2190  
2191 2191  
... ... @@ -2203,8 +2203,6 @@
2203 2203  * Package Size / pcs : 14.5 x 8 x 5 cm
2204 2204  * Weight / pcs : 170g
2205 2205  
2206 -
2207 -
2208 2208  = 9. Support =
2209 2209  
2210 2210  
... ... @@ -2215,6 +2215,7 @@
2215 2215  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]]
2216 2216  
2217 2217  
2259 +
2218 2218  
2219 2219  )))
2220 2220  
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