<
From version < 45.2 >
edited by Xiaoling
on 2023/05/27 11:47
To version < 44.3 >
edited by Xiaoling
on 2023/05/18 09:02
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -136,7 +136,7 @@
136 136  [[image:Main.User Manual for LoRaWAN End Nodes.D20-LBD22-LBD23-LB_LoRaWAN_Temperature_Sensor_User_Manual.WebHome@1675143909447-639.png]]
137 137  
138 138  
139 -== 1.9 Hole Option ==
139 +== Hole Option ==
140 140  
141 141  
142 142  SN50v3-LB has different hole size options for different size sensor cable. The options provided are M12, M16 and M20. The definition is as below:
... ... @@ -315,6 +315,7 @@
315 315  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/image-20220627150949-6.png?rev=1.1||alt="image-20220627150949-6.png"]]
316 316  
317 317  
318 +
318 318  ==== 2.3.2.2  MOD~=2 (Distance Mode) ====
319 319  
320 320  
... ... @@ -426,10 +426,10 @@
426 426  
427 427  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/1656377606181-607.png?rev=1.1||alt="1656377606181-607.png"]]
428 428  
429 -
430 430  [[image:image-20230513134006-1.png||height="559" width="736"]]
431 431  
432 432  
433 +
433 433  ==== 2.3.2.5  MOD~=5(Weight Measurement by HX711) ====
434 434  
435 435  
... ... @@ -497,6 +497,7 @@
497 497  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/1656378441509-171.png?rev=1.1||alt="1656378441509-171.png"]]
498 498  
499 499  
501 +
500 500  ==== 2.3.2.7  MOD~=7 (Three interrupt contact modes) ====
501 501  
502 502  
... ... @@ -706,7 +706,7 @@
706 706  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/1656379339508-835.png?rev=1.1||alt="1656379339508-835.png"]]
707 707  
708 708  
709 -In **MOD=1**, user can use byte 6 to see the status for door open or close. TTN V3 decoder is as below:
711 +In MOD=1, user can use byte 6 to see the status for door open or close. TTN V3 decoder is as below:
710 710  
711 711  door= (bytes[6] & 0x80)? "CLOSE":"OPEN";
712 712  
... ... @@ -725,7 +725,6 @@
725 725  
726 726  [[image:image-20230513103633-3.png||height="448" width="716"]]
727 727  
728 -
729 729  The device will be able to get the I2C sensor data now and upload to IoT Server.
730 730  
731 731  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50%20%26%20LSN50-V2%20-%20LoRaWAN%20Sensor%20Node%20User%20Manual/WebHome/1656379664142-345.png?rev=1.1||alt="1656379664142-345.png"]]
... ... @@ -773,7 +773,7 @@
773 773  ==== 2.3.3.9  Battery Output - BAT pin ====
774 774  
775 775  
776 -The BAT pin of SN50v3-LB is connected to the Battery directly. If users want to use BAT pin to power an external sensor. User need to make sure the external sensor is of low power consumption. Because the BAT pin is always open. If the external sensor is of high power consumption. the battery of SN50v3-LB will run out very soon.
777 +The BAT pin of SN50v3 is connected to the Battery directly. If users want to use BAT pin to power an external sensor. User need to make sure the external sensor is of low power consumption. Because the BAT pin is always open. If the external sensor is of high power consumption. the battery of SN50v3-LB will run out very soon.
777 777  
778 778  
779 779  ==== 2.3.3.10  +5V Output ====
... ... @@ -787,7 +787,7 @@
787 787  
788 788  Means set 5V valid time to have 1000ms. So the real 5V output will actually have 1000ms + sampling time for other sensors.
789 789  
790 -By default the **AT+5VT=500**. If the external sensor which require 5v and require more time to get stable state, user can use this command to increase the power ON duration for this sensor.
791 +By default the AT+5VT=500. If the external sensor which require 5v and require more time to get stable state, user can use this command to increase the power ON duration for this sensor.
791 791  
792 792  
793 793  ==== 2.3.3.11  BH1750 Illumination Sensor ====
... ... @@ -901,9 +901,9 @@
901 901  
902 902  Send a LoRaWAN downlink to ask the device to send its status.
903 903  
904 -(% style="color:blue" %)**Downlink Payload: 0x26 01**
905 +(% style="color:blue" %)**Downlink Payload:  **(%%)0x26 01
905 905  
906 -Sensor will upload Device Status via **FPORT=5**. See payload section for detail.
907 +Sensor will upload Device Status via FPORT=5. See payload section for detail.
907 907  
908 908  
909 909  === 3.3.3 Set Interrupt Mode ===
... ... @@ -914,7 +914,7 @@
914 914  (% style="color:blue" %)**AT Command: AT+INTMOD1,AT+INTMOD2,AT+INTMOD3**
915 915  
916 916  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
917 -|=(% style="width: 155px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3" %)**Response**
918 +|=(% style="width: 154px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3" %)**Response**
918 918  |(% style="width:154px" %)AT+INTMOD1=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((
919 919  0
920 920  OK
... ... @@ -958,7 +958,7 @@
958 958  (% style="color:blue" %)**AT Command: AT+5VT**
959 959  
960 960  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
961 -|=(% style="width: 155px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3" %)**Response**
962 +|=(% style="width: 154px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3" %)**Response**
962 962  |(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)(((
963 963  500(default)
964 964  OK
... ... @@ -1060,16 +1060,17 @@
1060 1060  
1061 1061  
1062 1062  (% class="wikigeneratedid" %)
1063 -**User can change firmware SN50v3-LB to:**
1064 +User can change firmware SN50v3-LB to:
1064 1064  
1065 1065  * Change Frequency band/ region.
1066 1066  * Update with new features.
1067 1067  * Fix bugs.
1068 1068  
1069 -**Firmware and changelog can be downloaded from :** **[[Firmware download link>>url:https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]]**
1070 +Firmware and changelog can be downloaded from : **[[Firmware download link>>url:https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]]**
1070 1070  
1071 -**Methods to Update Firmware:**
1072 1072  
1073 +Methods to Update Firmware:
1074 +
1073 1073  * (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/]]
1074 1074  * 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]]**.
1075 1075  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0