<
From version < 77.4 >
edited by Xiaoling
on 2022/05/23 16:04
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,7 +6,6 @@
6 6  
7 7  
8 8  
9 -
10 10  **Table of Contents:**
11 11  
12 12  {{toc/}}
... ... @@ -13,7 +13,6 @@
13 13  
14 14  
15 15  
16 -
17 17  = 1.Introduction =
18 18  
19 19  == 1.1 What is LHT65N Temperature & Humidity Sensor ==
... ... @@ -300,7 +300,7 @@
300 300  
301 301  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:
302 302  
303 -(% border="1" style="background-color:#ffffcc; color:green; width:510px" %)
301 +(% border="1" style="background-color:#ffffcc; color:green; width:468px" %)
304 304  |(% style="width:96px" %)(((
305 305  **Size(bytes)**
306 306  )))|(% style="width:71px" %)(((
... ... @@ -487,7 +487,7 @@
487 487  **Retrieval data payload**
488 488  )))
489 489  
490 -(% border="1" style="background-color:#ffffcc; color:green; width:510px" %)
488 +(% border="1" style="background-color:#ffffcc; color:green; width:469px" %)
491 491  |(% style="width:93px" %)(((
492 492  (((
493 493  **Size(bytes)**
... ... @@ -742,55 +742,29 @@
742 742  
743 743  = 4. Configure LHT65N via AT Command or LoRaWAN Downlink =
744 744  
745 -(((
746 746  Use can configure LHT65N via AT Command or LoRaWAN Downlink.
747 -)))
748 748  
749 -* (((
750 -AT Command Connection: See [[FAQ>>path:#AT_COMMAND]].
751 -)))
752 -* (((
753 -LoRaWAN Downlink instruction for different platforms:
754 -)))
745 +* AT Command Connection: See [[FAQ>>path:#AT_COMMAND]].
746 +* LoRaWAN Downlink instruction for different platforms:
755 755  
756 -(((
757 757  [[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]]
758 -)))
759 759  
760 -(((
761 761  There are two kinds of commands to configure LHT65N, they are:
762 -)))
763 763  
764 -(((
765 765  (% style="color:#4f81bd" %)* **General Commands**.
766 -)))
767 767  
768 -(((
769 769  These commands are to configure:
770 -)))
771 771  
772 -* (((
773 -General system settings like: uplink interval.
774 -)))
775 -* (((
776 -LoRaWAN protocol & radio-related commands.
777 -)))
756 +* General system settings like: uplink interval.
757 +* LoRaWAN protocol & radio-related commands.
778 778  
779 -(((
780 780  They are the same for all Dragino Devices which supports DLWS-005 LoRaWAN Stack(Note~*~*). These commands can be found on the wiki:
781 -)))
782 782  
783 -(((
784 784  [[http:~~/~~/wiki.dragino.com/index.php?title=End_Device_Downlink_Command>>url:http://wiki.dragino.com/index.php?title=End_Device_Downlink_Command]]
785 -)))
786 786  
787 -(((
788 788  (% style="color:#4f81bd" %)* **Commands special design for LHT65N**
789 -)))
790 790  
791 -(((
792 792  These commands are only valid for LHT65N, as below:
793 -)))
794 794  
795 795  == 4.1 Set Transmit Interval Time ==
796 796  
... ... @@ -800,24 +800,14 @@
800 800  
801 801  [[image:image-20220523150701-2.png]]
802 802  
803 -(((
804 804  **Downlink Command: 0x01**
805 -)))
806 806  
807 -(((
808 808  Format: Command Code (0x01) followed by 3 bytes time value.
809 -)))
810 810  
811 -(((
812 812  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
813 -)))
814 814  
815 -* (((
816 -**Example 1**: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
817 -)))
818 -* (((
819 -**Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
820 -)))
781 +* **Example 1**: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
782 +* **Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
821 821  
822 822  == 4.2 Set External Sensor Mode ==
823 823  
... ... @@ -827,27 +827,15 @@
827 827  
828 828  [[image:image-20220523150759-3.png]]
829 829  
830 -(((
831 831  **Downlink Command: 0xA2**
832 -)))
833 833  
834 -(((
835 835  Total bytes: 2 ~~ 5 bytes
836 -)))
837 837  
838 -(((
839 839  **Example:**
840 -)))
841 841  
842 -* (((
843 -0xA201: Set external sensor type to E1
844 -)))
845 -* (((
846 -0xA209: Same as AT+EXT=9
847 -)))
848 -* (((
849 -0xA20702003c,Same as AT+SETCNT=60
850 -)))
798 +* 0xA201: Set external sensor type to E1
799 +* 0xA209: Same as AT+EXT=9
800 +* 0xA20702003c,Same as AT+SETCNT=60
851 851  
852 852  == 4.3 Enable/Disable uplink Temperature probe ID ==
853 853  
... ... @@ -875,13 +875,9 @@
875 875  
876 876  [[image:image-20220523151052-5.png]]
877 877  
878 -(((
879 879  **Downlink Command:**
880 -)))
881 881  
882 -(((
883 883  No downlink command for this feature.
884 -)))
885 885  
886 886  == 4.5 Quit AT Command ==
887 887  
... ... @@ -921,17 +921,11 @@
921 921  
922 922  == 4.8 Set Time Sync Mode ==
923 923  
924 -(((
925 925  Feature: Enable/Disable Sync system time via LoRaWAN MAC Command (DeviceTimeReq), LoRaWAN server must support v1.0.3 protocol to reply this command.
926 -)))
927 927  
928 -(((
929 929  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.
930 -)))
931 931  
932 -(((
933 933  **AT Command:**
934 -)))
935 935  
936 936  [[image:image-20220523151336-9.png]]
937 937  
... ... @@ -1021,7 +1021,7 @@
1021 1021  = 6. Order Info =
1022 1022  
1023 1023  (((
1024 -Part Number: (% style="color:#4f81bd" %)** LHT65N-XX-YY**
964 +Part Number: (% style="color:#4f81bd" %)** LHT65N-XX**
1025 1025  )))
1026 1026  
1027 1027  (((
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0