Changes for page LHT65N -- Manual do sensor de temperatura e umidade LoRaWAN
Last modified by Xiaoling on 2023/07/18 10:12
From version 199.1
edited by Bei Jinggeng
on 2022/09/27 09:56
on 2022/09/27 09:56
Change comment:
Uploaded new attachment "image-20220927095645-1.png", version {1}
To version 204.1
edited by Edwin Chen
on 2022/10/08 15:03
on 2022/10/08 15:03
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Bei1 +XWiki.Edwin - Content
-
... ... @@ -61,9 +61,6 @@ 61 61 * Tri-color LED to indicate working status 62 62 * Datalog feature (Max 3328 records) 63 63 64 - 65 - 66 - 67 67 == 1.3 Specification == 68 68 69 69 ... ... @@ -88,9 +88,6 @@ 88 88 * ±2°C accuracy from -55°C to +125°C 89 89 * Operating Range: -55 °C ~~ 125 °C 90 90 91 - 92 - 93 - 94 94 = 2. Connect LHT65N to IoT Server = 95 95 96 96 ... ... @@ -138,6 +138,7 @@ 138 138 (% _msthash="315240" _msttexthash="9205482" _mstvisible="1" class="wikigeneratedid" %) 139 139 This section shows an example of how to join the TTN V3 LoRaWAN IoT server. Use with other LoRaWAN IoT servers is of a similar procedure. 140 140 135 + 141 141 (% _mstvisible="1" class="wikigeneratedid" %) 142 142 [[image:image-20220522232442-1.png||_mstalt="427830" _mstvisible="3" height="387" width="648"]] 143 143 ... ... @@ -282,7 +282,6 @@ 282 282 * 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.) 283 283 284 284 285 - 286 286 === 2.4.1 Decoder in TTN V3 === 287 287 288 288 ... ... @@ -316,7 +316,6 @@ 316 316 * Battery Voltage =0xCBF6&0x3FFF=0x0BA4=2980mV 317 317 318 318 319 - 320 320 === 2.4.3 Built-in Temperature === 321 321 322 322 ... ... @@ -329,7 +329,6 @@ 329 329 * Temperature: (0xF5C6-65536)/100=-26.18℃ 330 330 331 331 332 - 333 333 === 2.4.4 Built-in Humidity === 334 334 335 335 ... ... @@ -338,7 +338,6 @@ 338 338 * Humidity: 0x025C/10=60.4% 339 339 340 340 341 - 342 342 === 2.4.5 Ext # === 343 343 344 344 ... ... @@ -497,8 +497,6 @@ 497 497 * (% 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) 498 498 499 499 500 - 501 - 502 502 ==== 2.4.6.3 Ext~=6, ADC Sensor (use with E2 Cable) ==== 503 503 504 504 ... ... @@ -548,9 +548,12 @@ 548 548 549 549 550 550 551 -==== 2.4.6.4 Ext~=2 TMP117 Sensor ( since v1.3) ====540 +==== 2.4.6.4 Ext~=2 TMP117 Sensor (Since Firmware v1.3) ==== 552 552 553 553 543 +[[image:image-20220927095645-1.png||height="534" width="460"]] 544 + 545 + 554 554 **Ext=2,Temperature Sensor(TMP117):** 555 555 556 556 [[image:image-20220906102307-7.png]] ... ... @@ -563,7 +563,7 @@ 563 563 564 564 565 565 566 -==== 2.4.6.5 Ext~=4 Interrupt Mode ( since v1.3) ====558 +==== 2.4.6.5 Ext~=4 Interrupt Mode (Since Firmware v1.3) ==== 567 567 568 568 569 569 (% style="color:red" %)**Note: In this mode, 3.3v output will be always ON. LHT65N will send an uplink when there is a trigger.** ... ... @@ -611,7 +611,7 @@ 611 611 612 612 613 613 614 -==== 2.4.6.6 Ext~=8 Counting Mode( since v1.3) ====606 +==== 2.4.6.6 Ext~=8 Counting Mode(Since Firmware v1.3) ==== 615 615 616 616 617 617 (% style="color:red" %)**Note: In this mode, 3.3v output will be always ON. LHT65N will count for every interrupt and uplink periodically.** ... ... @@ -769,11 +769,19 @@ 769 769 770 770 There are two methods: 771 771 772 -1. IoT Server sends a downlink LoRaWAN command to [[poll the value>>||anchor="H2.6.4Pollsensorvalue"]] for specifying time range. 773 -1. Set [[PNACKMD=1>>||anchor="H4.13AutoSendNone-ACKmessages"]], LHT65N will wait for ACK for every uplink, when there is no LoRaWAN network, LHT65N will mark these records with non-ack message and store the sensor data, and it will send all messages (10s interval) after the network recovery. note: a) LHT65N will do ack check for data records sending to make sure every data arrive server. b) LHT65N will send data in CONFIRMED Mode when PNACKMD=1, but it won't re-transmit the same packet , it will just mark it as NONE-ACK and resend after network is detected. 764 +**Method 1**: IoT Server sends a downlink LoRaWAN command to [[poll the value>>||anchor="H2.6.4Pollsensorvalue"]] for specified time range. 774 774 766 + 767 +**Method 2: **Set [[PNACKMD=1>>||anchor="H4.13AutoSendNone-ACKmessages"]], LHT65N will wait for ACK for every uplink, when there is no LoRaWAN network, LHT65N will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery. 768 + 769 +**Note for method 2:** 770 + 771 +* a) LHT65N will do an ACK check for data records sending to make sure every data arrive server. 772 +* b) LHT65N will send data in **CONFIRMED Mode** when PNACKMD=1, but LHT65N won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if LHT65N gets a ACK, LHT65N will consider there is a network connection and resend all NONE-ACK Message. 773 + 775 775 Below is the typical case for the auto-update datalog feature (Set PNACKMD=1) 776 776 776 + 777 777 [[image:image-20220703111700-2.png||height="381" width="1119"]] 778 778 779 779 ... ... @@ -995,15 +995,18 @@ 995 995 (% _msthash="315268" _msttexthash="390390" _mstvisible="3" %)**Poll message flag & Ext** 996 996 997 997 (% _mstvisible="1" %) 998 -[[image:image-20220523152208-14.png||_mstalt="452920" _mstvisible="3"]] 999 - 1000 -(% _mstvisible="1" %) 1001 1001 ((( 1002 1002 (% _mstvisible="2" %) 1003 1003 ((( 1004 1004 (% _msthash="736723" _msttexthash="2005003" _mstvisible="3" %) 1005 1005 ((( 1006 -Poll Message Flag: 1: This message is a poll message reply. 1003 +[[image:image-20221006192726-1.png||height="112" width="754"]] 1004 + 1005 +(% class="mark" %)No ACK Message(%%): 1: This message means this payload is fromn Uplink Message which doesn't get ACK from the server before ( for [[PNACKMD=1>>||anchor="H4.13AutoSendNone-ACKmessages"]] feature) 1006 + 1007 +(% class="mark" %)Poll Message Flag(%%): 1: This message is a poll message reply. 1008 + 1009 + 1007 1007 ))) 1008 1008 ))) 1009 1009 ))) ... ... @@ -1144,6 +1144,7 @@ 1144 1144 (% _mstvisible="1" %) 1145 1145 [[image:image-20220523001219-13.png||_mstalt="451204" _mstvisible="3" height="421" style="text-align:left" width="727"]] 1146 1146 1150 + 1147 1147 (% _msthash="315271" _msttexthash="12012546" _mstvisible="1" style="text-align: left;" %) 1148 1148 ((( 1149 1149 7FFF089801464160065F977FFF088E014B41600660097FFF0885014E41600660667FFF0875015141600662BE7FFF086B015541600665167FFF08660155416006676E7FFF085F015A41600669C67FFF0857015D4160066C1E ... ... @@ -1257,8 +1257,6 @@ 1257 1257 * For each success downlink, the PURPLE LED will blink once 1258 1258 1259 1259 1260 - 1261 - 1262 1262 == 2.9 installation == 1263 1263 1264 1264 ... ... @@ -1317,7 +1317,6 @@ 1317 1317 * Working voltage 2.35v ~~ 5v 1318 1318 1319 1319 1320 - 1321 1321 = 4. Configure LHT65N via AT command or LoRaWAN downlink = 1322 1322 1323 1323 ... ... @@ -1388,8 +1388,6 @@ 1388 1388 * **Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 1389 1389 1390 1390 1391 - 1392 - 1393 1393 == 4.2 Set External Sensor Mode == 1394 1394 1395 1395 ... ... @@ -1414,8 +1414,6 @@ 1414 1414 * 0xA20702003c: Same as AT+SETCNT=60 1415 1415 1416 1416 1417 - 1418 - 1419 1419 == 4.3 Enable/Disable uplink Temperature probe ID == 1420 1420 1421 1421 ... ... @@ -1447,8 +1447,6 @@ 1447 1447 * **0xA801** **~-~->** AT+PID=1 1448 1448 1449 1449 1450 - 1451 - 1452 1452 == 4.4 Set Password == 1453 1453 1454 1454 ... ... @@ -1501,8 +1501,6 @@ 1501 1501 * There is no downlink command to set to Sleep mode. 1502 1502 1503 1503 1504 - 1505 - 1506 1506 == 4.7 Set system time == 1507 1507 1508 1508 ... ... @@ -1516,7 +1516,7 @@ 1516 1516 1517 1517 (% _msthash="315254" _msttexthash="298038" style="color:#4f81bd" %)**Downlink Command:** 1518 1518 1519 -0x306007806000 ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352 1512 +0x306007806000 ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352 1520 1520 1521 1521 1522 1522 ... ... @@ -1540,8 +1540,8 @@ 1540 1540 1541 1541 (% style="color:#4f81bd" %)**Downlink Command:** 1542 1542 1543 -0x28 01 ~/~/ Same As AT+SYNCMOD=1 1544 -0x28 00 ~/~/ Same As AT+SYNCMOD=0 1536 +0x28 01 ~/~/ Same As AT+SYNCMOD=1 1537 +0x28 00 ~/~/ Same As AT+SYNCMOD=0 1545 1545 1546 1546 1547 1547 ... ... @@ -1612,8 +1612,6 @@ 1612 1612 * Example: 0xA301 ~/~/Same as AT+CLRDTA 1613 1613 1614 1614 1615 - 1616 - 1617 1617 == 4.13 Auto Send None-ACK messages == 1618 1618 1619 1619 ... ... @@ -1635,8 +1635,6 @@ 1635 1635 * Example: 0x3401 ~/~/Same as AT+PNACKMD=1 1636 1636 1637 1637 1638 - 1639 - 1640 1640 = 5. Battery & How to replace = 1641 1641 1642 1642 ... ... @@ -1958,7 +1958,7 @@ 1958 1958 == 6.3 How to change the uplink interval? == 1959 1959 1960 1960 1961 -[[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/||_msthash="506137" _msttexthash="5712018"]] 1950 +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/||_msthash="506137" _msttexthash="5712018" style="background-color: rgb(255, 255, 255);"]] 1962 1962 1963 1963 1964 1964 ... ... @@ -1992,6 +1992,7 @@ 1992 1992 [[image:image-20220615170542-5.png]] 1993 1993 1994 1994 1984 + 1995 1995 (% style="color:blue" %)**Step2**(%%):wiring method.(% style="display:none" %) 1996 1996 1997 1997 (% _msthash="506146" _msttexthash="52173160" %) ... ... @@ -2005,6 +2005,7 @@ 2005 2005 [[image:image-20220621170938-2.png]] 2006 2006 2007 2007 1998 + 2008 2008 (% style="color:blue" %)**Step3:**(%%)Select the device port to be connected, baud rate and bin file to be downloaded. 2009 2009 2010 2010 [[image:image-20220615171334-6.png]] ... ... @@ -2053,6 +2053,7 @@ 2053 2053 [[image:image-20220615170542-5.png]] 2054 2054 2055 2055 2047 + 2056 2056 (% style="color:blue" %)**Step2**(%%):wiring method.(% style="display:none" %) 2057 2057 2058 2058 (% _msthash="506146" _msttexthash="52173160" %) ... ... @@ -2065,6 +2065,7 @@ 2065 2065 Press and hold the start key to restart and enter (% _mstvisible="1" %)bootlaod(%%) mode. 2066 2066 2067 2067 2060 + 2068 2068 (% style="color:blue" %)**Step3:**(%%)Select the device port to be connected, baud rate and bin file to be downloaded. 2069 2069 2070 2070 [[image:image-20220615171334-6.png]] ... ... @@ -2103,8 +2103,6 @@ 2103 2103 * (% style="color:red" %)**E3**(%%): External Temperature Probe 2104 2104 2105 2105 2106 - 2107 - 2108 2108 = 8. Packing Info = 2109 2109 2110 2110 ... ... @@ -2119,8 +2119,6 @@ 2119 2119 * Device Weight: 120.5g 2120 2120 2121 2121 2122 - 2123 - 2124 2124 = 9. Reference material = 2125 2125 2126 2126 ... ... @@ -2127,8 +2127,6 @@ 2127 2127 * [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0||_msthash="504975" _msttexthash="51420512"]] 2128 2128 2129 2129 2130 - 2131 - 2132 2132 = 10. FCC Warning = 2133 2133 2134 2134
- image-20221006192726-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Edwin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +17.3 KB - Content