<
From version < 123.16 >
edited by Xiaoling
on 2025/04/01 17:15
To version < 123.10 >
edited by Xiaoling
on 2025/04/01 17:03
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -679,6 +679,7 @@
679 679  )))|(% style="width:86px" %)Unix Time Stamp
680 680  
681 681  
682 +
682 682  IN1_pin_level & IN2_pin_level & Exti_pin_level & Exti_status:
683 683  
684 684  [[image:image-20250117104847-4.png]]
... ... @@ -852,7 +852,6 @@
852 852  
853 853  ==== 2.8.2.1 Wave alarm mode ====
854 854  
855 -
856 856  Feature: By setting the detection period and a change value, the IDC/VDC variable is monitored whether it exceeds the set change value. If this change value is exceeded, the ROC uplink is sent and the comparison value is flushed.
857 857  
858 858  * Change value: The amount by which the next detection value increases/decreases relative to the previous detection value.
... ... @@ -861,7 +861,7 @@
861 861  AT Command: AT+ROC
862 862  
863 863  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
864 -|=(% style="width: 163px; background-color: rgb(79, 129, 189); color: white;" %)Command Example|=(% style="width: 154px; background-color: rgb(79, 129, 189); color: white;" %)Parameters|=(% style="width: 193px; background-color: rgb(79, 129, 189); color: white;" %)Response/Explanation
864 +|=(% style="width: 163px; background-color: rgb(79, 129, 189); color: white;" %)Command Example|=(% style="width: 154px; background-color: rgb(79, 129, 189); color: white;" %)Parameters|=(% style="width: 197px; background-color: rgb(79, 129, 189); color: white;" %)Response/Explanation
865 865  |(% style="width:143px" %)AT+ROC=?|(% style="width:154px" %)Show current ROC setting|(% style="width:197px" %)(((
866 866  0,0,0,0(default)
867 867  OK
... ... @@ -869,21 +869,21 @@
869 869  |(% colspan="1" rowspan="4" style="width:143px" %)(((
870 870  AT+ROC=a,b,c,d
871 871  )))|(% style="width:154px" %)(((
872 -**a:** Enable or disable the ROC
872 +a: Enable or disable the ROC
873 873  )))|(% style="width:197px" %)(((
874 -**0:** off
875 -**1:** Turn on the wave alarm mode, send the ROC uplink when the increment exceeds the set parameter and refresh the comparison value.
876 -**2:** Turn on the wave alarm mode, send the ROC uplink when the increment exceeds the set parameter and refresh the comparison value. In addition, the comparison value is refreshed when the device sends packets ([[TDC>>||anchor="H3.3.1SetTransmitIntervalTime"]] or [[ACT>>||anchor="H1.7Button26LEDs"]]).
874 +0: off
875 +1: Turn on the wave alarm mode, send the ROC uplink when the increment exceeds the set parameter and refresh the comparison value.
876 +2: Turn on the wave alarm mode, send the ROC uplink when the increment exceeds the set parameter and refresh the comparison value. In addition, the comparison value is refreshed when the device sends packets ([[TDC>>||anchor="H3.3.1SetTransmitIntervalTime"]] or [[ACT>>||anchor="H1.7Button26LEDs"]]).
877 877  )))
878 -|(% style="width:154px" %)**b:** Set the detection interval|(% style="width:197px" %)(((
878 +|(% style="width:154px" %)b: Set the detection interval|(% style="width:197px" %)(((
879 879  Range:  0~~65535s
880 880  )))
881 -|(% style="width:154px" %)**c:** Setting the IDC change value|(% style="width:197px" %)Unit: uA
882 -|(% style="width:154px" %)**d:** Setting the VDC change value|(% style="width:197px" %)Unit: mV
881 +|(% style="width:154px" %)c: Setting the IDC change value|(% style="width:197px" %)Unit: uA
882 +|(% style="width:154px" %)d: Setting the VDC change value|(% style="width:197px" %)Unit: mV
883 883  
884 884  Example:
885 885  
886 -* AT+ROC=0,0,0,0  ~/~/ The ROC function is not used.
886 +* AT+ROC=0,0,0,0  ~/~/The ROC function is not used.
887 887  * AT+ROC=1,60,3000, 500  ~/~/ Check value every 60 seconds. lf there is change in IDC (>3mA) or VDC (>500mV), sends an ROC uplink, and the comparison value is refreshed.
888 888  * AT+ROC=1,60,3000,0  ~/~/ Check value every 60 seconds. lf there is change in IDC (>3mA), send an ROC uplink and the comparison value of IDC is refreshed. dd=0 Means doesn't monitor Voltage.
889 889  * AT+ROC=2,60,3000,0  ~/~/ Check value every 60 seconds. lf there is change in IDC (>3mA), send an ROC uplink and the comparison value of IDC is refreshed. dd=0 Means doesn't monitor Voltage. In addition, if the change in the IDC does not exceed 3mA, then the ROC uplink is not sent, and the comparison value is not refreshed by the ROC uplink packet. However, if the device TDC time arrives, or if the user manually sends packets, then the IDC comparison value is also refreshed.
... ... @@ -902,9 +902,9 @@
902 902  
903 903  Example:
904 904  
905 -* Downlink Payload: 09 01 00 3C 0B B8 01 F4  ~/~/ Equal to AT+ROC=1,60,3000, 500
906 -* Downlink Payload: 09 01 00 3C 0B B8 00 00  ~/~/ Equal to AT+ROC=1,60,3000,0
907 -* Downlink Payload: 09 02 00 3C 0B B8 00 00  ~/~/ Equal to AT+ROC=2,60,3000,0
905 +* Downlink Payload: 09 01 00 3C 0B B8 01 F4  ~/~/Equal to AT+ROC=1,60,3000, 500
906 +* Downlink Payload: 09 01 00 3C 0B B8 00 00  ~/~/Equal to AT+ROC=1,60,3000,0
907 +* Downlink Payload: 09 02 00 3C 0B B8 00 00  ~/~/Equal to AT+ROC=2,60,3000,0
908 908  
909 909  Screenshot of parsing example in TTN:
910 910  
... ... @@ -915,44 +915,64 @@
915 915  
916 916  ==== 2.8.2.2 Over-threshold alarm mode ====
917 917  
918 -
919 919  Feature: Monitors whether the IDC/VDC exceeds the threshold by setting the detection period and threshold. Alarm if the threshold is exceeded.
920 920  
921 921  AT Command: AT+ROC=3,a,b,c,d,e
922 922  
923 923  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
924 -|=(% style="width: 163px; background-color: rgb(79, 129, 189); color: white;" %)Command Example|=(% style="width: 160px; background-color: rgb(79, 129, 189); color: white;" %)Parameters|=(% style="width: 187px; background-color: rgb(79, 129, 189); color: white;" %)Response/Explanation
923 +|=(% style="width: 163px; background-color: rgb(79, 129, 189); color: white;" %)Command Example|=(% style="width: 160px; background-color: rgb(79, 129, 189); color: white;" %)Parameters|=(% style="width: 185px; background-color: rgb(79, 129, 189); color: white;" %)Response/Explanation
925 925  |(% style="width:143px" %)AT+ROC=?|(% style="width:160px" %)Show current ROC setting|(% style="width:185px" %)(((
925 +
926 +
926 926  0,0,0,0(default)
927 927  OK
928 928  )))
929 929  |(% colspan="1" rowspan="5" style="width:143px" %)(((
931 +
932 +
933 +
934 +
935 +
930 930  AT+ROC=3,a,b,c,d,e
931 931  )))|(% style="width:160px" %)(((
932 -**a:** Set the detection interval
938 +
939 +
940 +a: Set the detection interval
933 933  )))|(% style="width:185px" %)(((
942 +
943 +
934 934  Range:  0~~65535s
935 935  )))
936 -|(% style="width:160px" %)**b:** Set the IDC alarm trigger condition|(% style="width:185px" %)(((
937 -**0:** Less than the set IDC threshold, Alarm
938 -**1:** Greater than the set IDC threshold, Alarm
946 +|(% style="width:160px" %)b: Set the IDC alarm trigger condition|(% style="width:185px" %)(((
947 +
948 +
949 +0: Less than the set IDC threshold, Alarm
950 +
951 +1: Greater than the set IDC threshold, Alarm
939 939  )))
940 940  |(% style="width:160px" %)(((
941 -**c: ** IDC alarm threshold
954 +
955 +
956 +c:  IDC alarm threshold
942 942  )))|(% style="width:185px" %)(((
958 +
959 +
943 943  Unit: uA
944 944  )))
945 -|(% style="width:160px" %)**d:** Set the VDC alarm trigger condition|(% style="width:185px" %)(((
946 -**0:** Less than the set VDC threshold, Alarm
947 -**1:** Greater than the set VDC threshold, Alarm
962 +|(% style="width:160px" %)d: Set the VDC alarm trigger condition|(% style="width:185px" %)(((
963 +
964 +
965 +0: Less than the set VDC threshold, Alarm
966 +
967 +1: Greater than the set VDC threshold, Alarm
948 948  )))
949 -|(% style="width:160px" %)**e:** VDC alarm threshold|(% style="width:185px" %)Unit: mV
969 +|(% style="width:160px" %)e: VDC alarm threshold|(% style="width:185px" %)Unit: mV
950 950  
951 951  Example:
952 952  
953 -* AT+ROC=3,60,0,3000,0,5000  ~/~/ The data is checked every 60 seconds. If the IDC is less than 3mA or the VDC is less than 5000mV, an alarm is generated.
954 -* AT+ROC=3,180,1,3000,1,5000  ~/~/ The data is checked every 180 seconds. If the IDC is greater than 3mA or the VDC is greater than 5000mV, an alarm is generated.
955 -* AT+ROC=3,300,0,3000,1,5000  ~/~/ The data is checked every 300 seconds. If the IDC is less than 3mA or the VDC is greater than 5000mV, an alarm is generated.
973 +* AT+ROC=3,60,0,3000,0,5000  ~/~/The data is checked every 60 seconds. If the IDC is less than 3mA or the VDC is less than 5000mV, an alarm is generated.
974 +* AT+ROC=3,180,1,3000,1,5000  ~/~/The data is checked every 180 seconds. If the IDC is greater than 3mA or the VDC is greater than 5000mV, an alarm is generated.
975 +* AT+ROC=3,300,0,3000,1,5000  ~/~/The data is checked every 300 seconds. If the IDC is less than 3mA or the VDC is greater than 5000mV, an alarm is generated.
956 956  
957 957  Downlink Command: 0x09 03 aa bb cc dd ee
958 958  
... ... @@ -971,9 +971,9 @@
971 971  
972 972  Example:
973 973  
974 -* Downlink Payload: 09 03 00 3C 00 0B B8 00 13 38 ~/~/ Equal to AT+ROC=3,60,0,3000,0,5000
975 -* Downlink Payload: 09 03 00 b4 01 0B B8 01 13 38  ~/~/ Equal to AT+ROC=3,60,1,3000,1,5000
976 -* Downlink Payload: 09 03 01 2C 00 0B B8 01 13 38  ~/~/ Equal to AT+ROC=3,60,0,3000,1,5000
994 +* Downlink Payload: 09 03 00 3C 00 0B B8 00 13 38 ~/~/Equal to AT+ROC=3,60,0,3000,0,5000
995 +* Downlink Payload: 09 03 00 b4 01 0B B8 01 13 38  ~/~/Equal to AT+ROC=3,60,1,3000,1,5000
996 +* Downlink Payload: 09 03 01 2C 00 0B B8 01 13 38  ~/~/Equal to AT+ROC=3,60,0,3000,1,5000
977 977  
978 978  Screenshot of parsing example in TTN:
979 979  
... ... @@ -1027,14 +1027,18 @@
1027 1027  
1028 1028  AT Command: AT+TDC
1029 1029  
1030 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
1050 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1031 1031  |=(% style="width: 160px; background-color:#4F81BD;color:white" %)Command Example|=(% style="width: 160px; background-color:#4F81BD;color:white" %)Function|=(% style="width: 190px;background-color:#4F81BD;color:white" %)Response
1032 1032  |(% style="background-color:#f2f2f2; width:157px" %)AT+TDC=?|(% style="background-color:#f2f2f2; width:166px" %)Show current transmit Interval|(% style="background-color:#f2f2f2" %)(((
1053 +
1054 +
1033 1033  30000
1034 1034  OK
1035 1035  the interval is 30000ms = 30s
1036 1036  )))
1037 1037  |(% style="background-color:#f2f2f2; width:157px" %)AT+TDC=60000|(% style="background-color:#f2f2f2; width:166px" %)Set Transmit Interval|(% style="background-color:#f2f2f2" %)(((
1060 +
1061 +
1038 1038  OK
1039 1039  Set transmit interval to 60000ms = 60 seconds
1040 1040  )))
... ... @@ -1055,14 +1055,18 @@
1055 1055  
1056 1056  AT Command: AT+INTMOD
1057 1057  
1058 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
1082 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1059 1059  |=(% style="width: 154px;background-color:#4F81BD;color:white" %)Command Example|=(% style="width: 196px;background-color:#4F81BD;color:white" %)Function|=(% style="width: 160px;background-color:#4F81BD;color:white" %)Response
1060 1060  |(% style="background-color:#f2f2f2; width:154px" %)AT+INTMOD=?|(% style="background-color:#f2f2f2; width:196px" %)Show current interrupt mode|(% style="background-color:#f2f2f2; width:157px" %)(((
1085 +
1086 +
1061 1061  0
1062 1062  OK
1063 1063  the mode is 0 =Disable Interrupt
1064 1064  )))
1065 1065  |(% style="background-color:#f2f2f2; width:154px" %)AT+INTMOD=2|(% style="background-color:#f2f2f2; width:196px" %)(((
1092 +
1093 +
1066 1066  Set Transmit Interval
1067 1067  0. (Disable Interrupt),
1068 1068  ~1. (Trigger by rising and falling edge)
... ... @@ -1086,52 +1086,72 @@
1086 1086  
1087 1087  AT Command: AT+3V3T
1088 1088  
1089 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:474px" %)
1117 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:474px" %)
1090 1090  |=(% style="width: 154px;background-color:#4F81BD;color:white" %)Command Example|=(% style="width: 201px;background-color:#4F81BD;color:white" %)Function|=(% style="width: 119px;background-color:#4F81BD;color:white" %)Response
1091 1091  |(% style="background-color:#f2f2f2; width:154px" %)AT+3V3T=?|(% style="background-color:#f2f2f2; width:201px" %)Show 3V3 open time.|(% style="background-color:#f2f2f2; width:116px" %)(((
1120 +
1121 +
1092 1092  0
1093 1093  OK
1094 1094  )))
1095 1095  |(% style="background-color:#f2f2f2; width:154px" %)AT+3V3T=0|(% style="background-color:#f2f2f2; width:201px" %)Normally open 3V3 power supply.|(% style="background-color:#f2f2f2; width:116px" %)(((
1126 +
1127 +
1096 1096  OK
1097 1097  default setting
1098 1098  )))
1099 1099  |(% style="background-color:#f2f2f2; width:154px" %)AT+3V3T=1000|(% style="background-color:#f2f2f2; width:201px" %)Close after a delay of 1000 milliseconds.|(% style="background-color:#f2f2f2; width:116px" %)(((
1132 +
1133 +
1100 1100  OK
1101 1101  )))
1102 1102  |(% style="background-color:#f2f2f2; width:154px" %)AT+3V3T=65535|(% style="background-color:#f2f2f2; width:201px" %)Normally closed 3V3 power supply.|(% style="background-color:#f2f2f2; width:116px" %)(((
1137 +
1138 +
1103 1103  OK
1104 1104  )))
1105 1105  
1106 1106  AT Command: AT+5VT
1107 1107  
1108 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:470px" %)
1144 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:470px" %)
1109 1109  |=(% style="width: 155px;background-color:#4F81BD;color:white" %)Command Example|=(% style="width: 196px;background-color:#4F81BD;color:white" %)Function|=(% style="width: 119px;background-color:#4F81BD;color:white" %)Response
1110 1110  |(% style="background-color:#f2f2f2; width:155px" %)AT+5VT=?|(% style="background-color:#f2f2f2; width:196px" %)Show 5V open time.|(% style="background-color:#f2f2f2; width:114px" %)(((
1147 +
1148 +
1111 1111  0
1112 1112  OK
1113 1113  )))
1114 1114  |(% style="background-color:#f2f2f2; width:155px" %)AT+5VT=0|(% style="background-color:#f2f2f2; width:196px" %)Normally closed 5V power supply.|(% style="background-color:#f2f2f2; width:114px" %)(((
1153 +
1154 +
1115 1115  OK
1116 1116  default setting
1117 1117  )))
1118 1118  |(% style="background-color:#f2f2f2; width:155px" %)AT+5VT=1000|(% style="background-color:#f2f2f2; width:196px" %)Close after a delay of 1000 milliseconds.|(% style="background-color:#f2f2f2; width:114px" %)(((
1159 +
1160 +
1119 1119  OK
1120 1120  )))
1121 1121  |(% style="background-color:#f2f2f2; width:155px" %)AT+5VT=65535|(% style="background-color:#f2f2f2; width:196px" %)Normally open 5V power supply.|(% style="background-color:#f2f2f2; width:114px" %)(((
1164 +
1165 +
1122 1122  OK
1123 1123  )))
1124 1124  
1125 1125  AT Command: AT+12VT
1126 1126  
1127 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:443px" %)
1171 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:443px" %)
1128 1128  |=(% style="width: 156px;background-color:#4F81BD;color:white" %)Command Example|=(% style="width: 199px;background-color:#4F81BD;color:white" %)Function|=(% style="width: 88px;background-color:#4F81BD;color:white" %)Response
1129 1129  |(% style="background-color:#f2f2f2; width:156px" %)AT+12VT=?|(% style="background-color:#f2f2f2; width:199px" %)Show 12V open time.|(% style="background-color:#f2f2f2; width:83px" %)(((
1174 +
1175 +
1130 1130  0
1131 1131  OK
1132 1132  )))
1133 1133  |(% style="background-color:#f2f2f2; width:156px" %)AT+12VT=0|(% style="background-color:#f2f2f2; width:199px" %)Normally closed 12V power supply.|(% style="background-color:#f2f2f2; width:83px" %)OK
1134 1134  |(% style="background-color:#f2f2f2; width:156px" %)AT+12VT=500|(% style="background-color:#f2f2f2; width:199px" %)Close after a delay of 500 milliseconds.|(% style="background-color:#f2f2f2; width:83px" %)(((
1181 +
1182 +
1135 1135  OK
1136 1136  )))
1137 1137  
... ... @@ -1218,12 +1218,15 @@
1218 1218  bb: Each collection interval (s), the value is 1~~65535
1219 1219  cc: the number of collection times, the value is 1~~120
1220 1220  
1221 -(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
1269 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1222 1222  |(% style="background-color:#4f81bd; color:white; width:160px" %)Command Example|(% style="background-color:#4f81bd; color:white; width:215px" %)Function|(% style="background-color:#4f81bd; color:white" %)Response
1223 1223  |(% style="background-color:#f2f2f2; width:160px" %)AT+STDC=?|(% style="background-color:#f2f2f2; width:215px" %)Get the mode of multiple acquisitions and one uplink.|(% style="background-color:#f2f2f2" %)1,10,18
1224 1224  OK
1225 1225  |(% style="background-color:#f2f2f2; width:160px" %)AT+STDC=1,10,18|(% style="background-color:#f2f2f2; width:215px" %)Set the mode of multiple acquisitions and one uplink, collect once every 10 seconds, and report after 18 times.|(% style="background-color:#f2f2f2" %)(((
1274 +
1275 +
1226 1226  Attention:Take effect after ATZ
1277 +
1227 1227  OK
1228 1228  )))
1229 1229  |(% style="background-color:#f2f2f2; width:160px" %)AT+STDC=0, 0,0|(% style="background-color:#f2f2f2; width:215px" %)(((
... ... @@ -1233,7 +1233,10 @@
1233 1233  
1234 1234  
1235 1235  )))|(% style="background-color:#f2f2f2" %)(((
1287 +
1288 +
1236 1236  Attention:Take effect after ATZ
1290 +
1237 1237  OK
1238 1238  )))
1239 1239  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0