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

From version 60.19
edited by Xiaoling
on 2023/06/05 14:40
Change comment: There is no comment for this version
To version 63.1
edited by Saxer Lin
on 2023/06/10 16:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Saxer
Content
... ... @@ -48,7 +48,6 @@
48 48  * Downlink to change configure
49 49  * 8500mAh Battery for long term use
50 50  
51 -
52 52  == 1.3 Specification ==
53 53  
54 54  
... ... @@ -91,7 +91,6 @@
91 91  * Sleep Mode: 5uA @ 3.3v
92 92  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
93 93  
94 -
95 95  == 1.4 Sleep mode and working mode ==
96 96  
97 97  
... ... @@ -119,7 +119,6 @@
119 119  )))
120 120  |(% 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.
121 121  
122 -
123 123  == 1.6 BLE connection ==
124 124  
125 125  
... ... @@ -137,7 +137,7 @@
137 137  
138 138  == 1.7 Pin Definitions ==
139 139  
140 -[[image:image-20230523174230-1.png]]
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"]]
141 141  
142 142  
143 143  == 1.8 Hardware Variant ==
... ... @@ -573,7 +573,6 @@
573 573  * 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]].
574 574  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
575 575  
576 -
577 577  == 3.2 General Commands ==
578 578  
579 579  
... ... @@ -601,7 +601,7 @@
601 601  (% style="color:blue" %)**AT Command: AT+TDC**
602 602  
603 603  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
604 -|=(% style="width: 156px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 137px;background-color:#D9E2F3" %)**Function**|=(% style="background-color:#D9E2F3" %)**Response**
600 +|=(% style="width: 156px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 137px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response**
605 605  |(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|(((
606 606  30000
607 607  OK
... ... @@ -621,7 +621,6 @@
621 621  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
622 622  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
623 623  
624 -
625 625  === 3.3.2 Get Device Status ===
626 626  
627 627  
... ... @@ -705,7 +705,6 @@
705 705  
706 706  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
707 707  
708 -
709 709  === 3.3.7 Set Interrupt Mode ===
710 710  
711 711  
... ... @@ -716,7 +716,7 @@
716 716  (% style="color:blue" %)**AT Command: AT+INTMOD**
717 717  
718 718  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
719 -|=(% style="width: 155px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3" %)**Response**
713 +|=(% 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**
720 720  |(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((
721 721  0
722 722  OK
... ... @@ -739,7 +739,6 @@
739 739  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
740 740  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
741 741  
742 -
743 743  === 3.3.8 Set Power Output Duration ===
744 744  
745 745  
... ... @@ -754,7 +754,7 @@
754 754  (% style="color:blue" %)**AT Command: AT+5VT**
755 755  
756 756  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
757 -|=(% style="width: 155px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3" %)**Response**
750 +|=(% 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**
758 758  |(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)0 (default)
759 759  OK
760 760  |(% style="width:154px" %)AT+5VT=500|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK
... ... @@ -768,7 +768,6 @@
768 768  * Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
769 769  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
770 770  
771 -
772 772  = 4. Battery & Power Consumption =
773 773  
774 774  
... ... @@ -795,7 +795,6 @@
795 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 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]]**.
797 797  
798 -
799 799  = 6. FAQ =
800 800  
801 801  
... ... @@ -823,7 +823,6 @@
823 823  
824 824  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
825 825  
826 -
827 827  = 8. ​Packing Info =
828 828  
829 829  
... ... @@ -841,7 +841,6 @@
841 841  
842 842  * Weight / pcs : g
843 843  
844 -
845 845  = 9. Support =
846 846  
847 847  
image-20230610163920-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +695.8 KB
Content