Changes for page DS03A-LB/LS -- Outdoor LoRaWAN Door Sensor User Manual
Last modified by Xiaoling on 2025/04/25 16:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -405,56 +405,6 @@ 405 405 [[image:image-20230630155451-2.png||height="246" width="928"]] 406 406 407 407 408 -* ((( 409 -(% style="color:blue" %)**Count mod:Default=0** 410 -))) 411 - 412 -MOD=0 ~-~-> Uplink total door open times since factory 413 - 414 -MOD=1 ~-~-> Uplink total door open times since last FPORT=2 uplink. 415 - 416 - 417 -* (% style="color:blue" %)**TDC flag** 418 - 419 -When the flag is 1, it means sending packets at normal time intervals. 420 - 421 -Otherwise, it is a packet sent at non-TDC time. 422 - 423 - 424 -* ((( 425 -(% style="color:#0000ff" %)**Alarm** 426 -))) 427 - 428 -See [[Alarm Base on Timeout>>url:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/#H3.5AlarmBaseonTimeout]] 429 - 430 - 431 -* ((( 432 -(% style="color:blue" %)**Status** 433 -))) 434 - 435 -This bit is 1 when the door sensor is open and 0 when it is close. 436 - 437 - 438 -* ((( 439 -(% style="color:blue" %)**Total open door events** 440 -))) 441 - 442 -Total pulse/counting base on open door. 443 - 444 -Range (3 Bytes) : 0x000000 ~~ 0xFFFFFF . Max: 16777215 445 - 446 - 447 -* ((( 448 -(% style="color:blue" %)**The last door open duration** 449 -))) 450 - 451 -Door sensor last open duration. 452 - 453 -Unit: sec. 454 - 455 -[[image:image-20230701094042-1.png||height="154" width="763"]] 456 - 457 - 458 458 2)When **AT+TTRCHANNEL=2**, Uplink Payload totals 18 bytes. 459 459 460 460 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:819px" %) ... ... @@ -577,7 +577,7 @@ 577 577 578 578 **Parsed Value:** 579 579 580 -[COUNTMOD, TDC_FLAG, ALARM, DOOR_STATUS, OPEN_DOOR_TIMES, LAST_DOOR_OPEN_DURATION, TIME]530 +[COUNTMOD, TDC_FLAG, ALARM, DOOR_STATUS, DOOR_OPEN_TIMES, LAST_DOOR_OPEN_DURATION, TIME] 581 581 582 582 583 583 [SUM,YES,FALSE,OPEN,0,0,2023-06-30 06:59:20], ... ... @@ -740,7 +740,7 @@ 740 740 These commands only valid for DS03A-LB, as below: 741 741 742 742 743 -=== 3.3.1 693 +=== 3.3.1 Set Transmit Interval Time === 744 744 745 745 746 746 Feature: Change LoRaWAN End Node Transmit Interval. ... ... @@ -768,6 +768,7 @@ 768 768 * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 769 769 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 770 770 721 + 771 771 === 3.3.2 Enable / Disable Alarm === 772 772 773 773 ... ... @@ -934,7 +934,7 @@ 934 934 Example: 0B aa => AT+COUNTMOD = second byte 935 935 936 936 937 -=== 3.3.6 888 +=== 3.3.6 Number of channel of door sensors === 938 938 939 939 940 940 Feature: Set the number of door sensor channels. ... ... @@ -963,92 +963,6 @@ 963 963 Example: 0D aa => AT+TTRCHANNEL = second byte 964 964 965 965 966 -=== 3.3.7 Set Time Sync Mode === 967 - 968 - 969 -Feature: Enable/Disable Sync system time via LoRaWAN MAC Command (DeviceTimeReq), LoRaWAN server must support v1.0.3 protocol to reply to this command. 970 - 971 -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. 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+SYNCMOD=1 979 -)))|(% style="width:259px" %)((( 980 -Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) The default is zero time zone. 981 -)))|(% style="width:44px" %)((( 982 -OK 983 -))) 984 -|(% style="width:155px" %)((( 985 -AT+SYNCMOD=1,8 986 -)))|(% style="width:259px" %)((( 987 -Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) Set to East eight time zone. 988 -)))|(% style="width:44px" %)((( 989 -OK 990 -))) 991 -|(% 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 992 - 993 -(% style="color:blue" %)**Downlink Command:** 994 - 995 -0x28 01 ~/~/ Same As AT+SYNCMOD=1 996 - 997 -0x28 01 08 ~/~/ Same As AT+SYNCMOD=1,8 998 - 999 -0x28 01 F4 ~/~/ Same As AT+SYNCMOD=1,-12 1000 - 1001 -0x28 00 ~/~/ Same As AT+SYNCMOD=0 1002 - 1003 - 1004 -=== 3.3.8 Clear the open door times and the duration of the last open door === 1005 - 1006 - 1007 -(% style="color:blue" %)**AT Command:** 1008 - 1009 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %) 1010 -|=(% 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** 1011 -|(% style="width:155px" %)AT+CLRC|(% style="width:259px" %)clear the open door times and the duration of the last open door.|(% style="width:44px" %)((( 1012 -OK 1013 -))) 1014 - 1015 -(% style="color:blue" %)**Downlink Command:**(%%)0xA6 01 1016 - 1017 -The sensor will clear the open door times and the duration of the last open door. 1018 - 1019 - 1020 -=== 3.3.9 Set the count value of the number of open door === 1021 - 1022 - 1023 -(% style="color:blue" %)**AT Command:** 1024 - 1025 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %) 1026 -|=(% 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** 1027 -|(% style="width:155px" %)((( 1028 -AT+SETCNT=1,100 1029 -)))|(% style="width:259px" %)((( 1030 -Set the open door times of PA8 pin to 100 times. 1031 -)))|(% style="width:44px" %)((( 1032 -OK 1033 -))) 1034 -|(% style="width:155px" %)AT+SETCNT=1,0|(% style="width:259px" %)Clear the open door times of PA8 pin.|(% style="width:44px" %)OK 1035 -|(% style="width:155px" %)((( 1036 -AT+SETCNT=2,50 1037 -)))|(% style="width:259px" %)((( 1038 -Set the open door times of PA4 pin to 100 times. 1039 -)))|(% style="width:44px" %)((( 1040 -OK 1041 -))) 1042 - 1043 -(% style="color:blue" %)**Downlink Command:** 1044 - 1045 -0xA6 01 00 00 64 ==> AT+SETCNT=1,100 1046 - 1047 -0xA6 01 00 00 00 ==> AT+SETCNT=1,0 1048 - 1049 -0xA6 02 00 00 32 ==> AT+SETCNT=2,50 1050 - 1051 - 1052 1052 = 4. Battery & Power Consumption = 1053 1053 1054 1054
- image-20230701094042-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Saxer - Size
-
... ... @@ -1,1 +1,0 @@ 1 -34.5 KB - Content