<
From version < 34.53 >
edited by Xiaoling
on 2023/07/01 15:37
To version < 34.59 >
edited by Xiaoling
on 2023/07/01 15:50
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -71,6 +71,8 @@
71 71  * Wall Mountable
72 72  * Outdoor Use
73 73  
74 +
75 +
74 74  == 1.3 Specification ==
75 75  
76 76  
... ... @@ -104,6 +104,8 @@
104 104  * Sleep Mode: 5uA @ 3.3v
105 105  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
106 106  
109 +
110 +
107 107  == 1.4 Applications ==
108 108  
109 109  
... ... @@ -137,6 +137,8 @@
137 137  )))
138 138  |(% style="width:167px" %)Fast press ACT 5 times.|(% style="width:117px" %)Deactivate Device|(% style="width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means Device is in Deep Sleep Mode.
139 139  
144 +
145 +
140 140  == 1.7 BLE connection ==
141 141  
142 142  
... ... @@ -156,6 +156,7 @@
156 156  
157 157  [[image:image-20230630160843-7.png]]
158 158  
165 +
159 159  == 1.9 Mechanical ==
160 160  
161 161  
... ... @@ -240,7 +240,6 @@
240 240  
241 241  The Payload format is as below.
242 242  
243 -
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**
... ... @@ -484,7 +484,7 @@
484 484  
485 485  
486 486  * (((
487 -(% style="color:blue" %)Count mod:Default=0
493 +(% style="color:blue" %)**Count mod:Default=0**
488 488  )))
489 489  
490 490  MOD=0 ~-~-> Uplink total open door times since factory
... ... @@ -745,6 +745,8 @@
745 745  * AT Command via UART Connection : See [[Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]].
746 746  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
747 747  
754 +
755 +
748 748  == 3.2 General Commands ==
749 749  
750 750  
... ... @@ -792,6 +792,8 @@
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  
803 +
804 +
795 795  === 3.3.2  Enable / Disable Alarm ===
796 796  
797 797  
... ... @@ -816,7 +816,6 @@
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:
818 818  
819 -
820 820  * (((
821 821  (% style="color:blue" %)**Keep Status: Status to be monitor**
822 822  )))
... ... @@ -852,7 +852,7 @@
852 852  **cc dd:** timeout.
853 853  
854 854  
855 -**1) AT+TTRIG1:(PA8 of pin)**
864 +**1) AT+TTRIG1 : (PA8 of pin)**
856 856  
857 857  (% style="color:blue" %)**AT Command to configure:**
858 858  
... ... @@ -874,7 +874,7 @@
874 874  If user send 0xA9 01 01 00 1E: equal to AT+TTRIG1=1,30 **or** 0xA9 01 00 00 00: Equal to AT+TTRIG1=0,0.
875 875  
876 876  
877 -**2) AT+TTRIG2:(PA4 of pin,need to use AT+TTRCHANNEL=2)**
886 +**2) AT+TTRIG2 : (PA4 of pin,need to use AT+TTRCHANNEL=2)**
878 878  
879 879  (% style="color:blue" %)**AT Command to configure:**
880 880  
... ... @@ -1026,8 +1026,8 @@
1026 1026  
1027 1027  (% style="color:blue" %)**AT Command:**
1028 1028  
1029 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
1030 -|=(% 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**
1038 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1039 +|=(% 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**
1031 1031  |(% style="width:155px" %)AT+CLRC|(% style="width:259px" %)clear the open door times and the duration of the last open door.|(% style="width:44px" %)(((
1032 1032  OK
1033 1033  )))
... ... @@ -1093,6 +1093,8 @@
1093 1093  * (Recommanded way) OTA firmware update via wireless:** [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]]**
1094 1094  * Update through UART TTL interface: **[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**.
1095 1095  
1105 +
1106 +
1096 1096  = 6. FAQ =
1097 1097  
1098 1098  
... ... @@ -1120,6 +1120,8 @@
1120 1120  
1121 1121  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1122 1122  
1134 +
1135 +
1123 1123  = 8. ​Packing Info =
1124 1124  
1125 1125  
... ... @@ -1137,6 +1137,8 @@
1137 1137  
1138 1138  * Weight / pcs : g
1139 1139  
1153 +
1154 +
1140 1140  = 9. Support =
1141 1141  
1142 1142  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0