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

From version 188.1
edited by Edwin Chen
on 2022/07/03 11:17
Change comment: There is no comment for this version
To version 189.7
edited by Xiaoling
on 2022/07/22 11:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -60,7 +60,6 @@
60 60  
61 61  
62 62  
63 -
64 64  == 1.3 Specification ==
65 65  
66 66  
... ... @@ -87,7 +87,6 @@
87 87  
88 88  
89 89  
90 -
91 91  = 2. Connect LHT65N to IoT Server =
92 92  
93 93  == 2.1 How does LHT65N work? ==
... ... @@ -166,9 +166,10 @@
166 166  [[image:image-20220522232954-5.png||_mstalt="431847" _mstvisible="3"]]
167 167  
168 168  
169 -Note: LHT65N use same payload as LHT65.
170 170  
168 +(% style="color:red" %)**Note: LHT65N use same payload as LHT65.**
171 171  
170 +
172 172  [[image:image-20220522233026-6.png||_mstalt="429403" _mstvisible="3"]]
173 173  
174 174  
... ... @@ -267,11 +267,10 @@
267 267  
268 268  * The First 6 bytes: has fix meanings for every LHT65N.
269 269  * The 7th byte (EXT #): defines the external sensor model.
270 -* 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 wont be these four bytes.)
269 +* 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.)
271 271  
272 272  
273 273  
274 -
275 275  === 2.4.1 Decoder in TTN V3 ===
276 276  
277 277  When the uplink payload arrives TTNv3, it shows HEX format and not friendly to read. We can add LHT65N decoder in TTNv3 for friendly reading.
... ... @@ -304,7 +304,6 @@
304 304  
305 305  
306 306  
307 -
308 308  === 2.4.3 Built-in Temperature ===
309 309  
310 310  [[image:image-20220522235639-2.png||_mstalt="431756" _mstvisible="3" height="138" width="722"]]
... ... @@ -317,7 +317,6 @@
317 317  
318 318  
319 319  
320 -
321 321  === 2.4.4 Built-in Humidity ===
322 322  
323 323  [[image:image-20220522235639-4.png||_mstalt="432484" _mstvisible="3" height="138" width="722"]]
... ... @@ -326,7 +326,6 @@
326 326  
327 327  
328 328  
329 -
330 330  === 2.4.5 Ext # ===
331 331  
332 332  Bytes for External Sensor:
... ... @@ -473,11 +473,13 @@
473 473  
474 474  * (% _msthash="504956" _msttexthash="245037" _mstvisible="4" %)**Status & Ext Byte**
475 475  
476 -[[image:image-20220523152434-16.png||_mstalt="453921" _mstvisible="3"]]
471 +(% border="1" cellspacing="8" style="background-color:#ffffcc; color:green; width:520px" %)
472 +|(% 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]**
473 +|(% 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)
477 477  
478 -* Poll Message Flag:  1: This message is a poll message reply, 0: means this is a normal uplink.
479 -* 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.
480 -* 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)
475 +* (% style="color:blue" %)**Poll Message Flag**:(%%)  1: This message is a poll message reply, 0: means this is a normal uplink.
476 +* (% 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.
477 +* (% 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)
481 481  
482 482  
483 483  
... ... @@ -1036,8 +1036,21 @@
1036 1036  )))
1037 1037  )))
1038 1038  
1036 +(% style="color:#4f81bd" %)**Downlink Command: AAXXXXXXXXXXXXXX**
1039 1039  
1038 +Total bytes: 8 bytes
1040 1040  
1040 +**Example:**AA0100010001003C
1041 +
1042 +WMOD=01
1043 +
1044 +CITEMP=0001
1045 +
1046 +TEMPlow=0001
1047 +
1048 +TEMPhigh=003C
1049 +
1050 +
1041 1041  == 2.8 LED Indicator ==
1042 1042  
1043 1043  The LHT65 has a triple color LED which for easy showing different stage .
... ... @@ -1053,7 +1053,6 @@
1053 1053  
1054 1054  
1055 1055  
1056 -
1057 1057  == 2.9 installation ==
1058 1058  
1059 1059  (% _mstvisible="1" %)
... ... @@ -1106,7 +1106,6 @@
1106 1106  
1107 1107  
1108 1108  
1109 -
1110 1110  = 4. Configure LHT65N via AT command or LoRaWAN downlink =
1111 1111  
1112 1112  (((
... ... @@ -1174,7 +1174,6 @@
1174 1174  
1175 1175  
1176 1176  
1177 -
1178 1178  == 4.2 Set External Sensor Mode ==
1179 1179  
1180 1180  Feature: Change External Sensor Mode.
... ... @@ -1198,7 +1198,6 @@
1198 1198  
1199 1199  
1200 1200  
1201 -
1202 1202  == 4.3 Enable/Disable uplink Temperature probe ID ==
1203 1203  
1204 1204  (((
... ... @@ -1228,7 +1228,6 @@
1228 1228  
1229 1229  
1230 1230  
1231 -
1232 1232  == 4.4 Set Password ==
1233 1233  
1234 1234  Feature: Set device password, max 9 digits
... ... @@ -1277,7 +1277,6 @@
1277 1277  
1278 1278  
1279 1279  
1280 -
1281 1281  == 4.7 Set system time ==
1282 1282  
1283 1283  Feature: Set system time, unix format. [[See here for format detail.>>||anchor="H2.6.2UnixTimeStamp"]]
... ... @@ -1376,7 +1376,6 @@
1376 1376  
1377 1377  
1378 1378  
1379 -
1380 1380  == 4.13 Auto Send None-ACK messages ==
1381 1381  
1382 1382  (% _msthash="315394" _msttexthash="51837149" _mstvisible="1" %)
... ... @@ -1397,7 +1397,6 @@
1397 1397  
1398 1398  
1399 1399  
1400 -
1401 1401  = 5. Battery & How to replace =
1402 1402  
1403 1403  == 5.1 Battery Type ==
... ... @@ -1852,7 +1852,6 @@
1852 1852  
1853 1853  
1854 1854  
1855 -
1856 1856  = 8. Packing Info =
1857 1857  
1858 1858  
... ... @@ -1868,7 +1868,6 @@
1868 1868  
1869 1869  
1870 1870  
1871 -
1872 1872  = 9. Reference material =
1873 1873  
1874 1874  * [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0||_msthash="504975" _msttexthash="51420512"]]
... ... @@ -1875,7 +1875,6 @@
1875 1875  
1876 1876  
1877 1877  
1878 -
1879 1879  = 10. FCC Warning =
1880 1880  
1881 1881  This device complies with part 15 of the FCC Rules.Operation is subject to the following two conditions: