Changes for page DS03A-LB/LS -- Outdoor LoRaWAN Door Sensor User Manual
Last modified by Mengting Qiu on 2025/01/10 09:53
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Saxer1 +XWiki.Xiaoling - 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 ... ... @@ -752,6 +752,8 @@ 752 752 * 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]]. 753 753 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 754 754 761 + 762 + 755 755 == 3.2 General Commands == 756 756 757 757 ... ... @@ -799,9 +799,43 @@ 799 799 * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 800 800 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 801 801 802 -=== 3.3.2 Enable / Disable Alarm === 803 803 804 804 812 +=== 3.3.2 Set Power Output Duration === 813 + 814 + 815 +Control the output duration 5V . Before each sampling, device will 816 + 817 +~1. first enable the power output to external sensor, 818 + 819 +2. keep it on as per duration, read sensor value and construct uplink payload 820 + 821 +3. final, close the power output. 822 + 823 +(% style="color:blue" %)**AT Command: AT+5VT** 824 + 825 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 826 +|=(% 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** 827 +|(% style="width:156px" %)AT+5VT=?|(% style="width:204px" %)Show 5V open time.|(% style="width:149px" %)0 (default) 828 +OK 829 +|(% style="width:156px" %)AT+5VT=500|(% style="width:204px" %)Close after a delay of 500 milliseconds.|(% style="width:149px" %)((( 830 +OK 831 + 832 +))) 833 + 834 +(% style="color:blue" %)**Downlink Command: 0x07**(%%) 835 +Format: Command Code (0x07) followed by 2 bytes. 836 + 837 +The first and second bytes are the time to turn on. 838 + 839 +* Example 1: Downlink Payload: 070000 **~-~-->** AT+5VT=0 840 +* Example 2: Downlink Payload: 0701F4 **~-~-->** AT+5VT=500 841 + 842 + 843 + 844 +=== 3.3.3 Enable / Disable Alarm === 845 + 846 + 805 805 Feature: Enable/Disable Alarm for open/close event. Default value 0. 806 806 807 807 (% style="color:blue" %)**AT Command: ** ... ... @@ -818,7 +818,7 @@ 818 818 0xA7 00 ~/~/ Same As AT+DISALARM=0 819 819 820 820 821 -=== 3.3. 3Alarm Base on Timeout ===863 +=== 3.3.4 Alarm Base on Timeout === 822 822 823 823 824 824 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: ... ... @@ -902,7 +902,7 @@ 902 902 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. 903 903 904 904 905 -=== 3.3. 4TTRIG1 & TTRIG2 timeout status alarm ===947 +=== 3.3.5 TTRIG1 & TTRIG2 timeout status alarm === 906 906 907 907 908 908 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. ... ... @@ -931,7 +931,7 @@ 931 931 Example: 0C aa => AT+TTRALARM= aa 932 932 933 933 934 -=== 3.3. 5Count Mod ===976 +=== 3.3.6 Count Mod === 935 935 936 936 937 937 Feature: Manually set the count mode. ... ... @@ -960,7 +960,7 @@ 960 960 Example: 0B aa => AT+COUNTMOD = second byte 961 961 962 962 963 -=== 3.3. 6Number of channel of door sensors ===1005 +=== 3.3.7 Number of channel of door sensors === 964 964 965 965 966 966 Feature: Set the number of door sensor channels. ... ... @@ -989,7 +989,7 @@ 989 989 Example: 0D aa => AT+TTRCHANNEL = second byte 990 990 991 991 992 -=== 3.3. 7Set Time Sync Mode ===1034 +=== 3.3.8 Set Time Sync Mode === 993 993 994 994 995 995 Feature: Enable/Disable Sync system time via LoRaWAN MAC Command (DeviceTimeReq), LoRaWAN server must support v1.0.3 protocol to reply to this command. ... ... @@ -1027,7 +1027,7 @@ 1027 1027 0x28 00 ~/~/ Same As AT+SYNCMOD=0 1028 1028 1029 1029 1030 -=== 3.3. 8Clear the open door times and the duration of the last open door ===1072 +=== 3.3.9 Clear the open door times and the duration of the last open door === 1031 1031 1032 1032 1033 1033 (% style="color:blue" %)**AT Command:** ... ... @@ -1043,7 +1043,7 @@ 1043 1043 The sensor will clear the open door times and the duration of the last open door. 1044 1044 1045 1045 1046 -=== 3.3. 9Set the count value of the number of open door ===1088 +=== 3.3.10 Set the count value of the number of open door === 1047 1047 1048 1048 1049 1049 (% style="color:blue" %)**AT Command:** ... ... @@ -1099,6 +1099,8 @@ 1099 1099 * (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/]]** 1100 1100 * 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]]**. 1101 1101 1144 + 1145 + 1102 1102 = 6. FAQ = 1103 1103 1104 1104 ... ... @@ -1126,6 +1126,8 @@ 1126 1126 1127 1127 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 1128 1128 1173 + 1174 + 1129 1129 = 8. Packing Info = 1130 1130 1131 1131 ... ... @@ -1143,6 +1143,8 @@ 1143 1143 1144 1144 * Weight / pcs : g 1145 1145 1192 + 1193 + 1146 1146 = 9. Support = 1147 1147 1148 1148