<
From version < 61.1 >
edited by David Huang
on 2022/06/21 10:26
To version < 62.1 >
edited by David Huang
on 2022/06/21 11:25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -262,6 +262,8 @@
262 262  
263 263  Feature: Change the sensor delay time.
264 264  
265 +There are six models of GroPoint Air, and each model returns a different number of temperature and humidity. The more bytes of the returned value, the longer the delay. The AT+SDELAY command can adjust the time that the sensor returns data to the node, and can adjust different delays according to different types of sensors.
266 +
265 265  The default delay is 1000ms.
266 266  
267 267  **AT Command: AT+SDELAY**
... ... @@ -277,8 +277,15 @@
277 277  * Example 1: Downlink Payload: A10003E8 ~/~/ Set the sensor delay time = 1000ms
278 278  * Example 2: Downlink Payload: A10007D0 ~/~/ Set the sensor delay time = 2000ms
279 279  
280 -== 3.4 Get Firmware Version Info ==
282 +== 3.4 Query sensor model function ==
281 281  
284 +Feature: Using this function will re-update the model.
285 +
286 +**Downlink Command: 0xFA00**
287 +
288 +
289 +== 3.5 Get Firmware Version Info ==
290 +
282 282  Feature: use downlink to get firmware version.
283 283  
284 284  **Downlink Command: 0x26**
... ... @@ -465,7 +465,9 @@
465 465  
466 466  In case if user can see the console output but can’t type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn’t send (% style="color:green" %)**ENTER**(%%) while pressing the send key, user need to add ENTER in their string.
467 467  
477 +== Why i see the payload is 7FFF? ==
468 468  
479 +The device will judge the length of the data received by the serial port. If the length of the received data is 0, it means that there is a problem with the sensor communication or the sensor is not connected properly, it is invalid data, and the uploaded data is 7FFF.
469 469  
470 470  = Order Info =
471 471  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0