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

From version 64.9
edited by Xiaoling
on 2023/05/30 11:52
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,7 +715,7 @@
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  
... ... @@ -736,7 +736,7 @@
736 736  )))
737 737  
738 738  (((
739 -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]]
740 740  )))
741 741  
742 742  (((
... ... @@ -744,7 +744,7 @@
744 744  )))
745 745  
746 746  (((
747 -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.
748 748  )))
749 749  
750 750  
... ... @@ -751,17 +751,17 @@
751 751  == 2.7 Frequency Plans ==
752 752  
753 753  
754 -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.
755 755  
756 756  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]]
757 757  
758 758  
759 -= 3. Configure CPL03-LB =
745 += 3. Configure S31x-LB =
760 760  
761 761  == 3.1 Configure Methods ==
762 762  
763 763  
764 -CPL03-LB supports below configure method:
750 +S31x-LB supports below configure method:
765 765  
766 766  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
767 767  * 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]].
... ... @@ -791,6 +791,8 @@
791 791  
792 792  (((
793 793  Feature: Change LoRaWAN End Node Transmit Interval.
780 +
781 +
794 794  )))
795 795  
796 796  (((
... ... @@ -831,6 +831,7 @@
831 831  
832 832  )))
833 833  
822 +
834 834  === 3.3.2 Quit AT Command ===
835 835  
836 836  
... ... @@ -875,59 +875,88 @@
875 875  
876 876  **0xA7 00    ** ~/~/  Same As AT+DISALARM=0
877 877  
867 +(% style="color:red" %)**Notice, This command requires setting CPL01 to LDS03A Mode first. See **(%%)**"(% style="color:blue" %)3.7 Set the sensor mode"(%%)**
878 878  
869 +
879 879  === 3.3.5 Alarm Base on Timeout ===
880 880  
881 881  
882 882  (((
883 -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 +
884 884  )))
879 +)))
885 885  
886 -
887 887  (((
882 +(((
888 888  (% style="color:#4f81bd" %)**1. Keep Status: Status to be monitor**
889 889  )))
885 +)))
890 890  
891 891  (((
892 -**Keep Status = 1**: Monitor Close to Open event
888 +(((
889 +Keep Status = 1: Monitor Close to Open event
893 893  )))
891 +)))
894 894  
895 895  (((
896 -**Keep Status = 0**: Monitor Open to Close event
894 +(((
895 +Keep Status = 0: Monitor Open to Close event
896 +
897 +
897 897  )))
899 +)))
898 898  
899 -
900 900  (((
902 +(((
901 901  (% style="color:#4f81bd" %)**2. Keep Time: Timeout to send an Alarm**
902 902  )))
905 +)))
903 903  
904 904  (((
908 +(((
905 905  Range 0 ~~ 65535(0xFFFF) seconds.
906 906  )))
911 +)))
907 907  
908 908  (((
909 -If** keep time = 0**, Disable Alarm Base on Timeout feature.
914 +(((
915 +If keep time = 0, Disable Alarm Base on Timeout feature.
910 910  )))
917 +)))
911 911  
912 912  (((
913 -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.
914 914  )))
915 915  
924 +(((
925 +
926 +)))
927 +)))
916 916  
917 917  (((
930 +(((
918 918  (% style="color:#4f81bd" %)**AT Command**(%%) to configure:
919 919  )))
920 920  
921 921  (((
922 -(% 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.
923 923  )))
924 924  
925 925  (((
926 926  (% style="color:blue" %)**AT+TTIG=0,0 **(%%) ~-~-> Default Value, disable timeout Alarm.
927 927  )))
941 +)))
928 928  
943 +(((
944 +
945 +)))
929 929  
930 930  (((
948 +(((
931 931  (% style="color:#4f81bd" %)**Downlink Command**(%%) to configure:
932 932  )))
933 933  
... ... @@ -934,31 +934,47 @@
934 934  (((
935 935  **Command: 0xA9 aa bb cc**
936 936  )))
955 +)))
937 937  
938 938  (((
939 -**A9: **Command Type Code
958 +(((
959 +A9: Command Type Code
940 940  )))
961 +)))
941 941  
942 942  (((
943 -**aa: **status to be monitored
964 +(((
965 +aa: status to be monitored
944 944  )))
967 +)))
945 945  
946 946  (((
947 -**bb cc: **timeout.
970 +(((
971 +bb cc: timeout.
948 948  )))
973 +)))
949 949  
975 +(((
976 +
977 +)))
950 950  
951 951  (((
980 +(((
952 952  If user send 0xA9 01 00 1E: equal to AT+TTRIG=1,30
953 953  )))
983 +)))
954 954  
955 955  (((
986 +(((
956 956  Or
957 957  )))
989 +)))
958 958  
959 959  (((
992 +(((
960 960  0xA9 00 00 00: Equal to AT+TTRIG=0,0. Disable timeout Alarm.
961 961  )))
995 +)))
962 962  
963 963  
964 964  === 3.3.6 Clear Flash Record ===
... ... @@ -966,23 +966,25 @@
966 966  
967 967  Feature: Clear flash storage for data log feature.
968 968  
969 -(% style="color:blue" %)**AT Command: AT+CLRDTA**
970 970  
1004 +(% style="color:#4f81bd" %)**AT Command: AT+CLRDTA**
1005 +
971 971  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:500px" %)
972 972  |=(% 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**
973 973  |(% style="width:157px" %)AT+CLRDTA|(% style="width:169px" %)Clear flash storage for data log feature.|Clear all stored sensor data… OK
974 974  
975 975  (((
976 -(% style="color:blue" %)**Downlink Command:**
1011 +(((
1012 +(% style="color:#4f81bd" %)**Downlink Command:**
977 977  )))
978 978  
979 979  (((
980 980  * **Example**: 0xA301  ~/~/  Same as AT+CLRDTA
981 981  )))
1018 +)))
982 982  
983 983  
984 984  
985 -
986 986  === 3.3.7 Set trigger mode ===
987 987  
988 988  
... ... @@ -1009,6 +1009,11 @@
1009 1009  
1010 1010  * **Example**: 0xA401  ~/~/  Same as AT+ TTRMOD =1
1011 1011  
1048 +
1049 +
1050 +
1051 +
1052 +
1012 1012  === 3.3.8 Set the calculate flag ===
1013 1013  
1014 1014  
... ... @@ -1025,6 +1025,9 @@
1025 1025  
1026 1026  * **Example**: 0XA501  ~/~/  Same as AT+CALCFLAG =1
1027 1027  
1069 +
1070 +
1071 +
1028 1028  === 3.3.9 Set count number ===
1029 1029  
1030 1030  
... ... @@ -1043,6 +1043,9 @@
1043 1043  
1044 1044  * **Example**: 0xA6000064  ~/~/  Same as AT+ SETCNT =100
1045 1045  
1090 +
1091 +
1092 +
1046 1046  === 3.3.10 Set Interrupt Mode ===
1047 1047  
1048 1048  
... ... @@ -1077,6 +1077,11 @@
1077 1077  
1078 1078  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
1079 1079  
1127 +
1128 +
1129 +
1130 +
1131 +
1080 1080  === 3.3.11 Set Power Output Duration ===
1081 1081  
1082 1082  
... ... @@ -1103,13 +1103,12 @@
1103 1103  The first and second bytes are the time to turn on.
1104 1104  
1105 1105  * Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
1106 -
1107 1107  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
1108 1108  
1109 1109  = 4. Battery & Power Consumption =
1110 1110  
1111 1111  
1112 -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.
1113 1113  
1114 1114  [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
1115 1115  
... ... @@ -1118,12 +1118,10 @@
1118 1118  
1119 1119  
1120 1120  (% class="wikigeneratedid" %)
1121 -User can change firmware CPL03-LB to:
1172 +User can change firmware S31x-LB to:
1122 1122  
1123 1123  * Change Frequency band/ region.
1124 -
1125 1125  * Update with new features.
1126 -
1127 1127  * Fix bugs.
1128 1128  
1129 1129  Firmware and changelog can be downloaded from : **[[Firmware download link>>url:https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]]**
... ... @@ -1132,23 +1132,18 @@
1132 1132  Methods to Update Firmware:
1133 1133  
1134 1134  * (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/]]
1135 -
1136 1136  * 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]]**.
1137 1137  
1138 1138  = 6. FAQ =
1139 1139  
1140 -== 6.1  AT Commands input doesn't work ==
1141 1141  
1142 1142  
1143 -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.
1144 -
1145 -
1146 1146  = 7. Order Info =
1147 1147  
1148 1148  
1149 -Part Number: (% style="color:blue" %)**CPL03-LB-XXX**
1193 +Part Number: (% style="color:blue" %)**S31-LB-XX  / S31B-LB-XX**
1150 1150  
1151 -(% style="color:red" %)**XXX**(%%): The default frequency band
1195 +(% style="color:red" %)**XX**(%%): The default frequency band
1152 1152  
1153 1153  * (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
1154 1154  
... ... @@ -1171,7 +1171,7 @@
1171 1171  
1172 1172  (% style="color:#037691" %)**Package Includes**:
1173 1173  
1174 -* CPL03-LB LoRaWAN Pulse/Contact Sensor
1218 +* S31x-LB LoRaWAN Temperature & Humidity Sensor
1175 1175  
1176 1176  (% style="color:#037691" %)**Dimension and weight**:
1177 1177  
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