<
From version < 30.1 >
edited by Saxer Lin
on 2023/07/01 09:40
To version < 27.1 >
edited by Saxer Lin
on 2023/06/30 18:00
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -690,7 +690,7 @@
690 690  These commands only valid for DS03A-LB, as below:
691 691  
692 692  
693 -=== 3.3.1  Set Transmit Interval Time ===
693 +=== 3.3.1 Set Transmit Interval Time ===
694 694  
695 695  
696 696  Feature: Change LoRaWAN End Node Transmit Interval.
... ... @@ -718,6 +718,7 @@
718 718  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
719 719  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
720 720  
721 +
721 721  === 3.3.2  Enable / Disable Alarm ===
722 722  
723 723  
... ... @@ -884,7 +884,7 @@
884 884  Example:  0B aa  => AT+COUNTMOD = second byte
885 885  
886 886  
887 -=== 3.3.6  Number of channel of door sensors ===
888 +=== 3.3.6 Number of channel of door sensors ===
888 888  
889 889  
890 890  Feature: Set the number of door sensor channels.
... ... @@ -913,92 +913,6 @@
913 913  Example:  0D aa => AT+TTRCHANNEL = second byte
914 914  
915 915  
916 -=== 3.3.7  Set Time Sync Mode ===
917 -
918 -
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 -
943 -(% style="color:blue" %)**Downlink Command:**
944 -
945 -0x28 01  ~/~/ Same As AT+SYNCMOD=1
946 -
947 -0x28 01 08  ~/~/ Same As AT+SYNCMOD=1,8
948 -
949 -0x28 01 F4  ~/~/ Same As AT+SYNCMOD=1,-12
950 -
951 -0x28 00  ~/~/ Same As AT+SYNCMOD=0
952 -
953 -
954 -=== 3.3.8  Clear the door open count and the duration of the last door open ===
955 -
956 -
957 -(% style="color:blue" %)**AT Command:**
958 -
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 -)))
964 -
965 -(% style="color:blue" %)**Downlink Command:**(%%)0xA6 01
966 -
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 -
973 -(% style="color:blue" %)**AT Command:**
974 -
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**
977 -|(% style="width:155px" %)(((
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" %)(((
982 -OK
983 -)))
984 -|(% style="width:155px" %)AT+SETCNT=1,0|(% style="width:259px" %)Clear the door open times of PA8 pin.|(% style="width:44px" %)OK
985 -|(% style="width:155px" %)(((
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" %)(((
990 -OK
991 -)))
992 -
993 -(% style="color:blue" %)**Downlink Command:**
994 -
995 -0xA6 01 00 00 64  ==>  AT+SETCNT=1,100
996 -
997 -0xA6 01 00 00 00  ==>  AT+SETCNT=1,0
998 -
999 -0xA6 02 00 00 32  ==>  AT+SETCNT=2,50
1000 -
1001 -
1002 1002  = 4. Battery & Power Consumption =
1003 1003  
1004 1004  
image-20230701094042-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -34.5 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0