<
From version < 12.1 >
edited by Ellie Zhang
on 2023/06/26 09:57
To version < 8.1 >
edited by Saxer Lin
on 2023/06/08 17:50
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Ellie
1 +XWiki.Saxer
Content
... ... @@ -71,6 +71,7 @@
71 71  * Wall Mountable
72 72  * Outdoor Use
73 73  
74 +
74 74  == 1.3 Specification ==
75 75  
76 76  
... ... @@ -104,6 +104,7 @@
104 104  * Sleep Mode: 5uA @ 3.3v
105 105  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
106 106  
108 +
107 107  == 1.4 Applications ==
108 108  
109 109  
... ... @@ -137,6 +137,7 @@
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  
142 +
140 140  == 1.7 BLE connection ==
141 141  
142 142  
... ... @@ -319,15 +319,18 @@
319 319  
320 320  **Status & Alarm:**
321 321  
322 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
323 -|(% style="background-color:#d9e2f3; color:#0070c0; width:60px" %)**Size(bit)**|(% style="background-color:#d9e2f3; color:#0070c0; width:80px" %)**bit7**|(% style="background-color:#d9e2f3; color:#0070c0; width:80px" %)**bit6**|(% style="background-color:#d9e2f3; color:#0070c0; width:60px" %)**[bit5:bit2]**|(% style="background-color:#d9e2f3; color:#0070c0; width:130px" %)**bit1**|(% style="background-color:#d9e2f3; color:#0070c0; width:110px" %)**bit0**
324 -|(% style="width:76px" %)**Value**|(% style="width:79px" %)(((
325 -No ACK Message
326 -)))|(% style="width:84px" %)(((
327 -Poll Message Flag
328 -)))|(% style="width:96px" %)Reserve|(% style="width:197px" %)[[Enable/disable Timeout Alarm>>||anchor="H3.3.3A0Enable2FDisableAlarm"]]
329 -0: No Alarm; 1: Alarm|(% style="width:104px" %)Status 0: Close, 1: Open
325 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:589px" %)
326 +|(% style="width:76px" %)**Size(bit)**|(% style="width:79px" %)**bit7**|(% style="width:81px" %)**bit6**|(% style="width:111px" %)**[bit5:bit2]**|(% style="width:197px" %)**bit1**|(% style="width:104px" %)**bit0**
327 +|(% style="width:76px" %)**Value**|(% style="width:79px" %)Reserve|(% style="width:81px" %)(((
328 +Poll
330 330  
330 +Message
331 +
332 +Flag
333 +)))|(% style="width:111px" %)Reserve|(% style="width:197px" %)[[Enable/disable Timeout Alarm>>||anchor="H3.3.3A0Enable2FDisableAlarm"]]
334 +0: No Alarm; 1: Alarm|(% style="width:104px" %)Status
335 +0: Close, 1: Open
336 +
331 331  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LDS03A%20-%20Outdoor%20LoRaWAN%20OpenClose%20Door%20Sensor%20Manual/WebHome/image-20220609110547-6.png?width=1191&height=337&rev=1.1||alt="image-20220609110547-6.png" height="337" width="1191"]]
332 332  
333 333  
... ... @@ -560,6 +560,7 @@
560 560  * 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]].
561 561  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
562 562  
569 +
563 563  == 3.2 General Commands ==
564 564  
565 565  
... ... @@ -607,6 +607,7 @@
607 607  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
608 608  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
609 609  
617 +
610 610  === 3.3.2 Get Device Status ===
611 611  
612 612  
... ... @@ -727,7 +727,7 @@
727 727  |(% style="width:155px" %)(((
728 728  AT+TTRCHANNEL=1
729 729  )))|(% style="width:288px" %)(((
730 -set as single channel, only use PA8 pin as interrupt pin.
738 +set as single channel, only use PB14 pin as interrupt pin.
731 731  )))|(% style="width:44px" %)(((
732 732  OK
733 733  )))
... ... @@ -734,7 +734,7 @@
734 734  |(% style="width:155px" %)(((
735 735  AT+TTRCHANNEL=2
736 736  )))|(% style="width:288px" %)(((
737 -is set as dual channel, use PA8 pin and PA4 pin as interrupt pin.
745 +is set as dual channel, use PB14 pin and PB15 pin as interrupt pin.
738 738  )))|(% style="width:44px" %)(((
739 739  OK
740 740  )))
... ... @@ -789,7 +789,33 @@
789 789  Example:  0C aa  => AT+TTRALARM= aa
790 790  
791 791  
800 +=== 3.3.10  Select counting mode ===
792 792  
802 +
803 +(% style="color:blue" %)**AT+TTRMODx=a,b**
804 +
805 +When (% style="color:#037691" %)**a=0**(%%), the door is opened to count, and when (% style="color:#037691" %)**a=1**(%%),the closed door is counted.
806 +
807 +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.
808 +
809 +(% style="color:blue" %)**AT Command:**
810 +
811 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
812 +|=(% 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**
813 +|(% style="width:155px" %)(((
814 +AT+TTRMODx=1,0
815 +)))|(% style="width:278px" %)Door closed count and record the last door opened duration|(% style="width:85px" %)(((
816 +OK
817 +)))
818 +|(% style="width:155px" %)(((
819 +AT+TTRMODx=0,1
820 +)))|(% style="width:278px" %)(((
821 +Door opened count and record the last door Door Door open closed duration
822 +)))|(% style="width:85px" %)(((
823 +OK
824 +)))
825 +
826 +
793 793  = 4. Battery & Power Consumption =
794 794  
795 795  
... ... @@ -815,6 +815,7 @@
815 815  * (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/]]
816 816  * 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]]**.
817 817  
852 +
818 818  = 6. FAQ =
819 819  
820 820  
... ... @@ -842,6 +842,7 @@
842 842  
843 843  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
844 844  
880 +
845 845  = 8. ​Packing Info =
846 846  
847 847  
... ... @@ -859,6 +859,7 @@
859 859  
860 860  * Weight / pcs : g
861 861  
898 +
862 862  = 9. Support =
863 863  
864 864  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0