Changes for page SN50v3-LB/LS -- LoRaWAN Sensor Node User Manual
Last modified by Bei Jinggeng on 2025/01/10 15:51
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -737,11 +737,13 @@ 737 737 738 738 ==== 2.3.3.7 Distance Reading ==== 739 739 740 + 740 740 Refer [[Ultrasonic Sensor section>>||anchor="H2.3.3.8UltrasonicSensor"]]. 741 741 742 742 743 743 ==== 2.3.3.8 Ultrasonic Sensor ==== 744 744 746 + 745 745 This Fundamental Principles of this sensor can be found at this link: [[https:~~/~~/wiki.dfrobot.com/Weather_-_proof_Ultrasonic_Sensor_with_Separate_Probe_SKU~~_~~__SEN0208>>url:https://wiki.dfrobot.com/Weather_-_proof_Ultrasonic_Sensor_with_Separate_Probe_SKU___SEN0208]] 746 746 747 747 The SN50_v3 detects the pulse width of the sensor and converts it to mm output. The accuracy will be within 1 centimeter. The usable range (the distance between the ultrasonic probe and the measured object) is between 24cm and 600cm. ... ... @@ -752,6 +752,7 @@ 752 752 753 753 [[image:image-20230512173903-6.png||height="596" width="715"]] 754 754 757 + 755 755 Connect to the SN50_v3 and run (% style="color:blue" %)**AT+MOD=2**(%%) to switch to ultrasonic mode (ULT). 756 756 757 757 The ultrasonic sensor uses the 8^^th^^ and 9^^th^^ byte for the measurement value. ... ... @@ -761,14 +761,15 @@ 761 761 Distance: Read: 0C2D(Hex) = 3117(D) Value: 3117 mm=311.7 cm 762 762 763 763 764 - 765 765 ==== 2.3.3.9 Battery Output - BAT pin ==== 766 766 769 + 767 767 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. 768 768 769 769 770 770 ==== 2.3.3.10 +5V Output ==== 771 771 775 + 772 772 SN50v3 will enable +5V output before all sampling and disable the +5v after all sampling. 773 773 774 774 The 5V output time can be controlled by AT Command. ... ... @@ -780,18 +780,20 @@ 780 780 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. 781 781 782 782 783 - 784 784 ==== 2.3.3.11 BH1750 Illumination Sensor ==== 785 785 789 + 786 786 MOD=1 support this sensor. The sensor value is in the 8^^th^^ and 9^^th^^ bytes. 787 787 788 788 [[image:image-20230512172447-4.png||height="416" width="712"]] 789 789 794 + 790 790 [[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-20220628110012-12.png?rev=1.1||alt="image-20220628110012-12.png" height="361" width="953"]] 791 791 792 792 793 793 ==== 2.3.3.12 Working MOD ==== 794 794 800 + 795 795 The working MOD info is contained in the Digital in & Digital Interrupt byte (7^^th^^ Byte). 796 796 797 797 User can use the 3^^rd^^ ~~ 7^^th^^ bit of this byte to see the working mod: ... ... @@ -808,6 +808,8 @@ 808 808 * 7: MOD8 809 809 * 8: MOD9 810 810 817 + 818 + 811 811 == 2.4 Payload Decoder file == 812 812 813 813 ... ... @@ -818,7 +818,6 @@ 818 818 [[https:~~/~~/github.com/dragino/dragino-end-node-decoder/tree/main/SN50_v3-LB>>https://github.com/dragino/dragino-end-node-decoder/tree/main/SN50_v3-LB]] 819 819 820 820 821 - 822 822 == 2.5 Frequency Plans == 823 823 824 824 ... ... @@ -838,6 +838,8 @@ 838 838 * 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]]. 839 839 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 840 840 848 + 849 + 841 841 == 3.2 General Commands == 842 842 843 843 ... ... @@ -859,6 +859,7 @@ 859 859 860 860 === 3.3.1 Set Transmit Interval Time === 861 861 871 + 862 862 Feature: Change LoRaWAN End Node Transmit Interval. 863 863 864 864 (% style="color:blue" %)**AT Command: AT+TDC**