Changes for page LHT52 - LoRaWAN Temperature & Humidity Sensor User Manual
Last modified by Mengting Qiu on 2024/04/30 14:27
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 4 removed)
Details
- Page properties
-
- Content
-
... ... @@ -738,8 +738,21 @@ 738 738 739 739 **AT Command: AT+TDC** 740 740 741 -[[image:image-20220523150701-2.png]] 741 +(% border="1" %) 742 +|**Command Example**|**Function**|**Response** 743 +|AT+TDC?|Show current transmit Interval|((( 744 +30000 742 742 746 +OK 747 + 748 +the interval is 30000ms = 30s 749 +))) 750 +|AT+TDC=60000|Set Transmit Interval|((( 751 +OK 752 + 753 +Set transmit interval to 60000ms = 60 seconds 754 +))) 755 + 743 743 **Downlink Command: 0x01** 744 744 745 745 Format: Command Code (0x01) followed by 3 bytes time value. ... ... @@ -746,8 +746,8 @@ 746 746 747 747 If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01. 748 748 749 -* **Example 1**: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds750 -* **Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds762 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 763 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 751 751 752 752 == 4.2 Set External Sensor Mode == 753 753 ... ... @@ -755,13 +755,23 @@ 755 755 756 756 **AT Command: AT+EXT** 757 757 758 -[[image:image-20220523150759-3.png]] 771 +(% border="1" %) 772 +|**Command Example**|**Function**|**Response** 773 +|AT+EXT?|Get current external sensor mode|((( 774 +1 759 759 776 +OK 777 + 778 +External Sensor mode =1 779 +))) 780 +|AT+EXT=1|(% colspan="2" %)Set external sensor mode to 1 781 +|AT+EXT=9|(% colspan="2" %)Set to external DS18B20 with timestamp 782 + 760 760 **Downlink Command: 0xA2** 761 761 762 762 Total bytes: 2 ~~ 5 bytes 763 763 764 - **Example:**787 +Example: 765 765 766 766 * 0xA201: Set external sensor type to E1 767 767 * 0xA209: Same as AT+EXT=9 ... ... @@ -776,14 +776,17 @@ 776 776 777 777 PID is default set to disable (0) 778 778 802 + 779 779 **AT Command:** 780 780 781 -[[image:image-20220523150928-4.png]] 805 +(% border="1" %) 806 +|**Command Example**|**Function**|**Response** 807 +|AT+PID=1|Enable PID uplink|OK 782 782 783 783 **Downlink Command:** 784 784 785 -* 0xA800 **~-~->**AT+PID=0786 -* 0xA801 **~-~->**AT+PID=1811 +* 0xA800 à AT+PID=0 812 +* 0xA801 à AT+PID=1 787 787 788 788 == 4.4 Set Password == 789 789 ... ... @@ -791,8 +791,16 @@ 791 791 792 792 **AT Command: AT+PWORD** 793 793 794 -[[image:image-20220523151052-5.png]] 820 +(% border="1" %) 821 +|**Command Example**|**Function**|**Response** 822 +|AT+PWORD=?|Show password|((( 823 +123456 795 795 825 + 826 +OK 827 +))) 828 +|AT+PWORD=999999|Set password|OK 829 + 796 796 **Downlink Command:** 797 797 798 798 No downlink command for this feature. ... ... @@ -803,12 +803,15 @@ 803 803 804 804 **AT Command: AT+DISAT** 805 805 806 -[[image:image-20220523151132-6.png]] 840 +(% border="1" %) 841 +|**Command Example**|**Function**|**Response** 842 +|AT+DISAT|Quit AT Commands mode|OK 807 807 808 808 **Downlink Command:** 809 809 810 810 No downlink command for this feature. 811 811 848 + 812 812 == 4.6 Set to sleep mode == 813 813 814 814 Feature: Set device to sleep mode ... ... @@ -815,8 +815,15 @@ 815 815 816 816 **AT Command: AT+SLEEP** 817 817 818 -[[image:image-20220523151218-7.png]] 855 +(% border="1" %) 856 +| | | 857 +|**Command Example**|**Function**|**Response** 858 +|AT+SLEEP|Set to sleep mode|((( 859 +Clear all stored sensor data… 819 819 861 +OK 862 +))) 863 + 820 820 **Downlink Command:** 821 821 822 822 * There is no downlink command to set to Sleep mode. ... ... @@ -827,8 +827,14 @@ 827 827 828 828 **AT Command:** 829 829 830 -[[image:image-20220523151253-8.png]] 874 +(% border="1" %) 875 +|**Command Example**|**Function** 876 +|AT+TIMESTAMP=1611104352|((( 877 +OK 831 831 879 +Set System time to 2021-01-20 00:59:12 880 +))) 881 + 832 832 **Downlink Command:** 833 833 834 834 0x306007806000 ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352 ... ... @@ -839,9 +839,11 @@ 839 839 840 840 SYNCMOD is set to 1 by default. If user want to set a different time from LoRaWAN server, user need to set this to 0. 841 841 892 + 842 842 **AT Command:** 843 843 844 -[[image:image-20220523151336-9.png]] 895 +|**Command Example**|**Function** 896 +|AT+SYNCMOD=1|Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq) 845 845 846 846 **Downlink Command:** 847 847 ... ... @@ -855,7 +855,9 @@ 855 855 856 856 **AT Command:** 857 857 858 -[[image:image-20220523151411-10.png]] 910 +(% border="1" %) 911 +|**Command Example**|**Function** 912 +|AT+SYNCTDC=0x0A|Set SYNCTDC to 10 (0x0A), so the sync time is 10 days. 859 859 860 860 **Downlink Command:** 861 861 ... ... @@ -867,8 +867,51 @@ 867 867 868 868 **AT Command: AT+PDTA** 869 869 870 -[[image:image-20220523151450-11.png]] 924 +(% border="1" %) 925 +|**Command Example**|**Response** 926 +|((( 927 +AT+PDTA=1,3 871 871 929 + 930 + 931 +Print page 1 to 3 932 +)))|((( 933 +8019500 19/6/26 16:48 1 2992 sht_temp=28.21 sht_hum=71.5 ds_temp=27.31 934 + 935 +8019510 19/6/26 16:53 1 2994 sht_temp=27.64 sht_hum=69.3 ds_temp=26.93 936 + 937 +8019520 19/6/26 16:58 1 2996 sht_temp=28.39 sht_hum=72.0 ds_temp=27.06 938 + 939 +8019530 19/6/26 17:03 1 2996 sht_temp=27.97 sht_hum=70.4 ds_temp=27.12 940 + 941 +8019540 19/6/26 17:08 1 2996 sht_temp=27.80 sht_hum=72.9 ds_temp=27.06 942 + 943 +8019550 19/6/26 17:13 1 2998 sht_temp=27.30 sht_hum=72.4 ds_temp=26.68 944 + 945 +8019560 19/6/26 17:22 1 2992 sht_temp=26.27 sht_hum=62.3 ds_temp=26.56 946 + 947 +8019570 948 + 949 +8019580 950 + 951 +8019590 952 + 953 +80195A0 954 + 955 +80195B0 956 + 957 +80195C0 958 + 959 +80195D0 960 + 961 +80195E0 962 + 963 +80195F0 964 + 965 + 966 +OK 967 +))) 968 + 872 872 **Downlink Command:** 873 873 874 874 No downlink commands for feature ... ... @@ -879,8 +879,32 @@ 879 879 880 880 **AT Command: AT+PLDTA** 881 881 882 -[[image:image-20220523151524-12.png]] 979 +(% border="1" %) 980 +|**Command Example**|**Response** 981 +|((( 982 +AT+PLDTA=5 883 883 984 + 985 + 986 +Print last 5 entries 987 +)))|((( 988 +Stop Tx and RTP events when read sensor data 989 + 990 +1 19/6/26 13:59 1 3005 sht_temp=27.09 sht_hum=79.5 ds_temp=26.75 991 + 992 +2 19/6/26 14:04 1 3007 sht_temp=26.65 sht_hum=74.8 ds_temp=26.43 993 + 994 +3 19/6/26 14:09 1 3007 sht_temp=26.91 sht_hum=77.9 ds_temp=26.56 995 + 996 +4 19/6/26 14:15 1 3007 sht_temp=26.93 sht_hum=76.7 ds_temp=26.75 997 + 998 +5 19/6/26 14:20 1 3007 sht_temp=26.78 sht_hum=76.6 ds_temp=26.43 999 + 1000 +Start Tx and RTP events 1001 + 1002 +OK 1003 +))) 1004 + 884 884 **Downlink Command:** 885 885 886 886 No downlink commands for feature ... ... @@ -891,8 +891,14 @@ 891 891 892 892 **AT Command: AT+CLRDTA** 893 893 894 -[[image:image-20220523151556-13.png]] 1015 +(% border="1" %) 1016 +|**Command Example**|**Function**|**Response** 1017 +|AT+CLRDTA|Clear date record|((( 1018 +Clear all stored sensor data… 895 895 1020 +OK 1021 +))) 1022 + 896 896 **Downlink Command: 0xA3** 897 897 898 898 * Example: 0xA301 ~/~/Same as AT+CLRDTA
- image-20220523151411-10.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -5.5 KB - Content
- image-20220523151450-11.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -38.4 KB - Content
- image-20220523151524-12.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.2 KB - Content
- image-20220523151556-13.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -5.7 KB - Content