Changes for page DS20L -- LoRaWAN Smart Distance Detector User Manual 01
Last modified by Mengting Qiu on 2023/12/14 11:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -175,7 +175,7 @@ 175 175 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/image-20220519091423-3.png?width=724&height=448&rev=1.1||alt="image-20220519091423-3.png"]] 176 176 177 177 178 -= 2. Configure CPL03-LB to connect to LoRaWAN network =178 += 2. Configure SW3L-LB to connect to LoRaWAN network = 179 179 180 180 == 2.1 How it works == 181 181 ... ... @@ -313,7 +313,7 @@ 313 313 === 2.3.2 Sensor Configuration, FPORT~=4 === 314 314 315 315 316 -SW3L will only send this command after getting the downlink command (0x26 02) from the server. 316 +SW3L-LB will only send this command after getting the downlink command (0x26 02) from the server. 317 317 318 318 (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %) 319 319 |(% style="background-color:#d9e2f3; color:#0070c0; width:70px" %) **Size(bytes)**|(% style="background-color:#d9e2f3; color:#0070c0; width:105px" %)**3**|(% style="background-color:#d9e2f3; color:#0070c0; width:60px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:96px" %)**1**|(% style="background-color:#d9e2f3; color:#0070c0; width:105px" %)**2**|(% style="background-color:#d9e2f3; color:#0070c0; width:74px" %)**1** ... ... @@ -335,7 +335,7 @@ 335 335 336 336 337 337 ((( 338 -SW3L will send this uplink **after** Device Status once join the LoRaWAN network successfully. And SW3L will: 338 +SW3L-LB will send this uplink **after** Device Status once join the LoRaWAN network successfully. And SW3L-LB will: 339 339 ))) 340 340 341 341 ((( ... ... @@ -470,7 +470,7 @@ 470 470 471 471 472 472 ((( 473 -SW3L stores sensor values and users can retrieve these history values via the [[downlink command>>||anchor="H2.5DatalogFeature"]]. 473 +SW3L-LB stores sensor values and users can retrieve these history values via the [[downlink command>>||anchor="H2.5DatalogFeature"]]. 474 474 ))) 475 475 476 476 ((( ... ... @@ -502,7 +502,7 @@ 502 502 ))) 503 503 504 504 ((( 505 -If SW3L doesn't have any data in the polling time. It will uplink 11 bytes of 0 505 +If SW3L-LB doesn't have any data in the polling time. It will uplink 11 bytes of 0 506 506 ))) 507 507 508 508 ((( ... ... @@ -571,19 +571,19 @@ 571 571 == 2.5 Datalog Feature == 572 572 573 573 574 -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.574 +Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, SW3L-LB will store the reading for future retrieving purposes. 575 575 576 576 577 577 === 2.5.1 Ways to get datalog via LoRaWAN === 578 578 579 579 580 -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.580 +Set PNACKMD=1, SW3L-LB will wait for ACK for every uplink, when there is no LoRaWAN network,SW3L-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. 581 581 582 582 * ((( 583 -a) CPL03-LB will do an ACK check for data records sending to make sure every data arrive server.583 +a) SW3L-LB will do an ACK check for data records sending to make sure every data arrive server. 584 584 ))) 585 585 * ((( 586 -b) CPL03-LB will send data in **CONFIRMED Mode** when PNACKMD=1, butCPL03-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 ifCPL03-LB gets a ACK,CPL03-LB will consider there is a network connection and resend all NONE-ACK messages.586 +b) SW3L-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but SW3L-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 SW3L-LB gets a ACK, SW3L-LB will consider there is a network connection and resend all NONE-ACK messages. 587 587 ))) 588 588 589 589 Below is the typical case for the auto-update datalog feature (Set PNACKMD=1) ... ... @@ -594,7 +594,7 @@ 594 594 === 2.5.2 Unix TimeStamp === 595 595 596 596 597 - CPL03-LB uses Unix TimeStamp format based on597 +SW3L-LB uses Unix TimeStamp format based on 598 598 599 599 [[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"]] 600 600 ... ... @@ -613,7 +613,7 @@ 613 613 614 614 User need to set (% style="color:blue" %)**SYNCMOD=1**(%%) to enable sync time via MAC command. 615 615 616 -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 toCPL03-LB. IfCPL03-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).616 +Once SW3L-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to SW3L-LB. If SW3L-LB fails to get the time from the server, SW3L-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days). 617 617 618 618 (% 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.** 619 619 ... ... @@ -641,7 +641,7 @@ 641 641 ))) 642 642 643 643 ((( 644 -Uplink Internal =5s,means CPL03-LB will send one packet every 5s. range 5~~255s.644 +Uplink Internal =5s,means SW3L-LB will send one packet every 5s. range 5~~255s. 645 645 ))) 646 646 647 647 ... ... @@ -648,17 +648,17 @@ 648 648 == 2.6 Frequency Plans == 649 649 650 650 651 -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.651 +The SW3L-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. 652 652 653 653 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]] 654 654 655 655 656 -= 3. Configure CPL03-LB =656 += 3. Configure SW3L-LB = 657 657 658 658 == 3.1 Configure Methods == 659 659 660 660 661 - CPL03-LB supports below configure method:661 +SW3L-LB supports below configure method: 662 662 663 663 * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]]. 664 664 ... ... @@ -681,10 +681,10 @@ 681 681 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 682 682 683 683 684 -== 3.3 Commands special design for CPL03-LB ==684 +== 3.3 Commands special design for SW3L-LB == 685 685 686 686 687 -These commands only valid for CPL03-LB, as below:687 +These commands only valid for SW3L-LB, as below: 688 688 689 689 690 690 === 3.3.1 Set Transmit Interval Time === ... ... @@ -778,7 +778,7 @@ 778 778 ))) 779 779 780 780 ((( 781 -Default: 15s, If SW3L didn't see any water flow in 15s, SW3L will consider stop of water flow event. 781 +Default: 15s, If SW3L-LB didn't see any water flow in 15s, SW3L-LB will consider stop of water flow event. 782 782 ))) 783 783 784 784 * ((( ... ... @@ -786,7 +786,7 @@ 786 786 ))) 787 787 788 788 ((( 789 -**Example:** 3 minutes, if SW3L detect a start of water flow event and didn't detect a stop event within Alarm timer, SW3L will send an Alarm to indicate a water flow abnormal alarm. 789 +**Example:** 3 minutes, if SW3L-LB detect a start of water flow event and didn't detect a stop event within Alarm timer, SW3L-LB will send an Alarm to indicate a water flow abnormal alarm. 790 790 ))) 791 791 792 792 ((( ... ... @@ -954,7 +954,7 @@ 954 954 = 4. Battery & Power Consumption = 955 955 956 956 957 - CPL03-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.957 +SW3L-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace. 958 958 959 959 [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] . 960 960 ... ... @@ -963,7 +963,7 @@ 963 963 964 964 965 965 (% class="wikigeneratedid" %) 966 -User can change firmware CPL03-LB to:966 +User can change firmware SW3L-LB to: 967 967 968 968 * Change Frequency band/ region. 969 969