<
From version < 66.1 >
edited by Xiaoling
on 2022/05/23 15:13
To version < 70.2 >
edited by Xiaoling
on 2022/05/23 15:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -738,21 +738,8 @@
738 738  
739 739  **AT Command: AT+TDC**
740 740  
741 -(% border="1" %)
742 -|**Command Example**|**Function**|**Response**
743 -|AT+TDC?|Show current transmit Interval|(((
744 -30000
741 +[[image:image-20220523150701-2.png]]
745 745  
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 -
756 756  **Downlink Command: 0x01**
757 757  
758 758  Format: Command Code (0x01) followed by 3 bytes time value.
... ... @@ -759,8 +759,8 @@
759 759  
760 760  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
761 761  
762 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
763 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
749 +* **Example 1**: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
750 +* **Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
764 764  
765 765  == 4.2 Set External Sensor Mode ==
766 766  
... ... @@ -768,23 +768,13 @@
768 768  
769 769  **AT Command: AT+EXT**
770 770  
771 -(% border="1" %)
772 -|**Command Example**|**Function**|**Response**
773 -|AT+EXT?|Get current external sensor mode|(((
774 -1
758 +[[image:image-20220523150759-3.png]]
775 775  
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 -
783 783  **Downlink Command: 0xA2**
784 784  
785 785  Total bytes: 2 ~~ 5 bytes
786 786  
787 -Example:
764 +**Example:**
788 788  
789 789  * 0xA201: Set external sensor type to E1
790 790  * 0xA209: Same as AT+EXT=9
... ... @@ -799,17 +799,14 @@
799 799  
800 800  PID is default set to disable (0)
801 801  
802 -
803 803  **AT Command:**
804 804  
805 -(% border="1" %)
806 -|**Command Example**|**Function**|**Response**
807 -|AT+PID=1|Enable PID uplink|OK
781 +[[image:image-20220523150928-4.png]]
808 808  
809 809  **Downlink Command:**
810 810  
811 -* 0xA800     à AT+PID=0
812 -* 0xA801     à AT+PID=1
785 +* 0xA800  **~-~->** AT+PID=0
786 +* 0xA801     **~-~->** AT+PID=1
813 813  
814 814  == 4.4 Set Password ==
815 815  
... ... @@ -817,16 +817,8 @@
817 817  
818 818  **AT Command: AT+PWORD**
819 819  
820 -(% border="1" %)
821 -|**Command Example**|**Function**|**Response**
822 -|AT+PWORD=?|Show password|(((
823 -123456
794 +[[image:image-20220523151052-5.png]]
824 824  
825 -
826 -OK
827 -)))
828 -|AT+PWORD=999999|Set password|OK
829 -
830 830  **Downlink Command:**
831 831  
832 832  No downlink command for this feature.
... ... @@ -837,15 +837,12 @@
837 837  
838 838  **AT Command: AT+DISAT**
839 839  
840 -(% border="1" %)
841 -|**Command Example**|**Function**|**Response**
842 -|AT+DISAT|Quit AT Commands mode|OK
806 +[[image:image-20220523151132-6.png]]
843 843  
844 844  **Downlink Command:**
845 845  
846 846  No downlink command for this feature.
847 847  
848 -
849 849  == 4.6 Set to sleep mode ==
850 850  
851 851  Feature: Set device to sleep mode
... ... @@ -852,15 +852,8 @@
852 852  
853 853  **AT Command: AT+SLEEP**
854 854  
855 -(% border="1" %)
856 -| | |
857 -|**Command Example**|**Function**|**Response**
858 -|AT+SLEEP|Set to sleep mode|(((
859 -Clear all stored sensor data…
818 +[[image:image-20220523151218-7.png]]
860 860  
861 -OK
862 -)))
863 -
864 864  **Downlink Command:**
865 865  
866 866  * There is no downlink command to set to Sleep mode.
... ... @@ -871,14 +871,8 @@
871 871  
872 872  **AT Command:**
873 873  
874 -(% border="1" %)
875 -|**Command Example**|**Function**
876 -|AT+TIMESTAMP=1611104352|(((
877 -OK
830 +[[image:image-20220523151253-8.png]]
878 878  
879 -Set System time to 2021-01-20 00:59:12
880 -)))
881 -
882 882  **Downlink Command:**
883 883  
884 884  0x306007806000 ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352
... ... @@ -889,11 +889,9 @@
889 889  
890 890  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.
891 891  
892 -
893 893  **AT Command:**
894 894  
895 -|**Command Example**|**Function**
896 -|AT+SYNCMOD=1|Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq)
844 +[[image:image-20220523151336-9.png]]
897 897  
898 898  **Downlink Command:**
899 899  
... ... @@ -907,9 +907,7 @@
907 907  
908 908  **AT Command:**
909 909  
910 -(% border="1" %)
911 -|**Command Example**|**Function**
912 -|AT+SYNCTDC=0x0A|Set SYNCTDC to 10 (0x0A), so the sync time is 10 days.
858 +[[image:image-20220523151411-10.png]]
913 913  
914 914  **Downlink Command:**
915 915  
... ... @@ -921,51 +921,8 @@
921 921  
922 922  **AT Command: AT+PDTA**
923 923  
924 -(% border="1" %)
925 -|**Command Example**|**Response**
926 -|(((
927 -AT+PDTA=1,3
870 +[[image:image-20220523151450-11.png]]
928 928  
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 -
969 969  **Downlink Command:**
970 970  
971 971  No downlink commands for feature
... ... @@ -976,32 +976,8 @@
976 976  
977 977  **AT Command: AT+PLDTA**
978 978  
979 -(% border="1" %)
980 -|**Command Example**|**Response**
981 -|(((
982 -AT+PLDTA=5
882 +[[image:image-20220523151524-12.png]]
983 983  
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 -
1005 1005  **Downlink Command:**
1006 1006  
1007 1007  No downlink commands for feature
... ... @@ -1012,14 +1012,8 @@
1012 1012  
1013 1013  **AT Command: AT+CLRDTA**
1014 1014  
1015 -(% border="1" %)
1016 -|**Command Example**|**Function**|**Response**
1017 -|AT+CLRDTA|Clear date record|(((
1018 -Clear all stored sensor data…
894 +[[image:image-20220523151556-13.png]]
1019 1019  
1020 -OK
1021 -)))
1022 -
1023 1023  **Downlink Command: 0xA3**
1024 1024  
1025 1025  * Example: 0xA301 ~/~/Same as AT+CLRDTA
image-20220523151411-10.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +5.5 KB
Content
image-20220523151450-11.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +38.4 KB
Content
image-20220523151524-12.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +24.2 KB
Content
image-20220523151556-13.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +5.7 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0