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

From version 234.5
edited by Xiaoling
on 2023/04/26 14:43
Change comment: There is no comment for this version
To version 229.1
edited by Bei Jinggeng
on 2023/03/02 14:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
Content
... ... @@ -116,19 +116,9 @@
116 116  
117 117  [[image:image-20220515123819-1.png||_mstalt="430742" height="379" width="317"]]
118 118  
119 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
120 -|=(% 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**
121 -|(% 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" %)(((
122 -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.
123 -)))
124 -|(% 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" %)(((
125 -(% style="background-color:#f2f2f2; color:green" %)**Green led**(%%) will fast blink 5 times, LHT65N will enter working mode and start to JOIN LoRaWAN network.
126 -(% style="background-color:#f2f2f2; color:green" %)**Green led**(%%) will solidly turn on for 5 seconds after join in network.
127 -)))
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.
119 +[[image:image-20220525110604-2.png||_mstalt="427531"]]
129 129  
130 130  
131 -
132 132  == 2.3 Example to join LoRaWAN network ==
133 133  
134 134  
... ... @@ -156,7 +156,7 @@
156 156  Each LHT65N is shipped with a sticker with its device EUI, APP Key and APP EUI as below:
157 157  )))
158 158  
159 -[[image:image-20230426083319-1.png]]
149 +[[image:image-20220617150003-1.jpeg||_mstalt="5426434"]]
160 160  
161 161  User can enter these keys in the LoRaWAN Server portal. Below is TTN V3 screenshot:
162 162  
... ... @@ -206,18 +206,18 @@
206 206  After each uplink, the (% style="color:blue" %)**BLUE LED**(%%) will blink once.
207 207  )))
208 208  
209 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:390px" %)
210 -|=(% style="width: 60px;background-color:#2F5496" %)(((
199 +(% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:390px" %)
200 +|=(% style="width: 60px;" %)(((
211 211  **Size(bytes)**
212 -)))|=(% style="width: 30px;background-color:#D9E2F3" %)(((
202 +)))|=(% style="width: 30px;" %)(((
213 213  **2**
214 -)))|=(% style="width: 100px;background-color:#D9E2F3" %)(((
204 +)))|=(% style="width: 100px;" %)(((
215 215  **2**
216 -)))|=(% style="width: 100px;background-color:#D9E2F3" %)(((
206 +)))|=(% style="width: 100px;" %)(((
217 217  **2**
218 -)))|=(% style="width: 50px;background-color:#D9E2F3" %)(((
208 +)))|=(% style="width: 50px;" %)(((
219 219  **1**
220 -)))|=(% style="width: 50px;background-color:#D9E2F3" %)(((
210 +)))|=(% style="width: 50px;" %)(((
221 221  **4**
222 222  )))
223 223  |(% style="width:97px" %)(((
... ... @@ -239,9 +239,7 @@
239 239  )))
240 240  
241 241  * The First 6 bytes: has fix meanings for every LHT65N.
242 -
243 243  * The 7th byte (EXT #): defines the external sensor model.
244 -
245 245  * 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.)
246 246  
247 247  === 2.4.1 Decoder in TTN V3 ===
... ... @@ -262,7 +262,6 @@
262 262  
263 263  [[image:image-20220523152839-18.png||_mstalt="457613"]]
264 264  
265 -(b)stands for binary
266 266  
267 267  [[image:image-20220522235639-1.png||_mstalt="431392" height="139" width="727"]]
268 268  
... ... @@ -269,8 +269,8 @@
269 269  
270 270  Check the battery voltage for LHT65N.
271 271  
272 -* BAT status=(0Xcba4>>14)&0xFF=11 (BIN) ,very good
273 -* Battery Voltage =0xCBA4&0x3FFF=0x0BA4=2980mV
259 +* BAT status=(0Xcba4>>14)&0xFF=11(B),very good
260 +* Battery Voltage =0xCBF6&0x3FFF=0x0BA4=2980mV
274 274  
275 275  === 2.4.3 Built-in Temperature ===
276 276  
... ... @@ -1635,7 +1635,7 @@
1635 1635  [[image:image-20220615153355-1.png||_mstalt="430222"]]
1636 1636  
1637 1637  
1638 -(% 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.
1625 +(% style="color:blue" %)**Step1**(%%): Install TremoProgrammer  first.
1639 1639  
1640 1640  [[image:image-20220615170542-5.png||_mstalt="430638"]]
1641 1641  
... ... @@ -1701,7 +1701,7 @@
1701 1701  [[image:image-20220623110706-1.png||_mstalt="427869"]]
1702 1702  
1703 1703  
1704 -(% 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.
1691 +(% style="color:blue" %)**Step1**(%%): Install TremoProgrammer  first.
1705 1705  
1706 1706  [[image:image-20220615170542-5.png||_mstalt="430638"]]
1707 1707  
... ... @@ -1787,3 +1787,6 @@
1787 1787  (1) This device may not cause harmful interference;
1788 1788  
1789 1789  (2) this device must accept any interference received, including interference that may cause undesired operation.
1777 +
1778 +
1779 +
image-20230426083319-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -190.0 KB
Content