<
From version < 42.18 >
edited by Xiaoling
on 2023/01/31 16:16
To version < 42.21 >
edited by Xiaoling
on 2023/01/31 16:19
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -202,7 +202,6 @@
202 202  )))
203 203  |(% style="width:138px" %)Fast press ACT 5 times.|(% style="width:100px" %)Deactivate Device|red led will solid on for 5 seconds. Means PS-LB is in Deep Sleep Mode.
204 204  
205 -
206 206  == 1.9 Pin Mapping ==
207 207  
208 208  
... ... @@ -560,7 +560,7 @@
560 560  
561 561  There are two kinds of commands to configure PS-LB, they are:
562 562  
563 -* **(% style="color:#037691" %)General Commands**.
562 +* (% style="color:#037691" %)**General Commands**.
564 564  
565 565  These commands are to configure:
566 566  
... ... @@ -572,7 +572,7 @@
572 572  [[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/]]
573 573  
574 574  
575 -* **(% style="color:#037691" %)Commands special design for PS-LB**
574 +* (% style="color:#037691" %)**Commands special design for PS-LB**
576 576  
577 577  These commands only valid for PS-LB, as below:
578 578  
... ... @@ -582,7 +582,7 @@
582 582  
583 583  Feature: Change LoRaWAN End Node Transmit Interval.
584 584  
585 -**AT Command: AT+TDC**
584 +(% style="color:blue" %)**AT Command: AT+TDC**
586 586  
587 587  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
588 588  |**Command Example**|**Function**|**Response**
... ... @@ -599,7 +599,7 @@
599 599  Set transmit interval to 60000ms = 60 seconds
600 600  )))
601 601  
602 -**Downlink Command: 0x01**
601 +(% style="color:blue" %)**Downlink Command: 0x01**
603 603  
604 604  Format: Command Code (0x01) followed by 3 bytes time value.
605 605  
... ... @@ -608,12 +608,13 @@
608 608  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
609 609  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
610 610  
610 +
611 611  == 3.2 Set Interrupt Mode ==
612 612  
613 613  
614 614  Feature, Set Interrupt mode for GPIO_EXIT.
615 615  
616 -**AT Command: AT+INTMOD**
616 +(% style="color:blue" %)**AT Command: AT+INTMOD**
617 617  
618 618  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
619 619  |**Command Example**|**Function**|**Response**
... ... @@ -636,7 +636,7 @@
636 636  4. (Trigger by rising edge)
637 637  )))|OK
638 638  
639 -**Downlink Command: 0x06**
639 +(% style="color:blue" %)**Downlink Command: 0x06**
640 640  
641 641  Format: Command Code (0x06) followed by 3 bytes.
642 642  
... ... @@ -645,13 +645,12 @@
645 645  * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
646 646  * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
647 647  
648 -
649 649  == 3.3 Set the output time ==
650 650  
651 651  
652 652  Feature, Control the output 3V3 , 5V or 12V.
653 653  
654 -**AT Command: AT+3V3T**
653 +(% style="color:blue" %)**AT Command: AT+3V3T**
655 655  
656 656  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
657 657  |(% style="width:156px" %)**Command Example**|(% style="width:236px" %)**Function**|(% style="width:117px" %)**Response**
... ... @@ -676,7 +676,7 @@
676 676  
677 677  )))
678 678  
679 -**AT Command: AT+5VT**
678 +(% style="color:blue" %)**AT Command: AT+5VT**
680 680  
681 681  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
682 682  |(% style="width:158px" %)**Command Example**|(% style="width:232px" %)**Function**|(% style="width:119px" %)**Response**
... ... @@ -701,7 +701,7 @@
701 701  
702 702  )))
703 703  
704 -**AT Command: AT+12VT**
703 +(% style="color:blue" %)**AT Command: AT+12VT**
705 705  
706 706  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
707 707  |(% style="width:156px" %)**Command Example**|(% style="width:268px" %)**Function**|**Response**
... ... @@ -717,7 +717,7 @@
717 717  
718 718  )))
719 719  
720 -**Downlink Command: 0x07**
719 +(% style="color:blue" %)**Downlink Command: 0x07**
721 721  
722 722  Format: Command Code (0x07) followed by 3 bytes.
723 723  
... ... @@ -730,11 +730,10 @@
730 730  * Example 5: Downlink Payload: 070301F4  -> AT+12VT=500
731 731  * Example 6: Downlink Payload: 07030000  -> AT+12VT=0
732 732  
733 -
734 734  == 3.4 Set the Probe Model ==
735 735  
736 736  
737 -**AT Command: AT** **+PROBE**
735 +(% style="color:blue" %)**AT Command: AT** **+PROBE**
738 738  
739 739  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
740 740  |(% style="width:157px" %)**Command Example**|(% style="width:267px" %)**Function**|**Response**
... ... @@ -755,7 +755,7 @@
755 755  
756 756  )))
757 757  
758 -**Downlink Command: 0x08**
756 +(% style="color:blue" %)**Downlink Command: 0x08**
759 759  
760 760  Format: Command Code (0x08) followed by 2 bytes.
761 761  
... ... @@ -762,7 +762,6 @@
762 762  * Example 1: Downlink Payload: 080003  -> AT+PROBE=0003
763 763  * Example 2: Downlink Payload: 080101  -> AT+PROBE=0101
764 764  
765 -
766 766  = 4. Battery & how to replace =
767 767  
768 768  == 4.1 Battery Type ==
... ... @@ -798,12 +798,12 @@
798 798  Instruction to use as below:
799 799  
800 800  
801 -**Step 1:** Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
798 +(% style="color:blue" %)**Step 1:**(%%) Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
802 802  
803 803  [[https:~~/~~/www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0>>https://www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0]]
804 804  
805 805  
806 -**Step 2:** Open it and choose
803 +(% style="color:blue" %)**Step 2:**(%%) Open it and choose
807 807  
808 808  * Product Model
809 809  * Uplink Interval
... ... @@ -885,11 +885,11 @@
885 885  = 9. ​Packing Info =
886 886  
887 887  
888 -**Package Includes**:
885 +(% style="color:#037691" %)**Package Includes**:
889 889  
890 890  * PS-LB LoRaWAN Pressure Sensor
891 891  
892 -**Dimension and weight**:
889 +(% style="color:#037691" %)**Dimension and weight**:
893 893  
894 894  * Device Size: cm
895 895  * Device Weight: g
... ... @@ -896,11 +896,11 @@
896 896  * Package Size / pcs : cm
897 897  * Weight / pcs : g
898 898  
899 -
900 900  = 10. Support =
901 901  
902 902  
903 903  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
900 +
904 904  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[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]]
905 905  
906 906  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0