<
From version < 43.54 >
edited by Xiaoling
on 2023/05/16 16:22
To version < 45.5 >
edited by Xiaoling
on 2023/05/27 11:59
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -142,7 +142,7 @@
142 142  [[image:Main.User Manual for LoRaWAN End Nodes.D20-LBD22-LBD23-LB_LoRaWAN_Temperature_Sensor_User_Manual.WebHome@1675143909447-639.png]]
143 143  
144 144  
145 -== Hole Option ==
145 +== 1.9 Hole Option ==
146 146  
147 147  
148 148  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:
... ... @@ -157,7 +157,7 @@
157 157  == 2.1 How it works ==
158 158  
159 159  
160 -The SN50v3-LB is configured as (% style="color:#037691" %)**LoRaWAN OTAA Class A**(%%) mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and press the button to activate the S31x-LB. It will automatically join the network via OTAA and start to send the sensor value. The default uplink interval is 20 minutes.
160 +The SN50v3-LB is configured as (% style="color:#037691" %)**LoRaWAN OTAA Class A**(%%) mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and press the button to activate the SN50v3-LB. It will automatically join the network via OTAA and start to send the sensor value. The default uplink interval is 20 minutes.
161 161  
162 162  
163 163  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
... ... @@ -165,7 +165,7 @@
165 165  
166 166  Following is an example for how to join the [[TTN v3 LoRaWAN Network>>url:https://console.cloud.thethings.network/]]. Below is the network structure; we use the [[LPS8v2>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/228-lps8v2.html]] as a LoRaWAN gateway in this example.
167 167  
168 -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.
168 +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.
169 169  
170 170  
171 171  (% style="color:blue" %)**Step 1:**(%%) Create a device in TTN with the OTAA keys from SN50v3-LB.
... ... @@ -214,7 +214,7 @@
214 214  === 2.3.1 Device Status, FPORT~=5 ===
215 215  
216 216  
217 -Users can use the downlink command(**0x26 01**) to ask SN50v3 to send device configure detail, include device configure status. SN50v3 will uplink a payload via FPort=5 to server.
217 +Users can use the downlink command(**0x26 01**) to ask SN50v3-LB to send device configure detail, include device configure status. SN50v3-LB will uplink a payload via FPort=5 to server.
218 218  
219 219  The Payload format is as below.
220 220  
... ... @@ -222,12 +222,12 @@
222 222  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
223 223  |(% colspan="6" style="background-color:#d9e2f3; color:#0070c0" %)**Device Status (FPORT=5)**
224 224  |(% style="width:103px" %)**Size (bytes)**|(% style="width:72px" %)**1**|**2**|(% style="width:91px" %)**1**|(% style="width:86px" %)**1**|(% style="width:44px" %)**2**
225 -|(% style="width:103px" %)**Value**|(% style="width:72px" %)Sensor Model|Firmware Version|(% style="width:91px" %)Frequency Band|(% style="width:86px" %)Sub-band|(% style="width:44px" %)BAT
225 +|(% style="width:103px" %)Value|(% style="width:72px" %)Sensor Model|Firmware Version|(% style="width:91px" %)Frequency Band|(% style="width:86px" %)Sub-band|(% style="width:44px" %)BAT
226 226  
227 227  Example parse in TTNv3
228 228  
229 229  
230 -(% style="color:#037691" %)**Sensor Model**(%%): For SN50v3, this value is 0x1C
230 +(% style="color:#037691" %)**Sensor Model**(%%): For SN50v3-LB, this value is 0x1C
231 231  
232 232  (% style="color:#037691" %)**Firmware Version**(%%): 0x0100, Means: v1.0.0 version
233 233  
... ... @@ -283,21 +283,22 @@
283 283  === 2.3.2 Working Modes & Sensor Data. Uplink via FPORT~=2 ===
284 284  
285 285  
286 -SN50v3 has different working mode for the connections of different type of sensors. This section describes these modes. Use can use the AT Command AT+MOD to set SN50v3 to different working modes.
286 +SN50v3-LB has different working mode for the connections of different type of sensors. This section describes these modes. Use can use the AT Command (% style="color:blue" %)**AT+MOD**(%%) to set SN50v3-LB to different working modes.
287 287  
288 288  For example:
289 289  
290 - **AT+MOD=2  ** ~/~/ will set the SN50v3 to work in MOD=2 distance mode which target to measure distance via Ultrasonic Sensor.
290 + (% style="color:blue" %)**AT+MOD=2  ** (%%) ~/~/ will set the SN50v3 to work in MOD=2 distance mode which target to measure distance via Ultrasonic Sensor.
291 291  
292 292  
293 293  (% style="color:red" %) **Important Notice:**
294 294  
295 -1. Some working modes has payload more than 12 bytes, The US915/AU915/AS923 frequency bands' definition has maximum 11 bytes in **DR0**. Server sides will see NULL payload while SN50v3 transmit in DR0 with 12 bytes payload.
296 -1. All modes share the same Payload Explanation from HERE.
297 -1. By default, the device will send an uplink message every 20 minutes.
295 +~1. Some working modes has payload more than 12 bytes, The US915/AU915/AS923 frequency bands' definition has maximum 11 bytes in (% style="color:blue" %)**DR0**(%%). Server sides will see NULL payload while SN50v3-LB transmit in DR0 with 12 bytes payload.
298 298  
297 +2. All modes share the same Payload Explanation from HERE.
299 299  
299 +3. By default, the device will send an uplink message every 20 minutes.
300 300  
301 +
301 301  ==== 2.3.2.1  MOD~=1 (Default Mode) ====
302 302  
303 303  
... ... @@ -305,7 +305,7 @@
305 305  
306 306  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
307 307  |(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**Size(bytes)**|(% style="background-color:#d9e2f3; color:#0070c0; width:20px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:90px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:130px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:80px" %)**2**
308 -|**Value**|Bat|(% style="width:191px" %)(((
309 +|Value|Bat|(% style="width:191px" %)(((
309 309  Temperature(DS18B20)(PC13)
310 310  )))|(% style="width:78px" %)(((
311 311  ADC(PA4)
... ... @@ -320,7 +320,6 @@
320 320  [[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"]]
321 321  
322 322  
323 -
324 324  ==== 2.3.2.2  MOD~=2 (Distance Mode) ====
325 325  
326 326  
... ... @@ -328,7 +328,7 @@
328 328  
329 329  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
330 330  |(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**Size(bytes)**|(% style="background-color:#d9e2f3; color:#0070c0; width:30px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:110px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:40px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:110px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:140px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:40px" %)**2**
331 -|**Value**|BAT|(% style="width:196px" %)(((
331 +|Value|BAT|(% style="width:196px" %)(((
332 332  Temperature(DS18B20)(PC13)
333 333  )))|(% style="width:87px" %)(((
334 334  ADC(PA4)
... ... @@ -336,7 +336,7 @@
336 336  Digital in(PB15) & Digital Interrupt(PA8)
337 337  )))|(% style="width:208px" %)(((
338 338  Distance measure by:1) LIDAR-Lite V3HP
339 -Or
339 +Or
340 340  2) Ultrasonic Sensor
341 341  )))|(% style="width:117px" %)Reserved
342 342  
... ... @@ -350,7 +350,7 @@
350 350  
351 351  (% style="color:blue" %)**Connection to Ultrasonic Sensor:**
352 352  
353 -Need to remove R1 and R2 resistors to get low power,otherwise there will be 240uA standby current.
353 +(% style="color:red" %)**Need to remove R1 and R2 resistors to get low power,otherwise there will be 240uA standby current.**
354 354  
355 355  [[image:image-20230512173903-6.png||height="596" width="715"]]
356 356  
... ... @@ -359,7 +359,7 @@
359 359  
360 360  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
361 361  |(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**Size(bytes)**|(% style="background-color:#d9e2f3; color:#0070c0; width:20px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:120px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:80px" %)**2**
362 -|**Value**|BAT|(% style="width:183px" %)(((
362 +|Value|BAT|(% style="width:183px" %)(((
363 363  Temperature(DS18B20)(PC13)
364 364  )))|(% style="width:173px" %)(((
365 365  Digital in(PB15) & Digital Interrupt(PA8)
... ... @@ -376,7 +376,7 @@
376 376  
377 377  **Connection to [[TF-Mini plus>>url:http://en.benewake.com/product/detail/5c345cd0e5b3a844c472329b.html]] LiDAR(UART version):**
378 378  
379 -Need to remove R3 and R4 resistors to get low power,otherwise there will be 400uA standby current.
379 +(% style="color:red" %)**Need to remove R3 and R4 resistors to get low power,otherwise there will be 400uA standby current.**
380 380  
381 381  [[image:image-20230512180609-7.png||height="555" width="802"]]
382 382  
... ... @@ -383,7 +383,7 @@
383 383  
384 384  **Connection to [[TF-Luna>>url:http://en.benewake.com/product/detail/5e1c1fd04d839408076b6255.html]] LiDAR (UART version):**
385 385  
386 -Need to remove R3 and R4 resistors to get low power,otherwise there will be 400uA standby current.
386 +(% style="color:red" %)**Need to remove R3 and R4 resistors to get low power,otherwise there will be 400uA standby current.**
387 387  
388 388  [[image:image-20230513105207-4.png||height="469" width="802"]]
389 389  
... ... @@ -397,7 +397,7 @@
397 397  |=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)(((
398 398  **Size(bytes)**
399 399  )))|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 110px;background-color:#D9E2F3;color:#0070C0" %)2|=(% style="width: 100px;background-color:#D9E2F3;color:#0070C0" %)2|=(% style="width: 20px;background-color:#D9E2F3;color:#0070C0" %)1
400 -|**Value**|(% style="width:68px" %)(((
400 +|Value|(% style="width:68px" %)(((
401 401  ADC1(PA4)
402 402  )))|(% style="width:75px" %)(((
403 403  ADC2(PA5)
... ... @@ -421,7 +421,7 @@
421 421  
422 422  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
423 423  |(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**Size(bytes)**|(% style="background-color:#d9e2f3; color:#0070c0; width:20px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:50px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**2**
424 -|**Value**|BAT|(% style="width:186px" %)(((
424 +|Value|BAT|(% style="width:186px" %)(((
425 425  Temperature1(DS18B20)(PC13)
426 426  )))|(% style="width:82px" %)(((
427 427  ADC(PA4)
... ... @@ -432,10 +432,10 @@
432 432  
433 433  [[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"]]
434 434  
435 +
435 435  [[image:image-20230513134006-1.png||height="559" width="736"]]
436 436  
437 437  
438 -
439 439  ==== 2.3.2.5  MOD~=5(Weight Measurement by HX711) ====
440 440  
441 441  
... ... @@ -443,8 +443,8 @@
443 443  
444 444  Each HX711 need to be calibrated before used. User need to do below two steps:
445 445  
446 -1. Zero calibration. Don't put anything on load cell and run **AT+WEIGRE** to calibrate to Zero gram.
447 -1. Adjust calibration factor (default value 400): Put a known weight thing on load cell and run **AT+WEIGAP** to adjust the Calibration Factor.
446 +1. Zero calibration. Don't put anything on load cell and run (% style="color:blue" %)**AT+WEIGRE**(%%) to calibrate to Zero gram.
447 +1. Adjust calibration factor (default value 400): Put a known weight thing on load cell and run (% style="color:blue" %)**AT+WEIGAP**(%%) to adjust the Calibration Factor.
448 448  1. (((
449 449  Weight has 4 bytes, the unit is g.
450 450  
... ... @@ -454,7 +454,7 @@
454 454  
455 455  For example:
456 456  
457 -**AT+GETSENSORVALUE =0**
457 +(% style="color:blue" %)**AT+GETSENSORVALUE =0**
458 458  
459 459  Response:  Weight is 401 g
460 460  
... ... @@ -464,14 +464,12 @@
464 464  |=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)(((
465 465  **Size(bytes)**
466 466  )))|=(% style="width: 20px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 150px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 200px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**4**
467 -|**Value**|BAT|(% style="width:193px" %)(((
468 -Temperature(DS18B20)
469 -(PC13)
467 +|Value|BAT|(% style="width:193px" %)(((
468 +Temperature(DS18B20)(PC13)
470 470  )))|(% style="width:85px" %)(((
471 471  ADC(PA4)
472 472  )))|(% style="width:186px" %)(((
473 -Digital in(PB15) &
474 -Digital Interrupt(PA8)
472 +Digital in(PB15) & Digital Interrupt(PA8)
475 475  )))|(% style="width:100px" %)Weight
476 476  
477 477  [[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-20220820120036-2.png?width=1003&height=469&rev=1.1||alt="image-20220820120036-2.png" height="469" width="1003"]]
... ... @@ -491,8 +491,8 @@
491 491  (% style="color:red" %)**Note:** **LoRaWAN wireless transmission will infect the PIR sensor. Which cause the counting value increase +1 for every uplink. User can change PIR sensor or put sensor away of the SN50_v3 to avoid this happen.**
492 492  
493 493  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
494 -|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**Size(bytes)**|=(% style="width: 20px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 220px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 100px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 80px;background-color:#D9E2F3;color:#0070C0" %)**4**
495 -|**Value**|BAT|(% style="width:256px" %)(((
492 +|=(% style="width: 60px;background-color:#D9E2F3;color:#0070C0" %)**Size(bytes)**|=(% style="width: 40px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 180px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 60px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 100px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 80px;background-color:#D9E2F3;color:#0070C0" %)**4**
493 +|Value|BAT|(% style="width:256px" %)(((
496 496  Temperature(DS18B20)(PC13)
497 497  )))|(% style="width:108px" %)(((
498 498  ADC(PA4)
... ... @@ -505,7 +505,6 @@
505 505  [[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"]]
506 506  
507 507  
508 -
509 509  ==== 2.3.2.7  MOD~=7 (Three interrupt contact modes) ====
510 510  
511 511  
... ... @@ -513,7 +513,7 @@
513 513  |=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)(((
514 514  **Size(bytes)**
515 515  )))|=(% style="width: 20px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)1|=(% style="width: 40px;background-color:#D9E2F3;color:#0070C0" %)2
516 -|**Value**|BAT|(% style="width:188px" %)(((
513 +|Value|BAT|(% style="width:188px" %)(((
517 517  Temperature(DS18B20)
518 518  (PC13)
519 519  )))|(% style="width:83px" %)(((
... ... @@ -531,8 +531,8 @@
531 531  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
532 532  |=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)(((
533 533  **Size(bytes)**
534 -)))|=(% style="width: 30px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 120px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 120px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)2
535 -|**Value**|BAT|(% style="width:207px" %)(((
531 +)))|=(% style="width: 30px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 110px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 120px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)2
532 +|Value|BAT|(% style="width:207px" %)(((
536 536  Temperature(DS18B20)
537 537  (PC13)
538 538  )))|(% style="width:94px" %)(((
... ... @@ -554,19 +554,19 @@
554 554  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
555 555  |=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)(((
556 556  **Size(bytes)**
557 -)))|=(% style="width: 20px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 100px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 100px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 80px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 100px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 60px;background-color:#D9E2F3;color:#0070C0" %)4|=(% style="width: 60px;background-color:#D9E2F3;color:#0070C0" %)4
558 -|**Value**|BAT|(((
559 -Temperature1(DS18B20)
560 -(PC13)
554 +)))|=(% style="width: 20px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 60px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 60px;background-color:#D9E2F3;color:#0070C0" %)4|=(% style="width: 60px;background-color:#D9E2F3;color:#0070C0" %)4
555 +|Value|BAT|(((
556 +Temperature
557 +(DS18B20)(PC13)
561 561  )))|(((
562 -Temperature2(DS18B20)
563 -(PB9)
559 +Temperature2
560 +(DS18B20)(PB9)
564 564  )))|(((
565 565  Digital Interrupt
566 566  (PB15)
567 567  )))|(% style="width:193px" %)(((
568 -Temperature3(DS18B20)
569 -(PB8)
565 +Temperature3
566 +(DS18B20)(PB8)
570 570  )))|(% style="width:78px" %)(((
571 571  Count1(PA8)
572 572  )))|(% style="width:78px" %)(((
... ... @@ -600,13 +600,13 @@
600 600  
601 601  The payload decoder function for TTN V3 are here:
602 602  
603 -SN50v3 TTN V3 Payload Decoder:  [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>url:https://github.com/dragino/dragino-end-node-decoder]]
600 +SN50v3-LB TTN V3 Payload Decoder:  [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>url:https://github.com/dragino/dragino-end-node-decoder]]
604 604  
605 605  
606 606  ==== 2.3.3.1 Battery Info ====
607 607  
608 608  
609 -Check the battery voltage for SN50v3.
606 +Check the battery voltage for SN50v3-LB.
610 610  
611 611  Ex1: 0x0B45 = 2885mV
612 612  
... ... @@ -660,6 +660,7 @@
660 660  
661 661  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220628150112-1.png?width=285&height=241&rev=1.1||alt="image-20220628150112-1.png" height="241" width="285"]]
662 662  
660 +
663 663  (% style="color:red" %)**Note: If the ADC type sensor needs to be powered by SN50_v3, it is recommended to use +5V to control its switch.Only sensors with low power consumption can be powered with VDD.**
664 664  
665 665  
... ... @@ -666,7 +666,7 @@
666 666  ==== 2.3.3.5 Digital Interrupt ====
667 667  
668 668  
669 -Digital Interrupt refers to pin PA8, and there are different trigger methods. When there is a trigger, the SN50v3 will send a packet to the server.
667 +Digital Interrupt refers to pin PA8, and there are different trigger methods. When there is a trigger, the SN50v3-LB will send a packet to the server.
670 670  
671 671  (% style="color:blue" %)** Interrupt connection method:**
672 672  
... ... @@ -679,18 +679,18 @@
679 679  
680 680  [[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/1656379210849-860.png?rev=1.1||alt="1656379210849-860.png"]]
681 681  
682 -When the two pieces are close to each other, the 2 wire output will be short or open (depending on the type), while if the two pieces are away from each other, the 2 wire output will be the opposite status. So we can use SN50_v3 interrupt interface to detect the status for the door or window.
680 +When the two pieces are close to each other, the 2 wire output will be short or open (depending on the type), while if the two pieces are away from each other, the 2 wire output will be the opposite status. So we can use SN50v3-LB interrupt interface to detect the status for the door or window.
683 683  
684 684  
685 685  (% style="color:blue" %)**Below is the installation example:**
686 686  
687 -Fix one piece of the magnetic sensor to the door and connect the two pins to SN50_v3 as follows:
685 +Fix one piece of the magnetic sensor to the door and connect the two pins to SN50v3-LB as follows:
688 688  
689 689  * (((
690 -One pin to SN50_v3's PA8 pin
688 +One pin to SN50v3-LB's PA8 pin
691 691  )))
692 692  * (((
693 -The other pin to SN50_v3's VDD pin
691 +The other pin to SN50v3-LB's VDD pin
694 694  )))
695 695  
696 696  Install the other piece to the door. Find a place where the two pieces will be close to each other when the door is closed. For this particular magnetic sensor, when the door is closed, the output will be short, and PA8 will be at the VCC voltage.
... ... @@ -707,7 +707,7 @@
707 707  
708 708  The command is:
709 709  
710 -(% style="color:blue" %)**AT+INTMOD1=1   ** (%%) ~/~/(more info about INMOD please refer** **[[**AT Command Manual**>>url:http://www.dragino.com/downloads/index.php?dir=LSN50-LoRaST/&file=DRAGINO_LSN50_AT_Commands_v1.5.1.pdf]]**. **)
708 +(% style="color:blue" %)**AT+INTMOD1=1   ** (%%) ~/~/  (more info about INMOD please refer** **[[**AT Command Manual**>>url:http://www.dragino.com/downloads/index.php?dir=LSN50-LoRaST/&file=DRAGINO_LSN50_AT_Commands_v1.5.1.pdf]]**. **)
711 711  
712 712  Below shows some screen captures in TTN V3:
713 713  
... ... @@ -714,7 +714,7 @@
714 714  [[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"]]
715 715  
716 716  
717 -In MOD=1, user can use byte 6 to see the status for door open or close. TTN V3 decoder is as below:
715 +In **MOD=1**, user can use byte 6 to see the status for door open or close. TTN V3 decoder is as below:
718 718  
719 719  door= (bytes[6] & 0x80)? "CLOSE":"OPEN";
720 720  
... ... @@ -726,13 +726,14 @@
726 726  
727 727  We have made an example to show how to use the I2C interface to connect to the SHT20/ SHT31 Temperature and Humidity Sensor.
728 728  
729 -Notice: Different I2C sensors have different I2C commands set and initiate process, if user want to use other I2C sensors, User need to re-write the source code to support those sensors. SHT20/ SHT31 code in SN50_v3 will be a good reference.
727 +(% style="color:red" %)**Notice: Different I2C sensors have different I2C commands set and initiate process, if user want to use other I2C sensors, User need to re-write the source code to support those sensors. SHT20/ SHT31 code in SN50v3-LB will be a good reference.**
730 730  
729 +
731 731  Below is the connection to SHT20/ SHT31. The connection is as below:
732 732  
733 -
734 734  [[image:image-20230513103633-3.png||height="448" width="716"]]
735 735  
734 +
736 736  The device will be able to get the I2C sensor data now and upload to IoT Server.
737 737  
738 738  [[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"]]
... ... @@ -759,7 +759,7 @@
759 759  
760 760  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]]
761 761  
762 -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.
761 +The SN50v3-LB 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.
763 763  
764 764  The working principle of this sensor is similar to the (% style="color:blue" %)**HC-SR04**(%%) ultrasonic sensor.
765 765  
... ... @@ -768,7 +768,7 @@
768 768  [[image:image-20230512173903-6.png||height="596" width="715"]]
769 769  
770 770  
771 -Connect to the SN50_v3 and run (% style="color:blue" %)**AT+MOD=2**(%%) to switch to ultrasonic mode (ULT).
770 +Connect to the SN50v3-LB and run (% style="color:blue" %)**AT+MOD=2**(%%) to switch to ultrasonic mode (ULT).
772 772  
773 773  The ultrasonic sensor uses the 8^^th^^ and 9^^th^^ byte for the measurement value.
774 774  
... ... @@ -780,13 +780,13 @@
780 780  ==== 2.3.3.9  Battery Output - BAT pin ====
781 781  
782 782  
783 -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.
782 +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.
784 784  
785 785  
786 786  ==== 2.3.3.10  +5V Output ====
787 787  
788 788  
789 -SN50v3 will enable +5V output before all sampling and disable the +5v after all sampling. 
788 +SN50v3-LB will enable +5V output before all sampling and disable the +5v after all sampling. 
790 790  
791 791  The 5V output time can be controlled by AT Command.
792 792  
... ... @@ -794,7 +794,7 @@
794 794  
795 795  Means set 5V valid time to have 1000ms. So the real 5V output will actually have 1000ms + sampling time for other sensors.
796 796  
797 -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.
796 +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.
798 798  
799 799  
800 800  ==== 2.3.3.11  BH1750 Illumination Sensor ====
... ... @@ -876,7 +876,7 @@
876 876  == 3.3 Commands special design for SN50v3-LB ==
877 877  
878 878  
879 -These commands only valid for S31x-LB, as below:
878 +These commands only valid for SN50v3-LB, as below:
880 880  
881 881  
882 882  === 3.3.1 Set Transmit Interval Time ===
... ... @@ -914,9 +914,9 @@
914 914  
915 915  Send a LoRaWAN downlink to ask the device to send its status.
916 916  
917 -(% style="color:blue" %)**Downlink Payload:  **(%%)0x26 01
916 +(% style="color:blue" %)**Downlink Payload: 0x26 01**
918 918  
919 -Sensor will upload Device Status via FPORT=5. See payload section for detail.
918 +Sensor will upload Device Status via **FPORT=5**. See payload section for detail.
920 920  
921 921  
922 922  === 3.3.3 Set Interrupt Mode ===
... ... @@ -927,7 +927,7 @@
927 927  (% style="color:blue" %)**AT Command: AT+INTMOD1,AT+INTMOD2,AT+INTMOD3**
928 928  
929 929  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
930 -|=(% style="width: 154px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3" %)**Response**
929 +|=(% style="width: 155px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3" %)**Response**
931 931  |(% style="width:154px" %)AT+INTMOD1=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((
932 932  0
933 933  OK
... ... @@ -942,7 +942,6 @@
942 942  )))|(% style="width:157px" %)OK
943 943  |(% style="width:154px" %)AT+INTMOD2=3|(% style="width:196px" %)(((
944 944  Set Transmit Interval
945 -
946 946  trigger by rising edge.
947 947  )))|(% style="width:157px" %)OK
948 948  |(% style="width:154px" %)AT+INTMOD3=0|(% style="width:196px" %)Disable Interrupt|(% style="width:157px" %)OK
... ... @@ -974,7 +974,7 @@
974 974  (% style="color:blue" %)**AT Command: AT+5VT**
975 975  
976 976  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
977 -|=(% style="width: 154px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3" %)**Response**
975 +|=(% style="width: 155px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3" %)**Response**
978 978  |(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)(((
979 979  500(default)
980 980  OK
... ... @@ -1002,7 +1002,7 @@
1002 1002  (% style="color:blue" %)**AT Command: AT+WEIGRE,AT+WEIGAP**
1003 1003  
1004 1004  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1005 -|=(% style="width: 154px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3" %)**Response**
1003 +|=(% style="width: 155px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3" %)**Response**
1006 1006  |(% style="width:154px" %)AT+WEIGRE|(% style="width:196px" %)Weight is initialized to 0.|(% style="width:157px" %)OK
1007 1007  |(% style="width:154px" %)AT+WEIGAP=?|(% style="width:196px" %)400.0|(% style="width:157px" %)OK(default)
1008 1008  |(% style="width:154px" %)AT+WEIGAP=400.3|(% style="width:196px" %)Set the factor to 400.3.|(% style="width:157px" %)OK
... ... @@ -1031,7 +1031,7 @@
1031 1031  (% style="color:blue" %)**AT Command: AT+SETCNT**
1032 1032  
1033 1033  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1034 -|=(% style="width: 154px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3" %)**Response**
1032 +|=(% style="width: 155px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3" %)**Response**
1035 1035  |(% style="width:154px" %)AT+SETCNT=1,100|(% style="width:196px" %)Initialize the count value 1 to 100.|(% style="width:157px" %)OK
1036 1036  |(% style="width:154px" %)AT+SETCNT=2,0|(% style="width:196px" %)Initialize the count value 2 to 0.|(% style="width:157px" %)OK
1037 1037  
... ... @@ -1054,7 +1054,7 @@
1054 1054  (% style="color:blue" %)**AT Command: AT+MOD**
1055 1055  
1056 1056  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1057 -|=(% style="width: 154px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3" %)**Response**
1055 +|=(% style="width: 155px;background-color:#D9E2F3" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3" %)**Response**
1058 1058  |(% style="width:154px" %)AT+MOD=?|(% style="width:196px" %)Get the current working mode.|(% style="width:157px" %)(((
1059 1059  OK
1060 1060  )))
... ... @@ -1084,17 +1084,16 @@
1084 1084  
1085 1085  
1086 1086  (% class="wikigeneratedid" %)
1087 -User can change firmware SN50v3-LB to:
1085 +**User can change firmware SN50v3-LB to:**
1088 1088  
1089 1089  * Change Frequency band/ region.
1090 1090  * Update with new features.
1091 1091  * Fix bugs.
1092 1092  
1093 -Firmware and changelog can be downloaded from : **[[Firmware download link>>url:https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]]**
1091 +**Firmware and changelog can be downloaded from :** **[[Firmware download link>>url:https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]]**
1094 1094  
1093 +**Methods to Update Firmware:**
1095 1095  
1096 -Methods to Update Firmware:
1097 -
1098 1098  * (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/]]
1099 1099  * 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]]**.
1100 1100  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0