<
From version < 7.8 >
edited by Xiaoling
on 2022/05/11 11:17
To version < 7.9 >
edited by Xiaoling
on 2022/05/11 11:31
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -714,14 +714,17 @@
714 714  
715 715  Feature: Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
716 716  
717 -AT Command:AT+RX2DL
717 +{{info}}
718 +**AT Command:AT+RX2DL**
719 +{{/info}}
718 718  
719 -|=(% colspan="3" %)AT+RX2DL
720 -|**Command Example**|**Function**|**Response**
721 -|AT+RX2DL=?|Get the delay.|2000(((
721 +(% style="background-color:#ffffcc; color:green; width:481.222px" %)
722 +|=(% colspan="3" style="width: 478px;" %)AT+RX2DL
723 +|(% style="width:175px" %)**Command Example**|(% style="width:152px" %)**Function**|(% style="width:150px" %)**Response**
724 +|(% style="width:175px" %)AT+RX2DL=?|(% style="width:152px" %)Get the delay.|(% style="width:150px" %)2000(((
722 722  OK
723 723  )))
724 -|AT+RX2DL=2500|Set the delay.|OK(((
727 +|(% style="width:175px" %)AT+RX2DL=2500|(% style="width:152px" %)Set the delay.|(% style="width:150px" %)OK(((
725 725  
726 726  )))
727 727  
... ... @@ -729,14 +729,17 @@
729 729  
730 730  Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
731 731  
732 -AT Command:AT+RX2DR
735 +{{info}}
736 +**AT Command:AT+RX2DR**
737 +{{/info}}
733 733  
734 -|=(% colspan="3" %)AT+RX2DR
735 -|**Command Example**|**Function**|**Response**
736 -|AT+RX2DR=?|Get the Rx2 window data rate.|2(((
739 +(% style="background-color:#ffffcc; color:green; width:525.222px" %)
740 +|=(% colspan="3" style="width: 522px;" %)AT+RX2DR
741 +|(% style="width:160px" %)**Command Example**|(% style="width:232px" %)**Function**|(% style="width:130px" %)**Response**
742 +|(% style="width:160px" %)AT+RX2DR=?|(% style="width:232px" %)Get the Rx2 window data rate.|(% style="width:130px" %)2(((
737 737  OK
738 738  )))
739 -|AT+RX2DR=6|Set the Rx2 window data rate.|OK(((
745 +|(% style="width:160px" %)AT+RX2DR=6|(% style="width:232px" %)Set the Rx2 window data rate.|(% style="width:130px" %)OK(((
740 740  
741 741  )))
742 742  
... ... @@ -744,14 +744,17 @@
744 744  
745 745  Feature: Get or Set the Rx2 window frequency
746 746  
747 -AT Command:AT+RX2FQ
753 +{{info}}
754 +**AT Command:AT+RX2FQ**
755 +{{/info}}
748 748  
749 -|=(% colspan="3" %)AT+RX2FQ
750 -|**Command Example**|**Function**|**Response**
751 -|AT+RX2FQ=?|Get the Rx2 window frequency.|434665000(((
757 +(% style="background-color:#ffffcc; color:green; width:587.222px" %)
758 +|=(% colspan="3" style="width: 584px;" %)AT+RX2FQ
759 +|(% style="width:183px" %)**Command Example**|(% style="width:240px" %)**Function**|(% style="width:160px" %)**Response**
760 +|(% style="width:183px" %)AT+RX2FQ=?|(% style="width:240px" %)Get the Rx2 window frequency.|(% style="width:160px" %)434665000(((
752 752  OK
753 753  )))
754 -|AT+RX2FQ=434665000|Set the Rx2 window frequency.|OK(((
763 +|(% style="width:183px" %)AT+RX2FQ=434665000|(% style="width:240px" %)Set the Rx2 window frequency.|(% style="width:160px" %)OK(((
755 755  
756 756  )))
757 757  
... ... @@ -759,14 +759,17 @@
759 759  
760 760  Feature: Get or Set the Transmit Power(0-5, MAX:0, MIN:5, according to LoRaWAN Spec, or 40=10dB, 41 = 11dB, …, 50 = 20dB which is out of LoRaWAN spec. )
761 761  
762 -AT Command:AT+TXP
771 +{{info}}
772 +**AT Command:AT+TXP**
773 +{{/info}}
763 763  
764 -|=(% colspan="3" %)AT+TXP
765 -|**Command Example**|**Function**|**Response**
766 -|AT+TXP=?|Get the Transmit Power.|0(((
775 +(% style="background-color:#ffffcc; color:green; width:465.222px" %)
776 +|=(% colspan="3" style="width: 462px;" %)AT+TXP
777 +|(% style="width:161px" %)**Command Example**|(% style="width:189px" %)**Function**|(% style="width:112px" %)**Response**
778 +|(% style="width:161px" %)AT+TXP=?|(% style="width:189px" %)Get the Transmit Power.|(% style="width:112px" %)0(((
767 767  OK
768 768  )))
769 -|AT+TXP=1|Set the Transmit Power.|OK(((
781 +|(% style="width:161px" %)AT+TXP=1|(% style="width:189px" %)Set the Transmit Power.|(% style="width:112px" %)OK(((
770 770  
771 771  )))
772 772  
... ... @@ -774,18 +774,21 @@
774 774  
775 775  If the downlink payload=22000100, it means setting the TXP to 0.
776 776  
777 -* Example 1: Downlink Payload: 22000102 ~/~/ Set AT+TXP=2.
778 -* Example 2: Downlink Payload: 220000FF ~/~/ Set AT+TXP=0.
789 +* **Example 1**: Downlink Payload: **22000102** ~/~/ Set AT+TXP=2.
790 +* **Example 2**: Downlink Payload: **220000FF** ~/~/ Set AT+TXP=0.
779 779  
780 780  == 7.15 RSSI of the Last Received Packet ==
781 781  
782 782  Feature: Get or Set the Rx2 window frequency
783 783  
784 -AT Command:AT+RSSI
796 +{{info}}
797 +**AT Command:AT+RSSI**
798 +{{/info}}
785 785  
786 -|=(% colspan="3" %)AT+RSSI
787 -|**Command Example**|**Function**|**Response**
788 -|AT+RSSI=?|Get the RSSI of the last received packet.|0(((
800 +(% style="background-color:#ffffcc; color:green; width:557.222px" %)
801 +|=(% colspan="3" style="width: 554px;" %)AT+RSSI
802 +|(% style="width:164px" %)**Command Example**|(% style="width:289px" %)**Function**|(% style="width:100px" %)**Response**
803 +|(% style="width:164px" %)AT+RSSI=?|(% style="width:289px" %)Get the RSSI of the last received packet.|(% style="width:100px" %)0(((
789 789  OK
790 790  )))
791 791  
... ... @@ -793,11 +793,14 @@
793 793  
794 794  Feature: Get the SNR of the last received packet
795 795  
796 -AT Command:AT+SNR
811 +{{info}}
812 +**AT Command:AT+SNR**
813 +{{/info}}
797 797  
798 -|=(% colspan="3" %)AT+SNR
799 -|**Command Example**|**Function**|**Response**
800 -|AT+SNR=?|Get the RSSI of the last received packet.|0(((
815 +(% style="background-color:#ffffcc; color:green; width:571.222px" %)
816 +|=(% colspan="3" style="width: 568px;" %)AT+SNR
817 +|(% style="width:164px" %)**Command Example**|(% style="width:290px" %)**Function**|(% style="width:113px" %)**Response**
818 +|(% style="width:164px" %)AT+SNR=?|(% style="width:290px" %)Get the RSSI of the last received packet.|(% style="width:113px" %)0(((
801 801  OK
802 802  )))
803 803  
... ... @@ -805,73 +805,89 @@
805 805  
806 806  Feature: Get or set the application port.
807 807  
808 -AT Command: AT+PORT
826 +{{info}}
827 +**AT Command: AT+PORT**
828 +{{/info}}
809 809  
810 -|=(% colspan="3" %)AT+PORT
811 -|**Command Example**|**Function**|**Response**
812 -|AT+PORT=?|Get the application port|21(((
830 +(% style="background-color:#ffffcc; color:green; width:500.222px" %)
831 +|=(% colspan="3" style="width: 497px;" %)AT+PORT
832 +|(% style="width:157px" %)**Command Example**|(% style="width:204px" %)**Function**|(% style="width:135px" %)**Response**
833 +|(% style="width:157px" %)AT+PORT=?|(% style="width:204px" %)Get the application port|(% style="width:135px" %)21(((
813 813  OK
814 814  )))
815 -|AT+PORT=21|Set the application port|OK
836 +|(% style="width:157px" %)AT+PORT=21|(% style="width:204px" %)Set the application port|(% style="width:135px" %)OK
816 816  
817 -Downlink Command: 0x23
838 +{{info}}
839 +**Downlink Command: 0x23**
840 +{{/info}}
818 818  
819 819  Format: Command Code (0x23) followed by 1 bytes port value.
820 820  
821 821  If the downlink payload=2301, it means set the application port to 1, while type code is 23.
822 822  
823 -* Example 1: Downlink Payload: 2301 ~/~/ set the application port to 1
824 -* Example 2: Downlink Payload: 2305 ~/~/ set the application port to 5
846 +* **Example 1**: Downlink Payload: **2301** ~/~/ set the application port to 1
847 +* **Example 2**: Downlink Payload:** 2305** ~/~/ set the application port to 5
825 825  
826 826  == 7.18 Single Channel Mode ==
827 827  
828 828  Feature:Get or Set Frequency (Unit: Hz) for Single Channel Mode.
829 829  
830 -AT Command: AT+CHS
853 +{{info}}
854 +**AT Command: AT+CHS**
855 +{{/info}}
831 831  
832 -|=(% colspan="3" %)AT+CHS
833 -|**Command Example**|**Function**|**Response**
834 -|AT+CHS=?|Get Frequency for Single Channel Mode|0(((
857 +(% style="background-color:#ffffcc; color:green; width:603.222px" %)
858 +|=(% colspan="3" style="width: 600px;" %)AT+CHS
859 +|(% style="width:182px" %)**Command Example**|(% style="width:295px" %)**Function**|(% style="width:122px" %)**Response**
860 +|(% style="width:182px" %)AT+CHS=?|(% style="width:295px" %)Get Frequency for Single Channel Mode|(% style="width:122px" %)0(((
835 835  OK
836 836  )))
837 -|AT+CHS=868100000|Set Frequency for Single Channel Mode|OK
863 +|(% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK
838 838  
839 839  == 7.19 Eight Channel Mode ==
840 840  
841 841  Feature: Get or Set eight channels mode,Only for US915,AU915,CN470.
842 842  
843 -AT Command: AT+CHE
869 +{{info}}
870 +**AT Command: AT+CHE**
871 +{{/info}}
844 844  
845 -|=(% colspan="3" %)AT+CHE
846 -|**Command Example**|**Function**|**Response**
847 -|AT+CHE=?|Get eight channels mode|1(((
873 +(% style="background-color:#ffffcc; color:green; width:710.222px" %)
874 +|=(% colspan="3" style="width: 707px;" %)AT+CHE
875 +|(% style="width:160px" %)**Command Example**|(% style="width:198px" %)**Function**|(% style="width:349px" %)**Response**
876 +|(% style="width:160px" %)AT+CHE=?|(% style="width:198px" %)Get eight channels mode|(% style="width:349px" %)1(((
848 848  902.3 902.5 902.7 902.9 903.1 903.3 903.5 903.7
849 849  
850 850  OK
851 851  )))
852 -|AT+CHE=1|Set eight channels mode|OK
881 +|(% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK
853 853  
854 -Downlink Command: 0x24
883 +{{info}}
884 +**Downlink Command: 0x24**
885 +{{/info}}
855 855  
856 856  Format: Command Code (0x24) followed by 1 bytes channel value.
857 857  
858 858  If the downlink payload=2401, it means set channel mode to 1, while type code is 24.
859 859  
860 -* Example 1: Downlink Payload: 2401 ~/~/ set channel mode to 1
861 -* Example 2: Downlink Payload: 2405 ~/~/ set channel mode to 5
891 +* **Example 1**: Downlink Payload: 2401 ~/~/ set channel mode to 1
892 +* **Example 2**: Downlink Payload: 2405 ~/~/ set channel mode to 5
862 862  
863 863  == 7.20 Get or Set RXwindows1 timeout ==
864 864  
865 865  Feature:Get or Set the number of symbols to detect and timeout from RXwindow1(0 to 255).
866 866  
867 -AT Command: AT+RX1WTO
898 +{{info}}
899 +**AT Command: AT+RX1WTO**
900 +{{/info}}
868 868  
869 -|=(% colspan="3" %)AT+ RX1WTO
870 -|**Command Example**|**Function**|**Response**
871 -|AT+RX1WTO=?|Get RXwindows1 timeout|14(((
902 +(% style="background-color:#ffffcc; color:green; width:460.222px" %)
903 +|=(% colspan="3" style="width: 457px;" %)AT+ RX1WTO
904 +|(% style="width:163px" %)**Command Example**|(% style="width:201px" %)**Function**|(% style="width:93px" %)**Response**
905 +|(% style="width:163px" %)AT+RX1WTO=?|(% style="width:201px" %)Get RXwindows1 timeout|(% style="width:93px" %)14(((
872 872  OK
873 873  )))
874 -|AT+RX1WTO=60|Set RXwindows1 timeout|OK
908 +|(% style="width:163px" %)AT+RX1WTO=60|(% style="width:201px" %)Set RXwindows1 timeout|(% style="width:93px" %)OK
875 875  
876 876  AT+RX1TWO is theRxSingle timeout value of receive window 1. If it is not set, then the queriedvalue is the default value. If it is set, then the queried value is the setvalue. AT+RX2TWO is thesame as above. The definitionof RxSingle timeout is as described in the following paragraph.
877 877  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0