Last modified by Mengting Qiu on 2025/07/01 15:58

From version 66.1
edited by Bei Jinggeng
on 2023/08/02 10:43
Change comment: There is no comment for this version
To version 62.1
edited by Saxer Lin
on 2023/06/10 16:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Saxer
Content
... ... @@ -48,6 +48,7 @@
48 48  * Downlink to change configure
49 49  * 8500mAh Battery for long term use
50 50  
51 +
51 51  == 1.3 Specification ==
52 52  
53 53  
... ... @@ -90,6 +90,7 @@
90 90  * Sleep Mode: 5uA @ 3.3v
91 91  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
92 92  
94 +
93 93  == 1.4 Sleep mode and working mode ==
94 94  
95 95  
... ... @@ -117,6 +117,7 @@
117 117  )))
118 118  |(% 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.
119 119  
122 +
120 120  == 1.6 BLE connection ==
121 121  
122 122  
... ... @@ -134,7 +134,7 @@
134 134  
135 135  == 1.7 Pin Definitions ==
136 136  
137 -[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SN50v3-LB/WebHome/image-20230610163213-1.png?width=699&height=404&rev=1.1||alt="image-20230610163213-1.png"]]
140 +[[image:image-20230610163920-1.png||height="485" width="833"]]
138 138  
139 139  
140 140  == 1.8 Hardware Variant ==
... ... @@ -258,33 +258,33 @@
258 258  
259 259  (% style="color:#037691" %)**Frequency Band**:
260 260  
261 -0x01: EU868
264 +*0x01: EU868
262 262  
263 -0x02: US915
266 +*0x02: US915
264 264  
265 -0x03: IN865
268 +*0x03: IN865
266 266  
267 -0x04: AU915
270 +*0x04: AU915
268 268  
269 -0x05: KZ865
272 +*0x05: KZ865
270 270  
271 -0x06: RU864
274 +*0x06: RU864
272 272  
273 -0x07: AS923
276 +*0x07: AS923
274 274  
275 -0x08: AS923-1
278 +*0x08: AS923-1
276 276  
277 -0x09: AS923-2
280 +*0x09: AS923-2
278 278  
279 -0x0a: AS923-3
282 +*0x0a: AS923-3
280 280  
281 -0x0b: CN470
284 +*0x0b: CN470
282 282  
283 -0x0c: EU433
286 +*0x0c: EU433
284 284  
285 -0x0d: KR920
288 +*0x0d: KR920
286 286  
287 -0x0e: MA869
290 +*0x0e: MA869
288 288  
289 289  
290 290  (% style="color:#037691" %)**Sub-Band**:
... ... @@ -338,6 +338,7 @@
338 338  Ex2: 0x0B49 = 2889mV
339 339  
340 340  
344 +
341 341  ==== (% style="color:#4472c4" %)**Temperature**(%%) ====
342 342  
343 343  **Example**:
... ... @@ -569,6 +569,7 @@
569 569  * AT Command via UART Connection : See [[UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]].
570 570  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
571 571  
576 +
572 572  == 3.2 General Commands ==
573 573  
574 574  
... ... @@ -616,6 +616,7 @@
616 616  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
617 617  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
618 618  
624 +
619 619  === 3.3.2 Get Device Status ===
620 620  
621 621  
... ... @@ -699,6 +699,7 @@
699 699  
700 700  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
701 701  
708 +
702 702  === 3.3.7 Set Interrupt Mode ===
703 703  
704 704  
... ... @@ -732,6 +732,7 @@
732 732  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
733 733  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
734 734  
742 +
735 735  === 3.3.8 Set Power Output Duration ===
736 736  
737 737  
... ... @@ -749,7 +749,7 @@
749 749  |=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Response**
750 750  |(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)0 (default)
751 751  OK
752 -|(% style="width:154px" %)AT+5VT=1000|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK
760 +|(% style="width:154px" %)AT+5VT=500|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK
753 753  
754 754  (% style="color:blue" %)**Downlink Command: 0x07**
755 755  
... ... @@ -760,6 +760,7 @@
760 760  * Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
761 761  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
762 762  
771 +
763 763  = 4. Battery & Power Consumption =
764 764  
765 765  
... ... @@ -778,14 +778,15 @@
778 778  * Update with new features.
779 779  * Fix bugs.
780 780  
781 -Firmware and changelog can be downloaded from : **[[Firmware download link>>https://www.dropbox.com/sh/fis3g6nmhv0eokg/AAC6BcCZaX4BdqZkduUvZ3jIa?dl=0]]**
790 +Firmware and changelog can be downloaded from : **[[Firmware download link>>url:https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]]**
782 782  
783 783  
784 784  Methods to Update Firmware:
785 785  
786 -* (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/]]**
787 -* 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]]**.
795 +* (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/]]
796 +* 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]]**.
788 788  
798 +
789 789  = 6. FAQ =
790 790  
791 791  
... ... @@ -813,6 +813,7 @@
813 813  
814 814  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
815 815  
826 +
816 816  = 8. ​Packing Info =
817 817  
818 818  
... ... @@ -830,6 +830,7 @@
830 830  
831 831  * Weight / pcs : g
832 832  
844 +
833 833  = 9. Support =
834 834  
835 835