<
From version < 106.1 >
edited by Bei Jinggeng
on 2022/11/18 10:02
To version < 101.3 >
edited by Xiaoling
on 2022/10/25 15:22
>
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 
... ... @@ -186,7 +186,6 @@
186 186  * Firmware upgradable via program port
187 187  * Counting
188 188  
189 -
190 190  == 1.4  Applications ==
191 191  
192 192  
... ... @@ -197,7 +197,6 @@
197 197  * Smart Cities
198 198  * Smart Factory
199 199  
200 -
201 201  == 1.5 Hardware Variants ==
202 202  
203 203  
... ... @@ -212,7 +212,6 @@
212 212  * 1 x Counting Port
213 213  )))
214 214  
215 -
216 216  = 2. Power ON Device =
217 217  
218 218  
... ... @@ -310,7 +310,6 @@
310 310  * (% style="color:blue" %)**MOD5**(%%): Single DI Counting + 2 x AVI + 1 x ACI + DO + RO
311 311  * (% style="color:blue" %)**ADDMOD6**(%%): Trigger Mode, Optional, used together with MOD1 ~~ MOD5
312 312  
313 -
314 314  === 3.3.1 AT+MOD~=1, 2ACI+2AVI ===
315 315  
316 316  
... ... @@ -367,7 +367,6 @@
367 367  ** DO1 is high in case there is load between DO1 and V+.
368 368  ** DO1 LED is off in both case
369 369  
370 -
371 371  === 3.3.2 AT+MOD~=2, (Double DI Counting) ===
372 372  
373 373  
... ... @@ -746,6 +746,7 @@
746 746  
747 747  
748 748  
744 +
749 749  === 3.3.7 Payload Decoder ===
750 750  
751 751  (((
... ... @@ -769,11 +769,10 @@
769 769  )))
770 770  )))
771 771  
772 -* (% style="color:blue" %)**Common Commands**(%%): They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
768 +* (% style="color:#4f81bd" %)**Common Commands**(%%): They should be available for each sensor, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
773 773  
774 -* (% style="color:blue" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
770 +* (% style="color:#4f81bd" %)**Sensor Related Commands**(%%): These commands are special designed for LT-22222-L.  User can see these commands below:
775 775  
776 -
777 777  === 3.4.1 Common Commands ===
778 778  
779 779  
... ... @@ -793,7 +793,7 @@
793 793  
794 794  * (% style="color:#037691" %)**AT Command:**
795 795  
796 -(% style="color:blue" %)**AT+TDC=N **
791 +**AT+TDC=N **
797 797  
798 798  
799 799  **Example: **AT+TDC=30000. Means set interval to 30 seconds
... ... @@ -801,10 +801,11 @@
801 801  
802 802  * (% style="color:#037691" %)**Downlink Payload (prefix 0x01):**
803 803  
804 -(% style="color:blue" %)**0x01 aa bb cc  **(%%)** ~/~/ Same as AT+TDC=0x(aa bb cc)**
799 +**0x01 aa bb cc     ~/~/ Same as AT+TDC=0x(aa bb cc)**
805 805  
806 806  
807 807  
803 +
808 808  ==== 3.4.2.2 Set Work Mode (AT+MOD) ====
809 809  
810 810  
... ... @@ -812,7 +812,7 @@
812 812  
813 813  * (% style="color:#037691" %)**AT Command:**
814 814  
815 -(% style="color:blue" %)**AT+MOD=N  **
811 +**AT+MOD=N  **
816 816  
817 817  
818 818  **Example**: AT+MOD=2. Set work mode to Double DI counting mode
... ... @@ -820,10 +820,11 @@
820 820  
821 821  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A):**
822 822  
823 -(% style="color:blue" %)**0x0A aa  **(%%)** ** ~/~/ Same as AT+MOD=aa
819 +**0x0A aa    ** ~/~/ Same as AT+MOD=aa
824 824  
825 825  
826 826  
823 +
827 827  ==== 3.4.2.3 Poll an uplink ====
828 828  
829 829  
... ... @@ -834,7 +834,7 @@
834 834  
835 835  * (% style="color:#037691" %)**Downlink Payload (prefix 0x08):**
836 836  
837 -(% style="color:blue" %)**0x08 FF  **(%%)** **~/~/ Poll an uplink
834 +**0x08 FF     **~/~/ Poll an uplink
838 838  
839 839  
840 840  **Example**: 0x08FF, ask device to send an Uplink
... ... @@ -841,6 +841,7 @@
841 841  
842 842  
843 843  
841 +
844 844  ==== 3.4.2.4 Enable Trigger Mode ====
845 845  
846 846  
... ... @@ -848,16 +848,16 @@
848 848  
849 849  * (% style="color:#037691" %)**AT Command:**
850 850  
851 -(% style="color:blue" %)**AT+ADDMOD6=1 or 0**
849 +**AT+ADDMOD6=1 or 0**
852 852  
853 -(% style="color:red" %)**1:** (%%)Enable Trigger Mode
851 +1: Enable Trigger Mode
854 854  
855 -(% style="color:red" %)**0: **(%%)Disable Trigger Mode
853 +0: Disable Trigger Mode
856 856  
857 857  
858 858  * (% style="color:#037691" %)**Downlink Payload (prefix 0x0A 06):**
859 859  
860 -(% style="color:blue" %)**0x0A 06 aa    **(%%) ~/~/ Same as AT+ADDMOD6=aa
858 +**0x0A 06 aa    ** ~/~/ Same as AT+ADDMOD6=aa
861 861  
862 862  
863 863  
... ... @@ -874,10 +874,11 @@
874 874  
875 875  * (% style="color:#037691" %)**Downlink Payload (prefix 0x AB 06):**
876 876  
877 -(% style="color:blue" %)**0xAB 06  ** (%%) ~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
875 +**0xAB 06         **~/~/ Poll trigger settings, device will uplink trigger settings once receive this command
878 878  
879 879  
880 880  
879 +
881 881  ==== 3.4.2.6 Enable / Disable DI1/DI2/DI3 as trigger ====
882 882  
883 883  
... ... @@ -885,7 +885,7 @@
885 885  
886 886  * (% style="color:#037691" %)**AT Command:**
887 887  
888 -(% style="color:blue" %)**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
887 +**Format: AT+DTRI=<DI1_TIRGGER_FlAG>,< DI2_TIRGGER_FlAG >**
889 889  
890 890  
891 891  **Example:**
... ... @@ -894,10 +894,11 @@
894 894  
895 895  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 02):**
896 896  
897 -(% style="color:blue" %)**0xAA 02 aa bb   ** (%%) ~/~/ Same as AT+DTRI=aa,bb
896 +**0xAA 02 aa bb        **~/~/ Same as AT+DTRI=aa,bb
898 898  
899 899  
900 900  
900 +
901 901  ==== 3.4.2.7 Trigger1 – Set DI1 or DI3 as trigger ====
902 902  
903 903  
... ... @@ -905,11 +905,11 @@
905 905  
906 906  * (% style="color:#037691" %)**AT Command:**
907 907  
908 -(% style="color:blue" %)**AT+TRIG1=a,b**
908 +**AT+TRIG1=a,b**
909 909  
910 -(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
910 +a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
911 911  
912 -(% style="color:red" %)**b :** (%%)delay timing.
912 +b : delay timing.
913 913  
914 914  
915 915  **Example:**
... ... @@ -918,11 +918,8 @@
918 918  
919 919  
920 920  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 01 ):**
921 +* **0x09 01 aa bb cc    ** ~/~/ same as AT+TRIG1=aa,0x(bb cc)
921 921  
922 -(% style="color:blue" %)**0x09 01 aa bb cc    ** (%%) ~/~/ same as AT+TRIG1=aa,0x(bb cc)
923 -
924 -
925 -
926 926  ==== 3.4.2.8 Trigger2 – Set DI2 as trigger ====
927 927  
928 928  
... ... @@ -930,13 +930,14 @@
930 930  
931 931  * (% style="color:#037691" %)**AT Command:**
932 932  
933 -(% style="color:blue" %)**AT+TRIG2=a,b**
930 +**AT+TRIG2=a,b**
934 934  
935 -(% style="color:red" %)**a :** (%%)Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
936 936  
937 -(% style="color:red" %)**b :** (%%)delay timing.
933 +a : Interrupt mode. 0: falling edge; 1: rising edge, 2: falling and raising edge(for MOD=1).
938 938  
935 +b : delay timing.
939 939  
937 +
940 940  **Example:**
941 941  
942 942  AT+TRIG2=0,100(set DI1 port to trigger on low level, valid signal is 100ms )
... ... @@ -944,10 +944,11 @@
944 944  
945 945  * (% style="color:#037691" %)**Downlink Payload (prefix 0x09 02 ):**
946 946  
947 -(% style="color:blue" %)**0x09 02 aa bb cc   ** (%%)~/~/ same as AT+TRIG1=aa,0x(bb cc)
945 +**0x09 02 aa bb cc           **~/~/ same as AT+TRIG1=aa,0x(bb cc)
948 948  
949 949  
950 950  
949 +
951 951  ==== 3.4.2.9 Trigger – Set AC (current) as trigger ====
952 952  
953 953  
... ... @@ -955,15 +955,16 @@
955 955  
956 956  * (% style="color:#037691" %)**AT Command**
957 957  
958 -(% style="color:blue" %)**AT+ACLIM**
957 +**AT+ACLIM**
959 959  
960 960  
961 961  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 01 )**
962 962  
963 -(% 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"]]
962 +**0x AA 01 aa bb cc dd ee ff gg hh        ** ~/~/ same as AT+ACLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
964 964  
965 965  
966 966  
966 +
967 967  ==== 3.4.2.10 Trigger – Set AV (voltage) as trigger ====
968 968  
969 969  
... ... @@ -971,15 +971,16 @@
971 971  
972 972  * (% style="color:#037691" %)**AT Command**
973 973  
974 -(% style="color:blue" %)**AT+AVLIM    **(%%)** See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
974 +**AT+AVLIM  See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]**
975 975  
976 976  
977 977  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAA 00 )**
978 978  
979 -(% 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"]]
979 +**0x AA 00 aa bb cc dd ee ff gg hh    ** ~/~/ same as AT+AVLIM See [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]]
980 980  
981 981  
982 982  
983 +
983 983  ==== 3.4.2.11 Trigger – Set minimum interval ====
984 984  
985 985  
... ... @@ -987,12 +987,12 @@
987 987  
988 988  * (% style="color:#037691" %)**AT Command**
989 989  
990 -(% style="color:blue" %)**AT+ATDC=5        ** (%%)Device won't response the second trigger within 5 minute after the first trigger.
991 +**AT+ATDC=5        ** Device won't response the second trigger within 5 minute after the first trigger.
991 991  
992 992  
993 993  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAC )**
994 994  
995 -(% style="color:blue" %)**0x AC aa bb   **(%%) ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
996 +**0x AC aa bb   ** ~/~/ same as AT+ATDC=0x(aa bb)   . Unit (min)
996 996  
997 997  (((
998 998  
... ... @@ -1002,6 +1002,7 @@
1002 1002  
1003 1003  
1004 1004  
1006 +
1005 1005  ==== 3.4.2.12 DO ~-~- Control Digital Output DO1/DO2/DO3 ====
1006 1006  
1007 1007  
... ... @@ -1011,7 +1011,7 @@
1011 1011  
1012 1012  
1013 1013  * (% style="color:#037691" %)**Downlink Payload (prefix 0x02)**
1014 -* (% style="color:blue" %)**0x02 aa bb cc     ** (%%)~/~/ Set DO1/DO2/DO3 output
1016 +* **0x02 aa bb cc     **~/~/ Set DO1/DO2/DO3 output
1015 1015  
1016 1016  (((
1017 1017  If payload = 0x02010001, while there is load between V+ and DOx, it means set DO1 to low, DO2 to high and DO3 to low.
... ... @@ -1033,6 +1033,7 @@
1033 1033  
1034 1034  
1035 1035  
1038 +
1036 1036  ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ====
1037 1037  
1038 1038  
... ... @@ -1043,7 +1043,7 @@
1043 1043  
1044 1044  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA9)**
1045 1045  
1046 -(% style="color:blue" %)**0xA9 aa bb cc     **(%%) ~/~/ Set DO1/DO2/DO3 output with time control
1049 +**0xA9 aa bb cc     **~/~/ Set DO1/DO2/DO3 output with time control
1047 1047  
1048 1048  
1049 1049  This is to control the digital output time of DO pin. Include four bytes:
... ... @@ -1099,6 +1099,7 @@
1099 1099  
1100 1100  
1101 1101  
1105 +
1102 1102  ==== 3.4.2.14 Relay ~-~- Control Relay Output RO1/RO2 ====
1103 1103  
1104 1104  
... ... @@ -1109,7 +1109,7 @@
1109 1109  
1110 1110  * (% style="color:#037691" %)**Downlink Payload (prefix 0x03):**
1111 1111  
1112 -(% style="color:blue" %)**0x03 aa bb     ** (%%)~/~/ Set RO1/RO2 output
1116 +**0x03 aa bb     **~/~/ Set RO1/RO2 output
1113 1113  
1114 1114  
1115 1115  (((
... ... @@ -1139,7 +1139,7 @@
1139 1139  
1140 1140  * (% style="color:#037691" %)**Downlink Payload (prefix 0x05):**
1141 1141  
1142 -(% style="color:blue" %)**0x05 aa bb cc dd     ** (%%)~/~/ Set RO1/RO2 relay with time control
1146 +**0x05 aa bb cc dd     **~/~/ Set RO1/RO2 relay with time control
1143 1143  
1144 1144  
1145 1145  This is to control the relay output time of relay. Include four bytes:
... ... @@ -1190,33 +1190,39 @@
1190 1190  
1191 1191  * (% style="color:#037691" %)**AT Command:**
1192 1192  
1193 -(% style="color:blue" %)**AT+VOLMAX   ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1197 +**AT+VOLMAX   ** ~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]]
1194 1194  
1195 1195  
1196 1196  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):**
1197 1197  
1198 -(% style="color:blue" %)**0xA5 aa bb cc   ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc
1202 +**0xA5 aa bb cc   **~/~/ Same as AT+VOLMAX=(aa bb),cc
1199 1199  
1200 1200  
1201 1201  
1206 +
1202 1202  ==== 3.4.2.17 Counting ~-~- Pre-configure the Count Number ====
1203 1203  
1204 1204  
1205 1205  * (% style="color:#037691" %)**AT Command:**
1206 1206  
1207 -(% style="color:blue" %)**AT+SETCNT=aa,(bb cc dd ee) **
1212 +**AT+SETCNT=aa,(bb cc dd ee) **
1208 1208  
1209 -(% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count
1214 +aa: 1: Set count1,
1210 1210  
1211 -(% style="color:red" %)**bb cc dd ee: **(%%)number to be set
1216 +2: Set count2,
1212 1212  
1218 +3: Set AV1 count
1213 1213  
1220 +Bb cc dd ee: number to be set
1221 +
1222 +
1214 1214  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):**
1215 1215  
1216 -(% style="color:blue" %)**0x A8 aa bb cc dd ee     ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1225 +**0x A8 aa bb cc dd ee     **~/~/ same as AT+SETCNT=aa,(bb cc dd ee)
1217 1217  
1218 1218  
1219 1219  
1229 +
1220 1220  ==== 3.4.2.18 Counting ~-~- Clear Counting ====
1221 1221  
1222 1222  
... ... @@ -1224,79 +1224,87 @@
1224 1224  
1225 1225  * (% style="color:#037691" %)**AT Command:**
1226 1226  
1227 -(% style="color:blue" %)**AT+CLRCOUNT **(%%) ~/~/ clear all counting
1237 +**AT+CLRCOUNT ** ~/~/ clear all counting
1228 1228  
1229 1229  
1230 1230  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):**
1231 1231  
1232 -(% style="color:blue" %)**0x A6 01    ** (%%)~/~/ clear all counting
1242 +**0x A6 01    ** ~/~/ clear all counting
1233 1233  
1234 1234  
1235 1235  
1246 +
1236 1236  ==== 3.4.2.19 Counting ~-~- Change counting mode save time ====
1237 1237  
1238 1238  
1239 1239  * (% style="color:#037691" %)**AT Command:**
1240 1240  
1241 -(% 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)
1252 +**AT+COUTIME=60  **~/~/ Set save time to 60 seconds. Device will save the counting result in internal flash every 60 seconds. (min value: 30)
1242 1242  
1243 1243  
1244 1244  * (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):**
1245 1245  
1246 -(% style="color:blue" %)**0x A7 aa bb cc     ** (%%)~/~/ same as AT+COUTIME =aa bb cc,
1257 +**0x A7 aa bb cc     **~/~/ same as AT+COUTIME =aa bb cc,
1247 1247  
1248 1248  (((
1249 1249  range: aa bb cc:0 to 16777215,  (unit:second)
1250 -)))
1251 1251  
1252 1252  
1253 1253  
1254 -==== 3.4.2.20 Reset save RO DO state ====
1264 +
1265 +)))
1255 1255  
1267 +==== 3.4.2.20 Reset save DR DO state ====
1256 1256  
1269 +
1257 1257  * (% style="color:#037691" %)**AT Command:**
1258 1258  
1259 -(% style="color:blue" %)**AT+RODORET=1    **(%%)~/~/ RODO will close when the device joining the network. (default)
1272 +**AT+RODORET=1  **~/~/ RODO will close when the device joining the network. (default)
1260 1260  
1261 -(% 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.
1274 +**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.
1262 1262  
1263 1263  
1264 1264  * (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):**
1265 1265  
1266 -(% style="color:blue" %)**0x AD aa      ** (%%)~/~/ same as AT+RODORET =aa
1279 +**0x AD aa      **~/~/ same as AT+RODORET =aa
1267 1267  
1281 +(((
1282 +
1268 1268  
1269 1269  
1285 +
1270 1270  ==== 3.4.2.21 Encrypted payload ====
1271 1271  
1272 1272  
1273 1273  * (% style="color:#037691" %)**AT Command:**
1274 1274  
1275 -(% style="color:blue" %)**AT+DECRYPT=1  ** (%%)~/~/ The payload is uploaded without encryption
1291 +**AT+DECRYPT=1  **~/~/ The payload is uploaded without encryption
1276 1276  
1277 -(% style="color:blue" %)**AT+DECRYPT=0    **(%%)~/~/  Encrypt when uploading payload (default)
1293 +**AT+DECRYPT=0  **~/~/Encrypt when uploading payload (default)
1278 1278  
1279 1279  
1280 1280  
1297 +
1281 1281  ==== 3.4.2.22 Get sensor value ====
1282 1282  
1283 1283  
1284 1284  * (% style="color:#037691" %)**AT Command:**
1285 1285  
1286 -(% style="color:blue" %)**AT+GETSENSORVALUE=0    **(%%)~/~/ The serial port gets the reading of the current sensor
1303 +**AT+GETSENSORVALUE=0  **~/~/ The serial port gets the reading of the current sensor
1287 1287  
1288 -(% style="color:blue" %)**AT+GETSENSORVALUE=1    **(%%)~/~/ The serial port gets the current sensor reading and uploads it.
1305 +**AT+GETSENSORVALUE=1  **~/~/The serial port gets the current sensor reading and uploads it.
1289 1289  
1290 1290  
1291 1291  
1309 +
1292 1292  ==== 3.4.2.23 Resets the downlink packet count ====
1293 1293  
1294 1294  
1295 1295  * (% style="color:#037691" %)**AT Command:**
1296 1296  
1297 -(% 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)
1315 +**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)
1298 1298  
1299 -(% 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.
1317 +**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.
1300 1300  
1301 1301  
1302 1302  
... ... @@ -1306,14 +1306,14 @@
1306 1306  
1307 1307  * (% style="color:#037691" %)**AT Command:**
1308 1308  
1309 -(% 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)
1327 + **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)
1310 1310  
1311 -(% 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.
1329 + **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.
1312 1312  
1313 1313  
1314 1314  * (% style="color:#037691" %)**Downlink Payload **(%%)**:**
1315 1315  
1316 -(% style="color:blue" %)**0x21 00 01 ** (%%) ~/~/ Set  the DISMACANS=1
1334 +**0x21 00 01 ** ~/~/ Set  the DISMACANS=1
1317 1317  
1318 1318  
1319 1319  
... ... @@ -1323,7 +1323,7 @@
1323 1323  
1324 1324  * (% style="color:#037691" %)**AT Command**(%%)**:**
1325 1325  
1326 -(% 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.
1344 + **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.
1327 1327  
1328 1328  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.
1329 1329  
... ... @@ -1346,7 +1346,7 @@
1346 1346  * (((
1347 1347  (% style="color:#037691" %)**Downlink Payload**(%%)**:**
1348 1348  
1349 -(% style="color:blue" %)**26 01  ** (%%) ~/~/  Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1367 +**26 01  ** ~/~/  Downlink 26 01 can query device upload frequency, frequency band, software version number, TDC time.
1350 1350  
1351 1351  
1352 1352  )))
... ... @@ -1356,6 +1356,8 @@
1356 1356  [[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"]]
1357 1357  
1358 1358  
1377 +
1378 +)))
1359 1359  
1360 1360  == 3.5 Integrate with Mydevice ==
1361 1361  
... ... @@ -1544,10 +1544,8 @@
1544 1544  === 3.6.3 Digital Output Port: DO1/DO2 /DO3 ===
1545 1545  
1546 1546  
1547 -**NPN output**: GND or Float. Max voltage can apply to output pin is 36v.
1567 +NPN output: GND or Float. Max voltage can apply to output pin is 36v.
1548 1548  
1549 -Note: DO pins go to float when device is power off.
1550 -
1551 1551  [[image:1653357531600-905.png]]
1552 1552  
1553 1553  
... ... @@ -1588,9 +1588,7 @@
1588 1588  
1589 1589  
1590 1590  (((
1591 -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:
1592 -
1593 -**Note**: RO pins go to Open(NO) when device is power off.
1609 +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 1594  )))
1595 1595  
1596 1596  [[image:image-20220524100215-9.png]]
... ... @@ -1959,7 +1959,7 @@
1959 1959  
1960 1960  
1961 1961  (((
1962 -(% style="color:blue" %)**If sensor JOINED:**
1978 +(% style="color:blue" %)If sensor JOINED:
1963 1963  
1964 1964  (% style="background-color:#dcdcdc" %)**AT+CLASS=A
1965 1965  ATZ**
... ... @@ -2044,6 +2044,7 @@
2044 2044  (((
2045 2045  Assume we have a LG02 working in the frequency 868400000 now , below is the step.
2046 2046  
2063 +
2047 2047  
2048 2048  )))
2049 2049  )))
... ... @@ -2104,7 +2104,7 @@
2104 2104  == 5.5 Can i use point to point communication for LT-22222-L? ==
2105 2105  
2106 2106  
2107 -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]].
2124 +Yes, please refer [[Point to Point Communication>>doc:Main. Point to Point Communication of LT-22222-L.WebHome]]
2108 2108  
2109 2109  
2110 2110  
... ... @@ -2133,13 +2133,7 @@
2133 2133  [[image:image-20221006170630-1.png||height="610" width="945"]]
2134 2134  
2135 2135  
2136 -== 5.8 Can LT22222-L save RO state? ==
2137 2137  
2138 -
2139 -Firmware version needs to be no less than 1.6.0.
2140 -
2141 -
2142 -
2143 2143  = 6. Trouble Shooting =
2144 2144  
2145 2145  
... ... @@ -2203,6 +2203,7 @@
2203 2203  * (% style="color:red" %)**CN779**(%%):  LT with frequency bands CN779
2204 2204  
2205 2205  
2217 +
2206 2206  = 8. Packing Info =
2207 2207  
2208 2208  
... ... @@ -2221,6 +2221,7 @@
2221 2221  * Weight / pcs : 170g
2222 2222  
2223 2223  
2236 +
2224 2224  = 9. Support =
2225 2225  
2226 2226  
... ... @@ -2231,6 +2231,7 @@
2231 2231  Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
2232 2232  
2233 2233  
2247 +
2234 2234  
2235 2235  )))
2236 2236  
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