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

From version 252.14
edited by Xiaoling
on 2023/06/19 17:08
Change comment: There is no comment for this version
To version 252.23
edited by Xiaoling
on 2023/06/19 17:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -57,6 +57,8 @@
57 57  * Tri-color LED to indicate working status
58 58  * Datalog feature (Max 3328 records)
59 59  
60 +
61 +
60 60  == 1.3 Specification ==
61 61  
62 62  
... ... @@ -81,6 +81,8 @@
81 81  * ±2°C accuracy from -55°C to +125°C
82 82  * Operating Range: -55 °C ~~ 125 °C
83 83  
86 +
87 +
84 84  = 2. Connect LHT65N to IoT Server =
85 85  
86 86  == 2.1 How does LHT65N work? ==
... ... @@ -127,6 +127,8 @@
127 127  )))
128 128  |(% style="background-color:#f2f2f2; width:167px" %)Fast press ACT 5 times.|(% style="background-color:#f2f2f2; width:117px" %)Deactivate Device|(% style="background-color:#f2f2f2; width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means LHT65N is in Deep Sleep Mode.
129 129  
134 +
135 +
130 130  == 2.3 Example to join LoRaWAN network ==
131 131  
132 132  
... ... @@ -242,6 +242,8 @@
242 242  
243 243  * The 8^^th^^ ~~ 11^^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.)
244 244  
251 +
252 +
245 245  === 2.4.1 Decoder in TTN V3 ===
246 246  
247 247  
... ... @@ -284,6 +284,8 @@
284 284  
285 285  * Battery Voltage =0xCBA4&0x3FFF=0x0BA4=2980mV
286 286  
295 +
296 +
287 287  === 2.4.3 Built-in Temperature ===
288 288  
289 289  
... ... @@ -293,15 +293,21 @@
293 293  
294 294  [[image:image-20220522235639-3.png||_mstalt="432120"]]
295 295  
296 -* Temperature:  (0xF5C6-65536)/100=-26.18℃(% style="display:none" %)
306 +* Temperature:  (0xF5C6-65536)/100=-26.18℃
297 297  
308 +
309 +(% style="display:none" %)
310 +
298 298  === 2.4.4 Built-in Humidity ===
299 299  
300 300  
301 301  [[image:image-20220522235639-4.png||_mstalt="432484" height="138" width="722"]]
302 302  
303 -* Humidity:    0x025C/10=60.4%(% style="display:none" %)
316 +* Humidity:    0x025C/10=60.4%
304 304  
318 +
319 +​​​​​​​(% style="display:none" %)
320 +
305 305  === 2.4.5 Ext # ===
306 306  
307 307  
... ... @@ -312,6 +312,8 @@
312 312  |(% style="width:102px" %)0x01|(% style="width:319px" %)Sensor E3, Temperature Sensor
313 313  |(% style="width:102px" %)0x09|(% style="width:319px" %)Sensor E3, Temperature Sensor, Datalog Mod
314 314  
331 +
332 +
315 315  === 2.4.6 Ext value ===
316 316  
317 317  ==== 2.4.6.1 Ext~=1, E3 Temperature Sensor ====
... ... @@ -401,6 +401,8 @@
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  
422 +
423 +
404 404  ==== 2.4.6.3 Ext~=6, ADC Sensor(use with E2 Cable) ====
405 405  
406 406  
... ... @@ -634,9 +634,11 @@
634 634  |(% style="width:96px" %)**Status&Ext**|(% style="width:124px" %)None-ACK Flag|(% style="width:146px" %)Poll Message FLAG|(% style="width:109px" %)Sync time OK|(% style="width:143px" %)Unix Time Request|(% style="width:106px" %)Ext: 0b(1001)
635 635  
636 636  * (% style="color:blue" %)**Poll Message Flag**:(%%)  1: This message is a poll message reply, 0: means this is a normal uplink.
637 -* (% style="color:blue" %)**Sync time OK**: (%%) 1: Set time ok0: N/A. After time SYNC request is sent, LHT65N will set this bit to 0 until got the time stamp from the application server.
657 +* (% 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.
638 638  * (% 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)
639 639  
660 +
661 +
640 640  == 2.5 Show data on Datacake ==
641 641  
642 642  
... ... @@ -767,7 +767,7 @@
767 767  User can poll sensor value based on timestamps from the server. Below is the downlink command.
768 768  
769 769  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:428px" %)
770 -|(% style="width:58px;background-color:#D9E2F3;color:#0070C0" %)**1byte**|(% style="width:128px;background-color:#D9E2F3;color:#0070C0" %)**4bytes**|(% style="width:123px;background-color:#D9E2F3;color:#0070C0" %)**4bytes**|(% style="width:116px;background-color:#D9E2F3;color:#0070C0" %)**1byte**
792 +|(% style="background-color:#d9e2f3; color:#0070c0; width:58px" %)**1byte**|(% style="background-color:#d9e2f3; color:#0070c0; width:128px" %)**4bytes**|(% style="background-color:#d9e2f3; color:#0070c0; width:123px" %)**4bytes**|(% style="background-color:#d9e2f3; color:#0070c0; width:116px" %)**1byte**
771 771  |(% style="width:58px" %)31|(% style="width:128px" %)Timestamp start|(% style="width:123px" %)Timestamp end|(% style="width:116px" %)Uplink Interval
772 772  
773 773  Timestamp start and Timestamp end use Unix TimeStamp format as mentioned above. Devices will reply with all data log during this time period, use the uplink interval.
... ... @@ -776,7 +776,7 @@
776 776  
777 777  Is to check 2020/12/1 07:40:00 to 2020/12/1 08:40:00's data
778 778  
779 -Uplink Internal =5smeans LHT65N will send one packet every 5s. range 5~~255s.
801 +Uplink Internal =5s, means LHT65N will send one packet every 5s. range 5~~255s.
780 780  
781 781  
782 782  === 2.6.5 Datalog Uplink payload ===
... ... @@ -867,7 +867,7 @@
867 867  === 2.7.1 ALARM MODE ( Since v1.3.1 firmware) ===
868 868  
869 869  
870 -**Internal GXHT30 temperature alarmAcquisition time: fixed at one minute**
892 +**Internal GXHT30 temperature alarm(Acquisition time: fixed at one minute)**
871 871  
872 872  (((
873 873  (% class="box infomessage" %)
... ... @@ -878,7 +878,7 @@
878 878  
879 879  **AT+ARTEMP**:  Gets or sets the alarm range of the internal temperature sensor
880 880  
881 -(% _mstmutation="1" %)**AT+ARTEMP= **(%%):  Gets the alarm range of the internal temperature sensor(% style="display:none" %)
903 +(% _mstmutation="1" %)**AT+ARTEMP=? **(%%):  Gets the alarm range of the internal temperature sensor(% style="display:none" %)
882 882  
883 883  **AT+ARTEMP=45,105**:  Set the internal temperature sensor alarm range from 45 to 105.
884 884  
... ... @@ -888,7 +888,7 @@
888 888  
889 889  (% style="color:#4f81bd" %)**Downlink Command:**
890 890  
891 -AT+WMOD=1:  A501  ,  AT+WMOD=0 :  A600
913 +AT+WMOD=1:  A501  , AT+WMOD=0 :  A600
892 892  
893 893  AT+CITEMP=1 : A60001
894 894  
... ... @@ -931,7 +931,7 @@
931 931  TEMPhigh=0014
932 932  
933 933  
934 -**Fluctuation alarm for DS18B20 and TMP117Acquisition time: minimum 1s**
956 +**Fluctuation alarm for DS18B20 and TMP117(Acquisition time: minimum 1s)**
935 935  
936 936  **AT+WMOD=2,60,5** 
937 937  
... ... @@ -1016,7 +1016,7 @@
1016 1016  )))
1017 1017  
1018 1018  (((
1019 -(% _mstmutation="1" %)**AT+ARTEMP= **(%%):  Gets the alarm range of the internal temperature sensor(% style="display:none" %)
1041 +(% _mstmutation="1" %)**AT+ARTEMP=? **(%%):  Gets the alarm range of the internal temperature sensor(% style="display:none" %)
1020 1020  )))
1021 1021  
1022 1022  (((
... ... @@ -1053,6 +1053,8 @@
1053 1053  * RED LED when external sensor is not connected
1054 1054  * For each success downlink, the PURPLE LED will blink once
1055 1055  
1078 +
1079 +
1056 1056  == 2.9 installation ==
1057 1057  
1058 1058  
... ... @@ -1070,7 +1070,7 @@
1070 1070  **1m long breakout cable for LHT65N. Features:**
1071 1071  
1072 1072  * (((
1073 -Use for AT Command works for both LHT52/LHT65N
1097 +Use for AT Command, works for both LHT52/LHT65N
1074 1074  )))
1075 1075  * (((
1076 1076  Update firmware for LHT65N, works for both LHT52/LHT65N
... ... @@ -1105,6 +1105,8 @@
1105 1105  * Operating Range: -40 ~~ 125 °C
1106 1106  * Working voltage 2.35v ~~ 5v
1107 1107  
1132 +
1133 +
1108 1108  == 3.3 E31F Temperature Probe ==
1109 1109  
1110 1110  
... ... @@ -1141,6 +1141,8 @@
1141 1141  * Long Term Drift: < 0.02 °C/yr
1142 1142  * Operating Range: 0 ~~ 96 % RH
1143 1143  
1170 +
1171 +
1144 1144  = 4. Configure LHT65N via AT command or LoRaWAN downlink =
1145 1145  
1146 1146  
... ... @@ -1211,6 +1211,8 @@
1211 1211  
1212 1212  * **Example 2**: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
1213 1213  
1242 +
1243 +
1214 1214  == 4.2 Set External Sensor Mode ==
1215 1215  
1216 1216  
... ... @@ -1238,6 +1238,8 @@
1238 1238  
1239 1239  * 0xA20702003c: Same as AT+SETCNT=60
1240 1240  
1271 +
1272 +
1241 1241  == 4.3 Enable/Disable uplink Temperature probe ID ==
1242 1242  
1243 1243  
... ... @@ -1269,6 +1269,8 @@
1269 1269  * **0xA800**  **~-~->** AT+PID=0
1270 1270  * **0xA801**     **~-~->** AT+PID=1
1271 1271  
1304 +
1305 +
1272 1272  == 4.4 Set Password ==
1273 1273  
1274 1274  
... ... @@ -1328,6 +1328,8 @@
1328 1328  
1329 1329  * There is no downlink command to set to Sleep mode.
1330 1330  
1365 +
1366 +
1331 1331  == 4.7 Set system time ==
1332 1332  
1333 1333  
... ... @@ -1438,6 +1438,8 @@
1438 1438  
1439 1439  * Example: 0xA301  ~/~/  Same as AT+CLRDTA
1440 1440  
1477 +
1478 +
1441 1441  == 4.13 Auto Send None-ACK messages ==
1442 1442  
1443 1443  
... ... @@ -1455,9 +1455,11 @@
1455 1455  
1456 1456  * Example: 0x3401  ~/~/  Same as AT+PNACKMD=1
1457 1457  
1458 -== 4.14 Modified WMOD command for external sensor TMP117 or DS18B20 temperature alarm(Since firmware 1.3.0) ==
1459 1459  
1460 1460  
1498 +== 4.14 Modified WMOD command for external sensor TMP117 or DS18B20 temperature alarm(Since firmware 1.3.0) ==
1499 +
1500 +
1461 1461  Feature: Set internal and external temperature sensor alarms.
1462 1462  
1463 1463  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
... ... @@ -1708,7 +1708,7 @@
1708 1708  == 6.2 Where to use AT commands and Downlink commands ==
1709 1709  
1710 1710  
1711 -**AT commands**
1751 +**AT commands: **
1712 1712  
1713 1713  [[image:image-20220620153708-1.png||_mstalt="429806" height="603" width="723"]]
1714 1714  
... ... @@ -1722,7 +1722,7 @@
1722 1722  
1723 1723  
1724 1724  
1725 -(% style="color:blue" %)**Helium**
1765 +(% style="color:blue" %)**Helium: **
1726 1726  
1727 1727  [[image:image-20220615092551-3.png||_mstalt="430794" height="423" width="835"]]
1728 1728  
... ... @@ -1743,7 +1743,7 @@
1743 1743  [[image:image-20220615092939-4.png||_mstalt="434460" height="448" width="894"]]
1744 1744  
1745 1745  
1746 -== 6.3 How to change the uplink interval ==
1786 +== 6.3 How to change the uplink interval? ==
1747 1747  
1748 1748  
1749 1749  Please see this link: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/||_mstmutation="1" style="background-color: rgb(255, 255, 255);"]]
... ... @@ -1762,7 +1762,7 @@
1762 1762  )))
1763 1763  
1764 1764  
1765 -Input password and ATZ to activate LHT65N,As shown below:
1805 +Input password and ATZ to activate LHT65N, As shown below:
1766 1766  
1767 1767  [[image:image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
1768 1768  
... ... @@ -1779,11 +1779,11 @@
1779 1779  
1780 1780  
1781 1781  
1782 -(% _mstmutation="1" style="color:blue" %)**Step2**(%%)wiring method.(% style="display:none" %)
1822 +(% _mstmutation="1" style="color:blue" %)**Step2**(%%): wiring method.(% style="display:none" %)
1783 1783  
1784 -First connect the four lines(% style="display:none" %)
1824 +First connect the four lines;(% style="display:none" %)
1785 1785  
1786 -[[image:image-20220621170938-1.png||_mstalt="431340" height="413" width="419"]](% style="display:none" %)
1826 +[[image:image-20220621170938-1.png||_mstalt="431340" height="413" width="419"]],(% style="display:none" %)
1787 1787  
1788 1788  
1789 1789  Then use DuPont cable to short circuit port3 and port1, and then release them, so that the device enters bootlaod mode.
... ... @@ -1792,7 +1792,7 @@
1792 1792  
1793 1793  
1794 1794  
1795 -(% style="color:blue" %)**Step3**(%%)Select the device port to be connected, baud rate and bin file to be downloaded.
1835 +(% style="color:blue" %)**Step3: **(%%)Select the device port to be connected, baud rate and bin file to be downloaded.
1796 1796  
1797 1797  [[image:image-20220615171334-6.png||_mstalt="431028"]]
1798 1798  
... ... @@ -1899,6 +1899,8 @@
1899 1899  
1900 1900  * (% style="color:red" %)**E3**(%%): External Temperature Probe
1901 1901  
1942 +
1943 +
1902 1902  = 8. Packing Info =
1903 1903  
1904 1904  
... ... @@ -1912,11 +1912,15 @@
1912 1912  * Device Size:  10 x 10 x 3.5 mm
1913 1913  * Device Weight: 120.5g
1914 1914  
1957 +
1958 +
1915 1915  = 9. Reference material =
1916 1916  
1917 1917  
1918 1918  * [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0]]
1919 1919  
1964 +
1965 +
1920 1920  = 10. FCC Warning =
1921 1921  
1922 1922