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

Summary

Details

Page properties
Content
... ... @@ -187,8 +187,8 @@
187 187  
188 188  
189 189  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
190 -|=(% style="width: 150px;" %)**Behavior on ACT**|=(% style="width: 90px;" %)**Function**|=**Action**
191 -|(% style="width:260px" %)Pressing ACT between 1s < time < 3s|(% style="width:100px" %)Send an uplink|(((
190 +|(% style="width:138px" %)**Behavior on ACT**|(% style="width:100px" %)**Function**|**Action**
191 +|(% style="width:138px" %)Pressing ACT between 1s < time < 3s|(% style="width:100px" %)Send an uplink|(((
192 192  If sensor is already Joined to LoRaWAN network, sensor will send an uplink packet, (% style="color:blue" %)**blue led** (%%)will blink once.
193 193  
194 194  Meanwhile, BLE module will be active and user can connect via BLE to configure device.
... ... @@ -202,6 +202,7 @@
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 +
205 205  == 1.9 Pin Mapping ==
206 206  
207 207  
... ... @@ -559,7 +559,7 @@
559 559  
560 560  There are two kinds of commands to configure PS-LB, they are:
561 561  
562 -* (% style="color:#037691" %)**General Commands**.
563 +* **(% style="color:#037691" %)General Commands**.
563 563  
564 564  These commands are to configure:
565 565  
... ... @@ -571,7 +571,7 @@
571 571  [[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/]]
572 572  
573 573  
574 -* (% style="color:#037691" %)**Commands special design for PS-LB**
575 +* **(% style="color:#037691" %)Commands special design for PS-LB**
575 575  
576 576  These commands only valid for PS-LB, as below:
577 577  
... ... @@ -581,7 +581,7 @@
581 581  
582 582  Feature: Change LoRaWAN End Node Transmit Interval.
583 583  
584 -(% style="color:blue" %)**AT Command: AT+TDC**
585 +**AT Command: AT+TDC**
585 585  
586 586  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
587 587  |**Command Example**|**Function**|**Response**
... ... @@ -598,7 +598,7 @@
598 598  Set transmit interval to 60000ms = 60 seconds
599 599  )))
600 600  
601 -(% style="color:blue" %)**Downlink Command: 0x01**
602 +**Downlink Command: 0x01**
602 602  
603 603  Format: Command Code (0x01) followed by 3 bytes time value.
604 604  
... ... @@ -607,13 +607,12 @@
607 607  * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
608 608  * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
609 609  
610 -
611 611  == 3.2 Set Interrupt Mode ==
612 612  
613 613  
614 614  Feature, Set Interrupt mode for GPIO_EXIT.
615 615  
616 -(% style="color:blue" %)**AT Command: AT+INTMOD**
616 +**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 -(% style="color:blue" %)**Downlink Command: 0x06**
639 +**Downlink Command: 0x06**
640 640  
641 641  Format: Command Code (0x06) followed by 3 bytes.
642 642  
... ... @@ -645,12 +645,13 @@
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 +
648 648  == 3.3 Set the output time ==
649 649  
650 650  
651 651  Feature, Control the output 3V3 , 5V or 12V.
652 652  
653 -(% style="color:blue" %)**AT Command: AT+3V3T**
654 +**AT Command: AT+3V3T**
654 654  
655 655  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
656 656  |(% style="width:156px" %)**Command Example**|(% style="width:236px" %)**Function**|(% style="width:117px" %)**Response**
... ... @@ -675,7 +675,7 @@
675 675  
676 676  )))
677 677  
678 -(% style="color:blue" %)**AT Command: AT+5VT**
679 +**AT Command: AT+5VT**
679 679  
680 680  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
681 681  |(% style="width:158px" %)**Command Example**|(% style="width:232px" %)**Function**|(% style="width:119px" %)**Response**
... ... @@ -700,7 +700,7 @@
700 700  
701 701  )))
702 702  
703 -(% style="color:blue" %)**AT Command: AT+12VT**
704 +**AT Command: AT+12VT**
704 704  
705 705  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
706 706  |(% style="width:156px" %)**Command Example**|(% style="width:268px" %)**Function**|**Response**
... ... @@ -716,7 +716,7 @@
716 716  
717 717  )))
718 718  
719 -(% style="color:blue" %)**Downlink Command: 0x07**
720 +**Downlink Command: 0x07**
720 720  
721 721  Format: Command Code (0x07) followed by 3 bytes.
722 722  
... ... @@ -729,10 +729,11 @@
729 729  * Example 5: Downlink Payload: 070301F4  -> AT+12VT=500
730 730  * Example 6: Downlink Payload: 07030000  -> AT+12VT=0
731 731  
733 +
732 732  == 3.4 Set the Probe Model ==
733 733  
734 734  
735 -(% style="color:blue" %)**AT Command: AT** **+PROBE**
737 +**AT Command: AT** **+PROBE**
736 736  
737 737  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
738 738  |(% style="width:157px" %)**Command Example**|(% style="width:267px" %)**Function**|**Response**
... ... @@ -753,7 +753,7 @@
753 753  
754 754  )))
755 755  
756 -(% style="color:blue" %)**Downlink Command: 0x08**
758 +**Downlink Command: 0x08**
757 757  
758 758  Format: Command Code (0x08) followed by 2 bytes.
759 759  
... ... @@ -760,6 +760,7 @@
760 760  * Example 1: Downlink Payload: 080003  -> AT+PROBE=0003
761 761  * Example 2: Downlink Payload: 080101  -> AT+PROBE=0101
762 762  
765 +
763 763  = 4. Battery & how to replace =
764 764  
765 765  == 4.1 Battery Type ==
... ... @@ -795,12 +795,12 @@
795 795  Instruction to use as below:
796 796  
797 797  
798 -(% style="color:blue" %)**Step 1:**(%%) Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
801 +**Step 1:** Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from:
799 799  
800 800  [[https:~~/~~/www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0>>https://www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0]]
801 801  
802 802  
803 -(% style="color:blue" %)**Step 2:**(%%) Open it and choose
806 +**Step 2:** Open it and choose
804 804  
805 805  * Product Model
806 806  * Uplink Interval
... ... @@ -882,11 +882,11 @@
882 882  = 9. ​Packing Info =
883 883  
884 884  
885 -(% style="color:#037691" %)**Package Includes**:
888 +**Package Includes**:
886 886  
887 887  * PS-LB LoRaWAN Pressure Sensor
888 888  
889 -(% style="color:#037691" %)**Dimension and weight**:
892 +**Dimension and weight**:
890 890  
891 891  * Device Size: cm
892 892  * Device Weight: g
... ... @@ -893,11 +893,11 @@
893 893  * Package Size / pcs : cm
894 894  * Weight / pcs : g
895 895  
899 +
896 896  = 10. Support =
897 897  
898 898  
899 899  * 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 -
901 901  * 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]]
902 902  
903 903  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0