Changes for page LHT52 - LoRaWAN Temperature & Humidity Sensor User Manual
Last modified by Mengting Qiu on 2025/07/03 14:48
From version 152.1
edited by Edwin Chen
on 2022/06/19 09:24
on 2022/06/19 09:24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 3 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Edwin1 +XWiki.Xiaoling - Content
-
... ... @@ -22,9 +22,6 @@ 22 22 (% _mstvisible="1" %) 23 23 ((( 24 24 (% _msthash="506051" _msttexthash="24333127" _mstvisible="2" %) 25 - 26 - 27 -(% _msthash="506051" _msttexthash="24333127" _mstvisible="2" %) 28 28 The Dragino LHT65N Temperature & Humidity sensor is a Long Range LoRaWAN Sensor. It includes a (% _mstvisible="4" style="color:#4f81bd" %)**built-in Temperature & Humidity sensor**(%%) and has an external sensor connector to connect to an external (% _mstvisible="4" style="color:#4f81bd" %)**Temperature Sensor**(% _mstvisible="3" %)**.** 29 29 ))) 30 30 ... ... @@ -77,6 +77,8 @@ 77 77 * Tri-color LED to indicate working status 78 78 * Datalog feature 79 79 77 + 78 + 80 80 (% _mstvisible="1" %) 81 81 == (% _msthash="323570" _msttexthash="297635" _mstvisible="3" %)1.3 Specification(%%) == 82 82 ... ... @@ -205,8 +205,8 @@ 205 205 The LHT65N has two working modes: 206 206 207 207 (% _mstvisible="1" %) 208 -* (% style="color:blue" %) **Deep Sleep Mode**(%%): LHT65N doesn’t have any LoRaWAN activation. This mode is used for storage and shipping to save battery life.209 -* (% style="color:blue" %) **Working Mode**(%%): In this mode, LHT65N works as LoRaWAN Sensor mode to Join LoRaWAN network and send out the sensor data to the server. Between each sampling/tx/rx periodically, LHT65Nwill be in STOP mode (IDLE mode), in STOP mode, LHT65N has the same power consumption as Deep Sleep mode.207 +* **(% style="color:blue" %)Deep Sleep Mode**(%%): LHT65N doesn’t have any LoRaWAN activation. This mode is used for storage and shipping to save battery life. 208 +* **(% style="color:blue" %)Working Mode**(%%): In this mode, LHT65N works as LoRaWAN Sensor mode to Join LoRaWAN network and send out the sensor data to the server. Between each sampling/tx/rx periodically, LHT65 will be in STOP mode (IDLE mode), in STOP mode, LHT65N has the same power consumption as Deep Sleep mode. 210 210 211 211 (% _mstvisible="1" %) 212 212 ((( ... ... @@ -365,6 +365,8 @@ 365 365 * The 7th byte (EXT #): defines the external sensor model. 366 366 * 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.) 367 367 367 + 368 + 368 368 (% _mstvisible="1" %) 369 369 === (% _msthash="360269" _msttexthash="333762" _mstvisible="3" %)2.4.1 Decoder in TTN V3(%%) === 370 370 ... ... @@ -401,6 +401,8 @@ 401 401 * BAT status=(0Xcba4>>14)&0xFF=11(B),very good 402 402 * Battery Voltage =0xCBF6&0x3FFF=0x0BA4=2980mV 403 403 405 + 406 + 404 404 (% _mstvisible="1" %) 405 405 === (% _msthash="600769" _msttexthash="565838" _mstvisible="3" %)2.4.3 Built-in Temperature(%%) === 406 406 ... ... @@ -416,6 +416,7 @@ 416 416 (% _mstvisible="1" %) 417 417 * Temperature: (0xF5C6-65536)/100=-26.18℃ 418 418 422 + 419 419 (% _mstvisible="1" %) 420 420 === (% _msthash="475891" _msttexthash="445120" _mstvisible="3" %)2.4.4 Built-in Humidity(%%) === 421 421 ... ... @@ -425,6 +425,7 @@ 425 425 (% _mstvisible="1" %) 426 426 * Humidity: 0x025C/10=60.4% 427 427 432 + 428 428 (% _mstvisible="1" %) 429 429 === (% _msthash="116532" _msttexthash="87958" _mstvisible="3" %)2.4.5 Ext #(%%) === 430 430 ... ... @@ -592,6 +592,7 @@ 592 592 * 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. 593 593 * 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) 594 594 600 + 595 595 (% _mstvisible="1" %) 596 596 == (% _msthash="487097" _msttexthash="454818" _mstvisible="3" %)2.5 Show data on Datacake(%%) == 597 597 ... ... @@ -654,6 +654,7 @@ 654 654 1. IoT Server sends a downlink LoRaWAN command to [[poll the value>>||anchor="H2.6.4Pollsensorvalue"]] for specify time range. 655 655 1. Set [[PNACKMD=1>>||anchor="H4.13AutoSendNone-ACKmessages"]], LHT65N will wait for ACK for every uplink, when there is no LoRaWAN network, LHT65N will store the sensor data, and it will send all messages after network recover. 656 656 663 + 657 657 (% _mstvisible="1" %) 658 658 === (% _msthash="369915" _msttexthash="342797" _mstvisible="3" %)2.6.2 Unix TimeStamp(%%) === 659 659 ... ... @@ -1151,17 +1151,6 @@ 1151 1151 (% _msthash="604150" _msttexthash="563212" _mstvisible="1" style="text-align: left;" %) 1152 1152 = (% _msthash="401388" _msttexthash="566956" _mstvisible="3" %)3. S(% _msthash="903005" _msttexthash="1647204" _mstvisible="2" %)ensors(% _msthash="401388" _msttexthash="40417" _mstvisible="3" %) and A(% _msthash="903005" _msttexthash="1647204" _mstvisible="2" %)ccessories(%%) = 1153 1153 1154 -(% _msthidden="1" _mstvisible="1" class="wikigeneratedid" style="text-align: left;" %) 1155 -== (% _msthash="903005" _msttexthash="1647204" _mstvisible="2" %)3.1(% _msthash="487110" _msttexthash="455390" %) E2 Extension Cable(%%) == 1156 - 1157 -[[image:image-20220619092222-1.png||height="182" width="188"]][[image:image-20220619092313-2.png||height="182" width="173"]] 1158 - 1159 -1m long breakout cable for LHT65N 1160 - 1161 -[[image:image-20220619092421-3.png||height="371" width="529"]] 1162 - 1163 - 1164 - 1165 1165 (% _msthidden="1" _mstvisible="1" style="text-align: left;" %) 1166 1166 == (% _msthash="903005" _msttexthash="1647204" _mstvisible="2" %)3.1(% _msthash="487110" _msttexthash="455390" %) E3 Temperature Probe(%%) == 1167 1167 ... ... @@ -1180,6 +1180,7 @@ 1180 1180 * -55°C to 125°C 1181 1181 * Working voltage 2.35v ~~ 5v 1182 1182 1179 + 1183 1183 (% _mstvisible="1" style="text-align: left;" %) 1184 1184 = (% _msthash="1940107" _msttexthash="1714063" _mstvisible="3" %)4. Configure LHT65N via AT command or LoRaWAN downlink(%%) = 1185 1185 ... ... @@ -1395,6 +1395,7 @@ 1395 1395 * 0xA800 **~-~->** AT+PID=0 1396 1396 * 0xA801 **~-~->** AT+PID=1 1397 1397 1395 + 1398 1398 (% _mstvisible="1" style="text-align: left;" %) 1399 1399 == (% _msthash="266344" _msttexthash="242879" _mstvisible="3" %)4.4 Set Password(%%) == 1400 1400 ... ... @@ -1466,6 +1466,7 @@ 1466 1466 (% _mstvisible="1" %) 1467 1467 * There is no downlink command to set to Sleep mode. 1468 1468 1467 + 1469 1469 (% _mstvisible="1" %) 1470 1470 == (% _msthash="336557" _msttexthash="309712" _mstvisible="3" %)4.7 Set system time(%%) == 1471 1471 ... ... @@ -1600,6 +1600,7 @@ 1600 1600 (% _mstvisible="1" %) 1601 1601 * Example: 0xA301 ~/~/Same as AT+CLRDTA 1602 1602 1602 + 1603 1603 (% _mstvisible="1" %) 1604 1604 == (% _msthash="740532" _msttexthash="701363" _mstvisible="3" %)4.13 Auto Send None-ACK messages(%%) == 1605 1605 ... ... @@ -1623,6 +1623,7 @@ 1623 1623 (% _mstvisible="1" %) 1624 1624 * Example: 0x3401 ~/~/Same as AT+PNACKMD=1 1625 1625 1626 + 1626 1626 (% _mstvisible="1" %) 1627 1627 = (% _msthash="568737" _msttexthash="502827" _mstvisible="3" %)5. Battery & How to replace(%%) = 1628 1628 ... ... @@ -1655,7 +1655,6 @@ 1655 1655 (% _mstvisible="1" %) 1656 1656 [[image:image-20220515075440-2.png||_mstalt="429546" _mstvisible="3" height="338" width="272"]][[image:image-20220515075625-3.png||_mstalt="431574" _mstvisible="3" height="193" width="257"]] 1657 1657 1658 - 1659 1659 (% _mstvisible="1" %) 1660 1660 == (% _msthash="494650" _msttexthash="462241" _mstvisible="3" %)5.3 Battery Life Analyze(%%) == 1661 1661 ... ... @@ -1985,6 +1985,7 @@ 1985 1985 1986 1986 ))) 1987 1987 1988 + 1988 1988 == 6.5 How to use TTL-USB to connect PC to upgrade firmware? == 1989 1989 1990 1990 [[image:image-20220615153355-1.png]] ... ... @@ -2087,6 +2087,8 @@ 2087 2087 (% _msthash="903335" _msttexthash="720135" _mstvisible="4" %) 2088 2088 (% style="color:red" %)**E3**(%%): External Temperature Probe 2089 2089 2091 + 2092 +(% _msthash="903335" _msttexthash="720135" _mstvisible="4" %) 2090 2090 2091 2091 ))) 2092 2092 ... ... @@ -2110,6 +2110,11 @@ 2110 2110 ))) 2111 2111 * (% _mstvisible="3" %) 2112 2112 ((( 2116 +(% _msthash="903337" _msttexthash="242567" _mstvisible="4" %) 2117 +Program cable x 1 2118 +))) 2119 +* (% _mstvisible="3" %) 2120 +((( 2113 2113 (% _msthash="903338" _msttexthash="544167" _mstvisible="4" %) 2114 2114 Optional external sensor 2115 2115 ))) ... ... @@ -2135,6 +2135,9 @@ 2135 2135 (% _mstvisible="3" %) 2136 2136 ((( 2137 2137 2146 + 2147 +(% _msthash="903342" _msttexthash="227084" _mstvisible="4" %) 2148 + 2138 2138 ))) 2139 2139 2140 2140 = (% _msthash="184782" _msttexthash="16007771" %)9. Reference material(%%) = ... ... @@ -2141,8 +2141,6 @@ 2141 2141 2142 2142 * [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/home/Products_Public_Document/LoRaWAN%20End%20Node/LHT65N%20Temperature%20%26%20Humidity%20Sensor||_msthash="504975" _msttexthash="51420512"]] 2143 2143 2144 - 2145 - 2146 2146 = (% _msthash="216320" _msttexthash="10002096" %)10. (%%)FCC Warning = 2147 2147 2148 2148 (% _mstvisible="1" %)
- image-20220619092222-1.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Edwin - Size
-
... ... @@ -1,1 +1,0 @@ 1 -530.7 KB - Content
- image-20220619092313-2.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Edwin - Size
-
... ... @@ -1,1 +1,0 @@ 1 -452.5 KB - Content
- image-20220619092421-3.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Edwin - Size
-
... ... @@ -1,1 +1,0 @@ 1 -234.1 KB - Content