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

From version 243.1
edited by Ellie Zhang
on 2023/05/09 09:45
Change comment: There is no comment for this version
To version 230.2
edited by Xiaoling
on 2023/03/13 16:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Ellie
1 +XWiki.Xiaoling
Content
... ... @@ -43,7 +43,6 @@
43 43  )))
44 44  
45 45  
46 -
47 47  == 1.2 Features ==
48 48  
49 49  
... ... @@ -58,6 +58,8 @@
58 58  * Tri-color LED to indicate working status
59 59  * Datalog feature (Max 3328 records)
60 60  
60 +
61 +
61 61  == 1.3 Specification ==
62 62  
63 63  
... ... @@ -82,6 +82,8 @@
82 82  * ±2°C accuracy from -55°C to +125°C
83 83  * Operating Range: -55 °C ~~ 125 °C
84 84  
86 +
87 +
85 85  = 2. Connect LHT65N to IoT Server =
86 86  
87 87  == 2.1 How does LHT65N work? ==
... ... @@ -117,17 +117,9 @@
117 117  
118 118  [[image:image-20220515123819-1.png||_mstalt="430742" height="379" width="317"]]
119 119  
120 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
121 -|=(% style="width: 167px;background-color:#D9E2F3;color:#0070C0" %)**Behavior on ACT**|=(% style="width: 117px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 225px;background-color:#D9E2F3;color:#0070C0" %)**Action**
122 -|(% style="background-color:#f2f2f2; width:167px" %)Pressing ACT between 1s < time < 3s|(% style="background-color:#f2f2f2; width:117px" %)Test uplink status|(% style="background-color:#f2f2f2; width:225px" %)(((
123 -If LHT65N is already Joined to rhe LoRaWAN network, LHT65N will send an uplink packet, if LHT65N has external sensor connected,(% style="color:blue" %)**Blue led** (%%)will blink once. If LHT65N has not external sensor, (% style="color:red" %)**Red led**(%%) will blink once.
124 -)))
125 -|(% style="background-color:#f2f2f2; width:167px" %)Pressing ACT for more than 3s|(% style="background-color:#f2f2f2; width:117px" %)Active Device|(% style="background-color:#f2f2f2; width:225px" %)(((
126 -(% style="background-color:#f2f2f2; color:green" %)**Green led**(%%) will fast blink 5 times, LHT65N will enter working mode and start to JOIN LoRaWAN network.
127 -(% style="background-color:#f2f2f2; color:green" %)**Green led**(%%) will solidly turn on for 5 seconds after join in network.
128 -)))
129 -|(% 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.
123 +[[image:image-20220525110604-2.png||_mstalt="427531"]]
130 130  
125 +
131 131  == 2.3 Example to join LoRaWAN network ==
132 132  
133 133  
... ... @@ -155,7 +155,7 @@
155 155  Each LHT65N is shipped with a sticker with its device EUI, APP Key and APP EUI as below:
156 156  )))
157 157  
158 -[[image:image-20230426083319-1.png]]
153 +[[image:image-20220617150003-1.jpeg||_mstalt="5426434"]]
159 159  
160 160  User can enter these keys in the LoRaWAN Server portal. Below is TTN V3 screenshot:
161 161  
... ... @@ -205,18 +205,18 @@
205 205  After each uplink, the (% style="color:blue" %)**BLUE LED**(%%) will blink once.
206 206  )))
207 207  
208 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:390px" %)
209 -|=(% style="width: 60px;background-color:#D9E2F3" %)(((
203 +(% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:390px" %)
204 +|=(% style="width: 60px;" %)(((
210 210  **Size(bytes)**
211 -)))|=(% style="width: 30px;background-color:#D9E2F3" %)(((
206 +)))|=(% style="width: 30px;" %)(((
212 212  **2**
213 -)))|=(% style="width: 100px;background-color:#D9E2F3" %)(((
208 +)))|=(% style="width: 100px;" %)(((
214 214  **2**
215 -)))|=(% style="width: 100px;background-color:#D9E2F3" %)(((
210 +)))|=(% style="width: 100px;" %)(((
216 216  **2**
217 -)))|=(% style="width: 50px;background-color:#D9E2F3" %)(((
212 +)))|=(% style="width: 50px;" %)(((
218 218  **1**
219 -)))|=(% style="width: 50px;background-color:#D9E2F3" %)(((
214 +)))|=(% style="width: 50px;" %)(((
220 220  **4**
221 221  )))
222 222  |(% style="width:97px" %)(((
... ... @@ -238,11 +238,11 @@
238 238  )))
239 239  
240 240  * The First 6 bytes: has fix meanings for every LHT65N.
241 -
242 242  * The 7th byte (EXT #): defines the external sensor model.
243 -
244 244  * 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.)
245 245  
239 +
240 +
246 246  === 2.4.1 Decoder in TTN V3 ===
247 247  
248 248  
... ... @@ -257,34 +257,21 @@
257 257  === 2.4.2 BAT-Battery Info ===
258 258  
259 259  
260 -These two bytes of BAT include the battery state and the actually voltage.
255 +These two bytes of BAT include the battery state and the actually voltage
261 261  
262 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:477px" %)
263 -|=(% style="width: 69px; background-color:#D9E2F3;color:#0070C0" %)(((
264 -**Bit(bit)**
265 -)))|=(% style="width: 253px;background-color:#D9E2F3;color:#0070C0" %)[15:14]|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)[13:0]
266 -|(% style="width:66px" %)(((
267 -**Value**
268 -)))|(% style="width:250px" %)(((
269 -BAT Status
270 -00(b): Ultra Low ( BAT <= 2.50v)
271 -01(b): Low (2.50v <=BAT <= 2.55v)
272 -10(b): OK (2.55v <= BAT <=2.65v)
273 -11(b): Good (BAT >= 2.65v)
274 -)))|(% style="width:152px" %)Actually BAT voltage
257 +[[image:image-20220523152839-18.png||_mstalt="457613"]]
275 275  
276 -**(b)stands for binary**
277 277  
278 -
279 279  [[image:image-20220522235639-1.png||_mstalt="431392" height="139" width="727"]]
280 280  
281 281  
282 282  Check the battery voltage for LHT65N.
283 283  
284 -* BAT status=(0Xcba4>>14)&0xFF=11 (BIN) ,very good
285 -
265 +* BAT status=(0Xcba4>>14)&0xFF=11(DEC)  /  B(HEX) ,very good
286 286  * Battery Voltage =0xCBA4&0x3FFF=0x0BA4=2980mV
287 287  
268 +
269 +
288 288  === 2.4.3 Built-in Temperature ===
289 289  
290 290  
... ... @@ -296,6 +296,8 @@
296 296  
297 297  * Temperature:  (0xF5C6-65536)/100=-26.18℃
298 298  
281 +
282 +
299 299  === 2.4.4 Built-in Humidity ===
300 300  
301 301  
... ... @@ -303,16 +303,16 @@
303 303  
304 304  * Humidity:    0x025C/10=60.4%
305 305  
290 +
291 +
306 306  === 2.4.5 Ext # ===
307 307  
308 308  
309 309  Bytes for External Sensor:
310 310  
311 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:425px" %)
312 -|=(% style="width: 102px; background-color:#D9E2F3;color:#0070C0" %)**EXT # Value**|=(% style="width: 323px;background-color:#D9E2F3;color:#0070C0" %)**External Sensor Type**
313 -|(% style="width:102px" %)0x01|(% style="width:319px" %)Sensor E3, Temperature Sensor
314 -|(% style="width:102px" %)0x09|(% style="width:319px" %)Sensor E3, Temperature Sensor, Datalog Mod
297 +[[image:image-20220523152822-17.png||_mstalt="454545"]]
315 315  
299 +
316 316  === 2.4.6 Ext value ===
317 317  
318 318  ==== 2.4.6.1 Ext~=1, E3 Temperature Sensor ====
... ... @@ -349,25 +349,28 @@
349 349  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:
350 350  )))
351 351  
336 +(((
337 +
338 +)))
352 352  
353 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:480px" %)
354 -|=(% style="width: 50px;background-color:#D9E2F3" %)(((
340 +(% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:480px" %)
341 +|=(% style="width: 50px;" %)(((
355 355  **Size(bytes)**
356 -)))|=(% style="width: 70px;background-color:#D9E2F3" %)(((
343 +)))|=(% style="width: 70px;" %)(((
357 357  **2**
358 -)))|=(% style="width: 120px;background-color:#D9E2F3" %)(((
345 +)))|=(% style="width: 120px;" %)(((
359 359  **2**
360 -)))|=(% style="width: 120px;background-color:#D9E2F3" %)(((
347 +)))|=(% style="width: 120px;" %)(((
361 361  **2**
362 -)))|=(% style="width: 50px;background-color:#D9E2F3" %)(((
349 +)))|=(% style="width: 50px;" %)(((
363 363  **1**
364 -)))|=(% style="width: 70px;background-color:#D9E2F3" %)(((
351 +)))|=(% style="width: 70px;" %)(((
365 365  **4**
366 366  )))
367 367  |(% style="width:110px" %)(((
368 368  **Value**
369 369  )))|(% style="width:71px" %)(((
370 -External temperature
357 +[[External temperature>>||anchor="H4.2SetExternalSensorMode"]]
371 371  )))|(% style="width:99px" %)(((
372 372  [[Built-In Temperature>>||anchor="H2.4.3Built-inTemperature"]]
373 373  )))|(% style="width:132px" %)(((
... ... @@ -380,9 +380,9 @@
380 380  
381 381  * **Battery status & Built-in Humidity**
382 382  
383 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:461px" %)
384 -|=(% 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]
385 -|(% style="width:67px" %)**Value**|(% style="width:256px" %)(((
370 +(% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:461px" %)
371 +|=(% style="width: 67px;" %)Bit(bit)|=(% style="width: 256px;" %)[15:14]|=(% style="width: 132px;" %)[11:0]
372 +|(% style="width:67px" %)Value|(% style="width:256px" %)(((
386 386  BAT Status
387 387  00(b): Ultra Low ( BAT <= 2.50v)
388 388  01(b): Low  (2.50v <=BAT <= 2.55v)
... ... @@ -394,8 +394,8 @@
394 394  
395 395  * **Status & Ext Byte**
396 396  
397 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
398 -|=(% 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]**
384 +(% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:500px" %)
385 +|=(% scope="row" style="width: 60px;" %)**Bits**|(% style="width:90px" %)**7**|(% style="width:100px" %)**6**|(% style="width:90px" %)**5**|(% style="width:100px" %)**4**|(% style="width:60px" %)**[3:0]**
399 399  |=(% 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)
400 400  
401 401  * (% style="color:blue" %)**Poll Message Flag**:(%%)  1: This message is a poll message reply, 0: means this is a normal uplink.
... ... @@ -402,6 +402,8 @@
402 402  * (% 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.
403 403  * (% 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)
404 404  
392 +
393 +
405 405  ==== 2.4.6.3 Ext~=6, ADC Sensor (use with E2 Cable) ====
406 406  
407 407  
... ... @@ -487,21 +487,21 @@
487 487  
488 488  Ext=4,Interrupt Sensor:
489 489  
490 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:504px" %)
479 +(% border="1.5" cellpadding="4" cellspacing="4" style="background-color:#ffffcc; color:green; height:6px; width:478px" %)
491 491  |(% style="width:101px" %)(((
492 -**AT+EXT=4,1**
493 -)))|(% style="width:395px" %)(((
494 -**Sent uplink packet in both rising and falling interrupt**
481 +AT+EXT=4,1
482 +)))|(% style="width:373px" %)(((
483 +Sent uplink packet in both rising and falling interrupt
495 495  )))
496 496  |(% style="width:101px" %)(((
497 -**AT+EXT=4,2**
498 -)))|(% style="width:395px" %)(((
499 -**Sent uplink packet only in falling interrupt**
486 +AT+EXT=4,2
487 +)))|(% style="width:373px" %)(((
488 +Sent uplink packet only in falling interrupt
500 500  )))
501 501  |(% style="width:101px" %)(((
502 -**AT+EXT=4,3**
503 -)))|(% style="width:395px" %)(((
504 -**Sent uplink packet only in rising interrupt**
491 +AT+EXT=4,3
492 +)))|(% style="width:373px" %)(((
493 +Sent uplink packet only in rising interrupt
505 505  )))
506 506  
507 507  Trigger by falling edge:
... ... @@ -533,21 +533,21 @@
533 533  
534 534  Ext=8, Counting Sensor ( 4 bytes):
535 535  
536 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:330px" %)
537 -|(% style="width:131px" %)(((
538 -**AT+EXT=8,0**
539 -)))|(% style="width:195px" %)(((
540 -**Count at falling interrupt**
525 +(% border="2" cellpadding="4" cellspacing="4" style="background-color:#ffffcc; color:green; height:6px; width:381px" %)
526 +|(% style="width:138px" %)(((
527 +AT+EXT=8,0
528 +)))|(% style="width:240px" %)(((
529 +Count at falling interrupt
541 541  )))
542 -|(% style="width:131px" %)(((
543 -**AT+EXT=8,1**
544 -)))|(% style="width:195px" %)(((
545 -**Count at rising interrupt**
531 +|(% style="width:138px" %)(((
532 +AT+EXT=8,1
533 +)))|(% style="width:240px" %)(((
534 +Count at rising interrupt
546 546  )))
547 -|(% style="width:131px" %)(((
548 -**AT+SETCNT=60**
549 -)))|(% style="width:195px" %)(((
550 -**Sent current count to 60**
536 +|(% style="width:138px" %)(((
537 +AT+SETCNT=60
538 +)))|(% style="width:240px" %)(((
539 +Sent current count to 60
551 551  )))
552 552  
553 553  [[image:image-20220906101320-6.png||_mstalt="428064"]]
... ... @@ -573,6 +573,9 @@
573 573  Datacake IoT platform provides a human-friendly interface to show the sensor data, once we have sensor data in TTN V3, we can use Datacake to connect to TTN V3 and see the data in Datacake. Below are the steps:
574 574  )))
575 575  
565 +(((
566 +
567 +)))
576 576  
577 577  (((
578 578  (% style="color:blue" %)**Step 1**(%%): Be sure that your device is programmed and properly connected to the LoRaWAN network.
... ... @@ -582,6 +582,9 @@
582 582  (% style="color:blue" %)**Step 2**(%%): Configure your Application to forward data to Datacake you will need to add integration. Go to TTN V3 Console ~-~-> Applications ~-~-> Integrations ~-~-> Add Integrations.
583 583  )))
584 584  
577 +(((
578 +
579 +)))
585 585  
586 586  (((
587 587  Add Datacake:
... ... @@ -695,10 +695,9 @@
695 695  
696 696  User can poll sensor value based on timestamps from the server. Below is the downlink command.
697 697  
698 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:428px" %)
699 -|(% style="width:58px" %)1byte|(% style="width:128px" %)4bytes|(% style="width:123px" %)4bytes|(% style="width:116px" %)1byte
700 -|(% style="width:58px" %)31|(% style="width:128px" %)Timestamp start|(% style="width:123px" %)Timestamp end|(% style="width:116px" %)Uplink Interval
693 +[[image:image-20220523152302-15.png||_mstalt="451581"]]
701 701  
695 +
702 702  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.
703 703  
704 704  For example, downlink command (% _mstmutation="1" %)**31 5FC5F350 5FC6 0160 05**(%%)
... ... @@ -715,10 +715,10 @@
715 715  
716 716  **Retrieval data payload:**
717 717  
718 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:480px" %)
719 -|=(% style="width: 60px;background-color:#D9E2F3" %)(((
712 +(% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:480px" %)
713 +|=(% style="width: 60px;" %)(((
720 720  **Size(bytes)**
721 -)))|=(% style="width: 90px;background-color:#D9E2F3" %)**2**|=(% style="width: 90px;background-color:#D9E2F3" %)**2**|=(% style="width: 70px;background-color:#D9E2F3" %)**2**|=(% style="width: 100px;background-color:#D9E2F3" %)**1**|=(% style="width: 70px;background-color:#D9E2F3" %)**4**
715 +)))|=(% style="width: 90px;" %)**2**|=(% style="width: 90px;" %)**2**|=(% style="width: 70px;" %)**2**|=(% style="width: 100px;" %)**1**|=(% style="width: 70px;" %)**4**
722 722  |(% 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"]]
723 723  
724 724  **Poll message flag & Ext:**
... ... @@ -750,7 +750,7 @@
750 750  
751 751  If LHT65N has below data inside Flash:
752 752  
753 -[[image:image-20230426171833-4.png]]
747 +[[image:image-20220523144455-1.png||_mstalt="430040" height="335" width="735"]]
754 754  
755 755  
756 756  If user sends below downlink command: (% style="background-color:yellow" %)3160065F9760066DA705
... ... @@ -981,6 +981,8 @@
981 981  * RED LED when external sensor is not connected
982 982  * For each success downlink, the PURPLE LED will blink once
983 983  
978 +
979 +
984 984  == 2.9 installation ==
985 985  
986 986  
... ... @@ -1034,44 +1034,7 @@
1034 1034  * Working voltage 2.35v ~~ 5v
1035 1035  
1036 1036  
1037 -== 3.3 E31F Temperature Probe ==
1038 1038  
1039 -
1040 -[[image:65N-E31F-1.jpg||height="169" width="170"]] [[image:65N-E31F.jpg||height="196" width="198"]]
1041 -
1042 -
1043 -Temperature sensor with 1 meters cable long
1044 -
1045 -**Built-in Temperature Sensor:**
1046 -
1047 -* Resolution: 0.01 °C
1048 -* Accuracy Tolerance : Typ ±0.3 °C
1049 -* Long Term Drift: < 0.02 °C/yr
1050 -* Operating Range: -40 ~~ 80 °C
1051 -
1052 -**Built-in Humidity Sensor:**
1053 -
1054 -* Resolution: 0.04 %RH
1055 -* Accuracy Tolerance : Typ ±3 %RH
1056 -* Long Term Drift: < 0.02 °C/yr
1057 -* Operating Range: 0 ~~ 96 %RH
1058 -
1059 -
1060 -**External Temperature Sensor :**
1061 -
1062 -* Resolution: 0.01 °C
1063 -* Accuracy Tolerance : Typical ±0.3 °C
1064 -* Long Term Drift: < 0.02 °C/yr
1065 -* Operating Range: -40 ~~ 125 °C
1066 -
1067 -**External Humidity Sensor :**
1068 -
1069 -* Resolution: 0.04 %RH
1070 -* Accuracy Tolerance : Typ ±3 %RH
1071 -* Long Term Drift: < 0.02 °C/yr
1072 -* Operating Range: 0 ~~ 96 %RH
1073 -
1074 -
1075 1075  = 4. Configure LHT65N via AT command or LoRaWAN downlink =
1076 1076  
1077 1077  
... ... @@ -1127,11 +1127,9 @@
1127 1127  
1128 1128  (% style="color:#4f81bd" %)**AT Command: AT+TDC**
1129 1129  
1130 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:501px" %)
1131 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:166px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:180px" %)**Response**
1132 -|(% style="width:155px" %)AT+TDC=?|(% style="width:162px" %)Show current transmit Interval|(% style="width:177px" %)30000 OK the interval is 30000ms = 30s
1133 -|(% style="width:155px" %)AT+TDC=60000|(% style="width:162px" %)Set Transmit Interval|(% style="width:177px" %)OK Set transmit interval to 60000ms = 60 seconds
1089 +[[image:image-20220523150701-2.png||_mstalt="427453"]]
1134 1134  
1091 +
1135 1135  (% style="color:#4f81bd" %)**Downlink Command: 0x01**
1136 1136  
1137 1137  Format: Command Code (0x01) followed by 3 bytes time value.
... ... @@ -1142,6 +1142,8 @@
1142 1142  
1143 1143  * **Example 2**: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
1144 1144  
1102 +
1103 +
1145 1145  == 4.2 Set External Sensor Mode ==
1146 1146  
1147 1147  
... ... @@ -1150,12 +1150,8 @@
1150 1150  
1151 1151  (% style="color:#4f81bd" %)**AT Command: AT+EXT**
1152 1152  
1112 +[[image:image-20220523150759-3.png||_mstalt="432146"]]
1153 1153  
1154 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:468px" %)
1155 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:153px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:160px" %)**Response**
1156 -|(% style="width:155px" %)AT+EXT=?|(% style="width:151px" %)Get current external sensor mode|(% style="width:158px" %)1 OK External Sensor mode =1
1157 -|(% style="width:155px" %)AT+EXT=1|(% colspan="2" rowspan="1" style="width:309px" %)Set external sensor mode to 1
1158 -|(% style="width:155px" %)AT+EXT=9|(% colspan="2" rowspan="1" style="width:309px" %)Set to external DS18B20 with timestamp
1159 1159  
1160 1160  (% style="color:#4f81bd" %)**Downlink Command: 0xA2**
1161 1161  
... ... @@ -1169,6 +1169,8 @@
1169 1169  
1170 1170  * 0xA20702003c: Same as AT+SETCNT=60
1171 1171  
1127 +
1128 +
1172 1172  == 4.3 Enable/Disable uplink Temperature probe ID ==
1173 1173  
1174 1174  
... ... @@ -1191,30 +1191,26 @@
1191 1191  
1192 1192  (% style="color:#4f81bd" %)**AT Command:**
1193 1193  
1194 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:381px" %)
1195 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:138px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:88px" %)**Response**
1196 -|(% style="width:155px" %)AT+PID=1|(% style="width:136px" %)Enable PID uplink|(% style="width:86px" %)OK
1151 +[[image:image-20220523150928-4.png||_mstalt="431821"]]
1197 1197  
1153 +
1198 1198  (% style="color:#4f81bd" %)**Downlink Command:**
1199 1199  
1200 1200  * **0xA800**  **~-~->** AT+PID=0
1201 1201  * **0xA801**     **~-~->** AT+PID=1
1202 1202  
1159 +
1160 +
1203 1203  == 4.4 Set Password ==
1204 1204  
1205 1205  
1206 1206  Feature: Set device password, max 9 digits
1207 1207  
1166 +
1208 1208  (% style="color:#4f81bd" %)**AT Command: AT+PWORD**
1209 1209  
1210 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:372px" %)
1211 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:128px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:89px" %)**Response**
1212 -|(% style="width:155px" %)AT+PWORD=?|(% style="width:124px" %)Show password|(% style="width:86px" %)(((
1213 -123456
1169 +[[image:image-20220523151052-5.png||_mstalt="428623"]]
1214 1214  
1215 -OK
1216 -)))
1217 -|(% style="width:155px" %)AT+PWORD=999999|(% style="width:124px" %)Set password|(% style="width:86px" %)OK
1218 1218  
1219 1219  (% style="color:#4f81bd" %)**Downlink Command:**
1220 1220  
... ... @@ -1226,12 +1226,12 @@
1226 1226  
1227 1227  Feature: Quit AT Command mode, so user needs to input password again before use AT Commands.
1228 1228  
1182 +
1229 1229  (% style="color:#4f81bd" %)**AT Command: AT+DISAT**
1230 1230  
1231 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:433px" %)
1232 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:191px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:86px" %)**Response**
1233 -|(% style="width:155px" %)AT+DISAT|(% style="width:191px" %)Quit AT Commands mode|(% style="width:86px" %)OK
1185 +[[image:image-20220523151132-6.png||_mstalt="428649"]]
1234 1234  
1187 +
1235 1235  (% style="color:#4f81bd" %)**Downlink Command:**
1236 1236  
1237 1237  No downlink command for this feature.
... ... @@ -1247,32 +1247,25 @@
1247 1247  
1248 1248  (% style="color:#4f81bd" %)**AT Command: AT+SLEEP**
1249 1249  
1250 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:513px" %)
1251 -|(% style="background-color:#d9e2f3; color:#0070c0; width:155px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:140px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:218px" %)**Response**
1252 -|(% style="width:155px" %)AT+SLEEP|(% style="width:139px" %)Set to sleep mode|(% style="width:213px" %)(((
1253 -Clear all stored sensor data…
1203 +[[image:image-20220523151218-7.png||_mstalt="430703"]]
1254 1254  
1255 -OK
1256 -)))
1257 1257  
1258 1258  (% style="color:#4f81bd" %)**Downlink Command:**
1259 1259  
1260 1260  * There is no downlink command to set to Sleep mode.
1261 1261  
1210 +
1211 +
1262 1262  == 4.7 Set system time ==
1263 1263  
1264 1264  
1265 1265  Feature: Set system time, unix format. [[See here for format detail.>>||anchor="H2.6.2UnixTimeStamp"]]
1266 1266  
1217 +
1267 1267  (% style="color:#4f81bd" %)**AT Command:**
1268 1268  
1269 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:506px" %)
1270 -|(% style="background-color:#d9e2f3; color:#0070c0; width:188px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:318px" %)**Function**
1271 -|(% style="width:154px" %)AT+TIMESTAMP=1611104352|(% style="width:285px" %)(((
1272 -OK
1220 +[[image:image-20220523151253-8.png||_mstalt="430677"]]
1273 1273  
1274 -Set System time to 2021-01-20 00:59:12
1275 -)))
1276 1276  
1277 1277  (% style="color:#4f81bd" %)**Downlink Command:**
1278 1278  
... ... @@ -1288,14 +1288,15 @@
1288 1288  
1289 1289  (((
1290 1290  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.
1237 +
1238 +
1291 1291  )))
1292 1292  
1293 1293  (% style="color:#4f81bd" %)**AT Command:**
1294 1294  
1295 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:475px" %)
1296 -|(% style="background-color:#d9e2f3; color:#0070c0; width:156px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:315px" %)**Function**
1297 -|(% style="width:156px" %)AT+SYNCMOD=1|(% style="width:315px" %)Enable Sync system time via LoRaWAN MAC Command (DeviceTimeReq)
1243 +[[image:image-20220523151336-9.png||_mstalt="431717"]]
1298 1298  
1245 +
1299 1299  (% style="color:#4f81bd" %)**Downlink Command:**
1300 1300  
1301 1301  0x28 01  ~/~/  Same As AT+SYNCMOD=1
... ... @@ -1307,12 +1307,12 @@
1307 1307  
1308 1308  Feature: Define System time sync interval. SYNCTDC default value: 10 days.
1309 1309  
1257 +
1310 1310  (% style="color:#4f81bd" %)**AT Command:**
1311 1311  
1312 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:472px" %)
1313 -|(% style="background-color:#d9e2f3; color:#0070c0; width:158px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:314px" %)**Function**
1314 -|(% style="width:156px" %)AT+SYNCTDC=0x0A |(% style="width:311px" %)Set SYNCTDC to 10 (0x0A), so the sync time is 10 days.
1260 +[[image:image-20220523151411-10.png||_mstalt="449696"]]
1315 1315  
1262 +
1316 1316  (% style="color:#4f81bd" %)**Downlink Command:**
1317 1317  
1318 1318  **0x29 0A**  ~/~/ Same as AT+SYNCTDC=0x0A
... ... @@ -1323,9 +1323,10 @@
1323 1323  
1324 1324  Feature: Print the sector data from start page to stop page (max is 416 pages).
1325 1325  
1273 +
1326 1326  (% style="color:#4f81bd" %)**AT Command: AT+PDTA**
1327 1327  
1328 -[[image:image-20230426164330-2.png]]
1276 +[[image:image-20220523151450-11.png||_mstalt="451035"]]
1329 1329  
1330 1330  
1331 1331  (% style="color:#4f81bd" %)**Downlink Command:**
... ... @@ -1338,9 +1338,10 @@
1338 1338  
1339 1339  Feature: Print the last few data entries
1340 1340  
1289 +
1341 1341  (% style="color:#4f81bd" %)**AT Command: AT+PLDTA**
1342 1342  
1343 -[[image:image-20230426164932-3.png]]
1292 +[[image:image-20220523151524-12.png||_mstalt="452101"]]
1344 1344  
1345 1345  
1346 1346  (% style="color:#4f81bd" %)**Downlink Command:**
... ... @@ -1356,30 +1356,27 @@
1356 1356  
1357 1357  (% style="color:#4f81bd" %)**AT Command: AT+CLRDTA**
1358 1358  
1308 +[[image:image-20220523151556-13.png||_mstalt="454129"]]
1359 1359  
1360 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:503px" %)
1361 -|(% style="background-color:#d9e2f3; color:#0070c0; width:157px" %)**Command Example**|(% style="background-color:#d9e2f3; color:#0070c0; width:137px" %)**Function**|(% style="background-color:#d9e2f3; color:#0070c0; width:209px" %)**Response**
1362 -|(% style="width:155px" %)AT+CLRDTA |(% style="width:134px" %)Clear date record|(% style="width:209px" %)(((
1363 -Clear all stored sensor data…
1364 1364  
1365 -OK
1366 -)))
1367 -
1368 1368  (% style="color:#4f81bd" %)**Downlink Command: 0xA3**
1369 1369  
1370 1370  * Example: 0xA301  ~/~/  Same as AT+CLRDTA
1371 1371  
1315 +
1316 +
1372 1372  == 4.13 Auto Send None-ACK messages ==
1373 1373  
1374 1374  
1375 1375  Feature: LHT65N will wait for ACK for each uplink, If LHT65N doesn't get ACK from the IoT server, it will consider the message doesn't arrive server and store it. LHT65N keeps sending messages in normal periodically. Once LHT65N gets ACK from a server, it will consider the network is ok and start to send the not-arrive message.
1376 1376  
1322 +
1377 1377  (% style="color:#4f81bd" %)**AT Command: AT+PNACKMD**
1378 1378  
1379 1379  The default factory setting is 0
1380 1380  
1381 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:367px" %)
1382 -|=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 120px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 87px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1327 +(% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:367px" %)
1328 +|=(% style="width: 158px;" %)**Command Example**|=(% style="width: 118px;" %)**Function**|=(% style="width: 87px;" %)**Response**
1383 1383  |(% style="width:158px" %)AT+PNACKMD=1|(% style="width:118px" %)Poll None-ACK message|(% style="width:87px" %)OK
1384 1384  
1385 1385  (% style="color:#4f81bd" %)**Downlink Command: 0x34**
... ... @@ -1386,13 +1386,15 @@
1386 1386  
1387 1387  * Example: 0x3401  ~/~/  Same as AT+PNACKMD=1
1388 1388  
1335 +
1336 +
1389 1389  == 4.14 Modified WMOD command for external sensor TMP117 or DS18B20 temperature alarm(Since firmware 1.3.0) ==
1390 1390  
1391 1391  
1392 1392  Feature: Set internal and external temperature sensor alarms.
1393 1393  
1394 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
1395 -|=(% style="width: 250px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 200px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**Response**
1342 +(% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:500px" %)
1343 +|=(% style="width: 250px;" %)**Command Example**|=(% style="width: 200px;" %)**Function**|=(% style="width: 50px;" %)**Response**
1396 1396  |(% style="width:268px" %)AT+WMOD=parameter1,parameter2,parameter3,parameter4|(% style="width:255px" %)Set internal and external temperature sensor alarms|(% style="width:181px" %)OK
1397 1397  
1398 1398  (% style="color:#037691" %)**AT+WMOD=parameter1,parameter2,parameter3,parameter4**
... ... @@ -1704,7 +1704,7 @@
1704 1704  [[image:image-20220615153355-1.png||_mstalt="430222"]]
1705 1705  
1706 1706  
1707 -(% style="color:blue" %)**Step1**(%%): Install [[TremoProgrammer>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AAAnJD_qGZ42bB52o4UmH9v9a/LHT65N%20Temperature%20%26%20Humidity%20Sensor/tool?dl=0&subfolder_nav_tracking=1]]  first.
1655 +(% style="color:blue" %)**Step1**(%%): Install TremoProgrammer  first.
1708 1708  
1709 1709  [[image:image-20220615170542-5.png||_mstalt="430638"]]
1710 1710  
... ... @@ -1770,7 +1770,7 @@
1770 1770  [[image:image-20220623110706-1.png||_mstalt="427869"]]
1771 1771  
1772 1772  
1773 -(% style="color:blue" %)**Step1**(%%): Install [[TremoProgrammer>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AAAnJD_qGZ42bB52o4UmH9v9a/LHT65N%20Temperature%20%26%20Humidity%20Sensor/tool?dl=0&subfolder_nav_tracking=1]]  first.
1721 +(% style="color:blue" %)**Step1**(%%): Install TremoProgrammer  first.
1774 1774  
1775 1775  [[image:image-20220615170542-5.png||_mstalt="430638"]]
1776 1776  
... ... @@ -1830,6 +1830,8 @@
1830 1830  
1831 1831  * (% style="color:red" %)**E3**(%%): External Temperature Probe
1832 1832  
1781 +
1782 +
1833 1833  = 8. Packing Info =
1834 1834  
1835 1835  
... ... @@ -1843,11 +1843,15 @@
1843 1843  * Device Size:  10 x 10 x 3.5 mm
1844 1844  * Device Weight: 120.5g
1845 1845  
1796 +
1797 +
1846 1846  = 9. Reference material =
1847 1847  
1848 1848  
1849 1849  * [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0]]
1850 1850  
1803 +
1804 +
1851 1851  = 10. FCC Warning =
1852 1852  
1853 1853  
... ... @@ -1856,3 +1856,6 @@
1856 1856  (1) This device may not cause harmful interference;
1857 1857  
1858 1858  (2) this device must accept any interference received, including interference that may cause undesired operation.
1813 +
1814 +
1815 +
65N-E31F-1.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ellie
Size
... ... @@ -1,1 +1,0 @@
1 -43.5 KB
Content
65N-E31F.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Ellie
Size
... ... @@ -1,1 +1,0 @@
1 -51.2 KB
Content
image-20230426083319-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -190.0 KB
Content
image-20230426155837-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -2.4 KB
Content
image-20230426164330-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -36.6 KB
Content
image-20230426164932-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -23.2 KB
Content
image-20230426171833-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -33.0 KB
Content