Changes for page SN50v3-LB/LS -- LoRaWAN Sensor Node User Manual
Last modified by Bei Jinggeng on 2025/01/10 15:51
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1225,10 +1225,9 @@ 1225 1225 (% style="color:blue" %)**AT Command: AT+PWMOUT** 1226 1226 1227 1227 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 1228 -|=(% style="width: 183px; background-color: rgb(217, 226, 243);rgb(0, 112, 192);" %)**Command Example**|=(% style="width: 193px; background-color:rgb(217, 226, 243);rgb(0, 112, 192);" %)**Function**|=(% style="width: 137px; background-color:rgb(217, 226, 243);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** 1229 1229 |(% style="width:183px" %)AT+PWMOUT=?|(% style="width:193px" %)0|(% style="width:137px" %)((( 1230 1230 0,0,0(default) 1231 - 1232 1232 OK 1233 1233 ))) 1234 1234 |(% style="width:183px" %)AT+PWMOUT=0,0,0|(% style="width:193px" %)The default is PWM input detection|(% style="width:137px" %)((( ... ... @@ -1244,7 +1244,7 @@ 1244 1244 ))) 1245 1245 1246 1246 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 1247 -|=(% style="width: 155px; background-color: rgb(217, 226, 243);rgb(0, 112, 192);" %)**Command Example**|=(% style="width: 112px; background-color:rgb(217, 226, 243);rgb(0, 112, 192);" %)**Function**|=(% style="width: 242px; background-color:rgb(217, 226, 243);rgb(0, 112, 192);" %)**parameters**1246 +|=(% 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** 1248 1248 |(% colspan="1" rowspan="3" style="width:155px" %)((( 1249 1249 AT+PWMOUT=a,b,c 1250 1250 ... ... @@ -1261,9 +1261,7 @@ 1261 1261 ))) 1262 1262 )))|(% style="width:242px" %)((( 1263 1263 a: Output time (unit: seconds) 1264 - 1265 1265 The value ranges from 0 to 65535. 1266 - 1267 1267 When a=65535, PWM will always output. 1268 1268 ))) 1269 1269 |(% style="width:242px" %)((( ... ... @@ -1271,7 +1271,6 @@ 1271 1271 ))) 1272 1272 |(% style="width:242px" %)((( 1273 1273 c: Output duty cycle (unit: %) 1274 - 1275 1275 The value ranges from 0 to 100. 1276 1276 ))) 1277 1277 ... ... @@ -1279,7 +1279,7 @@ 1279 1279 1280 1280 Format: Command Code (0x0B01) followed by 6 bytes. 1281 1281 1282 -Downlink payload :0B01 bb cc aa **~-~--> **AT+PWMOUT=a,b,c1278 +Downlink payload:0B01 bb cc aa **~-~--> **AT+PWMOUT=a,b,c 1283 1283 1284 1284 * Example 1: Downlink Payload: 0B01 03E8 0032 0005 **~-~-->** AT+PWMSET=5,1000,50 1285 1285 * Example 2: Downlink Payload: 0B01 07D0 003C 000A **~-~-->** AT+PWMSET=10,2000,60