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 121.1
edited by Mengting Qiu
on 2025/04/02 10:45
Change comment: Uploaded new attachment "image-20250402104508-2.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.ting
Content
... ... @@ -183,23 +183,23 @@
183 183  
184 184  (% style="color:blue" %)**Register the device**
185 185  
186 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-S31-S31B%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20User%20Manual/WebHome/1654935135620-998.png?rev=1.1||alt="1654935135620-998.png"]]
186 +[[image:image-20250329090324-5.jpeg]]
187 187  
188 188  
189 189  (% style="color:blue" %)**Add APP EUI and DEV EUI**
190 190  
191 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-S31-S31B%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20User%20Manual/WebHome/image-20220611161308-4.png?width=753&height=551&rev=1.1||alt="图片-20220611161308-4.png"]]
191 +[[image:image-20250329090341-6.jpeg]]
192 192  
193 193  
194 194  (% style="color:blue" %)**Add APP EUI in the application**
195 195  
196 196  
197 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-S31-S31B%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20User%20Manual/WebHome/image-20220611161308-5.png?width=742&height=601&rev=1.1||alt="图片-20220611161308-5.png"]]
197 +[[image:image-20250329090403-7.jpeg]]
198 198  
199 199  
200 200  (% style="color:blue" %)**Add APP KEY**
201 201  
202 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-S31-S31B%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20User%20Manual/WebHome/image-20220611161308-6.png?width=744&height=485&rev=1.1||alt="图片-20220611161308-6.png"]]
202 +[[image:image-20250329090417-8.jpeg]]
203 203  
204 204  (% style="color:blue" %)**Step 2:**(%%) Activate SN50v3-LB/LS
205 205  
... ... @@ -621,13 +621,13 @@
621 621  
622 622  When the device detects the following PWM signal ,decoder will converts the pulse period and high-level duration to frequency and duty cycle.
623 623  
624 -**Frequency**
624 +**Frequency:**
625 625  
626 626  (% class="MsoNormal" %)
627 -(% lang="EN-US" %)If (% style="background-attachment:initial; background-clip:initial; background-image:initial; background-origin:initial; background-position:initial; background-repeat:initial; background-size:initial; color:blue; font-family:Arial,sans-serif" %)**AT+PWMSET**(%%)**=0, **(% lang="EN-US" %)Frequency= 1000000/(%%)Pulse periodHZ;
627 +(% lang="EN-US" %)If (% style="background-attachment:initial; background-clip:initial; background-image:initial; background-origin:initial; background-position:initial; background-repeat:initial; background-size:initial; color:blue; font-family:Arial,sans-serif" %)**AT+PWMSET**(%%)**=0, **(% lang="EN-US" %)Frequency= 1000000/(%%)Pulse period(HZ);
628 628  
629 629  (% class="MsoNormal" %)
630 -(% lang="EN-US" %)If (% style="background-attachment:initial; background-clip:initial; background-image:initial; background-origin:initial; background-position:initial; background-repeat:initial; background-size:initial; color:blue; font-family:Arial,sans-serif" %)**AT+PWMSET**(%%)**=1, **(% lang="EN-US" %)Frequency= 1000/(%%)Pulse periodHZ;
630 +(% lang="EN-US" %)If (% style="background-attachment:initial; background-clip:initial; background-image:initial; background-origin:initial; background-position:initial; background-repeat:initial; background-size:initial; color:blue; font-family:Arial,sans-serif" %)**AT+PWMSET**(%%)**=1, **(% lang="EN-US" %)Frequency= 1000/(%%)Pulse period(HZ);
631 631  
632 632  
633 633  (% class="MsoNormal" %)
... ... @@ -704,11 +704,9 @@
704 704  Digital in(PB15)&Digital Interrupt(PA8)
705 705  )))|(% style="width:308px" %)(((
706 706  Temperature
707 -
708 708  (TEMP117)
709 709  )))|(% style="width:154px" %)(((
710 710  Reserved position, meaningless
711 -
712 712  (0x0000)
713 713  )))
714 714  
... ... @@ -783,7 +783,7 @@
783 783  
784 784  If payload is: FF3FH :  (FF3F & 8000 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
785 785  
786 -FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative
784 +(FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative)
787 787  
788 788  
789 789  ==== 2.3.3.3 Digital Input ====
... ... @@ -994,6 +994,9 @@
994 994  a) If real-time control output is required, the SN50v3-LB/LS is already operating in class C and an external power supply must be used.
995 995  
996 996  b) If the output duration is more than 30 seconds, better to use external power source. 
995 +
996 +
997 +
997 997  )))
998 998  
999 999  ==== 2.3.3.13  Working MOD ====
... ... @@ -1154,8 +1154,8 @@
1154 1154  
1155 1155  (% style="color:#037691" %)**AT Command:**(% style="color:blue" %)** **(% style="color:#4472c4" %)**AT+INTMODx=a,b**
1156 1156  
1157 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:420px" %)
1158 -|=(% style="width: 116px; background-color: rgb(79, 129, 189); color: white;" %)**Parameter **|=(% style="width: 392px; background-color: rgb(79, 129, 189); color: white;" %)**Values and functions**
1158 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:420px" %)
1159 +|=(% style="width: 116px; background-color: rgb(79, 129, 189); color: white;" %)**Parameter **|=(% style="width: 304px; background-color: rgb(79, 129, 189); color: white;" %)**Values and functions**
1159 1159  |(% style="width:116px" %)(((
1160 1160  
1161 1161  
... ... @@ -1188,9 +1188,9 @@
1188 1188  
1189 1189  **Example:**
1190 1190  
1191 -* AT+INTMOD1=0,0  ~/~/Disable the PA8 pin interrupt function
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 -* 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
1192 +* AT+INTMOD1=0,0  ~/~/ Disable the PA8 pin interrupt function
1193 +* 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
1194 +* 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  (% style="color:#037691" %)**Downlink Command:**(% style="color:blue" %)** **(% style="color:#4472c4" %)**0x06 00 aa bb cc**
1196 1196  
... ... @@ -1361,7 +1361,7 @@
1361 1361  )))
1362 1362  
1363 1363  (% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
1364 -|=(% style="width: 155px; background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 112px; background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 242px; background-color:#4F81BD;color:white" %)**parameters**
1365 +|=(% style="width: 155px; background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 112px; background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 243px; background-color:#4F81BD;color:white" %)**parameters**
1365 1365  |(% colspan="1" rowspan="3" style="width:155px" %)(((
1366 1366  AT+PWMOUT=a,b,c
1367 1367  
image-20250329090417-8.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +43.4 KB
Content
image-20250402103902-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +20.0 KB
Content
image-20250402104508-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +17.7 KB
Content