Last modified by Xiaoling on 2025/04/25 10:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -210,8 +210,27 @@ 210 210 * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 211 211 * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 212 212 213 -== 3.3 GetFirmwareVersionInfo==213 +== (% id="cke_bm_55968S" style="display:none" %) (%%)3.3 Set the sensor delay time == 214 214 215 +Feature: Change the sensor delay time. 216 + 217 +The default delay is 1000ms. 218 + 219 +**AT Command: AT+SDELAY** 220 + 221 +[[image:image-20220613175511-8.png]] 222 + 223 +**Downlink Command: 0xA1** 224 + 225 +Format: Command Code (0xA1) followed by 3 bytes time value. 226 + 227 +If the downlink payload=A10007D0, it means set the sensor delay time to 0x0007D0=2000ms, while type code is A1. 228 + 229 +* Example 1: Downlink Payload: A10003E8 ~/~/ Set the sensor delay time = 1000ms 230 +* Example 2: Downlink Payload: A10007D0 ~/~/ Set the sensor delay time = 2000ms 231 + 232 +== 3.4 Get Firmware Version Info == 233 + 215 215 Feature: use downlink to get firmware version. 216 216 217 217 **Downlink Command: 0x26** ... ... @@ -427,4 +427,3 @@ 427 427 * Device Weight: g 428 428 * Package Size / pcs : cm 429 429 * Weight / pcs : g 430 -