Last modified by Mengting Qiu on 2025/07/01 15:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- 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 ... ... @@ -143,11 +143,11 @@ 143 143 == 1.8 Hardware Variant == 144 144 145 145 146 -(% border="1" cellspacing="5" style="width: 472px" %)147 -|=(% style="width: 102px;background-color:#D9E2F3;color:#0070C0" %)Model|=(% style="width: 190px;background-color:#D9E2F3;color:#0070C0" %)Photo|=(% style="width: 18 7px;143 +(% border="1" cellspacing="5" style="width:510px" %) 144 +|=(% style="width: 102px;background-color:#D9E2F3;color:#0070C0" %)Model|=(% style="width: 190px;background-color:#D9E2F3;color:#0070C0" %)Photo|=(% style="width: 218px;background-color:#D9E2F3;color:#0070C0" %)Probe Info 148 148 |(% style="width:102px" %)((( 149 149 S31-LB 150 -)))|(% style="width:190px" %)[[image:image-20230527093214-2.jpeg]]|(% style="width: 187px" %)(((147 +)))|(% style="width:190px" %)[[image:image-20230527093214-2.jpeg]]|(% style="width:297px" %)((( 151 151 1 x SHT31 Probe 152 152 153 153 Cable Length : 2 meters ... ... @@ -156,7 +156,7 @@ 156 156 ))) 157 157 |(% style="width:102px" %)((( 158 158 S31B-LB 159 -)))|(% style="width:190px" %)[[image:image-20230527093155-1.jpeg]]|(% style="width: 187px" %)(((156 +)))|(% style="width:190px" %)[[image:image-20230527093155-1.jpeg]]|(% style="width:297px" %)((( 160 160 1 x SHT31 Probe 161 161 162 162 Installed in device. ... ... @@ -556,12 +556,6 @@ 556 556 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]] 557 557 558 558 559 -== 2.8 Firmware Change Log == 560 - 561 - 562 -**Firmware download link: **[[https:~~/~~/www.dropbox.com/sh/fis3g6nmhv0eokg/AAC6BcCZaX4BdqZkduUvZ3jIa?dl=0>>https://www.dropbox.com/sh/fis3g6nmhv0eokg/AAC6BcCZaX4BdqZkduUvZ3jIa?dl=0]] 563 - 564 - 565 565 = 3. Configure S31x-LB = 566 566 567 567 == 3.1 Configure Methods == ... ... @@ -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 ... ... @@ -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 ... ... @@ -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 ... ... @@ -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