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

From version 103.1
edited by Mengting Qiu
on 2024/11/12 10:10
Change comment: There is no comment for this version
To version 107.1
edited by Bei Jinggeng
on 2025/03/13 09:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ting
1 +XWiki.Bei
Content
... ... @@ -1104,7 +1104,7 @@
1104 1104  === 3.3.3 Set Interrupt Mode ===
1105 1105  
1106 1106  
1107 -Feature, Set Interrupt mode for PB14, PB15, PA4.
1107 +Feature, Set Interrupt mode for PA8, PA4, PB15.
1108 1108  
1109 1109  Before using the interrupt function of the **INT** pin, users can set the interrupt triggering mode as required.
1110 1110  
... ... @@ -1112,9 +1112,9 @@
1112 1112  
1113 1113  (% style="color:#4472c4" %)**AT+INTMODx:**
1114 1114  
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.
1115 +* (% style="color:#4472c4" %)**AT+INTMOD1   **(%%)~/~/ Set the interrupt mode for (% style="background-color:yellow" %)** PA8**(%%) pin.
1116 +* (% style="color:#4472c4" %)**AT+INTMOD2   **(%%)~/~/ Set the interrupt mode for (% style="background-color:yellow" %)** PA4**(%%) pin.
1117 +* (% style="color:#4472c4" %)**AT+INTMOD3   **(%%)~/~/ Set the interrupt mode for (% style="background-color:yellow" %)** PB15**(%%) pin.
1118 1118  
1119 1119  **Parameter setting:**
1120 1120  
... ... @@ -1125,15 +1125,15 @@
1125 1125  
1126 1126  **Example:**
1127 1127  
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
1128 +* AT+INTMOD1=0  ~/~/Disable the PA8 pin interrupt function
1129 +* AT+INTMOD2=2  ~/~/Set the interrupt of the PA4 pin to be triggered by the falling edge
1130 +* AT+INTMOD3=3  ~/~/Set the interrupt of the PB15 pin to be triggered by the rising edge
1131 1131  
1132 1132  (% style="color:#037691" %)**Downlink Command:**(% style="color:blue" %)** **(% style="color:#4472c4" %)**0x06 00 aa bb**
1133 1133  
1134 1134  Format: Command Code (0x06) followed by 3 bytes.
1135 1135  
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.)
1136 +(% 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.)
1137 1137  
1138 1138  (% 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)
1139 1139  
... ... @@ -1143,8 +1143,6 @@
1143 1143  * Downlink Payload: **06 00 01 02     **~/~/ Equal to AT+INTMOD2=2
1144 1144  * Downlink Payload: **06 00 02 03     **~/~/ Equal to AT+INTMOD3=3
1145 1145  
1146 -
1147 -
1148 1148  === 3.3.4 Set Power Output Duration ===
1149 1149  
1150 1150  
... ... @@ -1320,6 +1320,8 @@
1320 1320  )))
1321 1321  |(% style="width:242px" %)(((
1322 1322  b: Output frequency (unit: HZ)
1321 +
1322 +range 5~~100000HZ
1323 1323  )))
1324 1324  |(% style="width:242px" %)(((
1325 1325  c: Output duty cycle (unit: %)
... ... @@ -1326,15 +1326,17 @@
1326 1326  The value ranges from 0 to 100.
1327 1327  )))
1328 1328  
1329 -(% style="color:blue" %)**Downlink Command: 0x0B01**
1329 +(% style="color:blue" %)**Downlink Command: 0x0B**
1330 1330  
1331 -Format: Command Code (0x0B01) followed by 6 bytes.
1331 +Format: Command Code (0x0B) followed by 6 bytes.
1332 1332  
1333 -Downlink payload:0B01 bb cc aa **~-~--> **AT+PWMOUT=a,b,c
1333 +0B + Output frequency (3bytes)+ Output duty cycle (1bytes)+Output time (2bytes)
1334 1334  
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
1335 +Downlink payload:0B bb cc aa **~-~--> **AT+PWMOUT=a,b,c
1337 1337  
1337 +* Example 1: Downlink Payload: 0B 0003E8 32 0005 **~-~-->**  AT+PWMOUT=5,1000,50
1338 +* Example 2: Downlink Payload: 0B 0007D0 3C 000A **~-~-->**  AT+PWMOUT=10,2000,60
1339 +
1338 1338  = 4. Battery & Power Cons =
1339 1339  
1340 1340