<
From version < 43.1 >
edited by Saxer Lin
on 2023/05/23 17:43
To version < 40.1 >
edited by Saxer Lin
on 2023/05/23 17:06
>
Change comment: There is no comment for this version

Summary

Details

Page properties
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  
... ... @@ -132,16 +132,9 @@
132 132  If there is no activity connection on BLE in 60 seconds, sensor will shut down BLE module to enter low power mode.
133 133  
134 134  
135 -== 1.7 Pin Definitions ==
138 +== 1.7  Hardware Variant ==
136 136  
137 -[[image:image-20230523174230-1.png]]
138 138  
139 -(% class="wikigeneratedid" %)
140 -== ==
141 -
142 -== 1.8  Hardware Variant ==
143 -
144 -
145 145  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
146 146  |=(% 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
147 147  |(% style="width:102px" %)S31-LB|(% style="width:190px" %)[[image:S31.jpg]]|(% style="width:297px" %)(((
... ... @@ -161,7 +161,7 @@
161 161  
162 162  
163 163  
164 -== 1.9 Mechanical ==
160 +== 1.8 Mechanical ==
165 165  
166 166  
167 167  [[image:Main.User Manual for LoRaWAN End Nodes.D20-LBD22-LBD23-LB_LoRaWAN_Temperature_Sensor_User_Manual.WebHome@1675143884058-338.png]]
... ... @@ -541,6 +541,7 @@
541 541  * 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]].
542 542  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
543 543  
540 +
544 544  == 3.2 General Commands ==
545 545  
546 546  
... ... @@ -588,6 +588,7 @@
588 588  * Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
589 589  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
590 590  
588 +
591 591  === 3.3.2 Get Device Status ===
592 592  
593 593  
... ... @@ -672,10 +672,11 @@
672 672  
673 673  * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
674 674  
673 +
675 675  === 3.3.7 Set Interrupt Mode ===
676 676  
677 677  
678 -Feature, Set Interrupt mode for PA8 of pin.
677 +Feature, Set Interrupt mode for GPIO_EXIT.
679 679  
680 680  (% style="color:blue" %)**AT Command: AT+INTMOD**
681 681  
... ... @@ -703,38 +703,7 @@
703 703  * Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
704 704  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
705 705  
706 -=== ===
707 707  
708 -=== 3.3.7 Set Power Output Duration ===
709 -
710 -
711 -Control the output duration 5V . Before each sampling, device will
712 -
713 -~1. first enable the power output to external sensor,
714 -
715 -2. keep it on as per duration, read sensor value and construct uplink payload
716 -
717 -3. final, close the power output.
718 -
719 -(% style="color:blue" %)**AT Command: AT+5VT**
720 -
721 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
722 -|=(% style="width: 154px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3" %)**Response**
723 -|(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)0 (default)
724 -OK
725 -|(% style="width:154px" %)AT+5VT=500|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK
726 -
727 -(% style="color:blue" %)**Downlink Command: 0x07**
728 -
729 -Format: Command Code (0x07) followed by 2 bytes.
730 -
731 -The first and second bytes are the time to turn on.
732 -
733 -* Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
734 -* Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
735 -
736 -= =
737 -
738 738  = 4. Battery & Power Consumption =
739 739  
740 740  
... ... @@ -761,6 +761,7 @@
761 761  * (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/]]
762 762  * 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]]**.
763 763  
732 +
764 764  = 6. FAQ =
765 765  
766 766  
... ... @@ -788,6 +788,7 @@
788 788  
789 789  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
790 790  
760 +
791 791  = 8. ​Packing Info =
792 792  
793 793  
... ... @@ -805,6 +805,7 @@
805 805  
806 806  * Weight / pcs : g
807 807  
778 +
808 808  = 9. Support =
809 809  
810 810  
image-20230523174230-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Saxer
Size
... ... @@ -1,1 +1,0 @@
1 -605.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0