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
-
... ... @@ -602,13 +602,11 @@ 602 602 * **AT+MOD=1 ** **~-~->** The normal working mode 603 603 * **AT+ADDMOD6=1** **~-~->** Enable trigger 604 604 605 - 606 606 LT will keep monitoring AV1/AV2/AC1/AC2 every 5 seconds; LT will send uplink packets in two cases: 607 607 608 608 1. Periodically uplink (Base on TDC time). Payload is same as the normal MOD (MOD 1 for above command). This uplink uses LoRaWAN (% style="color:#4f81bd" %)**unconfirmed**(%%) data type 609 609 1. Trigger uplink when meet the trigger condition. LT will sent two packets in this case, the first uplink use payload specify in this mod (mod=6), the second packets use the normal mod payload(MOD=1 for above settings). Both Uplinks use LoRaWAN (% style="color:#4f81bd" %)**CONFIRMED data type.** 610 610 611 - 612 612 **AT Command to set Trigger Condition**: 613 613 614 614 (% style="color:#4f81bd" %)**Trigger base on voltage**: ... ... @@ -660,12 +660,10 @@ 660 660 661 661 Yy4 yy4: AC2 or AV2 high limit. 662 662 663 - 664 664 **Example1**: AA 00 13 88 00 00 00 00 00 00 665 665 666 666 Same as AT+AVLIM=5000,0,0,0 (If AVI1 voltage lower than 5V , trigger uplink, 0 means ignore) 667 667 668 - 669 669 **Example2**: AA 02 01 00 670 670 671 671 Same as AT+ DTRI =1,0 (Enable DI1 trigger / disable DI2 trigger) ... ... @@ -708,7 +708,6 @@ 708 708 709 709 * Each bits shows which status has been trigger on this uplink. 710 710 711 - 712 712 **Example:** 713 713 714 714 00000111: Means both DI1 and DI2 trigger are enabled and this packet is trigger by DI1.