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 (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -259,33 +259,33 @@ 259 259 260 260 (% style="color:#037691" %)**Frequency Band**: 261 261 262 -0x01: EU868 262 +*0x01: EU868 263 263 264 -0x02: US915 264 +*0x02: US915 265 265 266 -0x03: IN865 266 +*0x03: IN865 267 267 268 -0x04: AU915 268 +*0x04: AU915 269 269 270 -0x05: KZ865 270 +*0x05: KZ865 271 271 272 -0x06: RU864 272 +*0x06: RU864 273 273 274 -0x07: AS923 274 +*0x07: AS923 275 275 276 -0x08: AS923-1 276 +*0x08: AS923-1 277 277 278 -0x09: AS923-2 278 +*0x09: AS923-2 279 279 280 -0x0a: AS923-3 280 +*0x0a: AS923-3 281 281 282 -0x0b: CN470 282 +*0x0b: CN470 283 283 284 -0x0c: EU433 284 +*0x0c: EU433 285 285 286 -0x0d: KR920 286 +*0x0d: KR920 287 287 288 -0x0e: MA869 288 +*0x0e: MA869 289 289 290 290 291 291 (% style="color:#037691" %)**Sub-Band**: ... ... @@ -316,8 +316,8 @@ 316 316 317 317 Uplink Payload totals 11 bytes. 318 318 319 -(% border="1" cellspacing="4" style="background-color:#f2f2f2;width:5 15px" %)320 -|=(% colspan="5" style="background-color: #D9E2F3;color:#0070C0;width:515px" %)**Real-Time Open/Close Status, FPORT=2**319 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %) 320 +|=(% colspan="5" style="background-color: rgb(217, 226, 243); color: rgb(0, 112, 192); width: 522px;" %)**Real-Time Open/Close Status, FPORT=2** 321 321 |(% style="width:95px" %)**Size(bytes)**|(% style="width:78px" %)**1**|(% style="width:98px" %)**3**|(% style="width:144px" %)**3**|(% style="width:108px" %)**4** 322 322 |(% style="width:95px" %)**Value**|(% style="width:78px" %)Status & [[Alarm>>||anchor="H3.3.4A0AlarmBaseonTimeout"]]|(% style="width:98px" %)Total open door events|(% style="width:144px" %)((( 323 323 The last door open duration (unit: min) ... ... @@ -566,6 +566,8 @@ 566 566 * 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]]. 567 567 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 568 568 569 + 570 + 569 569 == 3.2 General Commands == 570 570 571 571 ... ... @@ -613,6 +613,8 @@ 613 613 * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 614 614 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 615 615 618 + 619 + 616 616 === 3.3.2 Get Device Status === 617 617 618 618 ... ... @@ -733,7 +733,7 @@ 733 733 |(% style="width:155px" %)((( 734 734 AT+TTRCHANNEL=1 735 735 )))|(% style="width:288px" %)((( 736 -set as single channel, only use P A8pin as interrupt pin.740 +set as single channel, only use PB14 pin as interrupt pin. 737 737 )))|(% style="width:44px" %)((( 738 738 OK 739 739 ))) ... ... @@ -740,7 +740,7 @@ 740 740 |(% style="width:155px" %)((( 741 741 AT+TTRCHANNEL=2 742 742 )))|(% style="width:288px" %)((( 743 -is set as dual channel, use P A8pin and PA4pin as interrupt pin.747 +is set as dual channel, use PB14 pin and PB15 pin as interrupt pin. 744 744 )))|(% style="width:44px" %)((( 745 745 OK 746 746 ))) ... ... @@ -795,7 +795,34 @@ 795 795 Example: 0C aa => AT+TTRALARM= aa 796 796 797 797 802 +=== 3.3.10 Select counting mode === 798 798 804 + 805 +(% style="color:blue" %)**AT+TTRMODx=a,b** 806 + 807 +When (% style="color:#037691" %)**a=0**(%%), the door is opened to count, and when (% style="color:#037691" %)**a=1**(%%),the closed door is counted. 808 + 809 +When (% style="color:#037691" %)**b=0**(%%), it is the last door open duration, and when (% style="color:#037691" %)**b=1**(%%),the last door close duration. 810 + 811 +(% style="color:blue" %)**AT Command:** 812 + 813 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 814 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 278px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 77px;background-color:#D9E2F3;color:#0070C0" %)**Response** 815 +|(% style="width:155px" %)((( 816 +AT+TTRMODx=1,0 817 +)))|(% style="width:278px" %)Door closed count and record the last door opened duration|(% style="width:85px" %)((( 818 +OK 819 +))) 820 +|(% style="width:155px" %)((( 821 +AT+TTRMODx=0,1 822 +)))|(% style="width:278px" %)((( 823 +Door opened count and record the last door Door Door open closed duration 824 +)))|(% style="width:85px" %)((( 825 +OK 826 +))) 827 + 828 + 829 + 799 799 = 4. Battery & Power Consumption = 800 800 801 801 ... ... @@ -821,6 +821,8 @@ 821 821 * (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/]] 822 822 * 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]]**. 823 823 855 + 856 + 824 824 = 6. FAQ = 825 825 826 826 ... ... @@ -848,6 +848,8 @@ 848 848 849 849 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 850 850 884 + 885 + 851 851 = 8. Packing Info = 852 852 853 853 ... ... @@ -865,6 +865,8 @@ 865 865 866 866 * Weight / pcs : g 867 867 903 + 904 + 868 868 = 9. Support = 869 869 870 870