<
From version < 105.1 >
edited by Bei Jinggeng
on 2024/12/04 15:00
To version < 102.1 >
edited by Mengting Qiu
on 2024/10/31 16:45
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.ting
Content
... ... @@ -1104,45 +1104,41 @@
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 GPIO_EXIT.
1108 1108  
1109 -Before using the interrupt function of the **INT** pin, users can set the interrupt triggering mode as required.
1109 +(% style="color:blue" %)**AT Command: AT+INTMOD1,AT+INTMOD2,AT+INTMOD3**
1110 1110  
1111 -(% style="color:#037691" %)**AT Command:**(% style="color:blue" %)** **(% style="color:#4472c4" %)**AT+INTMODx**
1111 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1112 +|=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 197px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 158px;background-color:#4F81BD;color:white" %)**Response**
1113 +|(% style="width:154px" %)AT+INTMOD1=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((
1114 +0
1115 +OK
1116 +the mode is 0 =Disable Interrupt
1117 +)))
1118 +|(% style="width:154px" %)AT+INTMOD1=2|(% style="width:196px" %)(((
1119 +Set Transmit Interval
1120 +0. (Disable Interrupt),
1121 +~1. (Trigger by rising and falling edge)
1122 +2. (Trigger by falling edge)
1123 +3. (Trigger by rising edge)
1124 +)))|(% style="width:157px" %)OK
1125 +|(% style="width:154px" %)AT+INTMOD2=3|(% style="width:196px" %)(((
1126 +Set Transmit Interval
1127 +trigger by rising edge.
1128 +)))|(% style="width:157px" %)OK
1129 +|(% style="width:154px" %)AT+INTMOD3=0|(% style="width:196px" %)Disable Interrupt|(% style="width:157px" %)OK
1112 1112  
1113 -(% style="color:#4472c4" %)**AT+INTMODx:**
1131 +(% style="color:blue" %)**Downlink Command: 0x06**
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.
1118 -
1119 -**Parameter setting:**
1120 -
1121 -* **0:** Disable Interrupt
1122 -* **1:** Trigger by rising and falling edge
1123 -* **2:** Trigger by falling edge
1124 -* **3: **Trigger by rising edge
1125 -
1126 -**Example:**
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
1131 -
1132 -(% style="color:#037691" %)**Downlink Command:**(% style="color:blue" %)** **(% style="color:#4472c4" %)**0x06 00 aa bb**
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.)
1135 +This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1137 1137  
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)
1137 +* Example 1: Downlink Payload: 06000000  **~-~-->**  AT+INTMOD1=0
1138 +* Example 2: Downlink Payload: 06000003  **~-~-->**  AT+INTMOD1=3
1139 +* Example 3: Downlink Payload: 06000102  **~-~-->**  AT+INTMOD2=2
1140 +* Example 4: Downlink Payload: 06000201  **~-~-->**  AT+INTMOD3=1
1139 1139  
1140 -**Example:**
1141 -
1142 -* Downlink Payload: **06 00 00 01     **~/~/ Equal to AT+INTMOD1=1
1143 -* Downlink Payload: **06 00 01 02     **~/~/ Equal to AT+INTMOD2=2
1144 -* Downlink Payload: **06 00 02 03     **~/~/ Equal to AT+INTMOD3=3
1145 -
1146 1146  === 3.3.4 Set Power Output Duration ===
1147 1147  
1148 1148  
... ... @@ -1324,17 +1324,15 @@
1324 1324  The value ranges from 0 to 100.
1325 1325  )))
1326 1326  
1327 -(% style="color:blue" %)**Downlink Command: 0x0B**
1323 +(% style="color:blue" %)**Downlink Command: 0x0B01**
1328 1328  
1329 -Format: Command Code (0x0B) followed by 6 bytes.
1325 +Format: Command Code (0x0B01) followed by 6 bytes.
1330 1330  
1331 -0B + Output frequency (3bytes)+ Output duty cycle (1bytes)+Output time (2bytes)
1327 +Downlink payload:0B01 bb cc aa **~-~--> **AT+PWMOUT=a,b,c
1332 1332  
1333 -Downlink payload:0B bb cc aa **~-~--> **AT+PWMOUT=a,b,c
1329 +* Example 1: Downlink Payload: 0B01 03E8 0032 0005 **~-~-->**  AT+PWMSET=5,1000,50
1330 +* Example 2: Downlink Payload: 0B01 07D0 003C 000A **~-~-->**  AT+PWMSET=10,2000,60
1334 1334  
1335 -* Example 1: Downlink Payload: 0B 0003E8 32 0005 **~-~-->**  AT+PWMOUT=5,1000,50
1336 -* Example 2: Downlink Payload: 0B 0007D0 3C 000A **~-~-->**  AT+PWMOUT=10,2000,60
1337 -
1338 1338  = 4. Battery & Power Cons =
1339 1339  
1340 1340  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0