<
From version < 91.1 >
edited by kai
on 2024/05/13 11:52
To version < 97.1 >
edited by Xiaoling
on 2024/09/26 14:13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kai
1 +XWiki.Xiaoling
Content
... ... @@ -41,7 +41,7 @@
41 41  )))
42 42  
43 43  (((
44 -PS-LB/LS is powered by (% style="color:blue" %)**8500mAh Li-SOCI2 battery **(%%)or (% style="color:blue" %)**solar powered + li-on battery **(%%), it is designed for long term use up to 5 years.
44 +PS-LB/LS is powered by (% style="color:blue" %)**8500mAh Li-SOCI2 battery **(%%)or (% style="color:blue" %)**solar powered + Li-ion battery **(%%), it is designed for long term use up to 5 years.
45 45  )))
46 46  
47 47  (((
... ... @@ -67,7 +67,7 @@
67 67  * Downlink to change configure
68 68  * Controllable 3.3v,5v and 12v output to power external sensor
69 69  * 8500mAh Li/SOCl2 Battery (PS-LB)
70 -* Solar panel + 3000mAh Li-on battery (PS-LS)
70 +* Solar panel + 3000mAh Li-ion battery (PS-LS)
71 71  
72 72  == 1.3 Specification ==
73 73  
... ... @@ -155,7 +155,7 @@
155 155  * Overload: 300% F.S
156 156  * Zero temperature drift: ±0.03%F.S/°C
157 157  * Operating temperature: -20℃~~60℃
158 -* Storage temperature:  -20℃~~40℃
158 +* Storage temperature:  -20℃~~60℃
159 159  * Compensation temperature: 0~~50°C
160 160  
161 161  == 1.5 Application and Installation ==
... ... @@ -591,15 +591,88 @@
591 591  [[image:1675145081239-376.png]]
592 592  
593 593  
594 -== 2.6 Frequency Plans ==
594 +== 2.6 Datalog Feature (Since V1.1) ==
595 595  
596 +When a user wants to retrieve sensor value, he can send a poll command from the IoT platform to ask the sensor to send value in the required time slot.
596 596  
598 +
599 +
600 +=== 2.6.1 Unix TimeStamp ===
601 +
602 +CPL01 uses Unix TimeStamp format based on
603 +
604 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/1652861618065-927.png?width=705&height=109&rev=1.1||alt="1652861618065-927.png" height="109" width="705"]]
605 +
606 +Users can get this time from the link:  [[https:~~/~~/www.epochconverter.com/>>url:https://www.epochconverter.com/]] :
607 +
608 +Below is the converter example:
609 +
610 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/1652861637105-371.png?width=732&height=428&rev=1.1||alt="1652861637105-371.png"]]
611 +
612 +
613 +=== 2.6.2 Set Device Time ===
614 +
615 +There are two ways to set the device's time:
616 +
617 +
618 +(% style="color:blue" %)**1. Through LoRaWAN MAC Command (Default settings)**
619 +
620 +Users need to set SYNCMOD=1 to enable sync time via the MAC command.
621 +
622 +Once CPL01 Joined the LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to CPL01. If CPL01 fails to get the time from the server, CPL01 will use the internal time and wait for the next time request ~[[[via Device Status (FPORT=5)>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/#H2.3.1DeviceStatus2CFPORT3D5]]].
623 +
624 +
625 +(% style="color:red" %)**Note: LoRaWAN Server needs to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature.**
626 +
627 +
628 +(% style="color:blue" %)** 2. Manually Set Time**
629 +
630 +Users need to set SYNCMOD=0 to manual time, otherwise, the user set time will be overwritten by the time set by the server.
631 +
632 +
633 +=== 2.6.3 Poll sensor value ===
634 +
635 +Users can poll sensor values based on timestamps. Below is the downlink command.
636 +
637 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:470px" %)
638 +|=(% colspan="4" style="width: 154px;background-color:#4F81BD;color:white" %)**Downlink Command to poll Open/Close status (0x31)**
639 +|(% style="background-color:#f2f2f2; width:70px" %)**1byte**|(% style="background-color:#f2f2f2; width:140px" %)**4bytes**|(% style="background-color:#f2f2f2; width:140px" %)(((
640 +(((
641 +**4bytes**
642 +)))
643 +
644 +(((
645 +
646 +)))
647 +)))|(% style="background-color:#f2f2f2; width:150px" %)**1byte**
648 +|(% style="background-color:#f2f2f2; width:70px" %)31|(% style="background-color:#f2f2f2; width:140px" %)Timestamp start|(% style="background-color:#f2f2f2; width:140px" %)Timestamp end|(% style="background-color:#f2f2f2; width:150px" %)Uplink Interval
649 +
650 +Timestamp start and Timestamp end-use Unix TimeStamp format as mentioned above. Devices will reply with all data logs during this period, using the uplink interval.
651 +
652 +For example, downlink command[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/image-20220518162852-1.png?rev=1.1||alt="image-20220518162852-1.png"]]
653 +
654 +Is to check 2021/11/12 12:00:00 to 2021/11/12 15:00:00's data
655 +
656 +Uplink Internal =5s,means CPL01 will send one packet every 5s. range 5~~255s.
657 +
658 +
659 +=== 2.6.4 Decoder in TTN V3 ===
660 +
661 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/1652862574387-195.png?width=722&height=359&rev=1.1||alt="1652862574387-195.png" height="359" width="722"]]
662 +
663 +Please check the decoder from this link: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>url:https://github.com/dragino/dragino-end-node-decoder]]
664 +
665 +
666 +
667 +== 2.7 Frequency Plans ==
668 +
669 +
597 597  The PS-LB/LS uses OTAA mode and below frequency plans by default. Each frequency band use different firmware, user update the firmware to the corresponding band for their country.
598 598  
599 599  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]]
600 600  
601 601  
602 -== 2.7 ​Firmware Change Log ==
675 +== 2.8 ​Firmware Change Log ==
603 603  
604 604  
605 605  **Firmware download link:**
... ... @@ -782,6 +782,12 @@
782 782  
783 783  (A->01,B->02,C->03,D->04,E->05,F->06,G->07,H->08,I->09,J->0A,K->0B,L->0C)
784 784  
858 +When aa=02, it is the Differential Pressure Sensor , which converts the current into a pressure value;
859 +
860 +bb represents which type of pressure sensor it is.
861 +
862 +(0~~100Pa->01,0~~200Pa->02,0~~300Pa->03,0~~1KPa->04,0~~2KPa->05,0~~3KPa->06,0~~4KPa->07,0~~5KPa->08,0~~10KPa->09,-100~~ 100Pa->0A,-200~~ 200Pa->0B,-1~~ 1KPa->0C)
863 +
785 785  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
786 786  |(% style="background-color:#4f81bd; color:white; width:154px" %)**Command Example**|(% style="background-color:#4f81bd; color:white; width:269px" %)**Function**|(% style="background-color:#4f81bd; color:white" %)**Response**
787 787  |(% style="background-color:#f2f2f2; width:154px" %)AT+PROBE=?|(% style="background-color:#f2f2f2; width:269px" %)Get or Set the probe model.|(% style="background-color:#f2f2f2" %)0
... ... @@ -804,7 +804,7 @@
804 804  === 3.3.5 Multiple collections are one uplink (Since firmware V1.1) ===
805 805  
806 806  
807 -Added AT+STDC command to collect the voltage of VDC_INPUT multiple times and upload it at one time.
886 +Added AT+STDC command to collect the voltage of VDC_INPUT/IDC_INPUT multiple times and upload it at one time.
808 808  
809 809  (% style="color:blue" %)**AT Command: AT** **+STDC**
810 810  
... ... @@ -812,7 +812,8 @@
812 812  
813 813  (% style="color:#037691" %)**aa:**(%%)
814 814  **0:** means disable this function and use TDC to send packets.
815 -**1:** means enable this function, use the method of multiple acquisitions to send packets.
894 +**1:** means that the function is enabled to send packets by collecting VDC data for multiple times.
895 +**2:** means that the function is enabled to send packets by collecting IDC data for multiple times.
816 816  (% style="color:#037691" %)**bb:**(%%) Each collection interval (s), the value is 1~~65535
817 817  (% style="color:#037691" %)**cc:**(%%)** **the number of collection times, the value is 1~~120
818 818  
... ... @@ -837,7 +837,7 @@
837 837  
838 838  (% style="color:blue" %)**Downlink Command: 0xAE**
839 839  
840 -Format: Command Code (0x08) followed by 5 bytes.
920 +Format: Command Code (0xAE) followed by 4 bytes.
841 841  
842 842  * Example 1: Downlink Payload: AE 01 02 58 12** ~-~-->**  AT+STDC=1,600,18
843 843  
... ... @@ -923,6 +923,7 @@
923 923  
924 924  [[image:image-20240109172423-7.png]](% style="display:none" %)
925 925  
1006 +[[image:image-20240817150702-1.png]]
926 926  
927 927  = 9. ​Packing Info =
928 928  
image-20240817150702-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +38.4 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0