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

From version 37.3
edited by Xiaoling
on 2023/01/31 14:09
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
... ... @@ -553,11 +553,9 @@
553 553  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]]
554 554  
555 555  
556 +== 2.7 ​Firmware Change Log ==
556 556  
557 557  
558 -1.
559 -11. ​Firmware Change Log
560 -
561 561  **Firmware download link:**
562 562  
563 563  [[https:~~/~~/www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0>>url:https://www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0]]
... ... @@ -564,16 +564,15 @@
564 564  
565 565  
566 566  
567 -1. Configure PS-LB via AT Command or LoRaWAN Downlink
565 += 3. Configure PS-LB via AT Command or LoRaWAN Downlink =
568 568  
567 +
569 569  Use can configure PS-LB via AT Command or LoRaWAN Downlink.
570 570  
571 571  * AT Command Connection: See [[FAQ>>path:#AT_COMMAND]].
572 -* LoRaWAN Downlink instruction for different platforms:
571 +* LoRaWAN Downlink instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
573 573  
574 -[[http:~~/~~/wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server>>url:http://wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server]]
575 575  
576 -
577 577  There are two kinds of commands to configure PS-LB, they are:
578 578  
579 579  * **General Commands**.
... ... @@ -585,7 +585,7 @@
585 585  
586 586  They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki:
587 587  
588 -[[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/]]
589 589  
590 590  
591 591  * **Commands special design for PS-LB**
... ... @@ -593,13 +593,14 @@
593 593  These commands only valid for PS-LB, as below:
594 594  
595 595  
596 -1.
597 -11. Set Transmit Interval Time
593 +== 3.1 Set Transmit Interval Time ==
598 598  
595 +
599 599  Feature: Change LoRaWAN End Node Transmit Interval.
600 600  
601 601  **AT Command: AT+TDC**
602 602  
600 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
603 603  |**Command Example**|**Function**|**Response**
604 604  |AT+TDC=?|Show current transmit Interval|(((
605 605  30000
... ... @@ -624,13 +624,14 @@
624 624  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
625 625  
626 626  
627 -1.
628 -11. Set Interrupt Mode
625 +== 3.2 Set Interrupt Mode ==
629 629  
627 +
630 630  Feature, Set Interrupt mode for GPIO_EXIT.
631 631  
632 632  **AT Command: AT+INTMOD**
633 633  
632 +(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
634 634  |**Command Example**|**Function**|**Response**
635 635  |AT+INTMOD=?|Show current interrupt mode|(((
636 636  0
... ... @@ -642,10 +642,13 @@
642 642  |AT+INTMOD=2|(((
643 643  Set Transmit Interval
644 644  
645 -1. (Disable Interrupt),
646 -1. (Trigger by rising and falling edge),
647 -1. (Trigger by falling edge)
648 -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)
649 649  )))|OK
650 650  
651 651  **Downlink Command: 0x06**
... ... @@ -657,74 +657,82 @@
657 657  * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
658 658  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
659 659  
660 -1.
661 -11. Set the output time
662 662  
663 +
664 +== 3.3 Set the output time ==
665 +
666 +
663 663  Feature, Control the output 3V3 , 5V or 12V.
664 664  
665 665  **AT Command: AT+3V3T**
666 666  
667 -|**Command Example**|**Function**|**Response**
668 -|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" %)(((
669 669  0
670 670  
671 671  OK
672 672  )))
673 -|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" %)(((
674 674  OK
675 675  
676 676  default setting
677 677  )))
678 -|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" %)(((
679 679  OK
680 680  
681 681  
682 682  )))
683 -|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" %)(((
684 684  OK
685 685  
686 686  
687 687  )))
688 688  
694 +
689 689  **AT Command: AT+5VT**
690 690  
691 -|**Command Example**|**Function**|**Response**
692 -|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" %)(((
693 693  0
694 694  
695 695  OK
696 696  )))
697 -|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" %)(((
698 698  OK
699 699  
700 700  default setting
701 701  )))
702 -|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" %)(((
703 703  OK
704 704  
705 705  
706 706  )))
707 -|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" %)(((
708 708  OK
709 709  
710 710  
711 711  )))
712 712  
720 +
713 713  **AT Command: AT+12VT**
714 714  
715 -|**Command Example**|**Function**|**Response**
716 -|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.|(((
717 717  0
718 718  
719 719  OK
720 720  )))
721 -|AT+12VT=0|Normally closed 12V power supply.|OK
722 -|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.|(((
723 723  OK
724 724  
725 725  
726 726  )))
727 727  
737 +
728 728  **Downlink Command: 0x07**
729 729  
730 730  Format: Command Code (0x07) followed by 3 bytes.
... ... @@ -738,24 +738,27 @@
738 738  * Example 5: Downlink Payload: 070301F4  -> AT+12VT=500
739 739  * Example 6: Downlink Payload: 07030000  -> AT+12VT=0
740 740  
741 -1.
742 -11. Set the Probe Model
743 743  
752 +
753 +== 3.4 Set the Probe Model ==
754 +
755 +
744 744  **AT Command: AT** **+PROBE**
745 745  
746 -|**Command Example**|**Function**|**Response**
747 -|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.|(((
748 748  0
749 749  
750 750  OK
751 751  )))
752 -|AT +PROBE =0003|Set water depth sensor mode, 3m type.|OK
753 -|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.|(((
754 754  OK
755 755  
756 756  
757 757  )))
758 -|AT +PROBE =0000|Initial state, no settings.|(((
771 +|(% style="width:157px" %)AT +PROBE =0000|(% style="width:267px" %)Initial state, no settings.|(((
759 759  OK
760 760  
761 761  
... ... @@ -770,15 +770,17 @@
770 770  
771 771  
772 772  
773 -1. Battery & how to replace
774 -11. Battery Type
786 += 4. Battery & how to replace =
775 775  
776 -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 ==
777 777  
778 778  
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 +
779 779  The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance.
780 780  
781 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image031.png]]
796 +[[image:1675146710956-626.png]]
782 782  
783 783  
784 784  Minimum Working Voltage for the PS-LB:
... ... @@ -786,17 +786,16 @@
786 786  PS-LB:  2.45v ~~ 3.6v
787 787  
788 788  
789 -1.
790 -11. Replace Battery
804 +== 4.2 Replace Battery ==
791 791  
806 +
792 792  Any battery with range 2.45 ~~ 3.6v can be a replacement. We recommend to use Li-SOCl2 Battery.
793 793  
794 794  And make sure the positive and negative pins match.
795 795  
796 796  
812 +== 4.3 Power Consumption Analyze ==
797 797  
798 -1.
799 -11. Power Consumption Analyze
800 800  
801 801  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.
802 802  
... ... @@ -804,12 +804,13 @@
804 804  Instruction to use as below:
805 805  
806 806  
807 -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:
808 808  
809 -[[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]]
810 810  
825 +
811 811  
812 -Step 2: Open it and choose
827 +**Step 2:** Open it and choose
813 813  
814 814  * Product Model
815 815  * Uplink Interval
... ... @@ -817,23 +817,19 @@
817 817  
818 818  And the Life expectation in difference case will be shown on the right.
819 819  
820 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image032.png]]
835 +[[image:1675146895108-304.png]]
821 821  
822 822  
823 823  The battery related documents as below:
824 824  
825 -* [[Battery Dimension>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/&file=LSN50-Battery-Dimension.pdf]],
826 -* [[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]]
827 -* [[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]]
828 828  
829 -|(((
830 -JST-XH-2P connector
831 -)))
844 +[[image:image-20230131145708-3.png]]
832 832  
833 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image033.png]]
834 834  
835 835  
836 -
837 837  1.
838 838  11.
839 839  111. ​Battery Note
... ... @@ -930,4 +930,3 @@
930 930  
931 931  [[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]]
932 932  
933 -
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