Last modified by Xiaoling on 2025/04/16 14:39
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -39,7 +39,7 @@ 39 39 * LoRaWAN 1.0.3 Class A 40 40 * Ultra-low power consumption 41 41 * External 3 meters SHT31 probe (For S31-LB) 42 -* Measure range - 55°C ~~125°C42 +* Measure range -40°C ~~ 80°C 43 43 * Temperature & Humidity alarm 44 44 * Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/IN865 45 45 * Support Bluetooth v5.1 and LoRaWAN remote configure ... ... @@ -48,8 +48,6 @@ 48 48 * Downlink to change configure 49 49 * 8500mAh Battery for long term use 50 50 51 - 52 - 53 53 == 1.3 Specification == 54 54 55 55 ... ... @@ -92,8 +92,6 @@ 92 92 * Sleep Mode: 5uA @ 3.3v 93 93 * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm 94 94 95 - 96 - 97 97 == 1.4 Sleep mode and working mode == 98 98 99 99 ... ... @@ -121,8 +121,6 @@ 121 121 ))) 122 122 |(% 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. 123 123 124 - 125 - 126 126 == 1.6 BLE connection == 127 127 128 128 ... ... @@ -146,11 +146,11 @@ 146 146 == 1.8 Hardware Variant == 147 147 148 148 149 -(% border="1" cellspacing="5" style="width:4 72px" %)150 -|=(% style="width: 102px;background-color:#D9E2F3;color:#0070C0" %)Model|=(% style="width: 1 90px;background-color:#D9E2F3;color:#0070C0" %)Photo|=(% style="width: 187px; background-color:#D9E2F3;color:#0070C0" %)Probe Info143 +(% border="1" cellspacing="5" style="width:461.818px" %) 144 +|=(% style="width: 102px;background-color:#D9E2F3;color:#0070C0" %)Model|=(% style="width: 180px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)Photo|=(% style="width: 178px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)Probe Info 151 151 |(% style="width:102px" %)((( 152 152 S31-LB 153 -)))|(% style="width:1 90px" %)[[image:image-20230527093214-2.jpeg]]|(% style="width:187px" %)(((147 +)))|(% style="width:180px" %)[[image:image-20230527093214-2.jpeg]]|(% style="width:178px" %)((( 154 154 1 x SHT31 Probe 155 155 156 156 Cable Length : 2 meters ... ... @@ -159,7 +159,7 @@ 159 159 ))) 160 160 |(% style="width:102px" %)((( 161 161 S31B-LB 162 -)))|(% style="width:1 90px" %)[[image:image-20230527093155-1.jpeg]]|(% style="width:187px" %)(((156 +)))|(% style="width:180px" %)[[image:image-20230527093155-1.jpeg]]|(% style="width:178px" %)((( 163 163 1 x SHT31 Probe 164 164 165 165 Installed in device. ... ... @@ -575,8 +575,6 @@ 575 575 * 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]]. 576 576 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 577 577 578 - 579 - 580 580 == 3.2 General Commands == 581 581 582 582 ... ... @@ -624,8 +624,6 @@ 624 624 * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 625 625 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 626 626 627 - 628 - 629 629 === 3.3.2 Get Device Status === 630 630 631 631 ... ... @@ -709,8 +709,6 @@ 709 709 710 710 * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message. 711 711 712 - 713 - 714 714 === 3.3.7 Set Interrupt Mode === 715 715 716 716 ... ... @@ -744,8 +744,6 @@ 744 744 * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 745 745 * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 746 746 747 - 748 - 749 749 === 3.3.8 Set Power Output Duration === 750 750 751 751 ... ... @@ -774,8 +774,6 @@ 774 774 * Example 1: Downlink Payload: 070000 **~-~-->** AT+5VT=0 775 775 * Example 2: Downlink Payload: 0701F4 **~-~-->** AT+5VT=500 776 776 777 - 778 - 779 779 = 4. Battery & Power Consumption = 780 780 781 781 ... ... @@ -802,8 +802,6 @@ 802 802 * (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/]]** 803 803 * 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]]**. 804 804 805 - 806 - 807 807 = 6. FAQ = 808 808 809 809 ... ... @@ -831,8 +831,6 @@ 831 831 832 832 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 833 833 834 - 835 - 836 836 = 8. Packing Info = 837 837 838 838 ... ... @@ -850,8 +850,6 @@ 850 850 851 851 * Weight / pcs : g 852 852 853 - 854 - 855 855 = 9. Support = 856 856 857 857