Last modified by Xiaoling on 2023/12/27 09:15

From version 209.56
edited by Xiaoling
on 2023/05/23 10:15
Change comment: There is no comment for this version
To version 210.1
edited by Bei Jinggeng
on 2023/08/05 10:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
Content
... ... @@ -1139,6 +1139,44 @@
1139 1139  0xB7 01          ~/~/  Same as AT+FD=1
1140 1140  
1141 1141  
1142 +=== 3.2.20 Disable/Enable buzzer(Since firmware 1.4.6) ===
1143 +
1144 +
1145 +Disable/Enable buzzer for Alarm, downlink and uplink
1146 +
1147 +(% style="color:blue" %)**AT Command:**
1148 +
1149 +(% style="color:#037691" %)**AT+BEEP=XX**
1150 +
1151 + Example:
1152 +
1153 +AT+BEEP=1 ~-~-> Turn on the buzzer
1154 +
1155 +AT+BEEP=0 ~-~-> Turn OFF the buzzer
1156 +
1157 +(% style="color:blue" %)**Downlink Payload:0XB9**
1158 +
1159 +0xB9 01 ~/~/ Same as AT+BEEP=1
1160 +
1161 +
1162 +=== 3.2.21 Set long press time(Since firmware 1.4.6) ===
1163 +
1164 +
1165 +When using the red button Changan to alarm, press and hold the time to set 0~~10 seconds, which is convenient for use scenarios.
1166 +
1167 +(% style="color:blue" %)**AT Command:**
1168 +
1169 +(% style="color:#037691" %)**AT+EAT=XX**
1170 +
1171 + Example:
1172 +
1173 +AT+EAT=2 ~-~-> Set the long press time to 2s
1174 +
1175 +(% style="color:blue" %)**Downlink Payload:0XBA**
1176 +
1177 +0xBA 02 ~/~/ Same as AT+EAT=2
1178 +
1179 +
1142 1142  = 4. Setting for Different Scenarios =
1143 1143  
1144 1144