Last modified by Xiaoling on 2025/06/12 15:06

From version 107.2
edited by Mengting Qiu
on 2025/03/28 16:43
Change comment: There is no comment for this version
To version 103.1
edited by Mengting Qiu
on 2024/11/12 10:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1104,12 +1104,8 @@
1104 1104  === 3.3.3 Set Interrupt Mode ===
1105 1105  
1106 1106  
1107 -==== 3.3.3.1 Before V1.3.3 firmware ====
1107 +Feature, Set Interrupt mode for PB14, PB15, PA4.
1108 1108  
1109 -(% style="color:red" %)**Note: Before V1.3.3 firmware, the interrupt function of PA8,PA4,PB15 had only one parameter to set, which was used to set the interrupt trigger mode.**
1110 -
1111 -Feature, Set Interrupt mode for PA8, PA4, PB15.
1112 -
1113 1113  Before using the interrupt function of the **INT** pin, users can set the interrupt triggering mode as required.
1114 1114  
1115 1115  (% style="color:#037691" %)**AT Command:**(% style="color:blue" %)** **(% style="color:#4472c4" %)**AT+INTMODx**
... ... @@ -1116,9 +1116,9 @@
1116 1116  
1117 1117  (% style="color:#4472c4" %)**AT+INTMODx:**
1118 1118  
1119 -* (% style="color:#4472c4" %)**AT+INTMOD1   **(%%)~/~/ Set the interrupt mode for (% style="background-color:yellow" %)** PA8**(%%) pin.
1120 -* (% style="color:#4472c4" %)**AT+INTMOD2   **(%%)~/~/ Set the interrupt mode for (% style="background-color:yellow" %)** PA4**(%%) pin.
1121 -* (% style="color:#4472c4" %)**AT+INTMOD3   **(%%)~/~/ Set the interrupt mode for (% style="background-color:yellow" %)** PB15**(%%) pin.
1115 +* (% style="color:#4472c4" %)**AT+INTMOD1   **(%%)~/~/ Set the interrupt mode for (% style="background-color:yellow" %)** PB14**(%%) pin.
1116 +* (% style="color:#4472c4" %)**AT+INTMOD2   **(%%)~/~/ Set the interrupt mode for (% style="background-color:yellow" %)** PB15**(%%) pin.
1117 +* (% style="color:#4472c4" %)**AT+INTMOD3   **(%%)~/~/ Set the interrupt mode for (% style="background-color:yellow" %)** PA4**(%%) pin.
1122 1122  
1123 1123  **Parameter setting:**
1124 1124  
... ... @@ -1129,15 +1129,15 @@
1129 1129  
1130 1130  **Example:**
1131 1131  
1132 -* AT+INTMOD1=0  ~/~/Disable the PA8 pin interrupt function
1133 -* AT+INTMOD2=2  ~/~/Set the interrupt of the PA4 pin to be triggered by the falling edge
1134 -* AT+INTMOD3=3  ~/~/Set the interrupt of the PB15 pin to be triggered by the rising edge
1128 +* AT+INTMOD1=0  ~/~/Disable the PB14 pin interrupt function
1129 +* AT+INTMOD2=2  ~/~/Set the interrupt of the PB15 pin to be triggered by the falling edge
1130 +* AT+INTMOD3=3  ~/~/Set the interrupt of the PA4 pin to be triggered by the rising edge
1135 1135  
1136 1136  (% style="color:#037691" %)**Downlink Command:**(% style="color:blue" %)** **(% style="color:#4472c4" %)**0x06 00 aa bb**
1137 1137  
1138 1138  Format: Command Code (0x06) followed by 3 bytes.
1139 1139  
1140 -(% style="color:#4472c4" %)**aa:**(%%) Set the corresponding pin. ((% style="background-color:yellow" %)**00**(%%): PA8 Pin;  (% style="background-color:yellow" %)**01**(%%)**: **PA4 Pin;  (% style="background-color:yellow" %)**02**(%%): PB15 Pin.)
1136 +(% style="color:#4472c4" %)**aa:**(%%) Set the corresponding pin. ((% style="background-color:yellow" %)**00**(%%): PB14 Pin;  (% style="background-color:yellow" %)**01**(%%)**: **PB15 Pin;  (% style="background-color:yellow" %)**02**(%%): PA4 Pin.)
1141 1141  
1142 1142  (% style="color:#4472c4" %)**bb: **(%%)Set interrupt mode. ((% style="background-color:yellow" %)**00**(%%) Disable, (% style="background-color:yellow" %)**01**(%%) falling or rising, (% style="background-color:yellow" %)**02**(%%) falling, (% style="background-color:yellow" %)**03**(%%) rising)
1143 1143  
... ... @@ -1148,15 +1148,7 @@
1148 1148  * Downlink Payload: **06 00 02 03     **~/~/ Equal to AT+INTMOD3=3
1149 1149  
1150 1150  
1151 -==== 3.3.3.2 Since V1.3.3 firmware ====
1152 1152  
1153 -(% style="color:red" %)**Note: Since V1.3.3 firmware, the Interrupt function has added a new parameter to set the delay time, i.e. the state hold time.**
1154 -
1155 -
1156 -
1157 -
1158 -
1159 -
1160 1160  === 3.3.4 Set Power Output Duration ===
1161 1161  
1162 1162  
... ... @@ -1332,8 +1332,6 @@
1332 1332  )))
1333 1333  |(% style="width:242px" %)(((
1334 1334  b: Output frequency (unit: HZ)
1335 -
1336 -range 5~~100000HZ
1337 1337  )))
1338 1338  |(% style="width:242px" %)(((
1339 1339  c: Output duty cycle (unit: %)
... ... @@ -1340,17 +1340,15 @@
1340 1340  The value ranges from 0 to 100.
1341 1341  )))
1342 1342  
1343 -(% style="color:blue" %)**Downlink Command: 0x0B**
1329 +(% style="color:blue" %)**Downlink Command: 0x0B01**
1344 1344  
1345 -Format: Command Code (0x0B) followed by 6 bytes.
1331 +Format: Command Code (0x0B01) followed by 6 bytes.
1346 1346  
1347 -0B + Output frequency (3bytes)+ Output duty cycle (1bytes)+Output time (2bytes)
1333 +Downlink payload:0B01 bb cc aa **~-~--> **AT+PWMOUT=a,b,c
1348 1348  
1349 -Downlink payload:0B bb cc aa **~-~--> **AT+PWMOUT=a,b,c
1335 +* Example 1: Downlink Payload: 0B01 03E8 0032 0005 **~-~-->**  AT+PWMSET=5,1000,50
1336 +* Example 2: Downlink Payload: 0B01 07D0 003C 000A **~-~-->**  AT+PWMSET=10,2000,60
1350 1350  
1351 -* Example 1: Downlink Payload: 0B 0003E8 32 0005 **~-~-->**  AT+PWMOUT=5,1000,50
1352 -* Example 2: Downlink Payload: 0B 0007D0 3C 000A **~-~-->**  AT+PWMOUT=10,2000,60
1353 -
1354 1354  = 4. Battery & Power Cons =
1355 1355  
1356 1356