Last modified by Xiaoling on 2023/07/18 10:12

From version 210.16
edited by Xiaoling
on 2022/10/26 17:34
Change comment: There is no comment for this version
To version 212.1
edited by Bei Jinggeng
on 2022/11/01 17:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
Content
... ... @@ -61,8 +61,6 @@
61 61  * Tri-color LED to indicate working status
62 62  * Datalog feature (Max 3328 records)
63 63  
64 -
65 -
66 66  == 1.3 Specification ==
67 67  
68 68  
... ... @@ -87,8 +87,6 @@
87 87  * ±2°C accuracy from -55°C to +125°C
88 88  * Operating Range: -55 °C ~~ 125 °C
89 89  
90 -
91 -
92 92  = 2. Connect LHT65N to IoT Server =
93 93  
94 94  
... ... @@ -247,8 +247,6 @@
247 247  * The 7th byte (EXT #): defines the external sensor model.
248 248  * The 8(% _msthash="734578" _msttexthash="21372" _mstvisible="4" %)^^th^^(%%) ~~ 11(% _msthash="734579" _msttexthash="21372" _mstvisible="4" %)^^th^^(%%) byte: the value for external sensor value. The definition is based on external sensor type. (If EXT=0, there won't be these four bytes.)
249 249  
250 -
251 -
252 252  === 2.4.1 Decoder in TTN V3 ===
253 253  
254 254  
... ... @@ -277,8 +277,6 @@
277 277  * BAT status=(0Xcba4>>14)&0xFF=11(B),very good
278 278  * Battery Voltage =0xCBF6&0x3FFF=0x0BA4=2980mV
279 279  
280 -
281 -
282 282  === 2.4.3 Built-in Temperature ===
283 283  
284 284  
... ... @@ -290,8 +290,6 @@
290 290  
291 291  * Temperature:  (0xF5C6-65536)/100=-26.18℃
292 292  
293 -
294 -
295 295  === 2.4.4 Built-in Humidity ===
296 296  
297 297  
... ... @@ -299,8 +299,6 @@
299 299  
300 300  * Humidity:    0x025C/10=60.4%
301 301  
302 -
303 -
304 304  === 2.4.5 Ext # ===
305 305  
306 306  
... ... @@ -375,7 +375,6 @@
375 375  [[Unix Time Stamp>>||anchor="H2.6.2UnixTimeStamp"]]
376 376  )))
377 377  
378 -
379 379  * **Battery status & Built-in Humidity**
380 380  
381 381  (% _mstvisible="1" border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:461px" %)
... ... @@ -390,7 +390,6 @@
390 390  [[Built-in Humidity>>||anchor="H2.4.4Built-inHumidity"]]
391 391  )))
392 392  
393 -
394 394  * **Status & Ext Byte**
395 395  
396 396  (% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:500px" %)
... ... @@ -401,8 +401,6 @@
401 401  * (% style="color:blue" %)**Sync time OK**: (%%) 1: Set time ok,0: N/A. After time SYNC request is sent, LHT65N will set this bit to 0 until got the time stamp from the application server.
402 402  * (% style="color:blue" %)**Unix Time Request**:(%%)  1: Request server downlink Unix time, 0 : N/A. In this mode, LHT65N will set this bit to 1 every 10 days to request a time SYNC. (AT+SYNCMOD to set this)
403 403  
404 -
405 -
406 406  ==== 2.4.6.3 Ext~=6, ADC Sensor (use with E2 Cable) ====
407 407  
408 408  
... ... @@ -736,7 +736,6 @@
736 736  )))|=(% style="width: 90px;" %)**2**|=(% style="width: 90px;" %)**2**|=(% style="width: 70px;" %)**2**|=(% style="width: 100px;" %)**1**|=(% style="width: 70px;" %)**4**
737 737  |(% style="width:97px" %)**Value**|(% style="width:123px" %)[[External sensor data>>||anchor="H2.4.6Extvalue"]]|(% style="width:108px" %)[[Built In Temperature>>||anchor="H2.4.3Built-inTemperature"]]|(% style="width:133px" %)[[Built-in Humidity>>||anchor="H2.4.4Built-inHumidity"]]|(% style="width:159px" %)Poll message flag & Ext|(% style="width:80px" %)[[Unix Time Stamp>>||anchor="H2.6.2UnixTimeStamp"]]
738 738  
739 -
740 740  **Poll message flag & Ext:**
741 741  
742 742  [[image:image-20221006192726-1.png||height="112" width="754"]]
... ... @@ -749,7 +749,6 @@
749 749  
750 750  * Each data entry is 11 bytes, to save airtime and battery, devices will send max bytes according to the current DR and Frequency bands.
751 751  
752 -
753 753  For example, in US915 band, the max payload for different DR is:
754 754  
755 755  (% style="color:blue" %)**a) DR0:** (%%)max is 11 bytes so one entry of data
... ... @@ -814,11 +814,12 @@
814 814  
815 815  === 2.7.1 ALARM MODE ( Since v1.3.1 firmware) ===
816 816  
799 +**Internal GXHT30 temperature alarm**
817 817  
818 818  (((
819 819  (% class="box infomessage" %)
820 820  (((
821 -**AT+WMOD=3,**:  Enable/disable alarm mode. (0: Disabled, 1: Enabled Temperature Alarm for onboard temperature sensor)
804 +**AT+WMOD=3**:  Enable/disable alarm mode. (0: Disabled, 1: Enabled Temperature Alarm for onboard temperature sensor)
822 822  
823 823  **AT+CITEMP=1**:  The interval between checking the alarm temperature. (In minutes)
824 824  
... ... @@ -832,7 +832,87 @@
832 832  )))
833 833  )))
834 834  
818 +(% style="color:#4f81bd" %)**Downlink Command:**
835 835  
820 +AT+WMOD=1:  A501  ,  AT+WMOD=0 :  A600
821 +
822 +AT+CITEMP=1 : A60001
823 +
824 +AT+ARTEMP=1,60  :  A70001003C
825 +
826 +AT+ARTEMP=-16,60 :  A7FFF0003C
827 +
828 +AT+LEDALARM=1  :  3601
829 +
830 +(% style="color:#4f81bd" %)**Downlink Command: AAXXXXXXXXXXXXXX**
831 +
832 +Total bytes: 8 bytes
833 +
834 +**Example:**AA0100010001003C
835 +
836 +WMOD=01
837 +
838 +CITEMP=0001
839 +
840 +TEMPlow=0001
841 +
842 +TEMPhigh=003C
843 +
844 +
845 +**DS18B20 and TMP117 Threshold Alarm**
846 +
847 + AT+WMOD=1,60,-10,20
848 +
849 +(% style="color:#4f81bd" %)**Downlink Command:**
850 +
851 +**Example:**A5013CFC180014
852 +
853 +MOD=01
854 +
855 +CITEMP=3C(S)
856 +
857 +TEMPlow=FC18
858 +
859 +TEMPhigh=0014
860 +
861 +
862 +**Fluctuation alarm for DS18B20 and TMP117**
863 +
864 +AT+WMOD=2,60,5
865 +
866 +(% style="color:#4f81bd" %)**Downlink Command:**
867 +
868 +**Example:**A5023C05
869 +
870 +MOD=02
871 +
872 +CITEMP=3C(S)
873 +
874 +temperature fluctuation=05
875 +
876 +
877 +**Collect multiple times and send once**
878 +
879 +AT+WMOD=3,1,60,20,-16,32,1  ~/~/Mode 3, the collection interval is 60s, the total number of collection is 20 times, and the data of these 20 times will be sent to the 20th time, with a maximum of 60 groups, the normal working temperature range is -10 to 32°C, 1 is to open the temperature alarm, 0 is to close the temperature alarm, and the temperature is turned on. After the alarm, if the temperature collected at the current time exceeds the normal working temperature, a data will be sent immediately.
880 +
881 +(% style="color:#4f81bd" %)**Downlink Command:**
882 +
883 +**Example:**A50301003C14FFF0002001
884 +
885 +MOD=03
886 +
887 +EXT=01
888 +
889 +CITEMP=003C(S)
890 +
891 +Total number of acquisitions=14
892 +
893 +TEMPlow=FFF0
894 +
895 +TEMPhigh=0020
896 +
897 +ARTEMP=01
898 +
836 836  
837 837  )))
838 838  
... ... @@ -895,8 +895,6 @@
895 895  * RED LED when external sensor is not connected
896 896  * For each success downlink, the PURPLE LED will blink once
897 897  
898 -
899 -
900 900  == 2.9 installation ==
901 901  
902 902  
... ... @@ -954,8 +954,6 @@
954 954  * Operating Range: -40 ~~ 125 °C
955 955  * Working voltage 2.35v ~~ 5v
956 956  
957 -
958 -
959 959  = 4. Configure LHT65N via AT command or LoRaWAN downlink =
960 960  
961 961  
... ... @@ -1025,8 +1025,6 @@
1025 1025  
1026 1026  * **Example 2**: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
1027 1027  
1028 -
1029 -
1030 1030  == 4.2 Set External Sensor Mode ==
1031 1031  
1032 1032  
... ... @@ -1050,8 +1050,6 @@
1050 1050  
1051 1051  * 0xA20702003c: Same as AT+SETCNT=60
1052 1052  
1053 -
1054 -
1055 1055  == 4.3 Enable/Disable uplink Temperature probe ID ==
1056 1056  
1057 1057  
... ... @@ -1082,8 +1082,6 @@
1082 1082  * **0xA800**  **~-~->** AT+PID=0
1083 1083  * **0xA801**     **~-~->** AT+PID=1
1084 1084  
1085 -
1086 -
1087 1087  == 4.4 Set Password ==
1088 1088  
1089 1089  
... ... @@ -1135,8 +1135,6 @@
1135 1135  
1136 1136  * There is no downlink command to set to Sleep mode.
1137 1137  
1138 -
1139 -
1140 1140  == 4.7 Set system time ==
1141 1141  
1142 1142  
... ... @@ -1245,8 +1245,6 @@
1245 1245  
1246 1246  * Example: 0xA301  ~/~/  Same as AT+CLRDTA
1247 1247  
1248 -
1249 -
1250 1250  == 4.13 Auto Send None-ACK messages ==
1251 1251  
1252 1252  
... ... @@ -1265,8 +1265,6 @@
1265 1265  
1266 1266  * Example: 0x3401  ~/~/  Same as AT+PNACKMD=1
1267 1267  
1268 -
1269 -
1270 1270  == 4.14 Modified ATWOOD command for external sensor TMP117 or DS18B20 temperature alarm ==
1271 1271  
1272 1272  
... ... @@ -1787,8 +1787,6 @@
1787 1787  
1788 1788  * (% style="color:red" %)**E3**(%%): External Temperature Probe
1789 1789  
1790 -
1791 -
1792 1792  = 8. Packing Info =
1793 1793  
1794 1794  
... ... @@ -1802,15 +1802,11 @@
1802 1802  * Device Size:  10 x 10 x 3.5 cm
1803 1803  * Device Weight: 120.5g
1804 1804  
1805 -
1806 -
1807 1807  = 9. Reference material =
1808 1808  
1809 1809  
1810 1810  * [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0||_msthash="504975" _msttexthash="51420512"]]
1811 1811  
1812 -
1813 -
1814 1814  = 10. FCC Warning =
1815 1815  
1816 1816