Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/06/10 15:28
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 2 removed)
Details
- Page properties
-
- Content
-
... ... @@ -243,6 +243,8 @@ 243 243 == 1.11 Mechanical == 244 244 245 245 246 + 247 + 246 246 [[image:1675143884058-338.png]] 247 247 248 248 ... ... @@ -313,6 +313,7 @@ 313 313 After join success, it will start to upload messages to TTN and you can see the messages in the panel. 314 314 315 315 318 + 316 316 == 2.3 Uplink Payload == 317 317 318 318 ... ... @@ -410,23 +410,10 @@ 410 410 [[image:1675144608950-310.png]] 411 411 412 412 413 -=== 2.3.3 Sensor value, FPORT~=7 === 414 414 417 +=== 2.3.3 Battery Info === 415 415 416 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:508.222px" %) 417 -|(% style="width:94px" %)((( 418 -**Size(bytes)** 419 -)))|(% style="width:43px" %)2|(% style="width:367px" %)n 420 -|(% style="width:94px" %)**Value**|(% style="width:43px" %)[[BAT>>||anchor="H2.3.3BatteryInfo"]]|(% style="width:367px" %)((( 421 -Voltage value, each 2 bytes is a set of voltage values. 422 -))) 423 423 424 -[[image:image-20230220171300-1.png||height="207" width="863"]] 425 - 426 - 427 -=== 2.3.4 Battery Info === 428 - 429 - 430 430 Check the battery voltage for PS-LB. 431 431 432 432 Ex1: 0x0B45 = 2885mV ... ... @@ -434,7 +434,7 @@ 434 434 Ex2: 0x0B49 = 2889mV 435 435 436 436 437 -=== 2.3. 5Probe Model ===427 +=== 2.3.4 Probe Model === 438 438 439 439 440 440 PS-LB has different kind of probe, 0~~20mA represent the full scale of the measuring range. So a 15mA output means different meaning for different probe. ... ... @@ -450,7 +450,7 @@ 450 450 The probe model field provides the convenient for server to identical how it should parse the 0~~20mA sensor value and get the correct value. 451 451 452 452 453 -=== 2.3. 60~~20mA value (IDC_IN) ===443 +=== 2.3.5 0~~20mA value (IDC_IN) === 454 454 455 455 456 456 The output value from Pressure Probe, use together with Probe Model to get the pressure value or water level. ... ... @@ -460,7 +460,7 @@ 460 460 27AE(H) = 10158 (D)/1000 = 10.158mA. 461 461 462 462 463 -=== 2.3. 70~~30V value ( pin VDC_IN) ===453 +=== 2.3.6 0~~30V value ( pin VDC_IN) === 464 464 465 465 466 466 Measure the voltage value. The range is 0 to 30V. ... ... @@ -470,7 +470,7 @@ 470 470 138E(H) = 5006(D)/1000= 5.006V 471 471 472 472 473 -=== 2.3. 8IN1&IN2&INT pin ===463 +=== 2.3.7 IN1&IN2&INT pin === 474 474 475 475 476 476 IN1 and IN2 are used as digital input pins. ... ... @@ -493,7 +493,7 @@ 493 493 0x01: Interrupt Uplink Packet. 494 494 495 495 496 -=== 2.3. 9Decode payload in The Things Network ===486 +=== 2.3.8 Decode payload in The Things Network === 497 497 498 498 499 499 While using TTN network, you can add the payload format to decode the payload. ... ... @@ -620,14 +620,15 @@ 620 620 Set transmit interval to 60000ms = 60 seconds 621 621 ))) 622 622 613 + 623 623 (% style="color:blue" %)**Downlink Command: 0x01** 624 624 625 625 Format: Command Code (0x01) followed by 3 bytes time value. 626 626 627 -If the downlink payload=0100003C, it means set the END Node 's Transmit Interval to 0x00003C=60(S), while type code is 01.618 +If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 628 628 629 -* Example 1: Downlink Payload: 0100001E 630 -* Example 2: Downlink Payload: 0100003C 620 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 621 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 631 631 632 632 633 633 ... ... @@ -639,20 +639,21 @@ 639 639 (% style="color:blue" %)**AT Command: AT+INTMOD** 640 640 641 641 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 642 -|= (% style="width: 154px;" %)**Command Example**|=(% style="width: 196px;" %)**Function**|=(% style="width: 157px;" %)**Response**643 -| (% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((633 +|=**Command Example**|=**Function**|=**Response** 634 +|AT+INTMOD=?|Show current interrupt mode|((( 644 644 0 645 645 OK 646 646 the mode is 0 = No interruption 647 647 ))) 648 -| (% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)(((639 +|AT+INTMOD=2|((( 649 649 Set Transmit Interval 650 650 ~1. (Disable Interrupt), 651 651 2. (Trigger by rising and falling edge) 652 652 3. (Trigger by falling edge) 653 653 4. (Trigger by rising edge) 654 -)))| (% style="width:157px" %)OK645 +)))|OK 655 655 647 + 656 656 (% style="color:blue" %)**Downlink Command: 0x06** 657 657 658 658 Format: Command Code (0x06) followed by 3 bytes. ... ... @@ -659,8 +659,8 @@ 659 659 660 660 This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06. 661 661 662 -* Example 1: Downlink Payload: 06000000 663 -* Example 2: Downlink Payload: 06000003 654 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 655 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 664 664 665 665 666 666 ... ... @@ -688,6 +688,7 @@ 688 688 OK 689 689 ))) 690 690 683 + 691 691 (% style="color:blue" %)**AT Command: AT+5VT** 692 692 693 693 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:470px" %) ... ... @@ -707,6 +707,7 @@ 707 707 OK 708 708 ))) 709 709 703 + 710 710 (% style="color:blue" %)**AT Command: AT+12VT** 711 711 712 712 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:443px" %) ... ... @@ -720,6 +720,7 @@ 720 720 OK 721 721 ))) 722 722 717 + 723 723 (% style="color:blue" %)**Downlink Command: 0x07** 724 724 725 725 Format: Command Code (0x07) followed by 3 bytes. ... ... @@ -754,6 +754,7 @@ 754 754 OK 755 755 ))) 756 756 752 + 757 757 (% style="color:blue" %)**Downlink Command: 0x08** 758 758 759 759 Format: Command Code (0x08) followed by 2 bytes. ... ... @@ -763,38 +763,6 @@ 763 763 764 764 765 765 766 -== 3.5 Multiple collections are one uplink(Since firmware V1.1) == 767 - 768 - 769 -Added AT+STDC command to collect the voltage of VDC_INPUT multiple times and upload it at one time. 770 - 771 -(% style="color:blue" %)**AT Command: AT** **+STDC** 772 - 773 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 774 -|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 137px;" %)**Function**|=**Response** 775 -|(% style="width:156px" %)AT+STDC=?|(% style="width:137px" %)((( 776 -Get the mode of multiple acquisitions and one uplink 777 -)))|((( 778 -1,10,18 779 -OK 780 -))) 781 -|(% style="width:156px" %)AT+STDC=1,10,18|(% style="width:137px" %)Set the mode of multiple acquisitions and one uplink|((( 782 -OK 783 -(% style="color:#037691" %)**aa:**(%%) 784 -**0:** means disable this function and use TDC to send packets. 785 -**1:** means enable this function, use the method of multiple acquisitions to send packets. 786 -(% style="color:#037691" %)**bb:**(%%) Each collection interval (s), the value is 1~~65535 787 -(% style="color:#037691" %)**cc: **(%%)the number of collection times, the value is 1~~120 788 -))) 789 - 790 -(% style="color:blue" %)**Downlink Command: 0xAE** 791 - 792 -Format: Command Code (0x08) followed by 5 bytes. 793 - 794 -* Example 1: Downlink Payload: AE 01 02 58 12** ~-~-->** AT+STDC=1,600,18 795 - 796 - 797 - 798 798 = 4. Battery & how to replace = 799 799 800 800 == 4.1 Battery Type == ... ... @@ -802,6 +802,7 @@ 802 802 803 803 PS-LB is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>https://www.dropbox.com/sh/w9l2oa3ytpculph/AAAPtt-apH4lYfCj-2Y6lHvQa?dl=0]]. The battery is un-rechargeable battery with low discharge rate targeting for 8~~10 years use. This type of battery is commonly used in IoT target for long-term running, such as water meter. 804 804 769 + 805 805 The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance. 806 806 807 807 [[image:1675146710956-626.png]] ... ... @@ -931,4 +931,7 @@ 931 931 932 932 * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]] 933 933 899 + 900 + 901 + 934 934
- image-20230201090514-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -560.9 KB - Content
- image-20230220171300-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Bei - Size
-
... ... @@ -1,1 +1,0 @@ 1 -98.0 KB - Content