<
From version < 25.1 >
edited by Saxer Lin
on 2023/06/30 17:23
To version < 28.1 >
edited by Saxer Lin
on 2023/07/01 09:13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -373,7 +373,6 @@
373 373  * Every 2 hours, this interval [[can be changed>>||anchor="H3.3.1SetTransmitIntervalTime"]].
374 374  * There is an Open/Close event.  (This info can be disabled by AT+DISALARM=1)
375 375  
376 -
377 377  1)When **AT+TTRCHANNEL=1**, Uplink Payload totals 11 bytes. (**Default mode**)
378 378  
379 379  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:515px" %)
... ... @@ -545,7 +545,7 @@
545 545  
546 546  [PART,NO,TRUE,OPEN, 3,31,2023-06-30 07:04:11],
547 547  
548 -[[image:image-20230630155751-5.png||height="188" width="809"]]
547 +[[image:image-20230630172740-1.png||height="199" width="868"]]
549 549  
550 550  
551 551  == 2.4 Payload Decoder file ==
... ... @@ -719,19 +719,9 @@
719 719  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
720 720  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
721 721  
722 -=== 3.3.2 Get Device Status ===
721 +=== 3.3.2  Enable / Disable Alarm ===
723 723  
724 724  
725 -Send a LoRaWAN downlink to ask device send Alarm settings.
726 -
727 -* (% style="color:blue" %)**Downlink Payload:  **(%%)0x26 01
728 -
729 -Sensor will upload Device Status via FPORT=5. See payload section for detail.
730 -
731 -
732 -=== 3.3.3  Enable / Disable Alarm ===
733 -
734 -
735 735  Feature: Enable/Disable Alarm for open/close event. Default value 0.
736 736  
737 737  (% style="color:blue" %)**AT Command: **
... ... @@ -748,7 +748,7 @@
748 748  0xA7 00  ~/~/ Same As AT+DISALARM=0
749 749  
750 750  
751 -=== 3.3.4  Alarm Base on Timeout ===
740 +=== 3.3.3  Alarm Base on Timeout ===
752 752  
753 753  
754 754  DS03A-LB can monitor the timeout for a status change, this feature can be used to monitor some events such as door opening too long etc. Related Parameters are:
... ... @@ -774,37 +774,103 @@
774 774  If (% style="color:#037691" %)**keep time > 0**(%%), device will monitor the keep status event and send an alarm when status doesn't change after timeout.
775 775  
776 776  
766 +* (((
767 +(% style="color:blue" %)**Downlink Command**
768 +)))
769 +
770 +(% style="color:#037691" %)**Command: 0xA9 aa bb cc dd**
771 +
772 +**A9:** Command Type Code
773 +
774 +**aa: **01:TTRIG1; 02:TTRIG2
775 +
776 +**bb:** status to be monitored
777 +
778 +**cc dd:** timeout.
779 +
780 +
781 +1)**AT+TTRIG1**:(PA8 of pin)
782 +
777 777  (% style="color:blue" %)**AT Command to configure:**
778 778  
779 779  * (((
780 -(% style="color:#037691" %)**AT+TTRIG=1,30** (%%) **~-~->** When the **Keep Status** change from close to open, and device remains in open status for more than 30 seconds. LDS03A will send an uplink packet, the [[Alarm bit>>||anchor="H2.3.2A0Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2"]] (the second bit of 1^^st^^ byte of payload) on this uplink packet is set to 1.
786 +(% style="color:#037691" %)**AT+TTRIG1=1,30** (%%) **~-~->** When the **Keep Status** change from close to open, and device remains in open status for more than 30 seconds. DS03A-LB will send an uplink packet, the Alarm1 bit(the second bit of 1^^st^^ byte of payload) on this uplink packet is set to 1.
787 +
788 +(% style="color:#037691" %)**AT+TTRIG1=0,30** (%%) **~-~->** When the **Keep Status** change from open to close, and device remains in open status for more than 30 seconds. DS03A-LB will send an uplink packet, the Alarm1 bit (the second bit of 1^^st^^ byte of payload) on this uplink packet is set to 1.
781 781  )))
782 782  
783 783  * (((
784 -(% style="color:#037691" %)**AT+TTRIG=0,0**  (%%) **~-~-> ** Default Value, disable timeout Alarm.
792 +(% style="color:#037691" %)**AT+TTRIG1=0,0**  (%%) **~-~-> ** Default Value, disable timeout Alarm.
793 +
794 +
795 +
785 785  )))
786 786  
787 787  (% style="color:blue" %)**Downlink Command to configure:**
788 788  
789 -(% style="color:#037691" %)**Command: 0xA9 aa bb cc**
800 +If user send 0xA9 01 01 00 1E: equal to AT+TTRIG1=1,30 or
790 790  
791 -**A9:** Command Type Code
802 + 0xA9 01 00 00 00: Equal to AT+TTRIG1=0,0.
792 792  
793 -**aa:** status to be monitored
794 794  
795 -**bb cc:** timeout.
805 +2)**AT+TTRIG2**:(PA4 of pin,need to use AT+TTRCHANNEL=2)
796 796  
807 +(% style="color:blue" %)**AT Command to configure:**
797 797  
798 -If user send 0xA9 01 00 1E: equal to AT+TTRIG=1,30
809 +* (((
810 +(% style="color:#037691" %)**AT+TTRIG2=1,30** (%%) **~-~->** When the **Keep Status** change from close to open, and device remains in open status for more than 30 seconds. DS03A-LB will send an uplink packet, the Alarm2 bit (the second bit of 12^^st^^ byte of payload) on this uplink packet is set to 1.
799 799  
800 -Or
812 +(% style="color:#037691" %)**AT+TTRIG2=0,30** (%%) **~-~->** When the **Keep Status** change from open to close, and device remains in open status for more than 30 seconds. DS03A-LB will send an uplink packet, the Alarm2 bit (the second bit of 12^^st^^ byte of payload) on this uplink packet is set to 1.
813 +)))
801 801  
802 -0xA9 00 00 00: Equal to AT+TTRIG=0,0. Disable timeout Alarm.
815 +* (((
816 +(% style="color:#037691" %)**AT+TTRIG2=0,0**  (%%) **~-~-> ** Default Value, disable timeout Alarm.
803 803  
804 804  
819 +
820 +)))
821 +
822 +(% style="color:blue" %)**Downlink Command to configure:**
823 +
824 +If user send 0xA9 02 00 00 1E: equal to AT+TTRIG2=0,30 or
825 +
826 + 0xA9 02 00 00 00: Equal to AT+TTRIG2=0,0.
827 +
828 +
829 +=== 3.3.4  TTRIG1 & TTRIG2 timeout status alarm ===
830 +
831 +
832 +It needs to be used with AT+TTRIG1 or AT+TTRIG2. When TTRIG1 or TTRIG2 times out and causes an alarm, and the status does not change subsequently, an alarm packet will be sent at the alarm interval.
833 +
834 +(% style="color:blue" %)**AT Command:**
835 +
836 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
837 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 279px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 76px;background-color:#D9E2F3;color:#0070C0" %)**Response**
838 +|(% style="width:155px" %)(((
839 +AT+TTRALARM=0
840 +)))|(% style="width:279px" %)(((
841 +disable continuous alarm
842 +)))|(% style="width:84px" %)(((
843 +OK
844 +)))
845 +|(% style="width:155px" %)(((
846 +AT+TTRALARM=60
847 +)))|(% style="width:279px" %)(((
848 +The alarm interval is 60 minutes (unit: minutes)
849 +)))|(% style="width:84px" %)(((
850 +OK
851 +)))
852 +
853 +(% style="color:blue" %)**Downlink Command:**
854 +
855 +Example:  0C aa  => AT+TTRALARM= aa
856 +
857 +
805 805  === 3.3.5  Count Mod ===
806 806  
807 807  
861 +Feature: Manually set the count mode.
862 +
808 808  (% style="color:blue" %)**AT Command:**
809 809  
810 810  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
... ... @@ -829,24 +829,26 @@
829 829  Example:  0B aa  => AT+COUNTMOD = second byte
830 830  
831 831  
832 -=== 3.3.6  Interrupt Pin Channel Mod ===
887 +=== 3.3.6 Number of channel of door sensors ===
833 833  
834 834  
890 +Feature: Set the number of door sensor channels.
891 +
835 835  (% style="color:blue" %)**AT Command:**
836 836  
837 837  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
838 -|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 288px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 57px;background-color:#D9E2F3;color:#0070C0" %)**Response**
895 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 259px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 57px;background-color:#D9E2F3;color:#0070C0" %)**Response**
839 839  |(% style="width:155px" %)(((
840 840  AT+TTRCHANNEL=1
841 -)))|(% style="width:288px" %)(((
842 -set as single channel, only use PA8 pin as interrupt pin.
898 +)))|(% style="width:259px" %)(((
899 +Set as single channel, only use PA8 pin as interrupt pin.
843 843  )))|(% style="width:44px" %)(((
844 844  OK
845 845  )))
846 846  |(% style="width:155px" %)(((
847 847  AT+TTRCHANNEL=2
848 -)))|(% style="width:288px" %)(((
849 -is set as dual channel, use PA8 pin and PA4 pin as interrupt pin.
905 +)))|(% style="width:259px" %)(((
906 +Set as dual channel, use PA8 pin and PA4 pin as interrupt pin.
850 850  )))|(% style="width:44px" %)(((
851 851  OK
852 852  )))
... ... @@ -856,51 +856,92 @@
856 856  Example:  0D aa => AT+TTRCHANNEL = second byte
857 857  
858 858  
859 -=== 3.3.7  Change the name of AT+TTRIG to AT+TTRIG1 ===
916 +=== 3.3.7 Set Time Sync Mode ===
860 860  
861 861  
919 +Feature: Enable/Disable Sync system time via LoRaWAN MAC Command (DeviceTimeReq), LoRaWAN server must support v1.0.3 protocol to reply to this command.
920 +
921 +SYNCMOD is set to 1 by default. If user wants to set a different time from the LoRaWAN server, the user needs to set this to 0.
922 +
923 +(% style="color:blue" %)**AT Command:**
924 +
925 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
926 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 259px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 57px;background-color:#D9E2F3;color:#0070C0" %)**Response**
927 +|(% style="width:155px" %)(((
928 +AT+SYNCMOD=1
929 +)))|(% style="width:259px" %)(((
930 +Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) The default is zero time zone.
931 +)))|(% style="width:44px" %)(((
932 +OK
933 +)))
934 +|(% style="width:155px" %)(((
935 +AT+SYNCMOD=1,8
936 +)))|(% style="width:259px" %)(((
937 +Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) Set to East eight time zone.
938 +)))|(% style="width:44px" %)(((
939 +OK
940 +)))
941 +|(% style="width:155px" %)AT+SYNCMOD=1,-12|(% style="width:259px" %)Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) Set to West Twelve Time Zone.|(% style="width:44px" %)OK
942 +
862 862  (% style="color:blue" %)**Downlink Command:**
863 863  
864 -Example:  A9 01 aa bb cc  => AT+TTRIG1= third byte, 4th byte and 5th byte
945 +0x28 01  ~/~/ Same As AT+SYNCMOD=1
865 865  
947 +0x28 01 08  ~/~/ Same As AT+SYNCMOD=1,8
866 866  
867 -=== 3.3.Added AT+TTRIG2 for PB15 pin ===
949 +0x28 01 F4  ~/~/ Same As AT+SYNCMOD=1,-12
868 868  
951 +0x28 00  ~/~/ Same As AT+SYNCMOD=0
869 869  
870 -(% style="color:blue" %)**Downlink Command:**
871 871  
872 -Example: A9 02 aa bb cc  => AT+TTRIG2= third byte, 4th byte and 5th byte
954 +=== 3.3.8 Clear the door open count and the duration of the last door open ===
873 873  
874 874  
875 -=== 3.3.9  TTRIG1/2 timeout status alarm ===
957 +(% style="color:blue" %)**AT Command:**
876 876  
959 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
960 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 259px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 57px;background-color:#D9E2F3;color:#0070C0" %)**Response**
961 +|(% style="width:155px" %)AT+CLRC|(% style="width:259px" %)clear the leak count and the duration of the last leak.|(% style="width:44px" %)(((
962 +OK
963 +)))
877 877  
878 -It needs to be used with AT+TTRIG1 or AT+TTRIG2. When TTRIG1 or TTRIG2 times out and causes an alarm, and the status does not change subsequently, an alarm packet will be sent at the alarm interval.
965 +(% style="color:blue" %)**Downlink Command:**(%%)0xA6 01
879 879  
967 +The sensor will clear the door open count and the duration of the last door open.
968 +
969 +
970 +=== 3.3.9 Set the count value of the number of door open ===
971 +
972 +
880 880  (% style="color:blue" %)**AT Command:**
881 881  
882 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
883 -|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 279px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 76px;background-color:#D9E2F3;color:#0070C0" %)**Response**
975 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
976 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 259px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 57px;background-color:#D9E2F3;color:#0070C0" %)**Response**
884 884  |(% style="width:155px" %)(((
885 -AT+TTRALARM=0
886 -)))|(% style="width:279px" %)(((
887 -disable continuous alarm
888 -)))|(% style="width:84px" %)(((
978 +AT+SETCNT=1,100
979 +)))|(% style="width:259px" %)(((
980 +Set the door open times of PA8 pin to 100 times.
981 +)))|(% style="width:44px" %)(((
889 889  OK
890 890  )))
984 +|(% style="width:155px" %)AT+SETCNT=1,0|(% style="width:259px" %)Clear the door open times of PA8 pin.|(% style="width:44px" %)OK
891 891  |(% style="width:155px" %)(((
892 -AT+TTRALARM=60
893 -)))|(% style="width:279px" %)(((
894 -The alarm interval is 60 minutes (unit: minutes)
895 -)))|(% style="width:84px" %)(((
986 +AT+SETCNT=2,50
987 +)))|(% style="width:259px" %)(((
988 +Set the door open times of PA4 pin to 100 times.
989 +)))|(% style="width:44px" %)(((
896 896  OK
897 897  )))
898 898  
899 899  (% style="color:blue" %)**Downlink Command:**
900 900  
901 -Example:  0C aa  => AT+TTRALARM= aa
995 +0xA6 01 00 00 64  ==>  AT+SETCNT=1,100
902 902  
997 +0xA6 01 00 00 00  ==>  AT+SETCNT=1,0
903 903  
999 +0xA6 02 00 00 32  ==>  AT+SETCNT=2,50
1000 +
1001 +
904 904  = 4. Battery & Power Consumption =
905 905  
906 906  
image-20230630172740-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +37.1 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0