<
From version < 44.1 >
edited by Bei Jinggeng
on 2023/02/20 17:12
To version < 45.1 >
edited by Bei Jinggeng
on 2023/02/20 17:13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -60,7 +60,6 @@
60 60  * 8500mAh Battery for long term use
61 61  
62 62  
63 -
64 64  == 1.3 Specification ==
65 65  
66 66  
... ... @@ -108,7 +108,6 @@
108 108  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
109 109  
110 110  
111 -
112 112  == 1.4 Probe Types ==
113 113  
114 114  === 1.4.1 Thread Installation Type ===
... ... @@ -128,7 +128,6 @@
128 128  * Connector Type: Various Types, see order info
129 129  
130 130  
131 -
132 132  === 1.4.2 Immersion Type ===
133 133  
134 134  
... ... @@ -146,7 +146,6 @@
146 146  * Material: 316 stainless steels
147 147  
148 148  
149 -
150 150  == 1.5 Probe Dimension ==
151 151  
152 152  
... ... @@ -218,7 +218,6 @@
218 218  |(% 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.
219 219  
220 220  
221 -
222 222  == 1.9 Pin Mapping ==
223 223  
224 224  
... ... @@ -411,6 +411,21 @@
411 411  [[image:1675144608950-310.png]]
412 412  
413 413  
409 +(% class="wikigeneratedid" %)
410 +=== 2.3.3 Sensor value, FPORT~=7 ===
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 +
414 414  === 2.3.3 Battery Info ===
415 415  
416 416  
... ... @@ -421,6 +421,7 @@
421 421  Ex2: 0x0B49 = 2889mV
422 422  
423 423  
434 +
424 424  === 2.3.4 Probe Model ===
425 425  
426 426  
... ... @@ -617,7 +617,6 @@
617 617  * Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
618 618  
619 619  
620 -
621 621  == 3.2 Set Interrupt Mode ==
622 622  
623 623  
... ... @@ -650,7 +650,6 @@
650 650  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
651 651  
652 652  
653 -
654 654  == 3.3 Set the output time ==
655 655  
656 656  
... ... @@ -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.
... ... @@ -724,7 +724,6 @@
724 724  * Example 6: Downlink Payload: 07030000  **~-~-->**  AT+12VT=0
725 725  
726 726  
727 -
728 728  == 3.4 Set the Probe Model ==
729 729  
730 730  
... ... @@ -752,7 +752,40 @@
752 752  * Example 2: Downlink Payload: 080101  **~-~-->**  AT+PROBE=0101
753 753  
754 754  
760 +== 3.5 Multiple collections are one uplink(Since firmware V1.1) ==
755 755  
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 +
756 756  = 4. Battery & how to replace =
757 757  
758 758  == 4.1 Battery Type ==
... ... @@ -881,7 +881,6 @@
881 881  * Weight / pcs : g
882 882  
883 883  
884 -
885 885  = 10. Support =
886 886  
887 887  
... ... @@ -890,5 +890,4 @@
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 892  
893 -
894 894  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0