Changes for page SN50v3-LB/LS -- LoRaWAN Sensor Node User Manual
Last modified by Bei Jinggeng on 2025/01/10 15:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -282,17 +282,15 @@ 282 282 **AT+MOD=2 ** ~/~/ will set the SN50v3 to work in MOD=2 distance mode which target to measure distance via Ultrasonic Sensor. 283 283 284 284 285 -(% style="color:red" %) **Important Notice:** (%%)285 +(% style="color:red" %) **Important Notice:** 286 286 287 287 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. 288 +1. All modes share the same Payload Explanation from HERE. 289 +1. By default, the device will send an uplink message every 20 minutes. 288 288 289 -2. All modes share the same Payload Explanation from HERE. 290 290 291 -3. Bydefault,thedevicewill send an uplink message every 20 minutes.292 +==== 2.3.2.1 MOD~=1 (Default Mode) ==== 292 292 293 - 294 -=== 2.3.1 MOD~=1 (Default Mode) === 295 - 296 296 In this mode, uplink payload includes in total 11 bytes. Uplink packets use FPORT=2. 297 297 298 298 |**Size(bytes)**|**2**|**2**|**2**|**1**|**2**|**2** ... ... @@ -300,8 +300,9 @@ 300 300 301 301 [[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"]] 302 302 303 -=== 2.3.2 MOD~=2 (Distance Mode) === 304 304 302 +==== 2.3.2.2 MOD~=2 (Distance Mode) ==== 303 + 305 305 This mode is target to measure the distance. The payload of this mode is totally 11 bytes. The 8^^th^^ and 9^^th^^ bytes is for the distance. 306 306 307 307 |**Size(bytes)**|**2**|**2**|**2**|**1**|**2**|**2** ... ... @@ -351,8 +351,9 @@ 351 351 352 352 Please use firmware version > 1.6.5 when use MOD=2, in this firmware version, user can use LSn50 v1 to power the ultrasonic sensor directly and with low power consumption. 353 353 354 -=== 2.3.3 MOD~=3 (3 ADC + I2C) === 355 355 354 +==== 2.3.2.3 MOD~=3 (3 ADC + I2C) ==== 355 + 356 356 This mode has total 12 bytes. Include 3 x ADC + 1x I2C 357 357 358 358 |=((( ... ... @@ -364,8 +364,9 @@ 364 364 365 365 [[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/1656377431497-975.png?rev=1.1||alt="1656377431497-975.png"]] 366 366 367 -=== 2.3.4 MOD~=4 (3 x DS18B20) === 368 368 368 +==== 2.3.2.4 MOD~=4 (3 x DS18B20) ==== 369 + 369 369 This mode is supported in firmware version since v1.6.1. Software set to AT+MOD=4 370 370 371 371 Hardware connection is as below, ... ... @@ -394,8 +394,11 @@ 394 394 395 395 [[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"]] 396 396 397 -=== 2.3.5 MOD~=5(Weight Measurement by HX711) === 398 +(% class="wikigeneratedid" %) 399 +=== === 398 398 401 +==== 2.3.2.5 MOD~=5(Weight Measurement by HX711) ==== 402 + 399 399 This mode is supported in firmware version since v1.6.2. Please use v1.6.5 firmware version so user no need to use extra LDO for connection. 400 400 401 401 ... ... @@ -424,8 +424,11 @@ 424 424 425 425 [[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"]] 426 426 427 -=== 2.3.6 MOD~=6 (Counting Mode, Since firmware v1.6.5) === 431 +(% class="wikigeneratedid" %) 432 +=== === 428 428 434 +==== 2.3.2.6 MOD~=6 (Counting Mode) ==== 435 + 429 429 In this mode, the device will work in counting mode. It counts the interrupt on the interrupt pins and sends the count on TDC time. 430 430 431 431 Connection is as below. The PIR sensor is a count sensor, it will generate interrupt when people come close or go away. User can replace the PIR sensor with other counting sensors. ... ... @@ -441,8 +441,9 @@ 441 441 442 442 [[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"]] 443 443 444 -=== 2.3.7 MOD~=7 Three interrupt contact modes (the hardware version needs to support three interrupt versions, Since firmware v1.8.0) === 445 445 452 +==== 2.3.2.7 MOD~=7 (Three interrupt contact modes) ==== 453 + 446 446 [[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-20220820140109-3.png?rev=1.1||alt="image-20220820140109-3.png"]] 447 447 448 448 |=((( ... ... @@ -452,8 +452,9 @@ 452 452 Digital in(PA12)&Digital Interrupt1(PB14) 453 453 )))|Digital Interrupt2(PB15)|Digital Interrupt3(PA4)|Reserved 454 454 455 -=== 2.3.8 MOD~=8 (3ADC+1DS18B20, Since firmware v1.8.0) === 456 456 464 +==== 2.3.2.8 MOD~=8 (3ADC+1DS18B20) ==== 465 + 457 457 |=((( 458 458 **Size(bytes)** 459 459 )))|=**2**|=**2**|=**2**|=**1**|=**2**|=2 ... ... @@ -470,8 +470,11 @@ 470 470 471 471 [[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-20220823164903-2.png?rev=1.1||alt="image-20220823164903-2.png"]] 472 472 473 -=== 2.3.9 MOD~=9 3DS18B20+ two Interrupt count mode (the hardware version needs to support 3 interrupt versions, Since firmware v1.8.0) === 482 +(% class="wikigeneratedid" %) 483 +=== === 474 474 485 +==== 2.3.2.9 MOD~=9 (3DS18B20+ two Interrupt count mode) ==== 486 + 475 475 |=((( 476 476 **Size(bytes)** 477 477 )))|=**2**|=**2**|=**2**|=**1**|=**2**|=4|=4 ... ... @@ -498,7 +498,7 @@ 498 498 499 499 **~ AT+INTMOD2** **PB15** pin: Corresponding downlink:** 06 00 01 xx** 500 500 501 -**~ AT+INTMOD3** **PA4** pin: Corresponding downlink: ** 513 +**~ AT+INTMOD3** **PA4** pin: Corresponding downlink: ** 06 00 02 xx** 502 502 503 503 **AT+SETCNT=aa,bb** 504 504