Last modified by Xiaoling on 2025/06/10 15:28

From version 37.4
edited by Xiaoling
on 2023/01/31 14:17
Change comment: There is no comment for this version
To version 40.3
edited by Xiaoling
on 2023/01/31 14:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -582,7 +582,7 @@
582 582  
583 583  They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki:
584 584  
585 -[[http:~~/~~/wiki.dragino.com/index.php?title=End_Device_Downlink_Command>>url:http://wiki.dragino.com/index.php?title=End_Device_Downlink_Command]]
585 +[[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/]]
586 586  
587 587  
588 588  * **Commands special design for PS-LB**
... ... @@ -590,13 +590,14 @@
590 590  These commands only valid for PS-LB, as below:
591 591  
592 592  
593 -1.
594 -11. Set Transmit Interval Time
593 +== 3.1 Set Transmit Interval Time ==
595 595  
595 +
596 596  Feature: Change LoRaWAN End Node Transmit Interval.
597 597  
598 598  **AT Command: AT+TDC**
599 599  
600 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
600 600  |**Command Example**|**Function**|**Response**
601 601  |AT+TDC=?|Show current transmit Interval|(((
602 602  30000
... ... @@ -621,13 +621,14 @@
621 621  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
622 622  
623 623  
624 -1.
625 -11. Set Interrupt Mode
625 +== 3.2 Set Interrupt Mode ==
626 626  
627 +
627 627  Feature, Set Interrupt mode for GPIO_EXIT.
628 628  
629 629  **AT Command: AT+INTMOD**
630 630  
632 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
631 631  |**Command Example**|**Function**|**Response**
632 632  |AT+INTMOD=?|Show current interrupt mode|(((
633 633  0
... ... @@ -639,10 +639,13 @@
639 639  |AT+INTMOD=2|(((
640 640  Set Transmit Interval
641 641  
642 -1. (Disable Interrupt),
643 -1. (Trigger by rising and falling edge),
644 -1. (Trigger by falling edge)
645 -1. (Trigger by rising edge)
644 +~1. (Disable Interrupt),
645 +
646 +2. (Trigger by rising and falling edge),
647 +
648 +3. (Trigger by falling edge)
649 +
650 +4. (Trigger by rising edge)
646 646  )))|OK
647 647  
648 648  **Downlink Command: 0x06**
... ... @@ -654,74 +654,82 @@
654 654  * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
655 655  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
656 656  
657 -1.
658 -11. Set the output time
659 659  
663 +
664 +== 3.3 Set the output time ==
665 +
666 +
660 660  Feature, Control the output 3V3 , 5V or 12V.
661 661  
662 662  **AT Command: AT+3V3T**
663 663  
664 -|**Command Example**|**Function**|**Response**
665 -|AT+3V3T=?|Show 3V3 open time.|(((
671 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
672 +|(% style="width:156px" %)**Command Example**|(% style="width:236px" %)**Function**|(% style="width:117px" %)**Response**
673 +|(% style="width:156px" %)AT+3V3T=?|(% style="width:236px" %)Show 3V3 open time.|(% style="width:117px" %)(((
666 666  0
667 667  
668 668  OK
669 669  )))
670 -|AT+3V3T=0|Normally open 3V3 power supply.|(((
678 +|(% style="width:156px" %)AT+3V3T=0|(% style="width:236px" %)Normally open 3V3 power supply.|(% style="width:117px" %)(((
671 671  OK
672 672  
673 673  default setting
674 674  )))
675 -|AT+3V3T=1000|Close after a delay of 1000 milliseconds.|(((
683 +|(% style="width:156px" %)AT+3V3T=1000|(% style="width:236px" %)Close after a delay of 1000 milliseconds.|(% style="width:117px" %)(((
676 676  OK
677 677  
678 678  
679 679  )))
680 -|AT+3V3T=65535|Normally closed 3V3 power supply.|(((
688 +|(% style="width:156px" %)AT+3V3T=65535|(% style="width:236px" %)Normally closed 3V3 power supply.|(% style="width:117px" %)(((
681 681  OK
682 682  
683 683  
684 684  )))
685 685  
694 +
686 686  **AT Command: AT+5VT**
687 687  
688 -|**Command Example**|**Function**|**Response**
689 -|AT+5VT=?|Show 5V open time.|(((
697 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
698 +|(% style="width:158px" %)**Command Example**|(% style="width:232px" %)**Function**|(% style="width:119px" %)**Response**
699 +|(% style="width:158px" %)AT+5VT=?|(% style="width:232px" %)Show 5V open time.|(% style="width:119px" %)(((
690 690  0
691 691  
692 692  OK
693 693  )))
694 -|AT+5VT=0|Normally closed 5V power supply.|(((
704 +|(% style="width:158px" %)AT+5VT=0|(% style="width:232px" %)Normally closed 5V power supply.|(% style="width:119px" %)(((
695 695  OK
696 696  
697 697  default setting
698 698  )))
699 -|AT+5VT=1000|Close after a delay of 1000 milliseconds.|(((
709 +|(% style="width:158px" %)AT+5VT=1000|(% style="width:232px" %)Close after a delay of 1000 milliseconds.|(% style="width:119px" %)(((
700 700  OK
701 701  
702 702  
703 703  )))
704 -|AT+5VT=65535|Normally open 5V power supply.|(((
714 +|(% style="width:158px" %)AT+5VT=65535|(% style="width:232px" %)Normally open 5V power supply.|(% style="width:119px" %)(((
705 705  OK
706 706  
707 707  
708 708  )))
709 709  
720 +
710 710  **AT Command: AT+12VT**
711 711  
712 -|**Command Example**|**Function**|**Response**
713 -|AT+12VT=?|Show 12V open time.|(((
723 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
724 +|(% style="width:156px" %)**Command Example**|(% style="width:268px" %)**Function**|**Response**
725 +|(% style="width:156px" %)AT+12VT=?|(% style="width:268px" %)Show 12V open time.|(((
714 714  0
715 715  
716 716  OK
717 717  )))
718 -|AT+12VT=0|Normally closed 12V power supply.|OK
719 -|AT+12VT=500|Close after a delay of 500 milliseconds.|(((
730 +|(% style="width:156px" %)AT+12VT=0|(% style="width:268px" %)Normally closed 12V power supply.|OK
731 +|(% style="width:156px" %)AT+12VT=500|(% style="width:268px" %)Close after a delay of 500 milliseconds.|(((
720 720  OK
721 721  
722 722  
723 723  )))
724 724  
737 +
725 725  **Downlink Command: 0x07**
726 726  
727 727  Format: Command Code (0x07) followed by 3 bytes.
... ... @@ -735,24 +735,27 @@
735 735  * Example 5: Downlink Payload: 070301F4  -> AT+12VT=500
736 736  * Example 6: Downlink Payload: 07030000  -> AT+12VT=0
737 737  
738 -1.
739 -11. Set the Probe Model
740 740  
752 +
753 +== 3.4 Set the Probe Model ==
754 +
755 +
741 741  **AT Command: AT** **+PROBE**
742 742  
743 -|**Command Example**|**Function**|**Response**
744 -|AT +PROBE =?|Get or Set the probe model.|(((
758 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
759 +|(% style="width:157px" %)**Command Example**|(% style="width:267px" %)**Function**|**Response**
760 +|(% style="width:157px" %)AT +PROBE =?|(% style="width:267px" %)Get or Set the probe model.|(((
745 745  0
746 746  
747 747  OK
748 748  )))
749 -|AT +PROBE =0003|Set water depth sensor mode, 3m type.|OK
750 -|AT +PROBE =0101|Set pressure transmitters mode, first type.|(((
765 +|(% style="width:157px" %)AT +PROBE =0003|(% style="width:267px" %)Set water depth sensor mode, 3m type.|OK
766 +|(% style="width:157px" %)AT +PROBE =0101|(% style="width:267px" %)Set pressure transmitters mode, first type.|(((
751 751  OK
752 752  
753 753  
754 754  )))
755 -|AT +PROBE =0000|Initial state, no settings.|(((
771 +|(% style="width:157px" %)AT +PROBE =0000|(% style="width:267px" %)Initial state, no settings.|(((
756 756  OK
757 757  
758 758  
... ... @@ -767,15 +767,17 @@
767 767  
768 768  
769 769  
770 -1. Battery & how to replace
771 -11. Battery Type
786 += 4. Battery & how to replace =
772 772  
773 -PS-LB is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>url:https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]. The battery is un-rechargeable battery with low discharge rate targeting for 8~~10 years use. This type of battery is commonly used in IoT target for long-term running, such as water meter.
788 +== 4.1 Battery Type ==
774 774  
775 775  
791 +PS-LB is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>https://www.dropbox.com/sh/w9l2oa3ytpculph/AAAPtt-apH4lYfCj-2Y6lHvQa?dl=0]]. The battery is un-rechargeable battery with low discharge rate targeting for 8~~10 years use. This type of battery is commonly used in IoT target for long-term running, such as water meter.
792 +
793 +
776 776  The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance.
777 777  
778 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image031.png]]
796 +[[image:1675146710956-626.png]]
779 779  
780 780  
781 781  Minimum Working Voltage for the PS-LB:
... ... @@ -783,17 +783,16 @@
783 783  PS-LB:  2.45v ~~ 3.6v
784 784  
785 785  
786 -1.
787 -11. Replace Battery
804 +== 4.2 Replace Battery ==
788 788  
806 +
789 789  Any battery with range 2.45 ~~ 3.6v can be a replacement. We recommend to use Li-SOCl2 Battery.
790 790  
791 791  And make sure the positive and negative pins match.
792 792  
793 793  
812 +== 4.3 Power Consumption Analyze ==
794 794  
795 -1.
796 -11. Power Consumption Analyze
797 797  
798 798  Dragino Battery powered product are all runs in Low Power mode. We have an update battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit interval.
799 799  
... ... @@ -801,12 +801,13 @@
801 801  Instruction to use as below:
802 802  
803 803  
804 -Step 1: Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
821 +**Step 1:** Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
805 805  
806 -[[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]]
823 +[[https:~~/~~/www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0>>https://www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0]]
807 807  
825 +
808 808  
809 -Step 2: Open it and choose
827 +**Step 2:** Open it and choose
810 810  
811 811  * Product Model
812 812  * Uplink Interval
... ... @@ -814,23 +814,19 @@
814 814  
815 815  And the Life expectation in difference case will be shown on the right.
816 816  
817 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image032.png]]
835 +[[image:1675146895108-304.png]]
818 818  
819 819  
820 820  The battery related documents as below:
821 821  
822 -* [[Battery Dimension>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/&file=LSN50-Battery-Dimension.pdf]],
823 -* [[Lithium-Thionyl Chloride Battery>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/ER18505_datasheet-EN.pdf]] datasheet, [[Tech Spec>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/ER18505_datasheet_PM-ER18505-S-02-LF_EN.pdf]]
824 -* [[Lithium-ion Battery-Capacitor datasheet>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC_1520_datasheet.jpg]], [[Tech Spec>>url:http://www.dragino.com/downloads/downloads/datasheet/Battery/SPC1520%20Technical%20Specification20171123.pdf]]
840 +* [[Battery Dimension>>https://www.dropbox.com/s/ox5g9njwjle7aw3/LSN50-Battery-Dimension.pdf?dl=0]],
841 +* [[Lithium-Thionyl Chloride Battery datasheet, Tech Spec>>https://www.dropbox.com/sh/d4oyfnp8o94180o/AABQewCNSh5GPeQH86UxRgQQa?dl=0]]
842 +* [[Lithium-ion Battery-Capacitor datasheet>>https://www.dropbox.com/s/791gjes2lcbfi1p/SPC_1520_datasheet.jpg?dl=0]], [[Tech Spec>>https://www.dropbox.com/s/4pkepr9qqqvtzf2/SPC1520%20Technical%20Specification20171123.pdf?dl=0]]
825 825  
826 -|(((
827 -JST-XH-2P connector
828 -)))
844 +[[image:image-20230131145708-3.png]]
829 829  
830 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image033.png]]
831 831  
832 832  
833 -
834 834  1.
835 835  11.
836 836  111. ​Battery Note
... ... @@ -927,4 +927,3 @@
927 927  
928 928  [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]]
929 929  
930 -
1675146710956-626.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +75.8 KB
Content
1675146895108-304.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +138.2 KB
Content
image-20230131145708-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +83.5 KB
Content