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

Summary

Details

Page properties
Content
... ... @@ -187,17 +187,14 @@
187 187  
188 188  
189 189  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
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|(((
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|(((
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 -
194 194  Meanwhile, BLE module will be active and user can connect via BLE to configure device.
195 195  )))
196 196  |(% style="width:138px" %)Pressing ACT for more than 3s|(% style="width:100px" %)Active Device|(((
197 197  (% 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 -
199 199  (% style="color:green" %)**Green led**(%%) will solidly turn on for 5 seconds after joined in network.
200 -
201 201  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.
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.
... ... @@ -391,8 +391,8 @@
391 391  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
392 392  |(% style="width:97px" %)(((
393 393  **Size(bytes)**
394 -)))|(% style="width:48px" %)**2**|(% style="width:58px" %)**2**|**2**|**2**|**1**
395 -|(% style="width:97px" %)**Value**|(% style="width:48px" %)[[BAT>>||anchor="H2.3.3BatteryInfo"]]|(% style="width:58px" %)[[Probe Model>>||anchor="H2.3.4ProbeModel"]]|[[0 ~~~~ 20mA value>>||anchor="H2.3.507E20mAvalue28IDC_IN29"]]|[[0 ~~~~ 30v value>>||anchor="H2.3.607E30Vvalue28pinVDC_IN29"]]|[[IN1 &IN2 Interrupt  flag>>||anchor="H2.3.7IN126IN226INTpin"]]
391 +)))|(% style="width:48px" %)**2**|(% style="width:71px" %)**2**|(% style="width:98px" %)**2**|(% style="width:73px" %)**2**|(% style="width:122px" %)**1**
392 +|(% style="width:97px" %)**Value**|(% style="width:48px" %)[[BAT>>||anchor="H2.3.3BatteryInfo"]]|(% style="width:71px" %)[[Probe Model>>||anchor="H2.3.4ProbeModel"]]|(% style="width:98px" %)[[0 ~~~~ 20mA value>>||anchor="H2.3.507E20mAvalue28IDC_IN29"]]|(% style="width:73px" %)[[0 ~~~~ 30v value>>||anchor="H2.3.607E30Vvalue28pinVDC_IN29"]]|(% style="width:122px" %)[[IN1 &IN2 Interrupt  flag>>||anchor="H2.3.7IN126IN226INTpin"]]
396 396  
397 397  [[image:1675144608950-310.png]]
398 398  
... ... @@ -584,17 +584,14 @@
584 584  (% style="color:blue" %)**AT Command: AT+TDC**
585 585  
586 586  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
587 -|**Command Example**|**Function**|**Response**
588 -|AT+TDC=?|Show current transmit Interval|(((
584 +|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 137px;" %)**Function**|=**Response**
585 +|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|(((
589 589  30000
590 -
591 591  OK
592 -
593 593  the interval is 30000ms = 30s
594 594  )))
595 -|AT+TDC=60000|Set Transmit Interval|(((
590 +|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|(((
596 596  OK
597 -
598 598  Set transmit interval to 60000ms = 60 seconds
599 599  )))
600 600  
... ... @@ -607,7 +607,6 @@
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  
... ... @@ -616,17 +616,14 @@
616 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 -|**Command Example**|**Function**|**Response**
612 +|=**Command Example**|=**Function**|=**Response**
620 620  |AT+INTMOD=?|Show current interrupt mode|(((
621 621  0
622 -
623 623  OK
624 -
625 625  the mode is 0 = No interruption
626 626  )))
627 627  |AT+INTMOD=2|(((
628 628  Set Transmit Interval
629 -
630 630  ~1. (Disable Interrupt),
631 631  
632 632  2. (Trigger by rising and falling edge),
... ... @@ -653,67 +653,52 @@
653 653  (% style="color:blue" %)**AT Command: AT+3V3T**
654 654  
655 655  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
656 -|(% style="width:156px" %)**Command Example**|(% style="width:236px" %)**Function**|(% style="width:117px" %)**Response**
646 +|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 236px;" %)**Function**|=(% style="width: 117px;" %)**Response**
657 657  |(% style="width:156px" %)AT+3V3T=?|(% style="width:236px" %)Show 3V3 open time.|(% style="width:117px" %)(((
658 658  0
659 -
660 660  OK
661 661  )))
662 662  |(% style="width:156px" %)AT+3V3T=0|(% style="width:236px" %)Normally open 3V3 power supply.|(% style="width:117px" %)(((
663 663  OK
664 -
665 665  default setting
666 666  )))
667 667  |(% style="width:156px" %)AT+3V3T=1000|(% style="width:236px" %)Close after a delay of 1000 milliseconds.|(% style="width:117px" %)(((
668 668  OK
669 -
670 -
671 671  )))
672 672  |(% style="width:156px" %)AT+3V3T=65535|(% style="width:236px" %)Normally closed 3V3 power supply.|(% style="width:117px" %)(((
673 673  OK
674 -
675 -
676 676  )))
677 677  
678 678  (% style="color:blue" %)**AT Command: AT+5VT**
679 679  
680 680  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
681 -|(% style="width:158px" %)**Command Example**|(% style="width:232px" %)**Function**|(% style="width:119px" %)**Response**
665 +|=(% style="width: 158px;" %)**Command Example**|=(% style="width: 232px;" %)**Function**|=(% style="width: 119px;" %)**Response**
682 682  |(% style="width:158px" %)AT+5VT=?|(% style="width:232px" %)Show 5V open time.|(% style="width:119px" %)(((
683 683  0
684 -
685 685  OK
686 686  )))
687 687  |(% style="width:158px" %)AT+5VT=0|(% style="width:232px" %)Normally closed 5V power supply.|(% style="width:119px" %)(((
688 688  OK
689 -
690 690  default setting
691 691  )))
692 692  |(% style="width:158px" %)AT+5VT=1000|(% style="width:232px" %)Close after a delay of 1000 milliseconds.|(% style="width:119px" %)(((
693 693  OK
694 -
695 -
696 696  )))
697 697  |(% style="width:158px" %)AT+5VT=65535|(% style="width:232px" %)Normally open 5V power supply.|(% style="width:119px" %)(((
698 698  OK
699 -
700 -
701 701  )))
702 702  
703 703  (% style="color:blue" %)**AT Command: AT+12VT**
704 704  
705 705  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
706 -|(% style="width:156px" %)**Command Example**|(% style="width:268px" %)**Function**|**Response**
684 +|=(% style="width: 156px;" %)**Command Example**|=(% style="width: 268px;" %)**Function**|=**Response**
707 707  |(% style="width:156px" %)AT+12VT=?|(% style="width:268px" %)Show 12V open time.|(((
708 708  0
709 -
710 710  OK
711 711  )))
712 712  |(% style="width:156px" %)AT+12VT=0|(% style="width:268px" %)Normally closed 12V power supply.|OK
713 713  |(% style="width:156px" %)AT+12VT=500|(% style="width:268px" %)Close after a delay of 500 milliseconds.|(((
714 714  OK
715 -
716 -
717 717  )))
718 718  
719 719  (% style="color:blue" %)**Downlink Command: 0x07**
... ... @@ -735,22 +735,17 @@
735 735  (% style="color:blue" %)**AT Command: AT** **+PROBE**
736 736  
737 737  (% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
738 -|(% style="width:157px" %)**Command Example**|(% style="width:267px" %)**Function**|**Response**
713 +|=(% style="width: 157px;" %)**Command Example**|=(% style="width: 267px;" %)**Function**|=**Response**
739 739  |(% style="width:157px" %)AT +PROBE =?|(% style="width:267px" %)Get or Set the probe model.|(((
740 740  0
741 -
742 742  OK
743 743  )))
744 744  |(% style="width:157px" %)AT +PROBE =0003|(% style="width:267px" %)Set water depth sensor mode, 3m type.|OK
745 745  |(% style="width:157px" %)AT +PROBE =0101|(% style="width:267px" %)Set pressure transmitters mode, first type.|(((
746 746  OK
747 -
748 -
749 749  )))
750 750  |(% style="width:157px" %)AT +PROBE =0000|(% style="width:267px" %)Initial state, no settings.|(((
751 751  OK
752 -
753 -
754 754  )))
755 755  
756 756  (% style="color:blue" %)**Downlink Command: 0x08**
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0