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
-
... ... @@ -156,7 +156,6 @@ 156 156 157 157 [[image:image-20230630160843-7.png]] 158 158 159 - 160 160 == 1.9 Mechanical == 161 161 162 162 ... ... @@ -237,13 +237,11 @@ 237 237 === 2.3.1 Device Status, FPORT~=5 === 238 238 239 239 240 - Includedeviceconfigurestatus.OnceDS03A-LBJoinedthenetwork,itwilluplink this messageto theserver.After that,DS03A-LB will uplinkDeviceStatusevery 12 hours.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. 241 241 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. 243 - 244 - 245 245 The Payload format is as below. 246 246 243 + 247 247 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 248 248 |(% colspan="6" style="background-color:#d9e2f3; color:#0070c0" %)**Device Status (FPORT=5)** 249 249 |(% style="width:103px" %)**Size (bytes)**|(% style="width:72px" %)**1**|**2**|(% style="width:91px" %)**1**|(% style="width:86px" %)**1**|(% style="width:44px" %)**2** ... ... @@ -310,7 +310,7 @@ 310 310 === 2.3.2 Sensor Configuration, FPORT~=4 === 311 311 312 312 313 -DS03A-LB will only send this command after getting the downlink command **(0x26 02)**from the server.310 +DS03A-LB will only send this command after getting the downlink command (0x26 02) from the server. 314 314 315 315 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:515px" %) 316 316 |(% colspan="8" style="background-color:#d9e2f3; color:#0070c0; width:515px" %)**Sensor Configuration FPORT=4** ... ... @@ -325,11 +325,6 @@ 325 325 Alarm interval(unit: min) 326 326 ))) 327 327 328 -Example parse in TTNv3 329 - 330 -[[image:image-20230630155527-3.png||height="146" width="902"]] 331 - 332 - 333 333 * ((( 334 334 (% style="color:blue" %)**TDC: (default: 0x001C20)** 335 335 ))) ... ... @@ -355,6 +355,7 @@ 355 355 356 356 Shows the configure value of [[Alarm Base on Timeout Feature>>||anchor="H3.3.3A0AlarmBaseonTimeout"]] 357 357 350 +[[image:image-20230630155527-3.png||height="146" width="902"]] 358 358 359 359 360 360 * ((( ... ... @@ -402,9 +402,9 @@ 402 402 (% style="color:blue" %)**Count mod:Default=0** 403 403 ))) 404 404 405 -0 :Uplink total open door times since factory398 +MOD=0 ~-~-> Uplink total open door times since factory 406 406 407 -1 :Uplink total open door times since last FPORT=2 uplink.400 +MOD=1 ~-~-> Uplink total open door times since last FPORT=2 uplink. 408 408 409 409 410 410 * (% style="color:blue" %)**TDC flag** ... ... @@ -491,12 +491,12 @@ 491 491 492 492 493 493 * ((( 494 -(% style="color:blue" %)**Count mod:Default=0** 487 +**(% style="color:blue" %)**Count mod:Default=0** 495 495 ))) 496 496 497 -0 :Uplink total open door times since factory490 +MOD=0 ~-~-> Uplink total open door times since factory 498 498 499 -1 :Uplink total open door times since last FPORT=2 uplink.492 +MOD=1 ~-~-> Uplink total open door times since last FPORT=2 uplink. 500 500 501 501 502 502 * (% style="color:blue" %)**TDC flag** ... ... @@ -571,7 +571,7 @@ 571 571 ))) 572 572 573 573 * ((( 574 -Each data entry is 11 bytes and has the same structure as [[Real-Time open/close status>>||anchor="H2.3. 3A0Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2"]], to save airtime and battery, DS03A-LB will send max bytes according to the current DR and Frequency bands.567 +Each data entry is 11 bytes and has the same structure as [[Real-Time open/close status>>||anchor="H2.3.2A0Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2"]], to save airtime and battery, DS03A-LB will send max bytes according to the current DR and Frequency bands. 575 575 ))) 576 576 577 577 For example, in the US915 band, the max payload for different DR is: ... ... @@ -823,6 +823,7 @@ 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: 825 825 819 + 826 826 * ((( 827 827 (% style="color:blue" %)**Keep Status: Status to be monitor** 828 828 ))) ... ... @@ -858,7 +858,7 @@ 858 858 **cc dd:** timeout. 859 859 860 860 861 - **1)**855 +1)**AT+TTRIG1**:(PA8 of pin) 862 862 863 863 (% style="color:blue" %)**AT Command to configure:** 864 864 ... ... @@ -877,11 +877,13 @@ 877 877 878 878 (% style="color:blue" %)**Downlink Command to configure:** 879 879 880 -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.874 +If user send 0xA9 01 01 00 1E: equal to AT+TTRIG1=1,30 or 881 881 876 + 0xA9 01 00 00 00: Equal to AT+TTRIG1=0,0. 882 882 883 -**2) AT+TTRIG2 : (PA4 of pin,need to use AT+TTRCHANNEL=2)** 884 884 879 +2)**AT+TTRIG2**:(PA4 of pin,need to use AT+TTRCHANNEL=2) 880 + 885 885 (% style="color:blue" %)**AT Command to configure:** 886 886 887 887 * ((( ... ... @@ -899,9 +899,11 @@ 899 899 900 900 (% style="color:blue" %)**Downlink Command to configure:** 901 901 902 -If user send 0xA9 02 00 00 1E: equal to AT+TTRIG2=0,30 **or**0xA9 02 00 00 00: Equal toAT+TTRIG2=0,0.898 +If user send 0xA9 02 00 00 1E: equal to AT+TTRIG2=0,30 or 903 903 900 + 0xA9 02 00 00 00: Equal to AT+TTRIG2=0,0. 904 904 902 + 905 905 === 3.3.4 TTRIG1 & TTRIG2 timeout status alarm === 906 906 907 907 ... ... @@ -1032,8 +1032,8 @@ 1032 1032 1033 1033 (% style="color:blue" %)**AT Command:** 1034 1034 1035 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:5 10px" %)1036 -|=(% style="width: 1 63px;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**1033 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %) 1034 +|=(% 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** 1037 1037 |(% style="width:155px" %)AT+CLRC|(% style="width:259px" %)clear the open door times and the duration of the last open door.|(% style="width:44px" %)((( 1038 1038 OK 1039 1039 ))) ... ... @@ -1094,8 +1094,9 @@ 1094 1094 1095 1095 Firmware and changelog can be downloaded from : **[[Firmware download link>>http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]]** 1096 1096 1097 -Methods to Update Firmware: 1098 1098 1096 +**Methods to Update Firmware:** 1097 + 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