Last modified by Xiaoling on 2025/06/12 15:06

From version 116.1
edited by Xiaoling
on 2025/03/29 09:04
Change comment: Uploaded new attachment "image-20250329090403-7.jpeg", version {1}
To version 108.1
edited by Mengting Qiu
on 2025/03/28 17:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.ting
Content
... ... @@ -149,9 +149,9 @@
149 149  
150 150  SN50v3-LB/LS has different hole size options for different size sensor cable. The options provided are M12, M16 and M20. The definition is as below:
151 151  
152 -[[image:image-20250329085729-1.jpeg]]
152 +[[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-20220627104757-1.png?rev=1.1||alt="image-20220627104757-1.png"]]
153 153  
154 -[[image:image-20250329085744-2.jpeg]]
154 +[[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/1656298089706-973.png?rev=1.1||alt="1656298089706-973.png"]]
155 155  
156 156  
157 157  = 2. Configure SN50v3-LB/LS to connect to LoRaWAN network =
... ... @@ -169,13 +169,12 @@
169 169  
170 170  The LPS8v2 is already set to connected to [[TTN network >>url:https://console.cloud.thethings.network/]], so what we need to now is configure the TTN server.
171 171  
172 -[[image:image-20250329090241-3.png]]
173 173  
174 174  (% style="color:blue" %)**Step 1:**(%%) Create a device in TTN with the OTAA keys from SN50v3-LB/LS.
175 175  
176 176  Each SN50v3-LB/LS is shipped with a sticker with the default device EUI as below:
177 177  
178 -[[image:image-20250329090300-4.jpeg]]
177 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/S31-LB_S31B-LB/WebHome/image-20230426084152-1.png?width=502&height=233&rev=1.1||alt="图片-20230426084152-1.png" height="233" width="502"]]
179 179  
180 180  
181 181  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
... ... @@ -1105,9 +1105,9 @@
1105 1105  === 3.3.3 Set Interrupt Mode ===
1106 1106  
1107 1107  
1108 -==== 3.3.3.1 Before V1.3.4 firmware ====
1107 +==== 3.3.3.1 Before V1.3.3 firmware ====
1109 1109  
1110 -(% style="color:red" %)**Note: Before V1.3.4 firmware, the interrupt function of PA8,PA4,PB15 had only one parameter to set, which was used to set the interrupt trigger mode.**
1109 +(% style="color:red" %)**Note: Before V1.3.3 firmware, the interrupt function of PA8,PA4,PB15 had only one parameter to set, which was used to set the interrupt trigger mode.**
1111 1111  
1112 1112  Feature, Set Interrupt mode for PA8, PA4, PB15.
1113 1113  
... ... @@ -1148,10 +1148,11 @@
1148 1148  * Downlink Payload: **06 00 01 02     **~/~/ Equal to AT+INTMOD2=2
1149 1149  * Downlink Payload: **06 00 02 03     **~/~/ Equal to AT+INTMOD3=3
1150 1150  
1151 -==== 3.3.3.2 Since V1.3.4 firmware ====
1152 1152  
1153 -(% style="color:red" %)**Note: Since V1.3.4 firmware, the Interrupt function has added a new parameter to set the delay time, i.e. the state hold time.**
1151 +==== 3.3.3.2 Since V1.3.3 firmware ====
1154 1154  
1153 +(% style="color:red" %)**Note: Since V1.3.3 firmware, the Interrupt function has added a new parameter to set the delay time, i.e. the state hold time.**
1154 +
1155 1155  (% style="color:#037691" %)**AT Command:**(% style="color:blue" %)** **(% style="color:#4472c4" %)**AT+INTMODx=a,b**
1156 1156  
1157 1157  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:420px" %)
... ... @@ -1192,6 +1192,7 @@
1192 1192  * AT+INTMOD2=2,1000  ~/~/Set the interrupt of the PA4 pin to be triggered by the falling edge, however, the interrupt will only be triggered if the low level state remains 1000ms
1193 1193  * AT+INTMOD3=3,2500  ~/~/Set the interrupt of the PB15 pin to be triggered by the rising edge, however, the interrupt will only be triggered if the high level state remains 2500ms
1194 1194  
1195 +
1195 1195  (% style="color:#037691" %)**Downlink Command:**(% style="color:blue" %)** **(% style="color:#4472c4" %)**0x06 00 aa bb cc**
1196 1196  
1197 1197  Format: Command Code (0x06 00) followed by 4 bytes.
... ... @@ -1204,10 +1204,11 @@
1204 1204  
1205 1205  **Example:**
1206 1206  
1207 -* Downlink Payload: **06 00 00 01 00 00     **~/~/ Equal to AT+INTMOD1=1,0
1208 -* Downlink Payload: **06 00 01 02 0B B8     **~/~/ Equal to AT+INTMOD2=2,3000
1209 -* Downlink Payload: **06 00 02 03 03 E8   **~/~/ Equal to AT+INTMOD3=3,1000
1208 +* Downlink Payload: **06 00 00 01 00 00  **~/~/ Equal to AT+INTMOD1=1,0
1209 +* Downlink Payload: **06 00 01 02 0B B8  **~/~/ Equal to AT+INTMOD2=2,3000
1210 +* Downlink Payload: **06 00 02 03 03 E8  **~/~/ Equal to AT+INTMOD3=3,1000
1210 1210  
1212 +
1211 1211  === 3.3.4 Set Power Output Duration ===
1212 1212  
1213 1213  
image-20250329085729-1.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -363.5 KB
Content
image-20250329085744-2.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -102.1 KB
Content
image-20250329090241-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -67.5 KB
Content
image-20250329090300-4.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -98.7 KB
Content
image-20250329090324-5.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -59.6 KB
Content
image-20250329090341-6.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -40.6 KB
Content
image-20250329090403-7.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -55.2 KB
Content