Last modified by Mengting Qiu on 2023/12/14 11:15

From version 64.10
edited by Xiaoling
on 2023/05/30 13:42
Change comment: There is no comment for this version
To version 62.6
edited by Xiaoling
on 2023/05/30 10:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,9 +33,6 @@
33 33  Each CPL03-LB is pre-load with a set of unique keys for LoRaWAN registrations, register these keys to local LoRaWAN server and it will auto connect after power on.
34 34  
35 35  
36 -[[image:image-20230530111051-3.png||height="402" width="850"]]
37 -
38 -
39 39  == 1.2 ​Features ==
40 40  
41 41  
... ... @@ -53,8 +53,6 @@
53 53  * Downlink to change configure
54 54  * 8500mAh Battery for long term use
55 55  
56 -
57 -
58 58  == 1.3 Specification ==
59 59  
60 60  
... ... @@ -83,8 +83,6 @@
83 83  * Sleep Mode: 5uA @ 3.3v
84 84  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
85 85  
86 -
87 -
88 88  == 1.4 Applications ==
89 89  
90 90  
... ... @@ -92,8 +92,6 @@
92 92  * Pulse meter application
93 93  * Dry Contact Detection
94 94  
95 -
96 -
97 97  == 1.5 Sleep mode and working mode ==
98 98  
99 99  
... ... @@ -102,7 +102,7 @@
102 102  (% style="color:blue" %)**Working Mode:** (%%)In this mode, Sensor will work as LoRaWAN Sensor to Join LoRaWAN network and send out sensor data to server. Between each sampling/tx/rx periodically, sensor will be in IDLE mode), in IDLE mode, sensor has the same power consumption as Deep Sleep mode.
103 103  
104 104  
105 -== 1.6 Button & LEDs ==
96 +== 1.5 Button & LEDs ==
106 106  
107 107  
108 108  [[image:Main.User Manual for LoRaWAN End Nodes.D20-LBD22-LBD23-LB_LoRaWAN_Temperature_Sensor_User_Manual.WebHome@1675071855856-879.png]]
... ... @@ -121,11 +121,9 @@
121 121  )))
122 122  |(% 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 device is in Deep Sleep Mode.
123 123  
115 +== 1.6 BLE connection ==
124 124  
125 125  
126 -== 1.7 BLE connection ==
127 -
128 -
129 129  CPL03-LB support BLE remote configure.
130 130  
131 131  
... ... @@ -138,12 +138,12 @@
138 138  If there is no activity connection on BLE in 60 seconds, sensor will shut down BLE module to enter low power mode.
139 139  
140 140  
141 -== 1.8 Pin Definitions ==
130 +== 1.7 Pin Definitions ==
142 142  
143 143  [[image:image-20230523174230-1.png]]
144 144  
145 145  
146 -== 1.9 Mechanical ==
135 +== 1.8 Mechanical ==
147 147  
148 148  
149 149  [[image:Main.User Manual for LoRaWAN End Nodes.D20-LBD22-LBD23-LB_LoRaWAN_Temperature_Sensor_User_Manual.WebHome@1675143884058-338.png]]
... ... @@ -162,7 +162,6 @@
162 162  
163 163  The CPL03-LB is configured as (% style="color:#037691" %)**LoRaWAN OTAA Class A**(%%) mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and press the button to activate the CPL03-LB. It will automatically join the network via OTAA and start to send the sensor value. The default uplink interval is 20 minutes.
164 164  
165 -(% style="display:none" %) (%%)
166 166  
167 167  == 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
168 168  
... ... @@ -171,9 +171,7 @@
171 171  
172 172  The LPS8v2 is already set to connected to [[TTN network >>url:https://console.cloud.thethings.network/]], so what we need to now is configure the TTN server.
173 173  
174 -[[image:image-20230530111412-4.png||height="398" width="805"]](% style="display:none" %)
175 175  
176 -
177 177  (% style="color:blue" %)**Step 1:**(%%) Create a device in TTN with the OTAA keys from CPL03-LB.
178 178  
179 179  Each CPL03-LB is shipped with a sticker with the default device EUI as below:
... ... @@ -291,7 +291,7 @@
291 291  === 2.3.2 Sensor Configuration, FPORT~=4 ===
292 292  
293 293  
294 -CPL03-LB will only send this command after getting the downlink command (0x26 02) from the server.
280 +CPL01 will only send this command after getting the downlink command (0x26 02) from the server.
295 295  
296 296  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
297 297  |(% colspan="6" style="background-color:#d9e2f3; color:#0070c0; width:504px" %)**Sensor Configuration FPORT=4**
... ... @@ -313,11 +313,11 @@
313 313  )))
314 314  
315 315  (((
316 -(% style="color:blue" %)** If Disalarm = 1**(%%), CPL03-LB will only send uplink at every TDC periodically. This is normally use for pulse meter application, in this application, there are many disconnect/connect event, and platform only care about the total number of pulse.
302 +(% style="color:blue" %)** If Disalarm = 1**(%%), CPL01 will only send uplink at every TDC periodically. This is normally use for pulse meter application, in this application, there are many disconnect/connect event, and platform only care about the total number of pulse.
317 317  )))
318 318  
319 319  (((
320 -(% style="color:blue" %)** If Disalarm = 0**(%%), CPL03-LB will send uplink at every TDC periodically.
306 +(% style="color:blue" %)** If Disalarm = 0**(%%), CPL01 will send uplink at every TDC periodically.
321 321  
322 322  
323 323  )))
... ... @@ -327,7 +327,7 @@
327 327  )))
328 328  
329 329  (((
330 -Shows the configure value of [[Alarm Base on Timeout Feature>>||anchor="H3.3.5AlarmBaseonTimeout"]]
316 +Shows the configure value of [[Alarm Base on Timeout Feature>>||anchor="H3.5AlarmBaseonTimeout"]]
331 331  
332 332  
333 333  )))
... ... @@ -344,10 +344,10 @@
344 344  (% style="color:blue" %)** If Trigger mode = 1**(%%), count open to close event.
345 345  )))
346 346  
347 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/1652860064987-743.png?width=730&height=152&rev=1.1||alt="1652860064987-743.png"]]
333 +[[image:1652860064987-743.png||height="152" width="730"]]
348 348  
349 349  
350 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/1652860079526-831.png?width=729&height=209&rev=1.1||alt="1652860079526-831.png"]]
336 +[[image:1652860079526-831.png||height="209" width="729"]]
351 351  
352 352  
353 353  === 2.3.3 Real-Time Open/Close Status, Uplink FPORT~=2 ===
... ... @@ -355,13 +355,13 @@
355 355  
356 356  (((
357 357  (((
358 -CPL03-LB will send this uplink **after** Device Status once join the LoRaWAN network successfully. And CPL03-LB will:
344 +CPL01 will send this uplink **after** Device Status once join the LoRaWAN network successfully. And CPL01 will:
359 359  )))
360 360  )))
361 361  
362 362  (((
363 363  (((
364 -periodically send this uplink every 2 hours, this interval [[can be changed>>||anchor="H3.3.1SetTransmitIntervalTime"]].
350 +periodically send this uplink every 2 hours, this interval [[can be changed>>||anchor="H3.1SetTransmitIntervalTime"]].
365 365  )))
366 366  )))
367 367  
... ... @@ -374,7 +374,7 @@
374 374  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:520px" %)
375 375  |=(% colspan="5" style="background-color:#D9E2F3;color:#0070C0; width: 520px;" %)**Real-Time Open/Close Status, FPORT=2**
376 376  |(% style="width:60px" %)**Size(bytes)**|(% style="width:65px" %)**1**|(% style="width:65px" %)**3**|(% style="width:240px" %)**3**|(% style="width:90px" %)**4**
377 -|(% style="width:101px" %)**Value**|(% style="width:133px" %)Status & [[Alarm>>||anchor="H3.3.5AlarmBaseonTimeout"]]|(% style="width:92px" %)Total pulse|(% style="width:247px" %)The last open duration (unit: min)|(% style="width:149px" %)[[Unix TimeStamp>>||anchor="H2.5.2UnixTimeStamp"]]
363 +|(% style="width:101px" %)**Value**|(% style="width:133px" %)Status & [[Alarm>>||anchor="H3.5AlarmBaseonTimeout"]]|(% style="width:92px" %)Total pulse|(% style="width:247px" %)The last open duration (unit: min)|(% style="width:149px" %)[[Unix TimeStamp>>||anchor="H2.4.1UnixTimeStamp"]]
378 378  
379 379  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:504px" %)
380 380  |=(% colspan="4" style="background-color:#D9E2F3;color:#0070C0; width: 502px;" %)**Status & Alarm field**
... ... @@ -402,7 +402,7 @@
402 402  )))
403 403  
404 404  (((
405 -Refer: [[Set Calculate Flag>>||anchor="H3.3.8Setthecalculateflag"]]
391 +Refer: [[Set Calculate Flag>>||anchor="H3.9Setthecalculateflag"]]
406 406  
407 407  
408 408  )))
... ... @@ -412,7 +412,7 @@
412 412  )))
413 413  
414 414  (((
415 -See [[Alarm Base on Timeout>>||anchor="H3.3.5AlarmBaseonTimeout"]]
401 +See [[Alarm Base on Timeout>>||anchor="H3.5AlarmBaseonTimeout"]]
416 416  
417 417  
418 418  )))
... ... @@ -457,7 +457,7 @@
457 457  Unit: min.
458 458  )))
459 459  
460 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/1652860403792-491.png?width=735&height=153&rev=1.1||alt="1652860403792-491.png"]]
446 +[[image:1652860403792-491.png||height="153" width="735"]]
461 461  
462 462  
463 463  === 2.3.4 Real-Time Open/Close Status, 3 pulse mode, Uplink FPORT~=6 ===
... ... @@ -471,12 +471,12 @@
471 471  
472 472  (% style="color:blue" %)**CPL03-LB 3 Pulse Wiring:**
473 473  
474 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/image-20221013153352-1.png?width=720&height=628&rev=1.1||alt="image-20221013153352-1.png"]]
460 +[[image:image-20221013153352-1.png||height="628" width="720"]]
475 475  
476 476  
477 477  (% style="color:blue" %)**Payload:**
478 478  
479 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/image-20221013153352-2.png?width=1215&height=167&rev=1.1||alt="image-20221013153352-2.png"]]
465 +[[image:image-20221013153352-2.png||height="167" width="1215"]]
480 480  
481 481  
482 482  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:447px" %)
... ... @@ -551,7 +551,7 @@
551 551  
552 552  
553 553  (((
554 -CPL03-LB stores sensor values and users can retrieve these history values via the [[downlink command>>||anchor="H2.5DatalogFeature"]].
540 +CPL01 stores sensor values and users can retrieve these history values via the [[downlink command>>||anchor="H2.4DatalogFeature"]].
555 555  )))
556 556  
557 557  (((
... ... @@ -559,7 +559,7 @@
559 559  )))
560 560  
561 561  * (((
562 -Each data entry is 11 bytes and has the same structure as [[Real-Time open/close status>>||anchor="H2.3.3Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2"]], to save airtime and battery, CPL03-LB will send max bytes according to the current DR and Frequency bands.
548 +Each data entry is 11 bytes and has the same structure as [[Real-Time open/close status>>||anchor="H2.3.3Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2"]], to save airtime and battery, CPL01 will send max bytes according to the current DR and Frequency bands.
563 563  )))
564 564  
565 565  (((
... ... @@ -583,7 +583,7 @@
583 583  )))
584 584  
585 585  (((
586 -If CPL03-LB doesn't have any data in the polling time. It will uplink 11 bytes of 0
572 +If CPL01 doesn't have any data in the polling time. It will uplink 11 bytes of 0
587 587  
588 588  
589 589  )))
... ... @@ -595,7 +595,7 @@
595 595  **0x31 61 E9 3A D4 61 E9 3D E0 05**
596 596  )))
597 597  
598 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/1652861353248-624.png?width=720&height=189&rev=1.1||alt="1652861353248-624.png"]]
584 +[[image:1652861353248-624.png||height="189" width="720"]]
599 599  
600 600  
601 601  (% style="color:blue" %)** Uplink:**
... ... @@ -659,7 +659,7 @@
659 659  
660 660  )))
661 661  
662 -[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/CPL01%20LoRaWAN%20Outdoor%20PulseContact%20%20Sensor%20Manual/WebHome/1652861480446-216.png?rev=1.1||alt="1652861480446-216.png"]]
648 +[[image:1652861480446-216.png]]
663 663  
664 664  
665 665  == 2.4 Payload Decoder file ==
... ... @@ -673,19 +673,19 @@
673 673  == 2.5 Datalog Feature ==
674 674  
675 675  
676 -Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, CPL03-LB will store the reading for future retrieving purposes.
662 +Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, S31x-LB will store the reading for future retrieving purposes.
677 677  
678 678  
679 679  === 2.5.1 Ways to get datalog via LoRaWAN ===
680 680  
681 681  
682 -Set PNACKMD=1, CPL03-LB will wait for ACK for every uplink, when there is no LoRaWAN network,CPL03-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
668 +Set [[PNACKMD=1>>||anchor="H2.5.4DatalogUplinkpayload28FPORT3D329"]], S31x-LB will wait for ACK for every uplink, when there is no LoRaWAN network,S31x-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
683 683  
684 684  * (((
685 -a) CPL03-LB will do an ACK check for data records sending to make sure every data arrive server.
671 +a) S31x-LB will do an ACK check for data records sending to make sure every data arrive server.
686 686  )))
687 687  * (((
688 -b) CPL03-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but CPL03-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if CPL03-LB gets a ACK, CPL03-LB will consider there is a network connection and resend all NONE-ACK messages.
674 +b) S31x-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but S31x-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if S31x-LB gets a ACK, S31x-LB will consider there is a network connection and resend all NONE-ACK messages.
689 689  )))
690 690  
691 691  Below is the typical case for the auto-update datalog feature (Set PNACKMD=1)
... ... @@ -696,7 +696,7 @@
696 696  === 2.5.2 Unix TimeStamp ===
697 697  
698 698  
699 -CPL03-LB uses Unix TimeStamp format based on
685 +S31x-LB uses Unix TimeStamp format based on
700 700  
701 701  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220523001219-11.png?width=627&height=97&rev=1.1||alt="图片-20220523001219-11.png" height="97" width="627"]]
702 702  
... ... @@ -715,11 +715,12 @@
715 715  
716 716  User need to set (% style="color:blue" %)**SYNCMOD=1**(%%) to enable sync time via MAC command.
717 717  
718 -Once CPL03-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to CPL03-LB. If CPL03-LB fails to get the time from the server, CPL03-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
704 +Once S31x-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to S31x-LB. If S31x-LB fails to get the time from the server, S31x-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).
719 719  
720 720  (% style="color:red" %)**Note: LoRaWAN Server need to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature, Chirpstack,TTN V3 v3 and loriot support but TTN V3 v2 doesn't support. If server doesn't support this command, it will through away uplink packet with this command, so user will lose the packet with time request for TTN V3 v2 if SYNCMOD=1.**
721 721  
722 722  
709 +
723 723  === 2.5.4 Poll sensor value ===
724 724  
725 725  
... ... @@ -735,7 +735,7 @@
735 735  )))
736 736  
737 737  (((
738 -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"]]
725 +For example, downlink command[[image:image-20220518162852-1.png]]
739 739  )))
740 740  
741 741  (((
... ... @@ -743,7 +743,7 @@
743 743  )))
744 744  
745 745  (((
746 -Uplink Internal =5s,means CPL03-LB will send one packet every 5s. range 5~~255s.
733 +Uplink Internal =5s,means CPL01 will send one packet every 5s. range 5~~255s.
747 747  )))
748 748  
749 749  
... ... @@ -750,24 +750,22 @@
750 750  == 2.7 Frequency Plans ==
751 751  
752 752  
753 -The CPL03-LB uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.
740 +The S31x-LB uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.
754 754  
755 755  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]]
756 756  
757 757  
758 -= 3. Configure CPL03-LB =
745 += 3. Configure S31x-LB =
759 759  
760 760  == 3.1 Configure Methods ==
761 761  
762 762  
763 -CPL03-LB supports below configure method:
750 +S31x-LB supports below configure method:
764 764  
765 765  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
766 766  * AT Command via UART Connection : See [[UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]].
767 767  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
768 768  
769 -
770 -
771 771  == 3.2 General Commands ==
772 772  
773 773  
... ... @@ -792,6 +792,8 @@
792 792  
793 793  (((
794 794  Feature: Change LoRaWAN End Node Transmit Interval.
780 +
781 +
795 795  )))
796 796  
797 797  (((
... ... @@ -832,6 +832,7 @@
832 832  
833 833  )))
834 834  
822 +
835 835  === 3.3.2 Quit AT Command ===
836 836  
837 837  
... ... @@ -876,59 +876,88 @@
876 876  
877 877  **0xA7 00    ** ~/~/  Same As AT+DISALARM=0
878 878  
867 +(% style="color:red" %)**Notice, This command requires setting CPL01 to LDS03A Mode first. See **(%%)**"(% style="color:blue" %)3.7 Set the sensor mode"(%%)**
879 879  
869 +
880 880  === 3.3.5 Alarm Base on Timeout ===
881 881  
882 882  
883 883  (((
884 -CPL03-LB can monitor the timeout for a status change, this feature can be used to monitor some events such as door opening too long etc. Related Parameters are:
874 +(((
875 +CPL01 can monitor the timeout for a status change, this feature can be used to monitor some events such as door opening too long etc. Related Parameters are:
876 +
877 +
885 885  )))
879 +)))
886 886  
887 -
888 888  (((
882 +(((
889 889  (% style="color:#4f81bd" %)**1. Keep Status: Status to be monitor**
890 890  )))
885 +)))
891 891  
892 892  (((
893 -**Keep Status = 1**: Monitor Close to Open event
888 +(((
889 +Keep Status = 1: Monitor Close to Open event
894 894  )))
891 +)))
895 895  
896 896  (((
897 -**Keep Status = 0**: Monitor Open to Close event
894 +(((
895 +Keep Status = 0: Monitor Open to Close event
896 +
897 +
898 898  )))
899 +)))
899 899  
900 -
901 901  (((
902 +(((
902 902  (% style="color:#4f81bd" %)**2. Keep Time: Timeout to send an Alarm**
903 903  )))
905 +)))
904 904  
905 905  (((
908 +(((
906 906  Range 0 ~~ 65535(0xFFFF) seconds.
907 907  )))
911 +)))
908 908  
909 909  (((
910 -If** keep time = 0**, Disable Alarm Base on Timeout feature.
914 +(((
915 +If keep time = 0, Disable Alarm Base on Timeout feature.
911 911  )))
917 +)))
912 912  
913 913  (((
914 -If **keep time > 0**, device will monitor the keep status event and send an alarm when status doesn’t change after timeout.
920 +(((
921 +If keep time > 0, device will monitor the keep status event and send an alarm when status doesn’t change after timeout.
915 915  )))
916 916  
924 +(((
925 +
926 +)))
927 +)))
917 917  
918 918  (((
930 +(((
919 919  (% style="color:#4f81bd" %)**AT Command**(%%) to configure:
920 920  )))
921 921  
922 922  (((
923 -(% style="color:blue" %)**AT+TTRIG=1,30**(%%)  ~-~-> When the **Keep Status** change from connect to disconnect, and device remains in disconnect status for more than 30 seconds. CPL03-LB will send an uplink packet, the [[Alarm bit>>||anchor="H2.3.3Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2"]] (the second bit of 1^^st^^ byte of payload) on this uplink packet is set to 1.
935 +(% style="color:blue" %)**AT+TTRIG=1,30**(%%)  ~-~-> When the **Keep Status** change from connect to disconnect, and device remains in disconnect status for more than 30 seconds. CPL01 will send an uplink packet, the [[Alarm bit>>||anchor="H2.3.3Real-TimeOpen2FCloseStatus2CUplinkFPORT3D2"]] (the second bit of 1^^st^^ byte of payload) on this uplink packet is set to 1.
924 924  )))
925 925  
926 926  (((
927 927  (% style="color:blue" %)**AT+TTIG=0,0 **(%%) ~-~-> Default Value, disable timeout Alarm.
928 928  )))
941 +)))
929 929  
943 +(((
944 +
945 +)))
930 930  
931 931  (((
948 +(((
932 932  (% style="color:#4f81bd" %)**Downlink Command**(%%) to configure:
933 933  )))
934 934  
... ... @@ -935,31 +935,47 @@
935 935  (((
936 936  **Command: 0xA9 aa bb cc**
937 937  )))
955 +)))
938 938  
939 939  (((
940 -**A9: **Command Type Code
958 +(((
959 +A9: Command Type Code
941 941  )))
961 +)))
942 942  
943 943  (((
944 -**aa: **status to be monitored
964 +(((
965 +aa: status to be monitored
945 945  )))
967 +)))
946 946  
947 947  (((
948 -**bb cc: **timeout.
970 +(((
971 +bb cc: timeout.
949 949  )))
973 +)))
950 950  
975 +(((
976 +
977 +)))
951 951  
952 952  (((
980 +(((
953 953  If user send 0xA9 01 00 1E: equal to AT+TTRIG=1,30
954 954  )))
983 +)))
955 955  
956 956  (((
986 +(((
957 957  Or
958 958  )))
989 +)))
959 959  
960 960  (((
992 +(((
961 961  0xA9 00 00 00: Equal to AT+TTRIG=0,0. Disable timeout Alarm.
962 962  )))
995 +)))
963 963  
964 964  
965 965  === 3.3.6 Clear Flash Record ===
... ... @@ -967,19 +967,22 @@
967 967  
968 968  Feature: Clear flash storage for data log feature.
969 969  
970 -(% style="color:blue" %)**AT Command: AT+CLRDTA**
971 971  
1004 +(% style="color:#4f81bd" %)**AT Command: AT+CLRDTA**
1005 +
972 972  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:500px" %)
973 973  |=(% style="width: 157px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 169px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 174px;background-color:#D9E2F3;color:#0070C0" %)**Response**
974 974  |(% style="width:157px" %)AT+CLRDTA|(% style="width:169px" %)Clear flash storage for data log feature.|Clear all stored sensor data… OK
975 975  
976 976  (((
977 -(% style="color:blue" %)**Downlink Command:**
1011 +(((
1012 +(% style="color:#4f81bd" %)**Downlink Command:**
978 978  )))
979 979  
980 980  (((
981 981  * **Example**: 0xA301  ~/~/  Same as AT+CLRDTA
982 982  )))
1018 +)))
983 983  
984 984  
985 985  
... ... @@ -1011,6 +1011,9 @@
1011 1011  
1012 1012  
1013 1013  
1050 +
1051 +
1052 +
1014 1014  === 3.3.8 Set the calculate flag ===
1015 1015  
1016 1016  
... ... @@ -1029,6 +1029,7 @@
1029 1029  
1030 1030  
1031 1031  
1071 +
1032 1032  === 3.3.9 Set count number ===
1033 1033  
1034 1034  
... ... @@ -1049,6 +1049,7 @@
1049 1049  
1050 1050  
1051 1051  
1092 +
1052 1052  === 3.3.10 Set Interrupt Mode ===
1053 1053  
1054 1054  
... ... @@ -1085,6 +1085,9 @@
1085 1085  
1086 1086  
1087 1087  
1129 +
1130 +
1131 +
1088 1088  === 3.3.11 Set Power Output Duration ===
1089 1089  
1090 1090  
... ... @@ -1111,15 +1111,12 @@
1111 1111  The first and second bytes are the time to turn on.
1112 1112  
1113 1113  * Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
1114 -
1115 1115  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
1116 1116  
1117 -
1118 -
1119 1119  = 4. Battery & Power Consumption =
1120 1120  
1121 1121  
1122 -CPL03-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
1163 +S31x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
1123 1123  
1124 1124  [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
1125 1125  
... ... @@ -1128,38 +1128,30 @@
1128 1128  
1129 1129  
1130 1130  (% class="wikigeneratedid" %)
1131 -User can change firmware CPL03-LB to:
1172 +User can change firmware S31x-LB to:
1132 1132  
1133 1133  * Change Frequency band/ region.
1134 -
1135 1135  * Update with new features.
1136 -
1137 1137  * Fix bugs.
1138 1138  
1139 1139  Firmware and changelog can be downloaded from : **[[Firmware download link>>url:https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]]**
1140 1140  
1180 +
1141 1141  Methods to Update Firmware:
1142 1142  
1143 1143  * (Recommanded way) OTA firmware update via wireless:   [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]]
1144 -
1145 1145  * Update through UART TTL interface. **[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**.
1146 1146  
1147 -
1148 -
1149 1149  = 6. FAQ =
1150 1150  
1151 -== 6.1  AT Commands input doesn't work ==
1152 1152  
1153 1153  
1154 -In the case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1155 -
1156 -
1157 1157  = 7. Order Info =
1158 1158  
1159 1159  
1160 -Part Number: (% style="color:blue" %)**CPL03-LB-XXX**
1193 +Part Number: (% style="color:blue" %)**S31-LB-XX  / S31B-LB-XX**
1161 1161  
1162 -(% style="color:red" %)**XXX**(%%): The default frequency band
1195 +(% style="color:red" %)**XX**(%%): The default frequency band
1163 1163  
1164 1164  * (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
1165 1165  
... ... @@ -1177,14 +1177,12 @@
1177 1177  
1178 1178  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
1179 1179  
1180 -
1181 -
1182 1182  = 8. ​Packing Info =
1183 1183  
1184 1184  
1185 1185  (% style="color:#037691" %)**Package Includes**:
1186 1186  
1187 -* CPL03-LB LoRaWAN Pulse/Contact Sensor
1218 +* S31x-LB LoRaWAN Temperature & Humidity Sensor
1188 1188  
1189 1189  (% style="color:#037691" %)**Dimension and weight**:
1190 1190  
... ... @@ -1196,8 +1196,6 @@
1196 1196  
1197 1197  * Weight / pcs : g
1198 1198  
1199 -
1200 -
1201 1201  = 9. Support =
1202 1202  
1203 1203  
image-20230530111051-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -85.1 KB
Content
image-20230530111412-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -85.0 KB
Content