Changes for page PS-LB/LS -- LoRaWAN Air Water Pressure Sensor User Manual
Last modified by Xiaoling on 2025/04/19 17:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -187,18 +187,22 @@ 187 187 188 188 189 189 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 190 -| =(% style="width:50px;" %)**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 193 Meanwhile, BLE module will be active and user can connect via BLE to configure device. 194 194 ))) 195 195 |(% style="width:138px" %)Pressing ACT for more than 3s|(% style="width:100px" %)Active Device|((( 196 196 (% style="color:green" %)**Green led**(%%) will fast blink 5 times, device will enter (% style="color:#037691" %)**OTA mode**(%%) for 3 seconds. And then start to JOIN LoRaWAN network. 198 + 197 197 (% style="color:green" %)**Green led**(%%) will solidly turn on for 5 seconds after joined in network. 200 + 198 198 Once sensor is active, BLE module will be active and user can connect via BLE to configure device, no matter if device join or not join LoRaWAN network. 199 199 ))) 200 200 |(% 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. 201 201 205 + 202 202 == 1.9 Pin Mapping == 203 203 204 204 ... ... @@ -501,7 +501,7 @@ 501 501 502 502 (% style="color:blue" %)**Step 3:**(%%) Create an account or log in Datacake. 503 503 504 -(% style="color:blue" %)**Step 4:** (%%)Create PS-LB product. 508 +(% style="color:#blue" %)**Step 4:** (%%)Create PS-LB product. 505 505 506 506 [[image:1675145004465-869.png]] 507 507 ... ... @@ -551,12 +551,12 @@ 551 551 552 552 Use can configure PS-LB via AT Command or LoRaWAN Downlink. 553 553 554 -* AT Command Connection: See [[FAQ>> ||anchor="H7.FAQ"]].558 +* AT Command Connection: See [[FAQ>>path:#AT_COMMAND]]. 555 555 * LoRaWAN Downlink instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 556 556 557 557 There are two kinds of commands to configure PS-LB, they are: 558 558 559 -* (% style="color:#037691" %)**General Commands**.563 +* **General Commands**. 560 560 561 561 These commands are to configure: 562 562 ... ... @@ -568,7 +568,7 @@ 568 568 [[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/]] 569 569 570 570 571 -* (% style="color:#037691" %)**Commands special design for PS-LB**575 +* **Commands special design for PS-LB** 572 572 573 573 These commands only valid for PS-LB, as below: 574 574 ... ... @@ -578,7 +578,7 @@ 578 578 579 579 Feature: Change LoRaWAN End Node Transmit Interval. 580 580 581 - (% style="color:blue" %)**AT Command: AT+TDC**585 +**AT Command: AT+TDC** 582 582 583 583 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 584 584 |**Command Example**|**Function**|**Response** ... ... @@ -595,7 +595,7 @@ 595 595 Set transmit interval to 60000ms = 60 seconds 596 596 ))) 597 597 598 - (% style="color:blue" %)**Downlink Command: 0x01**602 +**Downlink Command: 0x01** 599 599 600 600 Format: Command Code (0x01) followed by 3 bytes time value. 601 601 ... ... @@ -604,13 +604,12 @@ 604 604 * Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 605 605 * Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 606 606 607 - 608 608 == 3.2 Set Interrupt Mode == 609 609 610 610 611 611 Feature, Set Interrupt mode for GPIO_EXIT. 612 612 613 - (% style="color:blue" %)**AT Command: AT+INTMOD**616 +**AT Command: AT+INTMOD** 614 614 615 615 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 616 616 |**Command Example**|**Function**|**Response** ... ... @@ -633,7 +633,7 @@ 633 633 4. (Trigger by rising edge) 634 634 )))|OK 635 635 636 - (% style="color:blue" %)**Downlink Command: 0x06**639 +**Downlink Command: 0x06** 637 637 638 638 Format: Command Code (0x06) followed by 3 bytes. 639 639 ... ... @@ -642,12 +642,13 @@ 642 642 * Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 643 643 * Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 644 644 648 + 645 645 == 3.3 Set the output time == 646 646 647 647 648 648 Feature, Control the output 3V3 , 5V or 12V. 649 649 650 - (% style="color:blue" %)**AT Command: AT+3V3T**654 +**AT Command: AT+3V3T** 651 651 652 652 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 653 653 |(% style="width:156px" %)**Command Example**|(% style="width:236px" %)**Function**|(% style="width:117px" %)**Response** ... ... @@ -672,7 +672,7 @@ 672 672 673 673 ))) 674 674 675 - (% style="color:blue" %)**AT Command: AT+5VT**679 +**AT Command: AT+5VT** 676 676 677 677 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 678 678 |(% style="width:158px" %)**Command Example**|(% style="width:232px" %)**Function**|(% style="width:119px" %)**Response** ... ... @@ -697,7 +697,7 @@ 697 697 698 698 ))) 699 699 700 - (% style="color:blue" %)**AT Command: AT+12VT**704 +**AT Command: AT+12VT** 701 701 702 702 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 703 703 |(% style="width:156px" %)**Command Example**|(% style="width:268px" %)**Function**|**Response** ... ... @@ -713,7 +713,7 @@ 713 713 714 714 ))) 715 715 716 - (% style="color:blue" %)**Downlink Command: 0x07**720 +**Downlink Command: 0x07** 717 717 718 718 Format: Command Code (0x07) followed by 3 bytes. 719 719 ... ... @@ -726,10 +726,11 @@ 726 726 * Example 5: Downlink Payload: 070301F4 -> AT+12VT=500 727 727 * Example 6: Downlink Payload: 07030000 -> AT+12VT=0 728 728 733 + 729 729 == 3.4 Set the Probe Model == 730 730 731 731 732 - (% style="color:blue" %)**AT Command: AT** **+PROBE**737 +**AT Command: AT** **+PROBE** 733 733 734 734 (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %) 735 735 |(% style="width:157px" %)**Command Example**|(% style="width:267px" %)**Function**|**Response** ... ... @@ -750,7 +750,7 @@ 750 750 751 751 ))) 752 752 753 - (% style="color:blue" %)**Downlink Command: 0x08**758 +**Downlink Command: 0x08** 754 754 755 755 Format: Command Code (0x08) followed by 2 bytes. 756 756 ... ... @@ -757,6 +757,7 @@ 757 757 * Example 1: Downlink Payload: 080003 -> AT+PROBE=0003 758 758 * Example 2: Downlink Payload: 080101 -> AT+PROBE=0101 759 759 765 + 760 760 = 4. Battery & how to replace = 761 761 762 762 == 4.1 Battery Type == ... ... @@ -792,12 +792,12 @@ 792 792 Instruction to use as below: 793 793 794 794 795 - (% 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: 796 796 797 797 [[https:~~/~~/www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0>>https://www.dropbox.com/sh/zwex6i331j5oeq2/AACIMf9f_v2qsJ39CuMQ5Py_a?dl=0]] 798 798 799 799 800 - (% style="color:blue" %)**Step 2:**(%%)Open it and choose806 +**Step 2:** Open it and choose 801 801 802 802 * Product Model 803 803 * Uplink Interval ... ... @@ -879,11 +879,11 @@ 879 879 = 9. Packing Info = 880 880 881 881 882 - (% style="color:#037691" %)**Package Includes**:888 +**Package Includes**: 883 883 884 884 * PS-LB LoRaWAN Pressure Sensor 885 885 886 - (% style="color:#037691" %)**Dimension and weight**:892 +**Dimension and weight**: 887 887 888 888 * Device Size: cm 889 889 * Device Weight: g ... ... @@ -890,11 +890,11 @@ 890 890 * Package Size / pcs : cm 891 891 * Weight / pcs : g 892 892 899 + 893 893 = 10. Support = 894 894 895 895 896 896 * 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. 897 - 898 898 * 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]] 899 899 900 900