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

From version 37.7
edited by Xiaoling
on 2023/04/27 09:28
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
... ... @@ -350,19 +350,19 @@
350 350  
351 351  Bit0 of byte 8th shows if this uplink is generate by PIR activity.
352 352  
353 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:490px" %)
354 -|=(% style="width: 147px;background-color:#D9E2F3;color:#0070C0" %)(((
353 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:393px" %)
354 +|=(% style="width: 106px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)(((
355 355  **The 8^^th^^ byte**
356 -)))|=(% style="width: 108px;background-color:#D9E2F3;color:#0070C0" %)(((
356 +)))|=(% style="width: 71px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)(((
357 357  **Bit 1~~7**
358 -)))|=(% style="width: 228px;background-color:#D9E2F3;color:#0070C0" %)(((
358 +)))|=(% style="width: 211px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)(((
359 359  **Bit 0**
360 360  )))
361 -|(% style="width:147px" %)(((
361 +|(% style="width:106px" %)(((
362 362  **Value**
363 -)))|(% style="width:108px" %)(((
363 +)))|(% style="width:71px" %)(((
364 364  Reserve
365 -)))|(% style="width:228px" %)(((
365 +)))|(% style="width:211px" %)(((
366 366  (((
367 367  0: Normal Uplink
368 368  
... ... @@ -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**