Changes for page LHT65N -- Manual do sensor de temperatura e umidade LoRaWAN
Last modified by Xiaoling on 2023/07/18 10:12
From version 201.1
edited by Bei Jinggeng
on 2022/09/27 13:34
on 2022/09/27 13:34
Change comment:
There is no comment for this version
To version 206.1
edited by Edwin Chen
on 2022/10/18 09:46
on 2022/10/18 09:46
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
-
... ... @@ -134,6 +134,7 @@ 134 134 (% _msthash="315240" _msttexthash="9205482" _mstvisible="1" class="wikigeneratedid" %) 135 135 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. 136 136 137 + 137 137 (% _mstvisible="1" class="wikigeneratedid" %) 138 138 [[image:image-20220522232442-1.png||_mstalt="427830" _mstvisible="3" height="387" width="648"]] 139 139 ... ... @@ -198,7 +198,7 @@ 198 198 199 199 200 200 201 -== 2.4 Uplink Payload == 202 +== 2.4 Uplink Payload ( Fport~=2) == 202 202 203 203 204 204 ((( ... ... @@ -277,17 +277,15 @@ 277 277 * The 7th byte (EXT #): defines the external sensor model. 278 278 * 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.) 279 279 281 + 280 280 === 2.4.1 Decoder in TTN V3 === 281 281 282 282 283 283 When the uplink payload arrives TTNv3, it shows HEX format and not friendly to read. We can add LHT65N decoder in TTNv3 for friendly reading. 284 284 285 -Below is the position to put the decoder and LHT65N decoder can be download from here: 287 +Below is the position to put the decoder and LHT65N decoder can be download from here: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]] 286 286 287 287 288 -[[https:~~/~~/www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0 >>https://www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0||_msthash="315253" _msttexthash="3509064" _mstvisible="2"]] 289 - 290 - 291 291 [[image:image-20220522234118-10.png||_mstalt="451464" _mstvisible="3" height="353" width="729"]] 292 292 293 293 ... ... @@ -309,6 +309,7 @@ 309 309 * BAT status=(0Xcba4>>14)&0xFF=11(B),very good 310 310 * Battery Voltage =0xCBF6&0x3FFF=0x0BA4=2980mV 311 311 311 + 312 312 === 2.4.3 Built-in Temperature === 313 313 314 314 ... ... @@ -327,6 +327,7 @@ 327 327 328 328 * Humidity: 0x025C/10=60.4% 329 329 330 + 330 330 === 2.4.5 Ext # === 331 331 332 332 ... ... @@ -485,6 +485,7 @@ 485 485 * (% 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) 486 486 487 487 489 + 488 488 ==== 2.4.6.3 Ext~=6, ADC Sensor (use with E2 Cable) ==== 489 489 490 490 ... ... @@ -536,8 +536,10 @@ 536 536 537 537 ==== 2.4.6.4 Ext~=2 TMP117 Sensor (Since Firmware v1.3) ==== 538 538 541 + 539 539 [[image:image-20220927095645-1.png||height="534" width="460"]] 540 540 544 + 541 541 **Ext=2,Temperature Sensor(TMP117):** 542 542 543 543 [[image:image-20220906102307-7.png]] ... ... @@ -756,11 +756,19 @@ 756 756 757 757 There are two methods: 758 758 759 -1. IoT Server sends a downlink LoRaWAN command to [[poll the value>>||anchor="H2.6.4Pollsensorvalue"]] for specifying time range. 760 -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. 763 +**Method 1**: IoT Server sends a downlink LoRaWAN command to [[poll the value>>||anchor="H2.6.4Pollsensorvalue"]] for specified time range. 761 761 765 + 766 +**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. 767 + 768 +**Note for method 2:** 769 + 770 +* a) LHT65N will do an ACK check for data records sending to make sure every data arrive server. 771 +* 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. 772 + 762 762 Below is the typical case for the auto-update datalog feature (Set PNACKMD=1) 763 763 775 + 764 764 [[image:image-20220703111700-2.png||height="381" width="1119"]] 765 765 766 766 ... ... @@ -982,15 +982,18 @@ 982 982 (% _msthash="315268" _msttexthash="390390" _mstvisible="3" %)**Poll message flag & Ext** 983 983 984 984 (% _mstvisible="1" %) 985 -[[image:image-20220523152208-14.png||_mstalt="452920" _mstvisible="3"]] 986 - 987 -(% _mstvisible="1" %) 988 988 ((( 989 989 (% _mstvisible="2" %) 990 990 ((( 991 991 (% _msthash="736723" _msttexthash="2005003" _mstvisible="3" %) 992 992 ((( 993 -Poll Message Flag: 1: This message is a poll message reply. 1002 +[[image:image-20221006192726-1.png||height="112" width="754"]] 1003 + 1004 +(% 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) 1005 + 1006 +(% class="mark" %)**Poll Message Flag**(%%): 1: This message is a poll message reply. 1007 + 1008 + 994 994 ))) 995 995 ))) 996 996 ))) ... ... @@ -1039,7 +1039,7 @@ 1039 1039 ((( 1040 1040 (% _msthash="736725" _msttexthash="1065532" _mstvisible="3" %) 1041 1041 ((( 1042 -a) DR0: max is 11 bytes so one entry of data 1057 +**a) DR0:** max is 11 bytes so one entry of data 1043 1043 ))) 1044 1044 ))) 1045 1045 ))) ... ... @@ -1050,7 +1050,7 @@ 1050 1050 ((( 1051 1051 (% _msthash="736726" _msttexthash="3265665" _mstvisible="3" %) 1052 1052 ((( 1053 -b) DR1: max is 53 bytes so devices will upload 4 entries of data (total 44 bytes) 1068 +**b) DR1:** max is 53 bytes so devices will upload 4 entries of data (total 44 bytes) 1054 1054 ))) 1055 1055 ))) 1056 1056 ))) ... ... @@ -1061,7 +1061,7 @@ 1061 1061 ((( 1062 1062 (% _msthash="736727" _msttexthash="1454115" _mstvisible="3" style="text-align: left;" %) 1063 1063 ((( 1064 -c) DR2: total payload includes 11 entries of data 1079 +**c) DR2:** total payload includes 11 entries of data 1065 1065 ))) 1066 1066 ))) 1067 1067 ))) ... ... @@ -1072,7 +1072,7 @@ 1072 1072 ((( 1073 1073 (% _msthash="736728" _msttexthash="1483924" _mstvisible="3" style="text-align: left;" %) 1074 1074 ((( 1075 -d) DR3: total payload includes 22 entries of data. 1090 +**d) DR3: **total payload includes 22 entries of data. 1076 1076 ))) 1077 1077 ))) 1078 1078 ))) ... ... @@ -1083,7 +1083,7 @@ 1083 1083 ((( 1084 1084 (% _msthash="736729" _msttexthash="5848349" _mstvisible="3" style="text-align: left;" %) 1085 1085 ((( 1086 -If devise doesn ’t have any data in the polling time. Device will uplink 11 bytes of 01101 +If devise doesn't have any data in the polling time. Device will uplink 11 bytes of 0 1087 1087 ))) 1088 1088 ))) 1089 1089 ))) ... ... @@ -1131,6 +1131,7 @@ 1131 1131 (% _mstvisible="1" %) 1132 1132 [[image:image-20220523001219-13.png||_mstalt="451204" _mstvisible="3" height="421" style="text-align:left" width="727"]] 1133 1133 1149 + 1134 1134 (% _msthash="315271" _msttexthash="12012546" _mstvisible="1" style="text-align: left;" %) 1135 1135 ((( 1136 1136 7FFF089801464160065F977FFF088E014B41600660097FFF0885014E41600660667FFF0875015141600662BE7FFF086B015541600665167FFF08660155416006676E7FFF085F015A41600669C67FFF0857015D4160066C1E ... ... @@ -1301,6 +1301,7 @@ 1301 1301 * Operating Range: -40 ~~ 125 °C 1302 1302 * Working voltage 2.35v ~~ 5v 1303 1303 1320 + 1304 1304 = 4. Configure LHT65N via AT command or LoRaWAN downlink = 1305 1305 1306 1306 ... ... @@ -1491,7 +1491,7 @@ 1491 1491 1492 1492 (% _msthash="315254" _msttexthash="298038" style="color:#4f81bd" %)**Downlink Command:** 1493 1493 1494 -0x306007806000 ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352 1511 +0x306007806000 ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352 1495 1495 1496 1496 1497 1497 ... ... @@ -1515,8 +1515,8 @@ 1515 1515 1516 1516 (% style="color:#4f81bd" %)**Downlink Command:** 1517 1517 1518 -0x28 01 ~/~/ Same As AT+SYNCMOD=1 1519 -0x28 00 ~/~/ Same As AT+SYNCMOD=0 1535 +0x28 01 ~/~/ Same As AT+SYNCMOD=1 1536 +0x28 00 ~/~/ Same As AT+SYNCMOD=0 1520 1520 1521 1521 1522 1522 ... ... @@ -1533,7 +1533,7 @@ 1533 1533 1534 1534 (% _msthash="315257" _msttexthash="298038" style="color:#4f81bd" %)**Downlink Command:** 1535 1535 1536 -**0x29 0A** ~/~/ Same as AT+SYNCTDC=0x0A 1553 +**0x29 0A** ~/~/ Same as AT+SYNCTDC=0x0A 1537 1537 1538 1538 1539 1539 ... ... @@ -1584,7 +1584,7 @@ 1584 1584 1585 1585 (% style="color:#4f81bd" %)**Downlink Command: 0xA3** 1586 1586 1587 -* Example: 0xA301 ~/~/Same as AT+CLRDTA 1604 +* Example: 0xA301 ~/~/ Same as AT+CLRDTA 1588 1588 1589 1589 1590 1590 == 4.13 Auto Send None-ACK messages == ... ... @@ -1605,7 +1605,7 @@ 1605 1605 1606 1606 (% style="color:#4f81bd" %)**Downlink Command: 0x34** 1607 1607 1608 -* Example: 0x3401 ~/~/Same as AT+PNACKMD=1 1625 +* Example: 0x3401 ~/~/ Same as AT+PNACKMD=1 1609 1609 1610 1610 1611 1611 = 5. Battery & How to replace = ... ... @@ -1677,7 +1677,6 @@ 1677 1677 * (% style="background-color:yellow" %)**USB to TTL GND <~-~->GND** 1678 1678 * (% style="background-color:yellow" %)**USB to TTL RXD <~-~-> D+** 1679 1679 * (% style="background-color:yellow" %)**USB to TTL TXD <~-~-> A11** 1680 -* (% style="background-color:yellow" %)**USB to TTL 3.3V <~-~-> D-** 1681 1681 1682 1682 ((( 1683 1683 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. ... ... @@ -1929,7 +1929,7 @@ 1929 1929 == 6.3 How to change the uplink interval? == 1930 1930 1931 1931 1932 -[[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"]] 1948 +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);"]] 1933 1933 1934 1934 1935 1935 ... ... @@ -1963,6 +1963,7 @@ 1963 1963 [[image:image-20220615170542-5.png]] 1964 1964 1965 1965 1982 + 1966 1966 (% style="color:blue" %)**Step2**(%%):wiring method.(% style="display:none" %) 1967 1967 1968 1968 (% _msthash="506146" _msttexthash="52173160" %) ... ... @@ -1976,6 +1976,7 @@ 1976 1976 [[image:image-20220621170938-2.png]] 1977 1977 1978 1978 1996 + 1979 1979 (% style="color:blue" %)**Step3:**(%%)Select the device port to be connected, baud rate and bin file to be downloaded. 1980 1980 1981 1981 [[image:image-20220615171334-6.png]] ... ... @@ -2024,6 +2024,7 @@ 2024 2024 [[image:image-20220615170542-5.png]] 2025 2025 2026 2026 2045 + 2027 2027 (% style="color:blue" %)**Step2**(%%):wiring method.(% style="display:none" %) 2028 2028 2029 2029 (% _msthash="506146" _msttexthash="52173160" %) ... ... @@ -2036,6 +2036,7 @@ 2036 2036 Press and hold the start key to restart and enter (% _mstvisible="1" %)bootlaod(%%) mode. 2037 2037 2038 2038 2058 + 2039 2039 (% style="color:blue" %)**Step3:**(%%)Select the device port to be connected, baud rate and bin file to be downloaded. 2040 2040 2041 2041 [[image:image-20220615171334-6.png]] ... ... @@ -2073,7 +2073,6 @@ 2073 2073 2074 2074 * (% style="color:red" %)**E3**(%%): External Temperature Probe 2075 2075 2076 - 2077 2077 = 8. Packing Info = 2078 2078 2079 2079 ... ... @@ -2087,13 +2087,11 @@ 2087 2087 * Device Size: 10 x 10 x 3.5 cm 2088 2088 * Device Weight: 120.5g 2089 2089 2090 - 2091 2091 = 9. Reference material = 2092 2092 2093 2093 2094 2094 * [[Datasheet, photos, decoder, firmware>>https://www.dropbox.com/sh/una19zsni308dme/AACOKp6J2RF5TMlKWT5zU3RTa?dl=0||_msthash="504975" _msttexthash="51420512"]] 2095 2095 2096 - 2097 2097 = 10. FCC Warning = 2098 2098 2099 2099
- image-20221006192726-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Edwin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +17.3 KB - Content