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

From version 252.2
edited by Xiaoling
on 2023/06/19 16:58
Change comment: There is no comment for this version
To version 251.2
edited by Xiaoling
on 2023/05/16 11:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,7 +5,7 @@
5 5  
6 6  
7 7  
8 -**Table of Contents:**
8 +**Table of Contents**
9 9  
10 10  {{toc/}}
11 11  
... ... @@ -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  
... ... @@ -193,7 +193,7 @@
193 193  [[image:image-20220522233300-8.png||_mstalt="428389" height="219" width="722"]]
194 194  
195 195  
196 -== 2.4 Uplink Payload (Fport~=2) ==
202 +== 2.4 Uplink Payload   ( Fport~=2) ==
197 197  
198 198  
199 199  (((
... ... @@ -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  
... ... @@ -295,6 +295,8 @@
295 295  
296 296  * Temperature:  (0xF5C6-65536)/100=-26.18℃(% style="display:none" %)
297 297  
308 +
309 +
298 298  === 2.4.4 Built-in Humidity ===
299 299  
300 300  
... ... @@ -302,6 +302,8 @@
302 302  
303 303  * Humidity:    0x025C/10=60.4%(% style="display:none" %)
304 304  
317 +
318 +
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  
329 +
330 +
315 315  === 2.4.6 Ext value ===
316 316  
317 317  ==== 2.4.6.1 Ext~=1, E3 Temperature Sensor ====
... ... @@ -401,9 +401,11 @@
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 -==== 2.4.6.3 Ext~=6, ADC Sensor(use with E2 Cable) ====
405 405  
406 406  
422 +==== 2.4.6.3 Ext~=6, ADC Sensor (use with E2 Cable) ====
423 +
424 +
407 407  In this mode, user can connect external ADC sensor to check ADC value. The 3V3_OUT can
408 408  
409 409  be used to power the external ADC sensor; user can control the power on time for this
... ... @@ -450,7 +450,7 @@
450 450  
451 451  
452 452  
453 -==== 2.4.6.4 Ext~=2 TMP117 Sensor(Since Firmware v1.3) ====
471 +==== 2.4.6.4 Ext~=2 TMP117 SensorSince Firmware v1.3 ====
454 454  
455 455  
456 456  [[image:image-20220927095645-1.png||_mstalt="433771" height="534" width="460"]]
... ... @@ -467,7 +467,7 @@
467 467  
468 468  
469 469  
470 -==== 2.4.6.5 Ext~=11 SHT31 Sensor (Since Firmware v1.4.1) ====
488 +==== 2.4.6.5 Ext~=11 SHT31 Sensor Since Firmware v1.4.1 ====
471 471  
472 472  
473 473  [[image:65N-E31F.jpg||height="454" width="459"]]
... ... @@ -479,7 +479,7 @@
479 479  
480 480  
481 481  
482 -==== 2.4.6.6 Ext~=4 Interrupt Mode(Since Firmware v1.3) ====
500 +==== 2.4.6.6 Ext~=4 Interrupt ModeSince Firmware v1.3 ====
483 483  
484 484  
485 485  (% style="color:red" %)**Note: In this mode, 3.3v output will be always ON. LHT65N will send an uplink when there is a trigger.**
... ... @@ -526,7 +526,7 @@
526 526  
527 527  
528 528  
529 -==== 2.4.6.7 Ext~=8 Counting Mode(Since Firmware v1.3) ====
547 +==== 2.4.6.7 Ext~=8 Counting ModeSince Firmware v1.3 ====
530 530  
531 531  
532 532  (% style="color:red" %)**Note: In this mode, 3.3v output will be always ON. LHT65N will count for every interrupt and uplink periodically.**
... ... @@ -577,66 +577,6 @@
577 577  A2 08 02 00 00 00 3C:  Same as AT+ SETCNT=60  (AT+ SETCNT = 4th byte and 5th byte and 6th byte and 7th byte)
578 578  
579 579  
580 -==== 2.4.6.8 Ext~=10, E2 sensor (TMP117)with Unix Timestamp(Since firmware V1.3.2) ====
581 -
582 -
583 -(((
584 -Timestamp mode is designed for LHT65N with E2 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:
585 -)))
586 -
587 -
588 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:480px" %)
589 -|=(% style="width: 50px;background-color:#D9E2F3" %)(((
590 -**Size(bytes)**
591 -)))|=(% style="width: 70px;background-color:#D9E2F3" %)(((
592 -**2**
593 -)))|=(% style="width: 120px;background-color:#D9E2F3" %)(((
594 -**2**
595 -)))|=(% style="width: 120px;background-color:#D9E2F3" %)(((
596 -**2**
597 -)))|=(% style="width: 50px;background-color:#D9E2F3" %)(((
598 -**1**
599 -)))|=(% style="width: 70px;background-color:#D9E2F3" %)(((
600 -**4**
601 -)))
602 -|(% style="width:110px" %)(((
603 -**Value**
604 -)))|(% style="width:71px" %)(((
605 -External temperature
606 -)))|(% style="width:99px" %)(((
607 -[[Built-In Temperature>>||anchor="H2.4.3Built-inTemperature"]]
608 -)))|(% style="width:132px" %)(((
609 -BAT Status & [[Built-in Humidity>>||anchor="H2.4.4Built-inHumidity"]]
610 -)))|(% style="width:54px" %)(((
611 -Status & Ext
612 -)))|(% style="width:64px" %)(((
613 -[[Unix Time Stamp>>||anchor="H2.6.2UnixTimeStamp"]]
614 -)))
615 -
616 -* **Battery status & Built-in Humidity**
617 -
618 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:461px" %)
619 -|=(% style="width: 69px;background-color:#D9E2F3;color:#0070C0" %)Bit(bit)|=(% style="width: 258px;background-color:#D9E2F3;color:#0070C0" %)[15:14]|=(% style="width: 134px;background-color:#D9E2F3;color:#0070C0" %)[11:0]
620 -|(% style="width:67px" %)**Value**|(% style="width:256px" %)(((
621 -BAT Status
622 -00(b): Ultra Low ( BAT <= 2.50v)
623 -01(b): Low  (2.50v <=BAT <= 2.55v)
624 -10(b): OK   (2.55v <= BAT <=2.65v)
625 -11(b): Good   (BAT >= 2.65v)
626 -)))|(% style="width:132px" %)(((
627 -[[Built-in Humidity>>||anchor="H2.4.4Built-inHumidity"]]
628 -)))
629 -
630 -* **Status & Ext Byte**
631 -
632 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
633 -|=(% style="width: 60px;background-color:#D9E2F3;color:#0070C0" %)**Bits**|(% style="background-color:#d9e2f3; color:#0070c0; width:90px" %)**7**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**6**|(% style="background-color:#d9e2f3; color:#0070c0; width:90px" %)**5**|(% style="background-color:#d9e2f3; color:#0070c0; width:100px" %)**4**|(% style="background-color:#d9e2f3; color:#0070c0; width:60px" %)**[3:0]**
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 -
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 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 -* (% 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 -
640 640  == 2.5 Show data on Datacake ==
641 641  
642 642  
... ... @@ -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  
1014 +
1015 +
1056 1056  == 2.9 installation ==
1057 1057  
1058 1058  
... ... @@ -1105,6 +1105,8 @@
1105 1105  * Operating Range: -40 ~~ 125 °C
1106 1106  * Working voltage 2.35v ~~ 5v
1107 1107  
1068 +
1069 +
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  
1106 +
1107 +
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  
1178 +
1179 +
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  
1207 +
1208 +
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  
1240 +
1241 +
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  
1301 +
1302 +
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  
1413 +
1414 +
1441 1441  == 4.13 Auto Send None-ACK messages ==
1442 1442  
1443 1443  
... ... @@ -1455,6 +1455,8 @@
1455 1455  
1456 1456  * Example: 0x3401  ~/~/  Same as AT+PNACKMD=1
1457 1457  
1432 +
1433 +
1458 1458  == 4.14 Modified WMOD command for external sensor TMP117 or DS18B20 temperature alarm(Since firmware 1.3.0) ==
1459 1459  
1460 1460  
... ... @@ -1899,6 +1899,8 @@
1899 1899  
1900 1900  * (% style="color:red" %)**E3**(%%): External Temperature Probe
1901 1901  
1878 +
1879 +
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  
1893 +
1894 +
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  
1900 +
1901 +
1920 1920  = 10. FCC Warning =
1921 1921  
1922 1922