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,17 +714,14 @@ 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 -{{info}} 718 -**AT Command:AT+RX2DL** 719 -{{/info}} 717 +AT Command:AT+RX2DL 720 720 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((( 719 +|=(% colspan="3" %)AT+RX2DL 720 +|**Command Example**|**Function**|**Response** 721 +|AT+RX2DL=?|Get the delay.|2000((( 725 725 OK 726 726 ))) 727 -| (% style="width:175px" %)AT+RX2DL=2500|(% style="width:152px" %)Set the delay.|(% style="width:150px" %)OK(((724 +|AT+RX2DL=2500|Set the delay.|OK((( 728 728 729 729 ))) 730 730 ... ... @@ -732,17 +732,14 @@ 732 732 733 733 Feature: Get or Set the Rx2 window data rate (0-7 corresponding to DR_X) 734 734 735 -{{info}} 736 -**AT Command:AT+RX2DR** 737 -{{/info}} 732 +AT Command:AT+RX2DR 738 738 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((( 734 +|=(% colspan="3" %)AT+RX2DR 735 +|**Command Example**|**Function**|**Response** 736 +|AT+RX2DR=?|Get the Rx2 window data rate.|2((( 743 743 OK 744 744 ))) 745 -| (% style="width:160px" %)AT+RX2DR=6|(% style="width:232px" %)Set the Rx2 window data rate.|(% style="width:130px" %)OK(((739 +|AT+RX2DR=6|Set the Rx2 window data rate.|OK((( 746 746 747 747 ))) 748 748 ... ... @@ -750,17 +750,14 @@ 750 750 751 751 Feature: Get or Set the Rx2 window frequency 752 752 753 -{{info}} 754 -**AT Command:AT+RX2FQ** 755 -{{/info}} 747 +AT Command:AT+RX2FQ 756 756 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((( 749 +|=(% colspan="3" %)AT+RX2FQ 750 +|**Command Example**|**Function**|**Response** 751 +|AT+RX2FQ=?|Get the Rx2 window frequency.|434665000((( 761 761 OK 762 762 ))) 763 -| (% style="width:183px" %)AT+RX2FQ=434665000|(% style="width:240px" %)Set the Rx2 window frequency.|(% style="width:160px" %)OK(((754 +|AT+RX2FQ=434665000|Set the Rx2 window frequency.|OK((( 764 764 765 765 ))) 766 766 ... ... @@ -768,17 +768,14 @@ 768 768 769 769 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. ) 770 770 771 -{{info}} 772 -**AT Command:AT+TXP** 773 -{{/info}} 762 +AT Command:AT+TXP 774 774 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((( 764 +|=(% colspan="3" %)AT+TXP 765 +|**Command Example**|**Function**|**Response** 766 +|AT+TXP=?|Get the Transmit Power.|0((( 779 779 OK 780 780 ))) 781 -| (% style="width:161px" %)AT+TXP=1|(% style="width:189px" %)Set the Transmit Power.|(% style="width:112px" %)OK(((769 +|AT+TXP=1|Set the Transmit Power.|OK((( 782 782 783 783 ))) 784 784 ... ... @@ -786,21 +786,18 @@ 786 786 787 787 If the downlink payload=22000100, it means setting the TXP to 0. 788 788 789 -* **Example 1**: Downlink Payload:**22000102**~/~/ Set AT+TXP=2.790 -* **Example 2**: Downlink Payload:**220000FF**~/~/ Set AT+TXP=0.777 +* Example 1: Downlink Payload: 22000102 ~/~/ Set AT+TXP=2. 778 +* Example 2: Downlink Payload: 220000FF ~/~/ Set AT+TXP=0. 791 791 792 792 == 7.15 RSSI of the Last Received Packet == 793 793 794 794 Feature: Get or Set the Rx2 window frequency 795 795 796 -{{info}} 797 -**AT Command:AT+RSSI** 798 -{{/info}} 784 +AT Command:AT+RSSI 799 799 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((( 786 +|=(% colspan="3" %)AT+RSSI 787 +|**Command Example**|**Function**|**Response** 788 +|AT+RSSI=?|Get the RSSI of the last received packet.|0((( 804 804 OK 805 805 ))) 806 806 ... ... @@ -808,14 +808,11 @@ 808 808 809 809 Feature: Get the SNR of the last received packet 810 810 811 -{{info}} 812 -**AT Command:AT+SNR** 813 -{{/info}} 796 +AT Command:AT+SNR 814 814 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((( 798 +|=(% colspan="3" %)AT+SNR 799 +|**Command Example**|**Function**|**Response** 800 +|AT+SNR=?|Get the RSSI of the last received packet.|0((( 819 819 OK 820 820 ))) 821 821 ... ... @@ -823,89 +823,73 @@ 823 823 824 824 Feature: Get or set the application port. 825 825 826 -{{info}} 827 -**AT Command: AT+PORT** 828 -{{/info}} 808 +AT Command: AT+PORT 829 829 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((( 810 +|=(% colspan="3" %)AT+PORT 811 +|**Command Example**|**Function**|**Response** 812 +|AT+PORT=?|Get the application port|21((( 834 834 OK 835 835 ))) 836 -| (% style="width:157px" %)AT+PORT=21|(% style="width:204px" %)Set the application port|(% style="width:135px" %)OK815 +|AT+PORT=21|Set the application port|OK 837 837 838 -{{info}} 839 -**Downlink Command: 0x23** 840 -{{/info}} 817 +Downlink Command: 0x23 841 841 842 842 Format: Command Code (0x23) followed by 1 bytes port value. 843 843 844 844 If the downlink payload=2301, it means set the application port to 1, while type code is 23. 845 845 846 -* **Example 1**: Downlink Payload:**2301**~/~/ set the application port to 1847 -* **Example 2**: Downlink Payload:**2305**~/~/ set the application port to 5823 +* Example 1: Downlink Payload: 2301 ~/~/ set the application port to 1 824 +* Example 2: Downlink Payload: 2305 ~/~/ set the application port to 5 848 848 849 849 == 7.18 Single Channel Mode == 850 850 851 851 Feature:Get or Set Frequency (Unit: Hz) for Single Channel Mode. 852 852 853 -{{info}} 854 -**AT Command: AT+CHS** 855 -{{/info}} 830 +AT Command: AT+CHS 856 856 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((( 832 +|=(% colspan="3" %)AT+CHS 833 +|**Command Example**|**Function**|**Response** 834 +|AT+CHS=?|Get Frequency for Single Channel Mode|0((( 861 861 OK 862 862 ))) 863 -| (% style="width:182px" %)AT+CHS=868100000|(% style="width:295px" %)Set Frequency for Single Channel Mode|(% style="width:122px" %)OK837 +|AT+CHS=868100000|Set Frequency for Single Channel Mode|OK 864 864 865 865 == 7.19 Eight Channel Mode == 866 866 867 867 Feature: Get or Set eight channels mode,Only for US915,AU915,CN470. 868 868 869 -{{info}} 870 -**AT Command: AT+CHE** 871 -{{/info}} 843 +AT Command: AT+CHE 872 872 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((( 845 +|=(% colspan="3" %)AT+CHE 846 +|**Command Example**|**Function**|**Response** 847 +|AT+CHE=?|Get eight channels mode|1((( 877 877 902.3 902.5 902.7 902.9 903.1 903.3 903.5 903.7 878 878 879 879 OK 880 880 ))) 881 -| (% style="width:160px" %)AT+CHE=1|(% style="width:198px" %)Set eight channels mode|(% style="width:349px" %)OK852 +|AT+CHE=1|Set eight channels mode|OK 882 882 883 -{{info}} 884 -**Downlink Command: 0x24** 885 -{{/info}} 854 +Downlink Command: 0x24 886 886 887 887 Format: Command Code (0x24) followed by 1 bytes channel value. 888 888 889 889 If the downlink payload=2401, it means set channel mode to 1, while type code is 24. 890 890 891 -* **Example 1**: Downlink Payload: 2401 ~/~/ set channel mode to 1892 -* **Example 2**: Downlink Payload: 2405 ~/~/ set channel mode to 5860 +* Example 1: Downlink Payload: 2401 ~/~/ set channel mode to 1 861 +* Example 2: Downlink Payload: 2405 ~/~/ set channel mode to 5 893 893 894 894 == 7.20 Get or Set RXwindows1 timeout == 895 895 896 896 Feature:Get or Set the number of symbols to detect and timeout from RXwindow1(0 to 255). 897 897 898 -{{info}} 899 -**AT Command: AT+RX1WTO** 900 -{{/info}} 867 +AT Command: AT+RX1WTO 901 901 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((( 869 +|=(% colspan="3" %)AT+ RX1WTO 870 +|**Command Example**|**Function**|**Response** 871 +|AT+RX1WTO=?|Get RXwindows1 timeout|14((( 906 906 OK 907 907 ))) 908 -| (% style="width:163px" %)AT+RX1WTO=60|(% style="width:201px" %)Set RXwindows1 timeout|(% style="width:93px" %)OK874 +|AT+RX1WTO=60|Set RXwindows1 timeout|OK 909 909 910 910 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. 911 911