Last modified by Xiaoling on 2025/06/10 09:17

From version 37.8
edited by Xiaoling
on 2023/04/27 09:29
Change comment: There is no comment for this version
To version 37.9
edited by Xiaoling
on 2023/04/27 10:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -467,7 +467,7 @@
467 467  
468 468  LHT65N-PIR supports below configure method:
469 469  
470 -* AT Command via UART Connection : See [[FAQ>>path:#H7.FAQ]].
470 +* AT Command via UART Connection : See [[FAQ>>||anchor="H7.FAQ"]].
471 471  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>url:http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
472 472  
473 473  == 4.2 General Commands ==
... ... @@ -497,9 +497,11 @@
497 497  
498 498  (% style="color:#4f81bd" %)**AT Command: AT+TDC**
499 499  
500 -[[image:image-20220523150701-2.png||_mstalt="427453"]]
500 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:501px" %)
501 +|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:166px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:180px" %)**Response**
502 +|(% style="width:155px" %)AT+TDC?|(% style="width:162px" %)Show current transmit Interval|(% style="width:177px" %)30000 OK the interval is 30000ms = 30s
503 +|(% style="width:155px" %)AT+TDC=60000|(% style="width:162px" %)Set Transmit Interval|(% style="width:177px" %)OK Set transmit interval to 60000ms = 60 seconds
501 501  
502 -
503 503  (% style="color:#4f81bd" %)**Downlink Payload: 0x01**
504 504  
505 505  Format: Command Code (0x01) followed by 3 bytes time value.
... ... @@ -525,26 +525,24 @@
525 525  Feature: Set device password, max 9 digits
526 526  
527 527  
528 -(% style="color:#4f81bd" %)**AT Command: AT+EXT**
530 +(% style="color:#4f81bd" %)**AT Command: AT+PWORD**
529 529  
530 -(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
531 -|Command Example|Function|Response
532 -|AT+EXT=?|Get or Set external sensor model|(((
533 -5
534 534  
535 -OK
533 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:372px" %)
534 +|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:128px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:89px" %)**Response**
535 +|(% style="width:155px" %)AT+PWORD=?|(% style="width:124px" %)Show password|(% style="width:86px" %)(((
536 +123456
537 +
538 +OK
536 536  )))
537 -|AT+EXT=5|(% colspan="2" %)Set external sensor mode to 5
540 +|(% style="width:155px" %)AT+PWORD=999999|(% style="width:124px" %)Set password|(% style="width:86px" %)OK
538 538  
539 -(% style="color:#4f81bd" %)**Downlink Command:0xA2**
542 +(% style="color:#4f81bd" %)**Downlink Command:**
540 540  
544 +No downlink command for this feature.
541 541  
542 -Total bytes: 2 bytes
543 543  
544 -**Example:**
545 545  
546 -* 0xA205: Set external sensor type to E5
547 -
548 548  === 4.3.4 Set to sleep mode ===
549 549  
550 550  
... ... @@ -551,6 +551,7 @@
551 551  Feature: Set device to sleep mode
552 552  
553 553  * **AT+Sleep=0**  : Normal working mode, device will sleep and use lower power when there is no LoRa message
554 +
554 554  * **AT+Sleep=1** :  Device is in deep sleep mode, no LoRa activation happen, used for storage or shipping.
555 555  
556 556  (% style="color:#4f81bd" %)**AT Command: AT+SLEEP**