Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/04/19 16:27
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Bei1 +XWiki.Xiaoling - Content
-
... ... @@ -313,7 +313,6 @@ 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 316 - 317 317 == 2.3 Uplink Payload == 318 318 319 319 ... ... @@ -411,9 +411,23 @@ 411 411 [[image:1675144608950-310.png]] 412 412 413 413 414 -=== 2.3.3 BatteryInfo===413 +=== 2.3.3 Sensor value, FPORT~=7 === 415 415 416 416 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 + 424 +[[image:image-20230220171300-1.png||height="207" width="863"]] 425 + 426 + 427 +=== 2.3.4 Battery Info === 428 + 429 + 417 417 Check the battery voltage for PS-LB. 418 418 419 419 Ex1: 0x0B45 = 2885mV ... ... @@ -421,7 +421,7 @@ 421 421 Ex2: 0x0B49 = 2889mV 422 422 423 423 424 -=== 2.3. 4Probe Model ===437 +=== 2.3.5 Probe Model === 425 425 426 426 427 427 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. ... ... @@ -437,7 +437,7 @@ 437 437 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. 438 438 439 439 440 -=== 2.3. 50~~20mA value (IDC_IN) ===453 +=== 2.3.6 0~~20mA value (IDC_IN) === 441 441 442 442 443 443 The output value from Pressure Probe, use together with Probe Model to get the pressure value or water level. ... ... @@ -447,7 +447,7 @@ 447 447 27AE(H) = 10158 (D)/1000 = 10.158mA. 448 448 449 449 450 -=== 2.3. 60~~30V value ( pin VDC_IN) ===463 +=== 2.3.7 0~~30V value ( pin VDC_IN) === 451 451 452 452 453 453 Measure the voltage value. The range is 0 to 30V. ... ... @@ -457,7 +457,7 @@ 457 457 138E(H) = 5006(D)/1000= 5.006V 458 458 459 459 460 -=== 2.3. 7IN1&IN2&INT pin ===473 +=== 2.3.8 IN1&IN2&INT pin === 461 461 462 462 463 463 IN1 and IN2 are used as digital input pins. ... ... @@ -480,7 +480,7 @@ 480 480 0x01: Interrupt Uplink Packet. 481 481 482 482 483 -=== 2.3. 8Decode payload in The Things Network ===496 +=== 2.3.9 Decode payload in The Things Network === 484 484 485 485 486 486 While using TTN network, you can add the payload format to decode the payload. ... ... @@ -675,7 +675,6 @@ 675 675 OK 676 676 ))) 677 677 678 - 679 679 (% style="color:blue" %)**AT Command: AT+5VT** 680 680 681 681 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:470px" %) ... ... @@ -695,7 +695,6 @@ 695 695 OK 696 696 ))) 697 697 698 - 699 699 (% style="color:blue" %)**AT Command: AT+12VT** 700 700 701 701 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:443px" %) ... ... @@ -709,7 +709,6 @@ 709 709 OK 710 710 ))) 711 711 712 - 713 713 (% style="color:blue" %)**Downlink Command: 0x07** 714 714 715 715 Format: Command Code (0x07) followed by 3 bytes. ... ... @@ -753,6 +753,38 @@ 753 753 754 754 755 755 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 + 756 756 = 4. Battery & how to replace = 757 757 758 758 == 4.1 Battery Type == ... ... @@ -889,6 +889,4 @@ 889 889 890 890 * 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]] 891 891 892 - 893 - 894 894