<
From version < 77.5 >
edited by Xiaoling
on 2022/05/23 16:07
To version < 76.6 >
edited by Xiaoling
on 2022/05/23 15:39
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,20 +6,6 @@
6 6  
7 7  
8 8  
9 -
10 -
11 -
12 -
13 -
14 -
15 -
16 -
17 -
18 -
19 -
20 -
21 -
22 -
23 23  **Table of Contents:**
24 24  
25 25  {{toc/}}
... ... @@ -26,7 +26,6 @@
26 26  
27 27  
28 28  
29 -
30 30  = 1.Introduction =
31 31  
32 32  == 1.1 What is LHT65N Temperature & Humidity Sensor ==
... ... @@ -313,7 +313,7 @@
313 313  
314 314  Timestamp mode is designed for LHT65N with E3 probe, it will send the uplink payload with Unix timestamp. With the limitation of 11 bytes (max distance of AU915/US915/AS923 band), the time stamp mode will be lack of BAT voltage field, instead, it shows the battery status. The payload is as below:
315 315  
316 -(% border="1" style="background-color:#ffffcc; color:green; width:510px" %)
301 +(% border="1" style="background-color:#ffffcc; color:green; width:468px" %)
317 317  |(% style="width:96px" %)(((
318 318  **Size(bytes)**
319 319  )))|(% style="width:71px" %)(((
... ... @@ -500,7 +500,7 @@
500 500  **Retrieval data payload**
501 501  )))
502 502  
503 -(% border="1" style="background-color:#ffffcc; color:green; width:510px" %)
488 +(% border="1" style="background-color:#ffffcc; color:green; width:469px" %)
504 504  |(% style="width:93px" %)(((
505 505  (((
506 506  **Size(bytes)**
... ... @@ -755,55 +755,29 @@
755 755  
756 756  = 4. Configure LHT65N via AT Command or LoRaWAN Downlink =
757 757  
758 -(((
759 759  Use can configure LHT65N via AT Command or LoRaWAN Downlink.
760 -)))
761 761  
762 -* (((
763 -AT Command Connection: See [[FAQ>>path:#AT_COMMAND]].
764 -)))
765 -* (((
766 -LoRaWAN Downlink instruction for different platforms:
767 -)))
745 +* AT Command Connection: See [[FAQ>>path:#AT_COMMAND]].
746 +* LoRaWAN Downlink instruction for different platforms:
768 768  
769 -(((
770 770  [[http:~~/~~/wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server>>url:http://wiki.dragino.com/index.php?title=Main_Page#Use_Note_for_Server]]
771 -)))
772 772  
773 -(((
774 774  There are two kinds of commands to configure LHT65N, they are:
775 -)))
776 776  
777 -(((
778 778  (% style="color:#4f81bd" %)* **General Commands**.
779 -)))
780 780  
781 -(((
782 782  These commands are to configure:
783 -)))
784 784  
785 -* (((
786 -General system settings like: uplink interval.
787 -)))
788 -* (((
789 -LoRaWAN protocol & radio-related commands.
790 -)))
756 +* General system settings like: uplink interval.
757 +* LoRaWAN protocol & radio-related commands.
791 791  
792 -(((
793 793  They are the same for all Dragino Devices which supports DLWS-005 LoRaWAN Stack(Note~*~*). These commands can be found on the wiki:
794 -)))
795 795  
796 -(((
797 797  [[http:~~/~~/wiki.dragino.com/index.php?title=End_Device_Downlink_Command>>url:http://wiki.dragino.com/index.php?title=End_Device_Downlink_Command]]
798 -)))
799 799  
800 -(((
801 801  (% style="color:#4f81bd" %)* **Commands special design for LHT65N**
802 -)))
803 803  
804 -(((
805 805  These commands are only valid for LHT65N, as below:
806 -)))
807 807  
808 808  == 4.1 Set Transmit Interval Time ==
809 809  
... ... @@ -813,24 +813,14 @@
813 813  
814 814  [[image:image-20220523150701-2.png]]
815 815  
816 -(((
817 817  **Downlink Command: 0x01**
818 -)))
819 819  
820 -(((
821 821  Format: Command Code (0x01) followed by 3 bytes time value.
822 -)))
823 823  
824 -(((
825 825  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
826 -)))
827 827  
828 -* (((
829 -**Example 1**: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
830 -)))
831 -* (((
832 -**Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
833 -)))
781 +* **Example 1**: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
782 +* **Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
834 834  
835 835  == 4.2 Set External Sensor Mode ==
836 836  
... ... @@ -840,27 +840,15 @@
840 840  
841 841  [[image:image-20220523150759-3.png]]
842 842  
843 -(((
844 844  **Downlink Command: 0xA2**
845 -)))
846 846  
847 -(((
848 848  Total bytes: 2 ~~ 5 bytes
849 -)))
850 850  
851 -(((
852 852  **Example:**
853 -)))
854 854  
855 -* (((
856 -0xA201: Set external sensor type to E1
857 -)))
858 -* (((
859 -0xA209: Same as AT+EXT=9
860 -)))
861 -* (((
862 -0xA20702003c,Same as AT+SETCNT=60
863 -)))
798 +* 0xA201: Set external sensor type to E1
799 +* 0xA209: Same as AT+EXT=9
800 +* 0xA20702003c,Same as AT+SETCNT=60
864 864  
865 865  == 4.3 Enable/Disable uplink Temperature probe ID ==
866 866  
... ... @@ -888,13 +888,9 @@
888 888  
889 889  [[image:image-20220523151052-5.png]]
890 890  
891 -(((
892 892  **Downlink Command:**
893 -)))
894 894  
895 -(((
896 896  No downlink command for this feature.
897 -)))
898 898  
899 899  == 4.5 Quit AT Command ==
900 900  
... ... @@ -934,17 +934,11 @@
934 934  
935 935  == 4.8 Set Time Sync Mode ==
936 936  
937 -(((
938 938  Feature: Enable/Disable Sync system time via LoRaWAN MAC Command (DeviceTimeReq), LoRaWAN server must support v1.0.3 protocol to reply this command.
939 -)))
940 940  
941 -(((
942 942  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.
943 -)))
944 944  
945 -(((
946 946  **AT Command:**
947 -)))
948 948  
949 949  [[image:image-20220523151336-9.png]]
950 950  
... ... @@ -1034,7 +1034,7 @@
1034 1034  = 6. Order Info =
1035 1035  
1036 1036  (((
1037 -Part Number: (% style="color:#4f81bd" %)** LHT65N-XX-YY**
964 +Part Number: (% style="color:#4f81bd" %)** LHT65N-XX**
1038 1038  )))
1039 1039  
1040 1040  (((
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0