Changes for page LHT52 - LoRaWAN Temperature & Humidity Sensor User Manual
Last modified by Mengting Qiu on 2025/07/03 14:48
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -202,8 +202,8 @@ 202 202 The LHT65N has two working modes: 203 203 204 204 (% _mstvisible="1" %) 205 -* (% 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.206 -* (% style="color:blue" %)**Working Mode**(%%):Nwill be in STOP mode (IDLE mode), in STOP mode, LHT65N has the same power consumption as Deep Sleep mode.205 +* **Deep Sleep Mode**: LHT65N doesn’t have any LoRaWAN activation. This mode is used for storage and shipping to save battery life. 206 +* **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. 207 207 208 208 (% _mstvisible="1" %) 209 209 ((( ... ... @@ -241,7 +241,7 @@ 241 241 Each LHT65N is shipped with a sticker with its device EUI, APP Key and APP EUI as below: 242 242 243 243 (% _mstvisible="1" %) 244 -[[image:image-20220 617150003-1.jpeg]]244 +[[image:image-20220522232812-2.png||_mstalt="428467" _mstvisible="3" height="219" width="279"]] 245 245 246 246 (% _msthash="315244" _msttexthash="3659149" _mstvisible="1" %) 247 247 User can enter these keys in the LoRaWAN Server portal. Below is TTN V3 screenshot: ... ... @@ -1080,19 +1080,19 @@ 1080 1080 (% _mstvisible="1" class="box infomessage" %) 1081 1081 ((( 1082 1082 (% _msthash="506086" _msttexthash="2193529" _mstvisible="2" style="text-align: left;" %) 1083 -(% _istranslated="1" _mstmutation="1" _mstvisible="4" %)**AT+WMOD=1**(%%): 1083 +(% _istranslated="1" _mstmutation="1" _mstvisible="4" %)**AT+WMOD=1**(%%): Enable/disable alarm mode. (0: Disabled, 1: Enabled) 1084 1084 1085 1085 (% _msthash="506087" _msttexthash="3671265" _mstvisible="2" style="text-align: left;" %) 1086 -(% _istranslated="1" _mstvisible="4" %)**AT+CITEMP=1**(%%): 1086 +(% _istranslated="1" _mstvisible="4" %)**AT+CITEMP=1**(%%): The interval between checking the alarm temperature. (In minutes) 1087 1087 1088 1088 (% _msthash="506088" _msttexthash="3310437" _mstvisible="2" style="text-align: left;" %) 1089 -(% _istranslated="1" _mstvisible="4" %)**AT+ARTEMP**(%%): 1089 +(% _istranslated="1" _mstvisible="4" %)**AT+ARTEMP**(%%): Gets or sets the alarm range of the internal temperature sensor 1090 1090 1091 1091 (% _mstvisible="2" style="text-align: left;" %) 1092 -(% _istranslated="1" _mstmutation="1" %)**AT+ARTEMP=? **(%%): 1092 +(% _istranslated="1" _mstmutation="1" %)**AT+ARTEMP=? **(%%): Gets the alarm range of the internal temperature sensor(% _mstvisible="3" style="display:none" %) 1093 1093 1094 1094 (% _msthash="506089" _msttexthash="3590067" _mstvisible="2" style="text-align: left;" %) 1095 -(% _istranslated="1" _mstvisible="4" %)**AT+ARTEMP=45,105**(%%): 1095 +(% _istranslated="1" _mstvisible="4" %)**AT+ARTEMP=45,105**(%%): Set the internal temperature sensor alarm range from 45 to 105. 1096 1096 ))) 1097 1097 1098 1098 ... ... @@ -1135,6 +1135,9 @@ 1135 1135 For each success downlink, the PURPLE LED will blink once 1136 1136 1137 1137 1138 + 1139 + 1140 +(% _msthash="903008" _msttexthash="1875640" _mstvisible="4" %) 1138 1138 1139 1139 ))) 1140 1140 ... ... @@ -1238,7 +1238,7 @@ 1238 1238 (% _mstvisible="1" %) 1239 1239 ((( 1240 1240 (% _mstvisible="2" style="text-align: left;" %) 1241 -(% _mstvisible="3" style="color:#4f81bd" %)* (% _msthash="506 249" _mstmutation="1" _msttexthash="317850" _mstvisible="4" style="color:#4f81bd" %)**Commands special design for LHT65N**1244 +(% _mstvisible="3" style="color:#4f81bd" %)* (% _msthash="506054" _msttexthash="792038" %)**Commands special design for LHT65N** 1242 1242 ))) 1243 1243 1244 1244 (% _mstvisible="1" %) ... ... @@ -1691,7 +1691,7 @@ 1691 1691 1692 1692 ((( 1693 1693 (% _msthash="736726" _msttexthash="67213055" %) 1694 -In PC, User needs to set serial tool(such as [[**putty**>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) baud rate to (% style="color:green" %)**9600**(%%) to access to access serial console for LHT65N. The AT commands are disable by default and need to enter password (default:(% style="color:green" %)**123456**) (%%)to active it. Timeout to input AT Command is 5 min, after 5-minute, user need to input password again. User can use AT+DISAT command to disable AT command before timeout. 1697 +In PC, User needs to set serial tool(such as [[**putty**>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.htmlml]], SecureCRT) baud rate to (% style="color:green" %)**9600**(%%) to access to access serial console for LHT65N. The AT commands are disable by default and need to enter password (default:(% style="color:green" %)**123456**) (%%)to active it. Timeout to input AT Command is 5 min, after 5-minute, user need to input password again. User can use AT+DISAT command to disable AT command before timeout. 1695 1695 ))) 1696 1696 1697 1697 ((( ... ... @@ -1945,21 +1945,23 @@ 1945 1945 1946 1946 [[image:image-20220615153355-1.png]] 1947 1947 1948 -(% style="background-color:yellow" %)**1 < - -> GND < - -> Black** 1951 +(% _msthash="506138" _msttexthash="243997" %) 1952 +* (% style="background-color:yellow" %)1 < - -> GND < - -> Black 1949 1949 1950 -(% style="background-color:yellow" %)**5 < - -> RXD < - -> White** 1954 +(% _msthash="506139" _msttexthash="257166" %) 1955 +* (% style="background-color:yellow" %)5 < - -> RXD < - -> White 1951 1951 1952 -(% style="background-color:yellow" %)**9 < - -> TXD < - -> Green** 1957 +(% _msthash="506140" _msttexthash="253799" %) 1958 +* (% style="background-color:yellow" %)9 < - -> TXD < - -> Green 1953 1953 1954 1954 [[image:image-20220615153914-2.jpeg||height="608" width="456"]] 1955 1955 1956 - 1957 1957 ((( 1958 1958 (% _msthash="736728" _msttexthash="67213055" %) 1959 -((( 1960 -In PC, User needs to set serial tool(such as [[**putty**>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]], SecureCRT) baud rate to (% style="color:green" %)**9600** (%%)to access to access serial console for LHT65N. The AT commands are disable by default and need to enter password (default:(% style="color:red" %)**123456**)(%%) to active it. Timeout to input AT Command is 5 min, after 5-minute, user need to input password again. User can use AT+DISAT command to disable AT command before timeout. 1964 +In PC, User needs to set serial tool(such as [[**putty**>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.htmlml]], SecureCRT) baud rate to 1965 +(% style="color:green" %)**9600** (%%)to access to access serial console for LHT65N. The AT commands are disable by default and need to enter password (default: 1966 +(% style="color:red" %)**123456**)(%%) to active it. Timeout to input AT Command is 5 min, after 5-minute, user need to input password again. User can use AT+DISAT command to disable AT command before timeout. 1961 1961 ))) 1962 -))) 1963 1963 1964 1964 ((( 1965 1965 (% _msthash="736729" _msttexthash="1907009" %) ... ... @@ -1971,15 +1971,22 @@ 1971 1971 ))) 1972 1972 1973 1973 1979 + 1974 1974 == 6.5 How to use TTL-USB to connect PC to upgrade firmware? == 1975 1975 1976 1976 [[image:image-20220615153355-1.png]] 1977 1977 1978 -(% style="background-color:yellow" %)**4 < - -> 3.3V < - -> Blue** 1984 +(% _msthash="506141" _msttexthash="231309" %) 1985 +* 1986 +** (% style="background-color:yellow" %)4 < - -> 3.3V < - -> Blue 1979 1979 1980 -(% style="background-color:yellow" %)**5 < - -> RXD < - -> White** 1988 +(% _msthash="506142" _msttexthash="257166" %) 1989 +* 1990 +** (% style="background-color:yellow" %)5 < - -> RXD < - -> White 1981 1981 1982 -(% style="background-color:yellow" %)**9 < - -> TXD < - -> Green** 1992 +(% _msthash="506143" _msttexthash="253799" %) 1993 +* 1994 +** (% style="background-color:yellow" %)9 < - -> TXD < - -> Green 1983 1983 1984 1984 Use after connection, ground wire(1 < - -> GND < - -> Black) for 1s and then pull it out.Then restart the device. 1985 1985 ... ... @@ -1999,7 +1999,7 @@ 1999 1999 [[image:image-20220615171334-6.png]] 2000 2000 2001 2001 2002 -(% _istranslated="1" _mstmutation="1" %)**Step4:**(%%)Click Start 2014 +(% _istranslated="1" _mstmutation="1" %)**Step4:**(%%)Click Start 2003 2003 2004 2004 2005 2005 ))) ... ... @@ -2137,8 +2137,6 @@ 2137 2137 2138 2138 * [[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"]] 2139 2139 2140 - 2141 - 2142 2142 = (% _msthash="216320" _msttexthash="10002096" %)10. (%%)FCC Warning = 2143 2143 2144 2144 (% _mstvisible="1" %)
- image-20220617150003-1.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -16.5 KB - Content