<
From version < 87.15 >
edited by Xiaoling
on 2024/01/03 14:13
To version < 87.21 >
edited by Xiaoling
on 2024/01/03 14:20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1131,7 +1131,7 @@
1131 1131  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1132 1132  |=(% 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**
1133 1133  |(% style="width:154px" %)AT+WEIGRE|(% style="width:196px" %)Weight is initialized to 0.|(% style="width:157px" %)OK
1134 -|(% style="width:154px" %)AT+WEIGAP=|(% style="width:196px" %)400.0|(% style="width:157px" %)OK(default)
1134 +|(% style="width:154px" %)AT+WEIGAP=?|(% style="width:196px" %)400.0|(% style="width:157px" %)OK(default)
1135 1135  |(% style="width:154px" %)AT+WEIGAP=400.3|(% style="width:196px" %)Set the factor to 400.3.|(% style="width:157px" %)OK
1136 1136  
1137 1137  (% style="color:blue" %)**Downlink Command: 0x08**
... ... @@ -1193,7 +1193,7 @@
1193 1193  * Example 1: Downlink Payload: 0A01  **~-~-->**  AT+MOD=1
1194 1194  * Example 2: Downlink Payload: 0A04  **~-~-->**  AT+MOD=4
1195 1195  
1196 -(% id="H3.3.8PWMsetting" %)
1196 +
1197 1197  === 3.3.8 PWM setting ===
1198 1198  
1199 1199  
... ... @@ -1202,10 +1202,9 @@
1202 1202  (% style="color:blue" %)**AT Command: AT+PWMSET**
1203 1203  
1204 1204  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1205 -|=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 223px; background-color: #4F81BD;color:white" %)**Function**|=(% style="width: 130px; background-color:#4F81BD;color:white" %)**Response**
1205 +|=(% style="width: 155px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 225px; background-color: #4F81BD;color:white" %)**Function**|=(% style="width: 130px; background-color:#4F81BD;color:white" %)**Response**
1206 1206  |(% style="width:154px" %)AT+PWMSET=?|(% style="width:223px" %)0|(% style="width:130px" %)(((
1207 1207  0(default)
1208 -
1209 1209  OK
1210 1210  )))
1211 1211  |(% style="width:154px" %)AT+PWMSET=0|(% style="width:223px" %)The unit of PWM capture time is microsecond. The capture frequency range is between 20HZ and 100000HZ.   |(% style="width:130px" %)(((
... ... @@ -1226,7 +1226,7 @@
1226 1226  (% style="color:blue" %)**AT Command: AT+PWMOUT**
1227 1227  
1228 1228  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1229 -|=(% style="width: 183px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Command Example**|=(% style="width: 193px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 137px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Response**
1228 +|=(% style="width: 183px; background-color: #4F81BD;color:white" %)**Command Example**|=(% style="width: 193px; background-color: #4F81BD;color:white" %)**Function**|=(% style="width: 134px; background-color: #4F81BD;color:white" %)**Response**
1230 1230  |(% style="width:183px" %)AT+PWMOUT=?|(% style="width:193px" %)0|(% style="width:137px" %)(((
1231 1231  0,0,0(default)
1232 1232  
... ... @@ -1245,7 +1245,7 @@
1245 1245  )))
1246 1246  
1247 1247  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1248 -|=(% style="width: 155px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Command Example**|=(% style="width: 112px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 242px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**parameters**
1247 +|=(% style="width: 155px; background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 112px; background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 242px; background-color:#4F81BD;color:white" %)**parameters**
1249 1249  |(% colspan="1" rowspan="3" style="width:155px" %)(((
1250 1250  AT+PWMOUT=a,b,c
1251 1251  
... ... @@ -1280,7 +1280,7 @@
1280 1280  
1281 1281  Format: Command Code (0x0B01) followed by 6 bytes.
1282 1282  
1283 -Downlink payload0B01 bb cc aa **~-~--> **AT+PWMOUT=a,b,c
1282 +Downlink payload:0B01 bb cc aa **~-~--> **AT+PWMOUT=a,b,c
1284 1284  
1285 1285  * Example 1: Downlink Payload: 0B01 03E8 0032 0005 **~-~-->**  AT+PWMSET=5,1000,50
1286 1286  * Example 2: Downlink Payload: 0B01 07D0 003C 000A **~-~-->**  AT+PWMSET=10,2000,60
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0