Changes for page End Device AT Commands and Downlink Command
Last modified by kai on 2024/09/06 10:00
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 ... ... @@ -883,36 +883,44 @@ 883 883 884 884 Feature:Get or Set the number of symbols to detect and timeout from RXwindow2(0 to 255). 885 885 886 -AT Command: AT+RX2WTO 920 +{{info}} 921 +**AT Command: AT+RX2WTO** 922 +{{/info}} 887 887 888 -|=(% colspan="3" %)AT+ RX2WTO 889 -|**Command Example**|**Function**|**Response** 890 -|AT+RX2WTO=?|Get RXwindows2 timeout|7((( 924 +(% style="background-color:#ffffcc; color:green; width:497.222px" %) 925 +|=(% colspan="3" style="width: 494px;" %)AT+ RX2WTO 926 +|(% style="width:190px" %)**Command Example**|(% style="width:199px" %)**Function**|(% style="width:104px" %)**Response** 927 +|(% style="width:190px" %)AT+RX2WTO=?|(% style="width:199px" %)Get RXwindows2 timeout|(% style="width:104px" %)7((( 891 891 OK 892 892 ))) 893 -|AT+RX2WTO=20|Set RXwindows2 timeout|OK 930 +|(% style="width:190px" %)AT+RX2WTO=20|(% style="width:199px" %)Set RXwindows2 timeout|(% style="width:104px" %)OK 894 894 895 895 == 7.22 Setting up uplinkdwelltime (as923, au915) == 896 896 897 897 Feature: Get or Set uplinkdwelltime 898 898 899 -AT Command: AT+DWELLT 936 +{{info}} 937 +**AT Command: AT+DWELLT** 938 +{{/info}} 900 900 901 -|=(% colspan="3" %)AT+DWELLT 902 -|**Command Example**|**Function**|**Response** 903 -|AT+DWELLT=?|Get uplinkdwelltime|1((( 940 +(% style="background-color:#ffffcc; color:green; width:497.222px" %) 941 +|=(% colspan="3" style="width: 494px;" %)AT+DWELLT 942 +|(% style="width:183px" %)**Command Example**|(% style="width:179px" %)**Function**|(% style="width:131px" %)**Response** 943 +|(% style="width:183px" %)AT+DWELLT=?|(% style="width:179px" %)Get uplinkdwelltime|(% style="width:131px" %)1((( 904 904 OK 905 905 ))) 906 -|AT+DWELLT=0|Set uplinkdwelltime|OK 946 +|(% style="width:183px" %)AT+DWELLT=0|(% style="width:179px" %)Set uplinkdwelltime|(% style="width:131px" %)OK 907 907 908 -Downlink Command: 0x25 948 +{{info}} 949 +**Downlink Command: 0x25** 950 +{{/info}} 909 909 910 910 Format: Command Code (0x25) followed by 1 bytes state value. 911 911 912 912 If the downlink payload=2501, it means set uplinkdwelltime to 1, while type code is 25. 913 913 914 -* Example 1: Downlink Payload: 2501 ~/~/ set uplinkdwelltime to 1 915 -* Example 2: Downlink Payload: 2500 ~/~/ set uplinkdwelltime to 0 956 +* **Example 1**: Downlink Payload: **2501** ~/~/ set uplinkdwelltime to 1 957 +* **Example 2**: Downlink Payload: **2500** ~/~/ set uplinkdwelltime to 0 916 916 917 917 == 7.23 Set Packet Receiving Response Level == 918 918 ... ... @@ -920,11 +920,11 @@ 920 920 921 921 RPL value: 922 922 923 -* AT+RPL=0: Device won't immediately reply any downlink commands from platform. 924 -* AT+RPL=1: Device will immediately reply message to Unconfirmed Data Down. Payload is 0x00. 925 -* AT+RPL=2: Device will immediately reply message to Confirmed Data Down. Payload is 0x00 and requied response header for this command. 926 -* AT+RPL=3: Device will immediately reply message to MAC Command. Payload is 0x00 and requied response header for this command. 927 -* AT+RPL=4: Device will immediately reply message to Confirmed Data Down & MAC Command. Payload is 0x00 and requied response header for these two commands. 965 +* **AT+RPL=0:** Device won't immediately reply any downlink commands from platform. 966 +* **AT+RPL=1:** Device will immediately reply message to Unconfirmed Data Down. Payload is 0x00. 967 +* **AT+RPL=2:** Device will immediately reply message to Confirmed Data Down. Payload is 0x00 and requied response header for this command. 968 +* **AT+RPL=3:** Device will immediately reply message to MAC Command. Payload is 0x00 and requied response header for this command. 969 +* **AT+RPL=4: **Device will immediately reply message to Confirmed Data Down & MAC Command. Payload is 0x00 and requied response header for these two commands. 928 928 929 929 Case Analyes: 930 930 ... ... @@ -932,34 +932,41 @@ 932 932 * For Class C devices used in ChirpStack, need to set AT+RPL=4 because Chirpstack require immedietely reply message to MAC Command. 933 933 * For Class C devices used in TTI, need to set AT+RPL=4 because TTI require immediately reply message to Confirmed Data Down & MAC Command. 934 934 935 -AT Command: AT+RPL 977 +{{info}} 978 +**AT Command: AT+RPL** 979 +{{/info}} 936 936 937 -|=(% colspan="3" %)AT+RPL 938 -|**Command Example**|**Function**|**Response** 939 -|AT+RPL=?|Get packet receiving response level|1((( 981 +(% style="background-color:#ffffcc; color:green; width:536.222px" %) 982 +|=(% colspan="3" style="width: 533px;" %)AT+RPL 983 +|(% style="width:160px" %)**Command Example**|(% style="width:263px" %)**Function**|(% style="width:109px" %)**Response** 984 +|(% style="width:160px" %)AT+RPL=?|(% style="width:263px" %)Get packet receiving response level|(% style="width:109px" %)1((( 940 940 OK 941 941 ))) 942 -|AT+RPL=0|Set packet receiving response level|OK 987 +|(% style="width:160px" %)AT+RPL=0|(% style="width:263px" %)Set packet receiving response level|(% style="width:109px" %)OK 943 943 944 -Downlink Command: 0x21 989 +{{info}} 990 +**Downlink Command: 0x21** 991 +{{/info}} 945 945 946 946 Format: Command Code (0x21) followed by 1 bytes level value. 947 947 948 948 If the downlink payload=2101, it means set packet receiving response level to 1, while type code is 21. 949 949 950 -* Example 1: Downlink Payload: 2101 ~/~/ set packet receiving response level to 1 951 -* Example 2: Downlink Payload: 2102 ~/~/ set packet receiving response level to 2 997 +* **Example 1**: Downlink Payload: **2101** ~/~/ set packet receiving response level to 1 998 +* **Example 2**: Downlink Payload: **2102** ~/~/ set packet receiving response level to 2 952 952 953 953 = 8. AT Commands Combination = 954 954 955 955 == 8.1 Set a fix RX2DR for downlink window == 956 956 957 -* AT+ADR=0 ~-~-> Disable ADR first 958 -* AT+RX2DR=xxxx ~-~-> Set xxxx to your wanted DataRate 1004 +* **AT+ADR=0 **~-~-> Disable ADR first 1005 +* **AT+RX2DR=xxxx** ~-~-> Set xxxx to your wanted DataRate 959 959 960 960 == 8.2 Use Downlink Command to set a fix uplink DR == 961 961 962 -Downlink Command: 0x22000500 1009 +{{info}} 1010 +**Downlink Command: 0x22000500** 1011 +{{/info}} 963 963 964 964 Same as: 965 965