Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/04/27 10:31
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -679,7 +679,6 @@ 679 679 )))|(% style="width:86px" %)Unix Time Stamp 680 680 681 681 682 - 683 683 IN1_pin_level & IN2_pin_level & Exti_pin_level & Exti_status: 684 684 685 685 [[image:image-20250117104847-4.png]] ... ... @@ -853,6 +853,7 @@ 853 853 854 854 ==== 2.8.2.1 Wave alarm mode ==== 855 855 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,48 +861,29 @@ 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: 19 7px; background-color: rgb(79, 129, 189); color: white;" %)Response/Explanation864 +|=(% 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 865 865 |(% style="width:143px" %)AT+ROC=?|(% style="width:154px" %)Show current ROC setting|(% style="width:197px" %)((( 866 - 867 - 868 868 0,0,0,0(default) 869 869 OK 870 870 ))) 871 871 |(% colspan="1" rowspan="4" style="width:143px" %)((( 872 - 873 - 874 - 875 - 876 - 877 877 AT+ROC=a,b,c,d 878 878 )))|(% style="width:154px" %)((( 879 - 880 - 881 - 882 - 883 - 884 - 885 - 886 -a: Enable or disable the ROC 872 +**a:** Enable or disable the ROC 887 887 )))|(% style="width:197px" %)((( 888 - 889 - 890 -0: off 891 -1: Turn on the wave alarm mode, send the ROC uplink when the increment exceeds the set parameter and refresh the comparison value. 892 - 893 -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"]]). 894 894 ))) 895 -|(% style="width:154px" %)b: Set the detection interval|(% style="width:197px" %)((( 896 - 897 - 878 +|(% style="width:154px" %)**b:** Set the detection interval|(% style="width:197px" %)((( 898 898 Range: 0~~65535s 899 899 ))) 900 -|(% style="width:154px" %)c: Setting the IDC change value|(% style="width:197px" %)Unit: uA 901 -|(% 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 902 902 903 903 Example: 904 904 905 -* 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. 906 906 * 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. 907 907 * 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. 908 908 * 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. ... ... @@ -921,9 +921,9 @@ 921 921 922 922 Example: 923 923 924 -* Downlink Payload: 09 01 00 3C 0B B8 01 F4 ~/~/Equal to AT+ROC=1,60,3000, 500 925 -* Downlink Payload: 09 01 00 3C 0B B8 00 00 ~/~/Equal to AT+ROC=1,60,3000,0 926 -* 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 927 927 928 928 Screenshot of parsing example in TTN: 929 929 ... ... @@ -934,64 +934,44 @@ 934 934 935 935 ==== 2.8.2.2 Over-threshold alarm mode ==== 936 936 918 + 937 937 Feature: Monitors whether the IDC/VDC exceeds the threshold by setting the detection period and threshold. Alarm if the threshold is exceeded. 938 938 939 939 AT Command: AT+ROC=3,a,b,c,d,e 940 940 941 941 (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 942 -|=(% 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: 18 5px; background-color: rgb(79, 129, 189); color: white;" %)Response/Explanation924 +|=(% 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 943 943 |(% style="width:143px" %)AT+ROC=?|(% style="width:160px" %)Show current ROC setting|(% style="width:185px" %)((( 944 - 945 - 946 946 0,0,0,0(default) 947 947 OK 948 948 ))) 949 949 |(% colspan="1" rowspan="5" style="width:143px" %)((( 950 - 951 - 952 - 953 - 954 - 955 955 AT+ROC=3,a,b,c,d,e 956 956 )))|(% style="width:160px" %)((( 957 - 958 - 959 -a: Set the detection interval 932 +**a:** Set the detection interval 960 960 )))|(% style="width:185px" %)((( 961 - 962 - 963 963 Range: 0~~65535s 964 964 ))) 965 -|(% style="width:160px" %)b: Set the IDC alarm trigger condition|(% style="width:185px" %)((( 966 - 967 - 968 -0: Less than the set IDC threshold, Alarm 969 - 970 -1: Greater than the set IDC threshold, Alarm 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 971 971 ))) 972 972 |(% style="width:160px" %)((( 973 - 974 - 975 -c: IDC alarm threshold 941 +**c: ** IDC alarm threshold 976 976 )))|(% style="width:185px" %)((( 977 - 978 - 979 979 Unit: uA 980 980 ))) 981 -|(% style="width:160px" %)d: Set the VDC alarm trigger condition|(% style="width:185px" %)((( 982 - 983 - 984 -0: Less than the set VDC threshold, Alarm 985 - 986 -1: Greater than the set VDC threshold, Alarm 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 987 987 ))) 988 -|(% style="width:160px" %)e: VDC alarm threshold|(% style="width:185px" %)Unit: mV 949 +|(% style="width:160px" %)**e:** VDC alarm threshold|(% style="width:185px" %)Unit: mV 989 989 990 990 Example: 991 991 992 -* 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. 993 -* 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. 994 -* 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. 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. 995 995 996 996 Downlink Command: 0x09 03 aa bb cc dd ee 997 997 ... ... @@ -1010,9 +1010,9 @@ 1010 1010 1011 1011 Example: 1012 1012 1013 -* Downlink Payload: 09 03 00 3C 00 0B B8 00 13 38 ~/~/Equal to AT+ROC=3,60,0,3000,0,5000 1014 -* Downlink Payload: 09 03 00 b4 01 0B B8 01 13 38 ~/~/Equal to AT+ROC=3,60,1,3000,1,5000 1015 -* Downlink Payload: 09 03 01 2C 00 0B B8 01 13 38 ~/~/Equal to AT+ROC=3,60,0,3000,1,5000 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 1016 1016 1017 1017 Screenshot of parsing example in TTN: 1018 1018 ... ... @@ -1066,18 +1066,14 @@ 1066 1066 1067 1067 AT Command: AT+TDC 1068 1068 1069 -(% border="1" cellspacing=" 4" style="background-color:#f2f2f2; width:510px" %)1030 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 1070 1070 |=(% 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 1071 1071 |(% style="background-color:#f2f2f2; width:157px" %)AT+TDC=?|(% style="background-color:#f2f2f2; width:166px" %)Show current transmit Interval|(% style="background-color:#f2f2f2" %)((( 1072 - 1073 - 1074 1074 30000 1075 1075 OK 1076 1076 the interval is 30000ms = 30s 1077 1077 ))) 1078 1078 |(% style="background-color:#f2f2f2; width:157px" %)AT+TDC=60000|(% style="background-color:#f2f2f2; width:166px" %)Set Transmit Interval|(% style="background-color:#f2f2f2" %)((( 1079 - 1080 - 1081 1081 OK 1082 1082 Set transmit interval to 60000ms = 60 seconds 1083 1083 ))) ... ... @@ -1098,18 +1098,14 @@ 1098 1098 1099 1099 AT Command: AT+INTMOD 1100 1100 1101 -(% border="1" cellspacing=" 4" style="background-color:#f2f2f2; width:510px" %)1058 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 1102 1102 |=(% 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 1103 1103 |(% style="background-color:#f2f2f2; width:154px" %)AT+INTMOD=?|(% style="background-color:#f2f2f2; width:196px" %)Show current interrupt mode|(% style="background-color:#f2f2f2; width:157px" %)((( 1104 - 1105 - 1106 1106 0 1107 1107 OK 1108 1108 the mode is 0 =Disable Interrupt 1109 1109 ))) 1110 1110 |(% style="background-color:#f2f2f2; width:154px" %)AT+INTMOD=2|(% style="background-color:#f2f2f2; width:196px" %)((( 1111 - 1112 - 1113 1113 Set Transmit Interval 1114 1114 0. (Disable Interrupt), 1115 1115 ~1. (Trigger by rising and falling edge) ... ... @@ -1133,72 +1133,52 @@ 1133 1133 1134 1134 AT Command: AT+3V3T 1135 1135 1136 -(% border="1" cellspacing=" 4" style="background-color:#f2f2f2; width:474px" %)1089 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:474px" %) 1137 1137 |=(% 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 1138 1138 |(% style="background-color:#f2f2f2; width:154px" %)AT+3V3T=?|(% style="background-color:#f2f2f2; width:201px" %)Show 3V3 open time.|(% style="background-color:#f2f2f2; width:116px" %)((( 1139 - 1140 - 1141 1141 0 1142 1142 OK 1143 1143 ))) 1144 1144 |(% 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" %)((( 1145 - 1146 - 1147 1147 OK 1148 1148 default setting 1149 1149 ))) 1150 1150 |(% 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" %)((( 1151 - 1152 - 1153 1153 OK 1154 1154 ))) 1155 1155 |(% 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" %)((( 1156 - 1157 - 1158 1158 OK 1159 1159 ))) 1160 1160 1161 1161 AT Command: AT+5VT 1162 1162 1163 -(% border="1" cellspacing=" 4" style="background-color:#f2f2f2; width:470px" %)1108 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:470px" %) 1164 1164 |=(% 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 1165 1165 |(% style="background-color:#f2f2f2; width:155px" %)AT+5VT=?|(% style="background-color:#f2f2f2; width:196px" %)Show 5V open time.|(% style="background-color:#f2f2f2; width:114px" %)((( 1166 - 1167 - 1168 1168 0 1169 1169 OK 1170 1170 ))) 1171 1171 |(% 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" %)((( 1172 - 1173 - 1174 1174 OK 1175 1175 default setting 1176 1176 ))) 1177 1177 |(% 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" %)((( 1178 - 1179 - 1180 1180 OK 1181 1181 ))) 1182 1182 |(% 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" %)((( 1183 - 1184 - 1185 1185 OK 1186 1186 ))) 1187 1187 1188 1188 AT Command: AT+12VT 1189 1189 1190 -(% border="1" cellspacing=" 4" style="background-color:#f2f2f2; width:443px" %)1127 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:443px" %) 1191 1191 |=(% 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 1192 1192 |(% style="background-color:#f2f2f2; width:156px" %)AT+12VT=?|(% style="background-color:#f2f2f2; width:199px" %)Show 12V open time.|(% style="background-color:#f2f2f2; width:83px" %)((( 1193 - 1194 - 1195 1195 0 1196 1196 OK 1197 1197 ))) 1198 1198 |(% 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 1199 1199 |(% 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" %)((( 1200 - 1201 - 1202 1202 OK 1203 1203 ))) 1204 1204 ... ... @@ -1285,15 +1285,12 @@ 1285 1285 bb: Each collection interval (s), the value is 1~~65535 1286 1286 cc: the number of collection times, the value is 1~~120 1287 1287 1288 -(% border="1" cellspacing=" 4" style="background-color:#f2f2f2; width:510px" %)1221 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %) 1289 1289 |(% 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 1290 1290 |(% 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 1291 1291 OK 1292 1292 |(% 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" %)((( 1293 - 1294 - 1295 1295 Attention:Take effect after ATZ 1296 - 1297 1297 OK 1298 1298 ))) 1299 1299 |(% style="background-color:#f2f2f2; width:160px" %)AT+STDC=0, 0,0|(% style="background-color:#f2f2f2; width:215px" %)((( ... ... @@ -1303,10 +1303,7 @@ 1303 1303 1304 1304 1305 1305 )))|(% style="background-color:#f2f2f2" %)((( 1306 - 1307 - 1308 1308 Attention:Take effect after ATZ 1309 - 1310 1310 OK 1311 1311 ))) 1312 1312