Changes for page LT-22222-L -- LoRa I/O Controller User Manual
Last modified by Saxer Lin on 2025/04/15 17:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -558,75 +558,63 @@ 558 558 559 559 They should be available for each of Dragino Sensors, such as: change uplink interval, reset device. For firmware v1.5.4, user can find what common commands it supports: [[End Device AT Commands and Downlink Command>>http://8.211.40.43:8080/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 560 560 561 -=== 3.4.2Sensor related commands ===561 +=== Sensor related commands === 562 562 563 -==== 3.4.2.1 Set Transmit Interval ==== 564 564 564 +==== Set Transmit Interval ==== 565 + 565 565 Set device uplink interval. 566 566 567 567 * AT Command: 568 568 569 -(% class="box infomessage" %) 570 -((( 571 -**AT+TDC=N ** 572 -))) 570 +AT+TDC=N 573 573 574 - **Example:**AT+TDC=30000. Means set interval to 30 seconds572 +Example: AT+TDC=30000. Means set interval to 30 seconds 575 575 574 + 576 576 * Downlink Payload (prefix 0x01): 577 577 578 -(% class="box infomessage" %) 579 -((( 580 -**0x01 aa bb cc ~/~/ Same as AT+TDC=0x(aa bb cc)** 581 -))) 577 +0x01 aa bb cc ~/~/ Same as AT+TDC=0x(aa bb cc) 582 582 583 583 584 -==== 3.4.2.2Set Work Mode (AT+MOD) ====580 +==== Set Work Mode (AT+MOD) ==== 585 585 586 586 Set work mode. 587 587 588 588 * AT Command: 589 589 590 -(% class="box infomessage" %) 591 -((( 592 -**AT+MOD=N ** 593 -))) 586 +AT+MOD=N 594 594 595 - **Example**: AT+MOD=2. Set work mode to Double DI counting mode588 +Example: AT+MOD=2. Set work mode to Double DI counting mode 596 596 590 + 597 597 * Downlink Payload (prefix 0x0A): 598 598 599 -(% class="box infomessage" %) 600 -((( 601 -**0x0A aa ~/~/ Same as AT+MOD=aa** 602 -))) 593 +0x0A aa ~/~/ Same as AT+MOD=aa 603 603 604 -==== 3.4.2.3 Poll an uplink ==== 605 605 596 + 597 +==== Poll an uplink ==== 598 + 606 606 * AT Command: 607 607 608 608 There is no AT Command to poll uplink 609 609 603 + 610 610 * Downlink Payload (prefix 0x08): 611 611 612 -(% class="box infomessage" %) 613 -((( 614 -**0x08 FF ~/~/ Poll an uplink,** 615 -))) 606 +0x08 FF ~/~/ Poll an uplink, 616 616 617 - **Example**: 0x08FF, ask device to send an Uplink608 +Example: 0x08FF, ask device to send an Uplink 618 618 619 619 620 -==== 3.4.2.4Enable Trigger Mode ====611 +==== Enable Trigger Mode ==== 621 621 622 -Use of trigger mode, please check [[ADDMOD6>>path: http://8.211.40.43:8080/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LT-22222-L/#H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29]]613 +Use of trigger mode, please check [[ADDMOD6>>path:#MOD6]] 623 623 624 624 * AT Command: 625 625 626 -(% class="box infomessage" %) 627 -((( 628 -**AT+ADDMOD6=1 or 0** 629 -))) 617 +AT+ADDMOD6=1 or 0 630 630 631 631 1: Enable Trigger Mode 632 632