<
From version < 34.56 >
edited by Xiaoling
on 2023/07/01 15:42
To version < 37.1 >
edited by Saxer Lin
on 2023/07/12 11:13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Saxer
Content
... ... @@ -156,6 +156,7 @@
156 156  
157 157  [[image:image-20230630160843-7.png]]
158 158  
159 +
159 159  == 1.9 Mechanical ==
160 160  
161 161  
... ... @@ -236,11 +236,13 @@
236 236  === 2.3.1 Device Status, FPORT~=5 ===
237 237  
238 238  
239 -Users can use the downlink command(**0x26 01**) to ask DS03A-LB to send device configure detail, include device configure status. DS03A-LB will uplink a payload via FPort=5 to server.
240 +Include device configure status. Once DS03A-LB Joined the network, it will uplink this message to the server. After that, DS03A-LB will uplink Device Status every 12 hours.
240 240  
241 -The Payload format is as below.
242 +Users can also use the downlink command**(0x26 01)** to ask DS03A-LB to resend this uplink. This uplink payload also includes the DeviceTimeReq to get time.
242 242  
243 243  
245 +The Payload format is as below.
246 +
244 244  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
245 245  |(% colspan="6" style="background-color:#d9e2f3; color:#0070c0" %)**Device Status (FPORT=5)**
246 246  |(% style="width:103px" %)**Size (bytes)**|(% style="width:72px" %)**1**|**2**|(% style="width:91px" %)**1**|(% style="width:86px" %)**1**|(% style="width:44px" %)**2**
... ... @@ -307,7 +307,7 @@
307 307  === 2.3.2  Sensor Configuration, FPORT~=4 ===
308 308  
309 309  
310 -DS03A-LB will only send this command after getting the downlink command (0x26 02) from the server.
313 +DS03A-LB will only send this command after getting the downlink command **(0x26 02)** from the server.
311 311  
312 312  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:515px" %)
313 313  |(% colspan="8" style="background-color:#d9e2f3; color:#0070c0; width:515px" %)**Sensor Configuration FPORT=4**
... ... @@ -322,6 +322,11 @@
322 322  Alarm interval(unit: min)
323 323  )))
324 324  
328 +Example parse in TTNv3
329 +
330 +[[image:image-20230630155527-3.png||height="146" width="902"]]
331 +
332 +
325 325  * (((
326 326  (% style="color:blue" %)**TDC: (default: 0x001C20)**
327 327  )))
... ... @@ -347,7 +347,6 @@
347 347  
348 348  Shows the configure value of [[Alarm Base on Timeout Feature>>||anchor="H3.3.3A0AlarmBaseonTimeout"]]
349 349  
350 -[[image:image-20230630155527-3.png||height="146" width="902"]]
351 351  
352 352  
353 353  * (((
... ... @@ -395,9 +395,9 @@
395 395  (% style="color:blue" %)**Count mod:Default=0**
396 396  )))
397 397  
398 -MOD=0 ~-~-> Uplink total open door times since factory
405 +0: Uplink total open door times since factory
399 399  
400 -MOD=1 ~-~-> Uplink total open door times since last FPORT=2 uplink.
407 +1: Uplink total open door times since last FPORT=2 uplink.
401 401  
402 402  
403 403  * (% style="color:blue" %)**TDC flag**
... ... @@ -487,9 +487,9 @@
487 487  (% style="color:blue" %)**Count mod:Default=0**
488 488  )))
489 489  
490 -MOD=0 ~-~-> Uplink total open door times since factory
497 +0: Uplink total open door times since factory
491 491  
492 -MOD=1 ~-~-> Uplink total open door times since last FPORT=2 uplink.
499 +1: Uplink total open door times since last FPORT=2 uplink.
493 493  
494 494  
495 495  * (% style="color:blue" %)**TDC flag**
... ... @@ -792,9 +792,38 @@
792 792  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
793 793  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
794 794  
795 -=== 3.3.2  Enable / Disable Alarm ===
802 +=== 3.3.2 Set Power Output Duration ===
796 796  
804 +Control the output duration 5V . Before each sampling, device will
797 797  
806 +~1. first enable the power output to external sensor,
807 +
808 +2. keep it on as per duration, read sensor value and construct uplink payload
809 +
810 +3. final, close the power output.
811 +
812 +(% style="color:blue" %)**AT Command: AT+5VT**
813 +
814 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
815 +|=(% style="width: 156px;background-color:#D9E2F3; color:#0070c0" %)**Command Example**|=(% style="width: 204px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="background-color: rgb(217, 226, 243); color: rgb(0, 112, 192); width: 149px;" %)**Response**
816 +|(% style="width:156px" %)AT+5VT=?|(% style="width:204px" %)Show 5V open time.|(% style="width:149px" %)0 (default)
817 +OK
818 +|(% style="width:156px" %)AT+5VT=500|(% style="width:204px" %)Close after a delay of 500 milliseconds.|(% style="width:149px" %)(((
819 +OK
820 +
821 +)))
822 +
823 +(% style="color:blue" %)**Downlink Command: 0x07**(%%)
824 +Format: Command Code (0x07) followed by 2 bytes.
825 +
826 +The first and second bytes are the time to turn on.
827 +
828 +* Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
829 +* Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
830 +
831 +=== 3.3.3  Enable / Disable Alarm ===
832 +
833 +
798 798  Feature: Enable/Disable Alarm for open/close event. Default value 0.
799 799  
800 800  (% style="color:blue" %)**AT Command: **
... ... @@ -811,7 +811,7 @@
811 811  0xA7 00  ~/~/ Same As AT+DISALARM=0
812 812  
813 813  
814 -=== 3.3.3  Alarm Base on Timeout ===
850 +=== 3.3.4  Alarm Base on Timeout ===
815 815  
816 816  
817 817  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:
... ... @@ -895,7 +895,7 @@
895 895  If user send 0xA9 02 00 00 1E: equal to AT+TTRIG2=0,30  **or**  0xA9 02 00 00 00: Equal to AT+TTRIG2=0,0.
896 896  
897 897  
898 -=== 3.3.4  TTRIG1 & TTRIG2 timeout status alarm ===
934 +=== 3.3.5  TTRIG1 & TTRIG2 timeout status alarm ===
899 899  
900 900  
901 901  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.
... ... @@ -924,7 +924,7 @@
924 924  Example:  0C aa  => AT+TTRALARM= aa
925 925  
926 926  
927 -=== 3.3.5  Count Mod ===
963 +=== 3.3.6  Count Mod ===
928 928  
929 929  
930 930  Feature: Manually set the count mode.
... ... @@ -953,7 +953,7 @@
953 953  Example:  0B aa  => AT+COUNTMOD = second byte
954 954  
955 955  
956 -=== 3.3.6  Number of channel of door sensors ===
992 +=== 3.3.7  Number of channel of door sensors ===
957 957  
958 958  
959 959  Feature: Set the number of door sensor channels.
... ... @@ -982,7 +982,7 @@
982 982  Example:  0D aa => AT+TTRCHANNEL = second byte
983 983  
984 984  
985 -=== 3.3.7  Set Time Sync Mode ===
1021 +=== 3.3.8  Set Time Sync Mode ===
986 986  
987 987  
988 988  Feature: Enable/Disable Sync system time via LoRaWAN MAC Command (DeviceTimeReq), LoRaWAN server must support v1.0.3 protocol to reply to this command.
... ... @@ -1020,13 +1020,13 @@
1020 1020  0x28 00  ~/~/ Same As AT+SYNCMOD=0
1021 1021  
1022 1022  
1023 -=== 3.3.8  Clear the open door times and the duration of the last open door ===
1059 +=== 3.3.9  Clear the open door times and the duration of the last open door ===
1024 1024  
1025 1025  
1026 1026  (% style="color:blue" %)**AT Command:**
1027 1027  
1028 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
1029 -|=(% 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**
1064 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1065 +|=(% style="width: 163px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 290px; background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 57px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1030 1030  |(% style="width:155px" %)AT+CLRC|(% style="width:259px" %)clear the open door times and the duration of the last open door.|(% style="width:44px" %)(((
1031 1031  OK
1032 1032  )))
... ... @@ -1036,7 +1036,7 @@
1036 1036  The sensor will clear the open door times and the duration of the last open door.
1037 1037  
1038 1038  
1039 -=== 3.3.9  Set the count value of the number of open door ===
1075 +=== 3.3.10  Set the count value of the number of open door ===
1040 1040  
1041 1041  
1042 1042  (% style="color:blue" %)**AT Command:**
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0