Changes for page SN50v3-LB/LS -- LoRaWAN Sensor Node User Manual
Last modified by Bei Jinggeng on 2025/01/10 15:51
Change comment:
Uploaded new attachment "image-20230512172447-4.png", version {1}
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 4 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Edwin1 +XWiki.Saxer - Content
-
... ... @@ -777,7 +777,6 @@ 777 777 [[https:~~/~~/github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B >>https://github.com/dragino/dragino-end-node-decoder/tree/main/LSN50v2-S31%26S31B]] 778 778 779 779 780 - 781 781 782 782 == 2.5 Frequency Plans == 783 783 ... ... @@ -787,12 +787,12 @@ 787 787 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]] 788 788 789 789 790 -= 3. Configure S3 1x-LB =789 += 3. Configure SN50v3-LB = 791 791 792 792 == 3.1 Configure Methods == 793 793 794 794 795 -S3 1x-LB supports below configure method:794 +SN50v3-LB supports below configure method: 796 796 797 797 * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]]. 798 798 * 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]]. ... ... @@ -811,7 +811,7 @@ 811 811 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 812 812 813 813 814 -== 3.3 Commands special design for S3 1x-LB ==813 +== 3.3 Commands special design for SN50v3-LB == 815 815 816 816 817 817 These commands only valid for S31x-LB, as below: ... ... @@ -847,7 +847,6 @@ 847 847 848 848 === 3.3.2 Get Device Status === 849 849 850 - 851 851 Send a LoRaWAN downlink to ask device send Alarm settings. 852 852 853 853 (% style="color:blue" %)**Downlink Payload: **(%%)0x26 01 ... ... @@ -855,77 +855,6 @@ 855 855 Sensor will upload Device Status via FPORT=5. See payload section for detail. 856 856 857 857 858 -=== 3.3.3 Set Temperature Alarm Threshold === 859 - 860 -* (% style="color:blue" %)**AT Command:** 861 - 862 -(% style="color:#037691" %)**AT+SHTEMP=min,max** 863 - 864 -* When min=0, and max≠0, Alarm higher than max 865 -* When min≠0, and max=0, Alarm lower than min 866 -* When min≠0 and max≠0, Alarm higher than max or lower than min 867 - 868 -Example: 869 - 870 - AT+SHTEMP=0,30 ~/~/ Alarm when temperature higher than 30. 871 - 872 -* (% style="color:blue" %)**Downlink Payload:** 873 - 874 -(% style="color:#037691" %)**0x(0C 01 00 1E)** (%%) ~/~/ Set AT+SHTEMP=0,30 875 - 876 -(% style="color:red" %)**(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)** 877 - 878 - 879 -=== 3.3.4 Set Humidity Alarm Threshold === 880 - 881 -* (% style="color:blue" %)**AT Command:** 882 - 883 -(% style="color:#037691" %)**AT+SHHUM=min,max** 884 - 885 -* When min=0, and max≠0, Alarm higher than max 886 -* When min≠0, and max=0, Alarm lower than min 887 -* When min≠0 and max≠0, Alarm higher than max or lower than min 888 - 889 -Example: 890 - 891 - AT+SHHUM=70,0 ~/~/ Alarm when humidity lower than 70%. 892 - 893 -* (% style="color:blue" %)**Downlink Payload:** 894 - 895 -(% style="color:#037691" %)**0x(0C 02 46 00)**(%%) ~/~/ Set AT+SHTHUM=70,0 896 - 897 -(% style="color:red" %)**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))** 898 - 899 - 900 -=== 3.3.5 Set Alarm Interval === 901 - 902 -The shortest time of two Alarm packet. (unit: min) 903 - 904 -* (% style="color:blue" %)**AT Command:** 905 - 906 -(% style="color:#037691" %)**AT+ATDC=30** (%%) ~/~/ The shortest interval of two Alarm packets is 30 minutes, Means is there is an alarm packet uplink, there won't be another one in the next 30 minutes. 907 - 908 -* (% style="color:blue" %)**Downlink Payload:** 909 - 910 -(% style="color:#037691" %)**0x(0D 00 1E)**(%%) **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes 911 - 912 - 913 -=== 3.3.6 Get Alarm settings === 914 - 915 - 916 -Send a LoRaWAN downlink to ask device send Alarm settings. 917 - 918 -* (% style="color:#037691" %)**Downlink Payload: **(%%)0x0E 01 919 - 920 -**Example:** 921 - 922 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-D20-D22-D23%20LoRaWAN%20Temperature%20Sensor%20User%20Manual/WebHome/1655948182791-225.png?rev=1.1||alt="1655948182791-225.png"]] 923 - 924 - 925 -**Explain:** 926 - 927 -* Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message. 928 - 929 929 === 3.3.7 Set Interrupt Mode === 930 930 931 931 ... ... @@ -985,8 +985,13 @@ 985 985 986 986 = 6. FAQ = 987 987 915 +== 6.1 Where can i find source code of SN50v3-LB? == 988 988 917 +* **[[Hardware Source Files>>https://github.com/dragino/Lora/tree/master/LSN50/v3.0]].** 918 +* **[[Software Source Code & Compile instruction>>https://github.com/dragino/SN50v3]].** 989 989 920 + 921 + 990 990 = 7. Order Info = 991 991 992 992
- image-20230512163509-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Saxer - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.5 MB - Content
- image-20230512164658-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Saxer - Size
-
... ... @@ -1,0 +1,1 @@ 1 +2.0 MB - Content
- image-20230512170701-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Saxer - Size
-
... ... @@ -1,0 +1,1 @@ 1 +2.5 MB - Content
- image-20230512172447-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Saxer - Size
-
... ... @@ -1,0 +1,1 @@ 1 +2.0 MB - Content