Last modified by Mengting Qiu on 2025/07/01 15:58
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 5 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -S31/S31B-LB /LS--LoRaWAN Outdoor Temperature & Humidity Sensor User Manual1 +S31-LB / S31B-LB LoRaWAN Outdoor Temperature & Humidity Sensor User Manual - Content
-
... ... @@ -1,6 +1,9 @@ 1 - [[image:image-20240104162020-4.png||height="348" width="269"]] (% style="display:none" %) (%%) (% style="display:none" %) (%%) [[image:image-20240104161116-1.png||height="350" width="276"]] (% style="display:none" %) (%%) (% style="display:none" %) (%%) [[image:image-20240104162104-5.png||height="333" width="169"]](% style="display:none" %) (%%) [[image:image-20240104161535-2.png||height="336" width="208"]](% style="display:none" %) 1 +(% style="text-align:center" %) 2 +[[image:S31-B.jpg]] 2 2 3 3 5 + 6 + 4 4 **Table of Contents:** 5 5 6 6 {{toc/}} ... ... @@ -45,6 +45,7 @@ 45 45 * Downlink to change configure 46 46 * 8500mAh Battery for long term use 47 47 51 + 48 48 == 1.3 Specification == 49 49 50 50 ... ... @@ -87,6 +87,7 @@ 87 87 * Sleep Mode: 5uA @ 3.3v 88 88 * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm 89 89 94 + 90 90 == 1.4 Sleep mode and working mode == 91 91 92 92 ... ... @@ -114,6 +114,7 @@ 114 114 ))) 115 115 |(% 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. 116 116 122 + 117 117 == 1.6 BLE connection == 118 118 119 119 ... ... @@ -137,11 +137,11 @@ 137 137 == 1.8 Hardware Variant == 138 138 139 139 140 -(% border="1" cellspacing="5" style="width:4 61.818px" %)141 -|=(% style="width: 102px;background-color:#D9E2F3;color:#0070C0" %)Model|=(% style="width: 1 82px;rgb(217, 226, 243);rgb(0, 112, 192);" %)Photo|=(% style="width: 176px; background-color:rgb(217, 226, 243);rgb(0, 112, 192);" %)Probe Info146 +(% 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: 187px; background-color:#D9E2F3;color:#0070C0" %)Probe Info 142 142 |(% style="width:102px" %)((( 143 143 S31-LB 144 -)))|(% style="width:1 82px" %)[[image:image-20230527093214-2.jpeg]]|(% style="width:176px" %)(((150 +)))|(% style="width:190px" %)[[image:image-20230527093214-2.jpeg]]|(% style="width:187px" %)((( 145 145 1 x SHT31 Probe 146 146 147 147 Cable Length : 2 meters ... ... @@ -150,7 +150,7 @@ 150 150 ))) 151 151 |(% style="width:102px" %)((( 152 152 S31B-LB 153 -)))|(% style="width:1 82px" %)[[image:image-20230527093155-1.jpeg]]|(% style="width:176px" %)(((159 +)))|(% style="width:190px" %)[[image:image-20230527093155-1.jpeg]]|(% style="width:187px" %)((( 154 154 1 x SHT31 Probe 155 155 156 156 Installed in device. ... ... @@ -343,7 +343,7 @@ 343 343 344 344 If payload is: FF3FH : (FF3F & 8000 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees. 345 345 346 - (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative)352 +(FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative) 347 347 348 348 349 349 ==== (% style="color:#4472c4" %)**Humidity**(%%) ==== ... ... @@ -566,6 +566,7 @@ 566 566 * 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]]. 567 567 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 568 568 575 + 569 569 == 3.2 General Commands == 570 570 571 571 ... ... @@ -613,6 +613,7 @@ 613 613 * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 614 614 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 615 615 623 + 616 616 === 3.3.2 Get Device Status === 617 617 618 618 ... ... @@ -696,6 +696,7 @@ 696 696 697 697 * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message. 698 698 707 + 699 699 === 3.3.7 Set Interrupt Mode === 700 700 701 701 ... ... @@ -729,6 +729,7 @@ 729 729 * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 730 730 * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 731 731 741 + 732 732 === 3.3.8 Set Power Output Duration === 733 733 734 734 ... ... @@ -757,6 +757,7 @@ 757 757 * Example 1: Downlink Payload: 070000 **~-~-->** AT+5VT=0 758 758 * Example 2: Downlink Payload: 0701F4 **~-~-->** AT+5VT=500 759 759 770 + 760 760 = 4. Battery & Power Consumption = 761 761 762 762 ... ... @@ -783,6 +783,7 @@ 783 783 * (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/]]** 784 784 * 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]]**. 785 785 797 + 786 786 = 6. FAQ = 787 787 788 788 ... ... @@ -810,6 +810,7 @@ 810 810 811 811 * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 812 812 825 + 813 813 = 8. Packing Info = 814 814 815 815 ... ... @@ -827,6 +827,7 @@ 827 827 828 828 * Weight / pcs : g 829 829 843 + 830 830 = 9. Support = 831 831 832 832
- image-20240104161116-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -396.1 KB - Content
- image-20240104161535-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -347.3 KB - Content
- image-20240104161736-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -141.0 KB - Content
- image-20240104162020-4.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -453.8 KB - Content
- image-20240104162104-5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -239.6 KB - Content