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.7
edited by Xiaoling
on 2023/05/30 10:50
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,22 +751,24 @@
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]].
768 768  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
769 769  
756 +
757 +
770 770  == 3.2 General Commands ==
771 771  
772 772  
... ... @@ -906,7 +906,7 @@
906 906  )))
907 907  
908 908  (((
909 -If** keep time = 0**, Disable Alarm Base on Timeout feature.
897 +If** keep time = 0**, Disable Alarm Base on Timeout feature.
910 910  )))
911 911  
912 912  (((
... ... @@ -919,7 +919,7 @@
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.
910 +(% 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  (((
... ... @@ -1009,6 +1009,8 @@
1009 1009  
1010 1010  * **Example**: 0xA401  ~/~/  Same as AT+ TTRMOD =1
1011 1011  
1000 +
1001 +
1012 1012  === 3.3.8 Set the calculate flag ===
1013 1013  
1014 1014  
... ... @@ -1077,6 +1077,8 @@
1077 1077  
1078 1078  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
1079 1079  
1070 +
1071 +
1080 1080  === 3.3.11 Set Power Output Duration ===
1081 1081  
1082 1082  
... ... @@ -1106,6 +1106,8 @@
1106 1106  
1107 1107  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
1108 1108  
1101 +
1102 +
1109 1109  = 4. Battery & Power Consumption =
1110 1110  
1111 1111  
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