<
From version < 10.1 >
edited by Saxer Lin
on 2023/06/21 15:51
To version < 9.4 >
edited by Xiaoling
on 2023/06/09 09:31
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Saxer
1 +XWiki.Xiaoling
Content
... ... @@ -71,7 +71,6 @@
71 71  * Wall Mountable
72 72  * Outdoor Use
73 73  
74 -
75 75  == 1.3 Specification ==
76 76  
77 77  
... ... @@ -105,7 +105,6 @@
105 105  * Sleep Mode: 5uA @ 3.3v
106 106  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
107 107  
108 -
109 109  == 1.4 Applications ==
110 110  
111 111  
... ... @@ -139,7 +139,6 @@
139 139  )))
140 140  |(% 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.
141 141  
142 -
143 143  == 1.7 BLE connection ==
144 144  
145 145  
... ... @@ -323,7 +323,7 @@
323 323  **Status & Alarm:**
324 324  
325 325  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
326 -|(% 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**
323 +|(% style="width:76px" %)**Size(bit)**|(% style="width:79px" %)**bit7**|(% style="width:84px" %)**bit6**|(% style="width:96px" %)**[bit5:bit2]**|(% style="width:197px" %)**bit1**|(% style="width:104px" %)**bit0**
327 327  |(% style="width:76px" %)**Value**|(% style="width:79px" %)(((
328 328  No ACK Message
329 329  )))|(% style="width:84px" %)(((
... ... @@ -563,7 +563,6 @@
563 563  * 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]].
564 564  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
565 565  
566 -
567 567  == 3.2 General Commands ==
568 568  
569 569  
... ... @@ -611,7 +611,6 @@
611 611  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
612 612  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
613 613  
614 -
615 615  === 3.3.2 Get Device Status ===
616 616  
617 617  
... ... @@ -794,7 +794,32 @@
794 794  Example:  0C aa  => AT+TTRALARM= aa
795 795  
796 796  
792 +=== 3.3.10  Select counting mode ===
797 797  
794 +
795 +(% style="color:blue" %)**AT+TTRMODx=a,b**
796 +
797 +When (% style="color:#037691" %)**a=0**(%%), the door is opened to count, and when (% style="color:#037691" %)**a=1**(%%),the closed door is counted.
798 +
799 +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.
800 +
801 +(% style="color:blue" %)**AT Command:**
802 +
803 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
804 +|=(% 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**
805 +|(% style="width:155px" %)(((
806 +AT+TTRMODx=1,0
807 +)))|(% style="width:278px" %)Door closed count and record the last door opened duration|(% style="width:85px" %)(((
808 +OK
809 +)))
810 +|(% style="width:155px" %)(((
811 +AT+TTRMODx=0,1
812 +)))|(% style="width:278px" %)(((
813 +Door opened count and record the last door Door Door open closed duration
814 +)))|(% style="width:85px" %)(((
815 +OK
816 +)))
817 +
798 798  = 4. Battery & Power Consumption =
799 799  
800 800  
... ... @@ -820,7 +820,6 @@
820 820  * (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/]]
821 821  * 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]]**.
822 822  
823 -
824 824  = 6. FAQ =
825 825  
826 826  
... ... @@ -848,7 +848,6 @@
848 848  
849 849  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
850 850  
851 -
852 852  = 8. ​Packing Info =
853 853  
854 854  
... ... @@ -866,7 +866,6 @@
866 866  
867 867  * Weight / pcs : g
868 868  
869 -
870 870  = 9. Support =
871 871  
872 872  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0