<
From version < 11.1 >
edited by Edwin Chen
on 2023/04/09 08:40
To version < 20.1 >
edited by Edwin Chen
on 2023/04/09 10:07
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -156,8 +156,73 @@
156 156  [[image:image-20220522233300-8.png||_mstalt="428389" height="219" width="722"]]
157 157  
158 158  
159 -== 2.4 Uplink Payload   ( Fport~=2) ==
159 +== 2.4 Uplink Payload~-~-Device Status, (Fport~=5) ==
160 160  
161 +Users can use the downlink command(**0x26 01**) to ask LHT65N-PIR to send device configure detail, include device configure status. LHT65N-PIR will uplink a payload via FPort=5 to server.
162 +
163 +The Payload format is as below.
164 +
165 +|(% colspan="6" %)**Device Status (FPORT=5)**
166 +|**Size (bytes)**|**1**|**2**|**1**|**1**|**2**
167 +|**Value**|Sensor Model|Firmware Version|Frequency Band|Sub-band|BAT
168 +
169 +Example parse in TTNv3
170 +
171 +[[image:1675144504430-490.png]]
172 +
173 +**Sensor Model**: For LHT65N-PIR, this value is 0x1A
174 +
175 +**Firmware Version**: 0x0100, Means: v1.0.0 version
176 +
177 +**Frequency Band**:
178 +
179 +*0x01: EU868
180 +
181 +*0x02: US915
182 +
183 +*0x03: IN865
184 +
185 +*0x04: AU915
186 +
187 +*0x05: KZ865
188 +
189 +*0x06: RU864
190 +
191 +*0x07: AS923
192 +
193 +*0x08: AS923-1
194 +
195 +*0x09: AS923-2
196 +
197 +*0x0a: AS923-3
198 +
199 +*0x0b: CN470
200 +
201 +*0x0c: EU433
202 +
203 +*0x0d: KR920
204 +
205 +*0x0e: MA869
206 +
207 +**Sub-Band**:
208 +
209 +AU915 and US915:value 0x00 ~~ 0x08
210 +
211 +CN470: value 0x0B ~~ 0x0C
212 +
213 +Other Bands: Always 0x00
214 +
215 +**Battery Info**:
216 +
217 +Check the battery voltage.
218 +
219 +Ex1: 0x0B45 = 2885mV
220 +
221 +Ex2: 0x0B49 = 2889mV
222 +
223 +
224 +== 2.5 Uplink Payload, Sensor Data  ( Fport~=2) ==
225 +
161 161  The uplink payload includes totally 11 bytes. Uplink packets use FPORT=2 and (% style="color:#4f81bd" %)**every 20 minutes**(%%) send one uplink by default.
162 162  
163 163  After each uplink, the (% style="color:blue" %)**BLUE LED**(%%) will blink once.
... ... @@ -199,7 +199,7 @@
199 199  * The 8^^th^^ byte: Alarm Bit (if this uplink is from periodically or movement)
200 200  * The 9^^th^^ ~~ 11^^st^^  byte: Movement Detect Count.
201 201  
202 -=== 2.4.1 Decoder in TTN V3 ===
267 +=== 2.5.1 Decoder in TTN V3 ===
203 203  
204 204  
205 205  When the uplink payload arrives TTNv3, it shows HEX format and not friendly to read. We can add LHT65N-PIR decoder in TTNv3 for friendly reading.
... ... @@ -210,7 +210,7 @@
210 210  [[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220522234118-10.png||_mstalt="451464" height="353" width="729"]]
211 211  
212 212  
213 -=== 2.4.2 BAT-Battery Info ===
278 +=== 2.5.2 BAT-Battery Info ===
214 214  
215 215  
216 216  These two bytes of BAT include the battery state and the actually voltage
... ... @@ -226,7 +226,7 @@
226 226  * BAT status=(0xcba4>>14)&0xFF=11(B),very good
227 227  * Battery Voltage =0xCBF6&0x3FFF=0x0BA4=2980mV
228 228  
229 -=== 2.4.3 Built-in Temperature ===
294 +=== 2.5.3 Built-in Temperature ===
230 230  
231 231  [[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220522235639-2.png||_mstalt="431756" height="138" width="722"]]
232 232  
... ... @@ -236,22 +236,20 @@
236 236  
237 237  * Temperature:  (0xF5C6-65536)/100=-26.18℃
238 238  
304 +=== 2.5.4 Built-in Humidity ===
239 239  
240 -=== 2.4.4 Built-in Humidity ===
241 -
242 242  [[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220522235639-4.png||_mstalt="432484" height="138" width="722"]]
243 243  
244 244  * Humidity:    0x025C/10=60.4%
245 245  
310 +=== 2.5.5 Ext value ===
246 246  
247 -=== 2.4.5 Ext value ===
312 +==== 2.5.5.1 Ext~=0x0A, PIR Sensor ====
248 248  
249 -==== 2.4.5.1 Ext~=0x0A, PIR Sensor ====
250 -
251 251  [[image:image-20221224161634-2.png||height="138" width="851"]]
252 252  
253 253  
254 -==== 2.4.5.2 Ext Value ====
317 +==== 2.5.5.2 Ext Value ====
255 255  
256 256  There are 4 bytes in Ext Value field.
257 257  
... ... @@ -259,7 +259,7 @@
259 259  
260 260  (% border="1" cellspacing="4" style="background-color:#ffffcc; color:green; width:490px" %)
261 261  |=(% style="width: 147px;" %)(((
262 -**The 8^^th^^ bytes**
325 +**The 8^^th^^ byte**
263 263  )))|=(% style="width: 108px;" %)(((
264 264  **Bit 1~~7**
265 265  )))|=(% style="width: 228px;" %)(((
... ... @@ -285,7 +285,7 @@
285 285  0x00 E5 09 : Total detect 58633 activity since end node start.
286 286  
287 287  
288 -== 2.5 Show data on Datacake ==
351 +== 2.6 Show data on Datacake ==
289 289  
290 290  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:
291 291  
... ... @@ -295,7 +295,7 @@
295 295  
296 296  Add Datacake:
297 297  
298 -[[image:image-20220523000825-7.png||_mstalt="429884" height="262" width="583"]]
361 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220523000825-7.png||_mstalt="429884" height="262" width="583"]]
299 299  
300 300  
301 301  
... ... @@ -302,20 +302,20 @@
302 302  Select default key as Access Key:
303 303  
304 304  
305 -[[image:image-20220523000825-8.png||_mstalt="430248" height="453" width="406"]]
368 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220523000825-8.png||_mstalt="430248" height="453" width="406"]]
306 306  
307 307  
308 308  In Datacake console ([[https:~~/~~/datacake.co/>>url:https://datacake.co/]]) , add LHT65 device.
309 309  
310 310  
311 -[[image:image-20221224161935-5.png||height="523" width="409"]]
374 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20221224161935-5.png||height="523" width="409"]]
312 312  
313 313  
314 -[[image:image-20221224161957-6.png||height="306" width="852"]]
377 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20221224161957-6.png||height="306" width="852"]]
315 315  
316 316  
317 317  
318 -== 2.8 LED Indicator ==
381 +== 2.7 LED Indicator ==
319 319  
320 320  
321 321  The LHT65N-PIR has a triple color LED which for easy showing different stage .
... ... @@ -329,18 +329,20 @@
329 329  * RED LED when external sensor is not connected
330 330  * For each success downlink, the PURPLE LED will blink once
331 331  
332 -== 2.9 installation ==
395 +== 2.8 installation ==
333 333  
397 +~1. Don't install LHT65N-PIR outdoor or place where will get wet
334 334  
335 -[[image:image-20220516231650-1.png||_mstalt="428597" height="436" width="428"]]
399 +2. Towards the PIR probe to the place where need to monitor activity.
336 336  
337 337  
402 +
338 338  = 3. Sensors and Accessories =
339 339  
340 340  == 3.1 E2 Extension Cable ==
341 341  
342 342  
343 -[[image:image-20220619092222-1.png||_mstalt="429533" height="182" width="188"]][[image:image-20220619092313-2.png||_mstalt="430222" height="182" width="173"]]
408 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220619092222-1.png||_mstalt="429533" height="182" width="188"]][[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220619092313-2.png||_mstalt="430222" height="182" width="173"]]
344 344  
345 345  
346 346  **1m long breakout cable for LHT65N-E5. Features:**
... ... @@ -352,59 +352,41 @@
352 352  Update firmware for LHT65N-PIR
353 353  )))
354 354  
355 -[[image:image-20220619092421-3.png||_mstalt="430547" height="371" width="529"]]
420 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220619092421-3.png||_mstalt="430547" height="371" width="529"]]
356 356  
357 357  
358 -= 4. Configure LHT65N-PIR via AT command or LoRaWAN downlink =
423 += 4. Configure LHT65N-PIR =
359 359  
425 +== 4.1 Configure Methods: ==
360 360  
361 -(((
362 -Use can configure LHT65N-E5 via AT Command or LoRaWAN Downlink.
363 -)))
364 364  
365 -* (((
366 -AT Command Connection: See [[FAQ>>||anchor="H6.FAQ"]].
367 -)))
428 +LHT65N-PIR supports below configure method:
368 368  
369 -* (((
370 -LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>doc:Main.WebHome]]
371 -)))
430 +* AT Command via UART Connection : See [[FAQ>>path:#H7.FAQ]].
431 +* LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>url:http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
372 372  
373 -(((
374 -There are two kinds of commands to configure LHT65N-E5, they are:
375 -)))
433 +== 4.2 General Commands ==
376 376  
377 -* (((
378 -(% style="color:#4f81bd" %)**General Commands**.
379 -)))
380 380  
381 -(((
382 382  These commands are to configure:
383 -)))
384 384  
385 -1. (((
386 -General system settings like: uplink interval.
387 -)))
388 -1. (((
389 -LoRaWAN protocol & radio-related commands.
390 -)))
438 +* General system settings like: uplink interval.
439 +* LoRaWAN protocol & radio related command.
391 391  
392 -(((
393 -They are the same for all Dragino Devices which supports DLWS-005 LoRaWAN Stack(Note~*~*). These commands can be found on the wiki: [[End Device Downlink Command>>doc:Main.End Device AT Commands and Downlink Command.WebHome]]
394 -)))
441 +They are same for all Dragino Devices which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki:
395 395  
396 -* (((
397 -(% style="color:#4f81bd" %)**Commands special design for LHT65N-E5**
398 -)))
443 +[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
399 399  
400 -(((
401 -These commands are only valid for LHT65N-E5, as below:
402 -)))
403 403  
446 +== 4.3 Commands special design for LHT65N-PIR ==
404 404  
405 -== 4.1 Set Transmit Interval Time ==
406 406  
449 +These commands only valid for LHT65N-PIR, as below:
407 407  
451 +
452 +=== 4.3.1 Set Transmit Interval Time ===
453 +
454 +
408 408  Feature: Change LoRaWAN End Node Transmit Interval.
409 409  
410 410  
... ... @@ -413,7 +413,7 @@
413 413  [[image:image-20220523150701-2.png||_mstalt="427453"]]
414 414  
415 415  
416 -(% style="color:#4f81bd" %)**Downlink Command: 0x01**
463 +(% style="color:#4f81bd" %)**Downlink Payload: 0x01**
417 417  
418 418  Format: Command Code (0x01) followed by 3 bytes time value.
419 419  
... ... @@ -423,9 +423,18 @@
423 423  
424 424  * **Example 2**: Downlink Payload: 0100003C  ~/~/ Set Transmit Interval (TDC) = 60 seconds
425 425  
426 -== 4.2 Currently only supports E5 ==
473 +=== 4.3.2 Get Device Status ===
427 427  
475 +Send a LoRaWAN downlink to ask device send Alarm settings.
428 428  
477 +* (% style="color:#4f81bd" %)**Downlink Payload**(%%)**:  **0x26 01
478 +
479 +Sensor will upload Device Status via FPORT=5. See payload section for detail.
480 +
481 +
482 +=== 4.3.3 Set Password ===
483 +
484 +
429 429  Feature: Set device password, max 9 digits
430 430  
431 431  
... ... @@ -449,7 +449,7 @@
449 449  
450 450  * 0xA205: Set external sensor type to E5
451 451  
452 -== 4.3 Set to sleep mode ==
508 +=== 4.3.4 Set to sleep mode ===
453 453  
454 454  
455 455  Feature: Set device to sleep mode
... ... @@ -466,206 +466,60 @@
466 466  
467 467  * There is no downlink command to set to Sleep mode.
468 468  
469 -= 5. Battery & How to replace =
525 +=== 4.3.5 Set UOA (Uplink on Activity) ===
470 470  
471 -== 5.1 Battery Type ==
527 +Feature: Enable / Disable Uplink on Activity
472 472  
529 +* **AT+UOA=0**  : Disable UoA
530 +* **AT+UOA=1,2** :  Enable UoA , Calm Down Time: 2 minutes. If device already send a uplink on activity, it will not send another uplink on activiy in 2 minutes, even detect activity.
473 473  
474 -(((
475 -LHT65N-E5 is equipped with a 2400mAH Li-MnO2 (CR17505) battery . The battery is an un-rechargeable battery with low discharge rate targeting for up to 8~~10 years use. This type of battery is commonly used in IoT devices for long-term running, such as water meters.
476 -)))
532 +Notice: Calm Down time range is 1 ~~ 65535 minutes. If user set Calm Down time to low value, such as 1 minute, the sensor might send uplink very frequenctly and battery drain fast.
477 477  
478 -(((
479 -The discharge curve is not linear so can't simply use percentage to show the battery level. Below is the battery performance.
534 +(% style="color:#4f81bd" %)**AT Command: AT+UOA**
480 480  
481 481  
482 -[[image:image-20220515075034-1.png||_mstalt="428961" height="208" width="644"]]
483 -)))
537 +(% style="color:#4f81bd" %)**Downlink Command:  **(% class="mark" %)**xxxxxxx**
484 484  
485 -The minimum Working Voltage for the LHT65N-E5 is ~~ 2.5v. When battery is lower than 2.6v, it is time to change the battery.
486 -
487 487  
488 -== 5.2 Replace Battery ==
540 += 5. Battery & Power Consumption =
489 489  
542 +LHT65N-PIR use **CR17450** battery pack. See below link for detail information about the battery info and how to replace.
490 490  
491 -LHT65N-E5 has two screws on the back, Unscrew them, and changing the battery inside is ok. The battery is a general CR17450 battery (3.0v). Any brand should be ok.
544 +[[**Battery Info & Power Consumption Analyze**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
492 492  
493 -[[image:image-20220515075440-2.png||_mstalt="429546" height="338" width="272"]][[image:image-20220515075625-3.png||_mstalt="431574" height="193" width="257"]]
494 494  
547 += 6. OTA firmware update =
495 495  
496 -== 5.3 Battery Life Analyze ==
549 +Please see this link for how to do OTA firmware update: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]]
497 497  
498 498  
499 -(((
500 -Dragino battery-powered products are all run in Low Power mode. User can check the guideline from this link to calculate the estimated battery life:
501 -[[https:~~/~~/www.dragino.com/downloads/downloads/LoRa_End_Node/Battery_Analyze/DRAGINO_Battery_Life_Guide.pdf>>https://www.dragino.com/downloads/downloads/LoRa_End_Node/Battery_Analyze/DRAGINO_Battery_Life_Guide.pdf]]
502 -)))
552 += 7. FAQ =
503 503  
554 +== 7.1 How to use AT Command? ==
504 504  
505 -(((
506 -A full detail test report for LHT65N-E5 on different frequency can be found at : [[https:~~/~~/www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0>>https://www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0]]
507 -)))
508 508  
509 -
510 -= 6. FAQ =
511 -
512 -== 6.1 How to use AT Command? ==
513 -
514 -
515 515  LHT65N-E5 supports AT Command set.User can use a USB to TTL adapter plus the Program Cable to connect to LHT65 for using AT command, as below.
516 516  
517 517  
518 -[[image:image-20220615153355-1.png||_mstalt="430222"]]
560 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615153355-1.png||_mstalt="430222"]]
519 519  
520 520  
521 521  
522 -[[image:1655802313617-381.png||_mstalt="293917"]]
564 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@1655802313617-381.png||_mstalt="293917"]]
523 523  
524 524  
525 -
526 -(((
527 527  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-E5. The AT commands are disable by default and need to enter password (default:(% style="color:green" %)**123456**(% style="color:red" %))(%%) 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.
528 -)))
529 529  
530 -[[image:image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
569 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
531 531  
532 -AT Command List is as below:
533 533  
534 -AT+<CMD>? :  Help on <CMD>
535 535  
536 -AT+<CMD> Run <CMD>
573 +== 7.2 Where to use AT commands and Downlink commands ==
537 537  
538 -AT+<CMD>=<value> :  Set the value
539 539  
540 -AT+<CMD>=? :  Get the value
541 -
542 -AT+DEBUG:  Set more info output
543 -
544 -ATZ:  Trig a reset of the MCU
545 -
546 -AT+FDR:  Reset Parameters to Factory Default, Keys Reserve
547 -
548 -AT+DEUI:  Get or Set the Device EUI
549 -
550 -AT+DADDR:  Get or Set the Device Address
551 -
552 -AT+APPKEY:  Get or Set the Application Key
553 -
554 -AT+NWKSKEY:  Get or Set the Network Session Key
555 -
556 -AT+APPSKEY:  Get or Set the Application Session Key
557 -
558 -AT+APPEUI:  Get or Set the Application EUI
559 -
560 -AT+ADR:  Get or Set the Adaptive Data Rate setting. (0: off, 1: on)
561 -
562 -AT+TXP:  Get or Set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Spec)
563 -
564 -AT+DR:  Get or Set the Data Rate. (0-7 corresponding to DR_X)
565 -
566 -AT+DCS:  Get or Set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing
567 -
568 -AT+PNM:  Get or Set the public network mode. (0: off, 1: on)
569 -
570 -AT+RX2FQ:  Get or Set the Rx2 window frequency
571 -
572 -AT+RX2DR:  Get or Set the Rx2 window data rate (0-7 corresponding to DR_X)
573 -
574 -AT+RX1DL:  Get or Set the delay between the end of the Tx and the Rx Window 1 in ms
575 -
576 -AT+RX2DL:  Get or Set the delay between the end of the Tx and the Rx Window 2 in ms
577 -
578 -AT+JN1DL:  Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms
579 -
580 -AT+JN2DL:  Get or Set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms
581 -
582 -AT+NJM:  Get or Set the Network Join Mode. (0: ABP, 1: OTAA)
583 -
584 -AT+NWKID:  Get or Set the Network ID
585 -
586 -AT+FCU:  Get or Set the Frame Counter Uplink
587 -
588 -AT+FCD:  Get or Set the Frame Counter Downlink
589 -
590 -AT+CLASS:  Get or Set the Device Class
591 -
592 -AT+JOIN:  Join network
593 -
594 -AT+NJS:  Get the join status
595 -
596 -AT+SENDB:  Send hexadecimal data along with the application port
597 -
598 -AT+SEND:  Send text data along with the application port
599 -
600 -AT+RECVB:  Print last received data in binary format (with hexadecimal values)
601 -
602 -AT+RECV:  Print last received data in raw format
603 -
604 -AT+VER:  Get current image version and Frequency Band
605 -
606 -AT+CFM:  Get or Set the confirmation mode (0-1)
607 -
608 -AT+CFS:  Get confirmation status of the last AT+SEND (0-1)
609 -
610 -AT+SNR:  Get the SNR of the last received packet
611 -
612 -AT+RSSI:  Get the RSSI of the last received packet
613 -
614 -AT+TDC:  Get or set the application data transmission interval in ms
615 -
616 -AT+PORT:  Get or set the application port
617 -
618 -AT+DISAT:  Disable AT commands
619 -
620 -AT+PWORD: Set password, max 9 digits
621 -
622 -AT+CHS:  Get or Set Frequency (Unit: Hz) for Single Channel Mode
623 -
624 -AT+CHE:  Get or Set eight channels mode,Only for US915,AU915,CN470
625 -
626 -AT+PDTA:  Print the sector data from start page to stop page
627 -
628 -AT+PLDTA:  Print the last few sets of data
629 -
630 -AT+CLRDTA:  Clear the storage, record position back to 1st
631 -
632 -AT+SLEEP:  Set sleep mode
633 -
634 -AT+EXT:  Get or Set external sensor model
635 -
636 -AT+BAT:  Get the current battery voltage in mV
637 -
638 -AT+CFG:  Print all configurations
639 -
640 -AT+WMOD:  Get or Set Work Mode
641 -
642 -AT+ARTEMP:  Get or set the internal Temperature sensor alarm range
643 -
644 -AT+CITEMP:  Get or set the internal Temperature sensor collection interval in min
645 -
646 -AT+SETCNT:  Set the count at present
647 -
648 -AT+RJTDC:  Get or set the ReJoin data transmission interval in min
649 -
650 -AT+RPL:  Get or set response level
651 -
652 -AT+TIMESTAMP:  Get or Set UNIX timestamp in second
653 -
654 -AT+LEAPSEC:  Get or Set Leap Second
655 -
656 -AT+SYNCMOD:  Get or Set time synchronization method
657 -
658 -AT+SYNCTDC:  Get or set time synchronization interval in day
659 -
660 -AT+PID:  Get or set the PID
661 -
662 -
663 -== 6.2 Where to use AT commands and Downlink commands ==
664 -
665 -
666 666  **AT commands:**
667 667  
668 -[[image:image-20220620153708-1.png||_mstalt="429806" height="603" width="723"]]
578 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220620153708-1.png||_mstalt="429806" height="603" width="723"]]
669 669  
670 670  
671 671  **Downlink commands:**
... ... @@ -674,13 +674,13 @@
674 674  
675 675  (% style="color:blue" %)**TTN:**
676 676  
677 -[[image:image-20220615092124-2.png||_mstalt="429221" height="649" width="688"]]
587 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615092124-2.png||_mstalt="429221" height="649" width="688"]]
678 678  
679 679  
680 680  
681 681  (% style="color:blue" %)**Helium:**
682 682  
683 -[[image:image-20220615092551-3.png||_mstalt="430794" height="423" width="835"]]
593 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615092551-3.png||_mstalt="430794" height="423" width="835"]]
684 684  
685 685  
686 686  
... ... @@ -687,56 +687,49 @@
687 687  (% style="color:blue" %)**Chirpstack: The downlink window will not be displayed until the network is accessed**
688 688  
689 689  
690 -[[image:image-20220615094850-6.png||_mstalt="433082"]]
600 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615094850-6.png||_mstalt="433082"]]
691 691  
692 692  
693 -[[image:image-20220615094904-7.png||_mstalt="433485" height="281" width="911"]]
603 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615094904-7.png||_mstalt="433485" height="281" width="911"]]
694 694  
695 695  
696 696  
697 697  (% style="color:blue" %)**Aws:**
698 698  
699 -[[image:image-20220615092939-4.png||_mstalt="434460" height="448" width="894"]]
609 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615092939-4.png||_mstalt="434460" height="448" width="894"]]
700 700  
701 701  
702 702  == 6.3 How to change the uplink interval? ==
703 703  
704 -
705 705  Please see this link: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20set%20the%20transmit%20time%20interval/||_mstmutation="1" style="background-color: rgb(255, 255, 255);"]]
706 706  
616 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
707 707  
708 708  
709 -[[image:image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
619 +== 7.4 How to use TTL-USB to connect PC to upgrade firmware? ==
710 710  
621 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615153355-1.png||_mstalt="430222"]]
711 711  
712 -== 6.4 How to use TTL-USB to connect PC to upgrade firmware? ==
713 -
714 -
715 -[[image:image-20220615153355-1.png||_mstalt="430222"]]
716 -
717 -
718 718  (% style="color:blue" %)**Step1**(%%): Install TremoProgrammer  first.
719 719  
720 -[[image:image-20220615170542-5.png||_mstalt="430638"]]
625 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615170542-5.png||_mstalt="430638"]]
721 721  
722 -
723 -
724 724  (% _mstmutation="1" style="color:blue" %)**Step2**(%%):wiring method.(% style="display:none" %)
725 725  
726 726  First connect the four lines;(% style="display:none" %)
727 727  
728 -[[image:image-20220621170938-1.png||_mstalt="431340" height="413" width="419"]],(% style="display:none" %)
631 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220621170938-1.png||_mstalt="431340" height="413" width="419"]],(% style="display:none" %)
729 729  
730 730  
731 731  Then use DuPont cable to short circuit port3 and port1, and then release them, so that the device enters bootlaod mode.
732 732  
733 -[[image:image-20220621170938-2.png||_mstalt="431704"]]
636 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220621170938-2.png||_mstalt="431704"]]
734 734  
735 735  
736 736  
737 737  (% style="color:blue" %)**Step3:**(%%)Select the device port to be connected, baud rate and bin file to be downloaded.
738 738  
739 -[[image:image-20220615171334-6.png||_mstalt="431028"]]
642 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615171334-6.png||_mstalt="431028"]]
740 740  
741 741  
742 742  Click the (% style="color:blue" %)**start**(%%) button to start the firmware upgrade.
... ... @@ -744,7 +744,7 @@
744 744  
745 745  When this interface appears, it indicates that the download has been completed.
746 746  
747 -[[image:image-20220620160723-8.png||_mstalt="430703"]]
650 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220620160723-8.png||_mstalt="430703"]]
748 748  
749 749  
750 750  Finally, unplug the DuPont cable on port4, and then use the DuPont cable to short circuit port3 and port1 to reset the device.
... ... @@ -751,10 +751,10 @@
751 751  
752 752  
753 753  
754 -[[image:image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
657 +[[image:Main.User Manual for LoRaWAN End Nodes.LHT65N-E5 LoRaWAN Temperature_Humidity & Illuminance Sensor User Manual.WebHome@image-20220615154519-3.png||_mstalt="431925" height="672" width="807"]]
755 755  
756 756  
757 -= 7. Order Info =
660 += 8. Order Info =
758 758  
759 759  
760 760  Part Number: (% style="color:#4f81bd" %)** LHT65N-PIR-XX**
... ... @@ -770,7 +770,7 @@
770 770  * (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
771 771  * (% style="color:#4f81bd" %)** **(% _mstmutation="1" style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
772 772  
773 -= 8. Packing Info =
676 += 9. Packing Info =
774 774  
775 775  
776 776  **Package Includes**:
... ... @@ -782,12 +782,12 @@
782 782  * Device Size:  10 x 10 x 3.5 mm
783 783  * Device Weight: 120.5g
784 784  
785 -= 9. Reference material =
688 += 10. Reference material =
786 786  
787 787  
788 788  * [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0]]
789 789  
790 -= 10. FCC Warning =
693 += 11. FCC Warning =
791 791  
792 792  
793 793  This device complies with part 15 of the FCC Rules.Operation is subject to the following two conditions:
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0