<
From version < 10.1 >
edited by Saxer Lin
on 2023/06/21 15:51
To version < 12.2 >
edited by Xiaoling
on 2023/06/26 16:09
>
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
... ... @@ -72,6 +72,7 @@
72 72  * Outdoor Use
73 73  
74 74  
75 +
75 75  == 1.3 Specification ==
76 76  
77 77  
... ... @@ -106,6 +106,7 @@
106 106  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
107 107  
108 108  
110 +
109 109  == 1.4 Applications ==
110 110  
111 111  
... ... @@ -140,6 +140,7 @@
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 142  
145 +
143 143  == 1.7 BLE connection ==
144 144  
145 145  
... ... @@ -256,33 +256,33 @@
256 256  
257 257  (% style="color:#037691" %)**Frequency Band**:
258 258  
259 -*0x01: EU868
262 +0x01: EU868
260 260  
261 -*0x02: US915
264 +0x02: US915
262 262  
263 -*0x03: IN865
266 +0x03: IN865
264 264  
265 -*0x04: AU915
268 +0x04: AU915
266 266  
267 -*0x05: KZ865
270 +0x05: KZ865
268 268  
269 -*0x06: RU864
272 +0x06: RU864
270 270  
271 -*0x07: AS923
274 +0x07: AS923
272 272  
273 -*0x08: AS923-1
276 +0x08: AS923-1
274 274  
275 -*0x09: AS923-2
278 +0x09: AS923-2
276 276  
277 -*0x0a: AS923-3
280 +0x0a: AS923-3
278 278  
279 -*0x0b: CN470
282 +0x0b: CN470
280 280  
281 -*0x0c: EU433
284 +0x0c: EU433
282 282  
283 -*0x0d: KR920
286 +0x0d: KR920
284 284  
285 -*0x0e: MA869
288 +0x0e: MA869
286 286  
287 287  
288 288  (% style="color:#037691" %)**Sub-Band**:
... ... @@ -313,8 +313,8 @@
313 313  
314 314  Uplink Payload totals 11 bytes.
315 315  
316 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
317 -|=(% colspan="5" style="background-color: rgb(217, 226, 243); color: rgb(0, 112, 192); width: 522px;" %)**Real-Time Open/Close Status, FPORT=2**
319 +(% border="1" cellspacing="4" style="background-color:#f2f2f2;width:515px" %)
320 +|=(% colspan="5" style="background-color:#D9E2F3;color:#0070C0;width:515px" %)**Real-Time Open/Close Status, FPORT=2**
318 318  |(% style="width:95px" %)**Size(bytes)**|(% style="width:78px" %)**1**|(% style="width:98px" %)**3**|(% style="width:144px" %)**3**|(% style="width:108px" %)**4**
319 319  |(% style="width:95px" %)**Value**|(% style="width:78px" %)Status & [[Alarm>>||anchor="H3.3.4A0AlarmBaseonTimeout"]]|(% style="width:98px" %)Total open door events|(% style="width:144px" %)(((
320 320  The last door open duration (unit: min)
... ... @@ -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  
... ... @@ -732,7 +732,7 @@
732 732  |(% style="width:155px" %)(((
733 733  AT+TTRCHANNEL=1
734 734  )))|(% style="width:288px" %)(((
735 -set as single channel, only use PB14 pin as interrupt pin.
736 +set as single channel, only use PA8 pin as interrupt pin.
736 736  )))|(% style="width:44px" %)(((
737 737  OK
738 738  )))
... ... @@ -739,7 +739,7 @@
739 739  |(% style="width:155px" %)(((
740 740  AT+TTRCHANNEL=2
741 741  )))|(% style="width:288px" %)(((
742 -is set as dual channel, use PB14 pin and PB15 pin as interrupt pin.
743 +is set as dual channel, use PA8 pin and PA4 pin as interrupt pin.
743 743  )))|(% style="width:44px" %)(((
744 744  OK
745 745  )))
... ... @@ -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