Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/04/19 17:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -238,8 +238,6 @@ 238 238 == 1.11 Mechanical == 239 239 240 240 241 - 242 - 243 243 [[image:1675143884058-338.png]] 244 244 245 245 ... ... @@ -310,7 +310,6 @@ 310 310 After join success, it will start to upload messages to TTN and you can see the messages in the panel. 311 311 312 312 313 - 314 314 == 2.3 Uplink Payload == 315 315 316 316 ... ... @@ -403,15 +403,28 @@ 403 403 |(% style="width:97px" %)((( 404 404 **Size(bytes)** 405 405 )))|(% style="width:48px" %)**2**|(% style="width:71px" %)**2**|(% style="width:98px" %)**2**|(% style="width:73px" %)**2**|(% style="width:122px" %)**1** 406 -|(% style="width:97px" %)Value|(% style="width:48px" %)[[BAT>>||anchor="H2.3. 3BatteryInfo"]]|(% style="width:71px" %)[[Probe Model>>||anchor="H2.3.4ProbeModel"]]|(% style="width:98px" %)[[0 ~~~~ 20mA value>>||anchor="H2.3.507E20mAvalue28IDC_IN29"]]|(% style="width:73px" %)[[0 ~~~~ 30v value>>||anchor="H2.3.607E30Vvalue28pinVDC_IN29"]]|(% style="width:122px" %)[[IN1 &IN2 Interrupt flag>>||anchor="H2.3.7IN126IN226INTpin"]]403 +|(% style="width:97px" %)Value|(% style="width:48px" %)[[BAT>>||anchor="H2.3.4BatteryInfo"]]|(% style="width:71px" %)[[Probe Model>>||anchor="H2.3.5ProbeModel"]]|(% style="width:98px" %)[[0 ~~~~ 20mA value>>||anchor="H2.3.607E20mAvalue28IDC_IN29"]]|(% style="width:73px" %)[[0 ~~~~ 30v value>>||anchor="H2.3.707E30Vvalue28pinVDC_IN29"]]|(% style="width:122px" %)[[IN1 &IN2 Interrupt flag>>||anchor="H2.3.8IN126IN226INTpin"]] 407 407 408 408 [[image:1675144608950-310.png]] 409 409 410 410 408 +=== 2.3.3 Sensor value, FPORT~=7 === 411 411 412 -=== 2.3.3 Battery Info === 413 413 411 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:508.222px" %) 412 +|(% style="width:94px" %)((( 413 +**Size(bytes)** 414 +)))|(% style="width:43px" %)2|(% style="width:367px" %)n 415 +|(% style="width:94px" %)**Value**|(% style="width:43px" %)[[BAT>>||anchor="H2.3.4BatteryInfo"]]|(% style="width:367px" %)((( 416 +Voltage value, each 2 bytes is a set of voltage values. 417 +))) 414 414 419 +[[image:image-20230220171300-1.png||height="207" width="863"]] 420 + 421 + 422 +=== 2.3.4 Battery Info === 423 + 424 + 415 415 Check the battery voltage for PS-LB. 416 416 417 417 Ex1: 0x0B45 = 2885mV ... ... @@ -419,7 +419,7 @@ 419 419 Ex2: 0x0B49 = 2889mV 420 420 421 421 422 -=== 2.3. 4Probe Model ===432 +=== 2.3.5 Probe Model === 423 423 424 424 425 425 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. ... ... @@ -435,7 +435,7 @@ 435 435 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. 436 436 437 437 438 -=== 2.3. 50~~20mA value (IDC_IN) ===448 +=== 2.3.6 0~~20mA value (IDC_IN) === 439 439 440 440 441 441 The output value from Pressure Probe, use together with Probe Model to get the pressure value or water level. ... ... @@ -445,7 +445,7 @@ 445 445 27AE(H) = 10158 (D)/1000 = 10.158mA. 446 446 447 447 448 -=== 2.3. 60~~30V value ( pin VDC_IN) ===458 +=== 2.3.7 0~~30V value ( pin VDC_IN) === 449 449 450 450 451 451 Measure the voltage value. The range is 0 to 30V. ... ... @@ -455,7 +455,7 @@ 455 455 138E(H) = 5006(D)/1000= 5.006V 456 456 457 457 458 -=== 2.3. 7IN1&IN2&INT pin ===468 +=== 2.3.8 IN1&IN2&INT pin === 459 459 460 460 461 461 IN1 and IN2 are used as digital input pins. ... ... @@ -478,7 +478,7 @@ 478 478 0x01: Interrupt Uplink Packet. 479 479 480 480 481 -=== 2.3. 8Decode payload in The Things Network ===491 +=== 2.3.9 Decode payload in The Things Network === 482 482 483 483 484 484 While using TTN network, you can add the payload format to decode the payload. ... ... @@ -744,6 +744,37 @@ 744 744 * Example 2: Downlink Payload: 080101 **~-~-->** AT+PROBE=0101 745 745 746 746 757 +== 3.5 Multiple collections are one uplink(Since firmware V1.1) == 758 + 759 + 760 +Added AT+STDC command to collect the voltage of VDC_INPUT multiple times and upload it at one time. 761 + 762 +(% style="color:blue" %)**AT Command: AT** **+STDC** 763 + 764 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 765 +|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 137px;" %)**Function**|=**Response** 766 +|(% style="width:156px" %)AT+STDC=?|(% style="width:137px" %)((( 767 +Get the mode of multiple acquisitions and one uplink 768 +)))|((( 769 +1,10,18 770 +OK 771 +))) 772 +|(% style="width:156px" %)AT+STDC=1,10,18|(% style="width:137px" %)Set the mode of multiple acquisitions and one uplink|((( 773 +OK 774 +(% style="color:#037691" %)**aa:**(%%) 775 +**0:** means disable this function and use TDC to send packets. 776 +**1:** means enable this function, use the method of multiple acquisitions to send packets. 777 +(% style="color:#037691" %)**bb:**(%%) Each collection interval (s), the value is 1~~65535 778 +(% style="color:#037691" %)**cc: **(%%)the number of collection times, the value is 1~~120 779 +))) 780 + 781 +(% style="color:blue" %)**Downlink Command: 0xAE** 782 + 783 +Format: Command Code (0x08) followed by 5 bytes. 784 + 785 +* Example 1: Downlink Payload: AE 01 02 58 12** ~-~-->** AT+STDC=1,600,18 786 + 787 + 747 747 = 4. Battery & how to replace = 748 748 749 749 == 4.1 Battery Type == ... ... @@ -751,7 +751,6 @@ 751 751 752 752 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. 753 753 754 - 755 755 The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance. 756 756 757 757 [[image:1675146710956-626.png]] ... ... @@ -880,6 +880,4 @@ 880 880 881 881 * 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]] 882 882 883 - 884 - 885 885
- image-20230220171300-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bei - Size
-
... ... @@ -1,0 +1,1 @@ 1 +98.0 KB - Content