<
From version < 45.1 >
edited by Bei Jinggeng
on 2023/02/20 17:13
To version < 42.32 >
edited by Xiaoling
on 2023/01/31 17:18
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Xiaoling
Content
... ... @@ -60,6 +60,7 @@
60 60  * 8500mAh Battery for long term use
61 61  
62 62  
63 +
63 63  == 1.3 Specification ==
64 64  
65 65  
... ... @@ -107,6 +107,7 @@
107 107  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
108 108  
109 109  
111 +
110 110  == 1.4 Probe Types ==
111 111  
112 112  === 1.4.1 Thread Installation Type ===
... ... @@ -126,6 +126,7 @@
126 126  * Connector Type: Various Types, see order info
127 127  
128 128  
131 +
129 129  === 1.4.2 Immersion Type ===
130 130  
131 131  
... ... @@ -143,6 +143,7 @@
143 143  * Material: 316 stainless steels
144 144  
145 145  
149 +
146 146  == 1.5 Probe Dimension ==
147 147  
148 148  
... ... @@ -214,6 +214,7 @@
214 214  |(% style="width:167px" %)Fast press ACT 5 times.|(% style="width:117px" %)Deactivate Device|(% style="width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means PS-LB is in Deep Sleep Mode.
215 215  
216 216  
221 +
217 217  == 1.9 Pin Mapping ==
218 218  
219 219  
... ... @@ -238,6 +238,8 @@
238 238  == 1.11 Mechanical ==
239 239  
240 240  
246 +
247 +
241 241  [[image:1675143884058-338.png]]
242 242  
243 243  
... ... @@ -406,21 +406,7 @@
406 406  [[image:1675144608950-310.png]]
407 407  
408 408  
409 -(% class="wikigeneratedid" %)
410 -=== 2.3.3 Sensor value, FPORT~=7 ===
411 411  
412 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:543px" %)
413 -|(% style="width:99px" %)(((
414 -**Size(bytes)**
415 -)))|(% style="width:63px" %)2|(% style="width:378px" %)n
416 -|(% style="width:99px" %)Value|(% style="width:63px" %)[[BAT>>||anchor="H2.3.3BatteryInfo"]]|(% style="width:378px" %)(((
417 -Voltage value, each 2 bytes is a set of voltage values
418 -)))
419 -
420 -
421 -[[image:image-20230220171300-1.png||height="207" width="863"]]
422 -
423 -
424 424  === 2.3.3 Battery Info ===
425 425  
426 426  
... ... @@ -431,7 +431,6 @@
431 431  Ex2: 0x0B49 = 2889mV
432 432  
433 433  
434 -
435 435  === 2.3.4 Probe Model ===
436 436  
437 437  
... ... @@ -618,16 +618,18 @@
618 618  Set transmit interval to 60000ms = 60 seconds
619 619  )))
620 620  
613 +
621 621  (% style="color:blue" %)**Downlink Command: 0x01**
622 622  
623 623  Format: Command Code (0x01) followed by 3 bytes time value.
624 624  
625 -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 Nodes Transmit Interval to 0x00003C=60(S), while type code is 01.
626 626  
627 -* Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
628 -* Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
620 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
621 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
629 629  
630 630  
624 +
631 631  == 3.2 Set Interrupt Mode ==
632 632  
633 633  
... ... @@ -636,20 +636,21 @@
636 636  (% style="color:blue" %)**AT Command: AT+INTMOD**
637 637  
638 638  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
639 -|=(% style="width: 154px;" %)**Command Example**|=(% style="width: 196px;" %)**Function**|=(% style="width: 157px;" %)**Response**
640 -|(% 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|(((
641 641  0
642 642  OK
643 643  the mode is 0 = No interruption
644 644  )))
645 -|(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)(((
639 +|AT+INTMOD=2|(((
646 646  Set Transmit Interval
647 647  ~1. (Disable Interrupt),
648 648  2. (Trigger by rising and falling edge)
649 649  3. (Trigger by falling edge)
650 650  4. (Trigger by rising edge)
651 -)))|(% style="width:157px" %)OK
645 +)))|OK
652 652  
647 +
653 653  (% style="color:blue" %)**Downlink Command: 0x06**
654 654  
655 655  Format: Command Code (0x06) followed by 3 bytes.
... ... @@ -656,10 +656,11 @@
656 656  
657 657  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
658 658  
659 -* Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
660 -* Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
654 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
655 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
661 661  
662 662  
658 +
663 663  == 3.3 Set the output time ==
664 664  
665 665  
... ... @@ -684,6 +684,7 @@
684 684  OK
685 685  )))
686 686  
683 +
687 687  (% style="color:blue" %)**AT Command: AT+5VT**
688 688  
689 689  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:470px" %)
... ... @@ -703,6 +703,7 @@
703 703  OK
704 704  )))
705 705  
703 +
706 706  (% style="color:blue" %)**AT Command: AT+12VT**
707 707  
708 708  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:443px" %)
... ... @@ -716,6 +716,7 @@
716 716  OK
717 717  )))
718 718  
717 +
719 719  (% style="color:blue" %)**Downlink Command: 0x07**
720 720  
721 721  Format: Command Code (0x07) followed by 3 bytes.
... ... @@ -730,6 +730,7 @@
730 730  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
731 731  
732 732  
732 +
733 733  == 3.4 Set the Probe Model ==
734 734  
735 735  
... ... @@ -749,6 +749,7 @@
749 749  OK
750 750  )))
751 751  
752 +
752 752  (% style="color:blue" %)**Downlink Command: 0x08**
753 753  
754 754  Format: Command Code (0x08) followed by 2 bytes.
... ... @@ -757,40 +757,7 @@
757 757  * Example 2: Downlink Payload: 080101  **~-~-->**  AT+PROBE=0101
758 758  
759 759  
760 -== 3.5 Multiple collections are one uplink(Since firmware V1.1) ==
761 761  
762 -Added AT+STDC command to collect the voltage of VDC_INPUT multiple times and upload it at one time.
763 -
764 -(% style="color:blue" %)**AT Command: AT** **+STDC**
765 -
766 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
767 -|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 137px;" %)**Function**|=**Response**
768 -|(% style="width:156px" %)AT+STDC=?|(% style="width:137px" %)(((
769 -Get the mode of multiple acquisitions and one uplink
770 -)))|(((
771 -1,10,18
772 -OK
773 -)))
774 -|(% style="width:156px" %)AT+STDC=1,10,18|(% style="width:137px" %)Set the mode of multiple acquisitions and one uplink|(((
775 -OK
776 -
777 -aa:
778 -
779 -0 means disable this function and use TDC to send packets.
780 -
781 -1 means enable this function, use the method of multiple acquisitions to send packets.
782 -
783 -bb: Each collection interval (s), the value is 1~~65535
784 -
785 -cc: the number of collection times, the value is 1~~120
786 -)))
787 -
788 -(% style="color:blue" %)**Downlink Command: 0xAE**
789 -
790 -Format: Command Code (0x08) followed by 5 bytes.
791 -
792 -* Example 1: Downlink Payload: AE 01 02 58 12 **~-~-->**  AT+STDC=1,600,18
793 -
794 794  = 4. Battery & how to replace =
795 795  
796 796  == 4.1 Battery Type ==
... ... @@ -798,6 +798,7 @@
798 798  
799 799  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.
800 800  
769 +
801 801  The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance.
802 802  
803 803  [[image:1675146710956-626.png]]
... ... @@ -919,6 +919,7 @@
919 919  * Weight / pcs : g
920 920  
921 921  
891 +
922 922  = 10. Support =
923 923  
924 924  
... ... @@ -927,4 +927,6 @@
927 927  * 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]]
928 928  
929 929  
900 +
901 +
930 930  
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
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0