Changes for page LHT65N -- Manual do sensor de temperatura e umidade LoRaWAN
Last modified by Xiaoling on 2023/07/18 10:12
From version 200.1
edited by Bei Jinggeng
on 2022/09/27 09:56
on 2022/09/27 09:56
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.Xiaoling - Content
-
... ... @@ -136,6 +136,7 @@ 136 136 (% _msthash="315240" _msttexthash="9205482" _mstvisible="1" class="wikigeneratedid" %) 137 137 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. 138 138 139 + 139 139 (% _mstvisible="1" class="wikigeneratedid" %) 140 140 [[image:image-20220522232442-1.png||_mstalt="427830" _mstvisible="3" height="387" width="648"]] 141 141 ... ... @@ -199,10 +199,9 @@ 199 199 200 200 201 201 203 +== 2.4 Uplink Payload ( Fport~=2) == 202 202 203 -== 2.4 Uplink Payload == 204 204 205 - 206 206 ((( 207 207 The uplink payload includes totally 11 bytes. Uplink packets use FPORT=2 and (% _mstvisible="3" style="color:#4f81bd" %)**every 20 minutes**(%%) send one uplink by default. 208 208 ))) ... ... @@ -280,22 +280,19 @@ 280 280 * 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.) 281 281 282 282 283 + 283 283 === 2.4.1 Decoder in TTN V3 === 284 284 285 285 286 286 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. 287 287 288 -Below is the position to put the decoder and LHT65N decoder can be download from here: 289 +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]] 289 289 290 290 291 -[[https:~~/~~/www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0 >>https://www.dropbox.com/sh/r2i3zlhsyrpavla/AAB1sZw3mdT0K7XjpHCITt13a?dl=0||_msthash="315253" _msttexthash="3509064" _mstvisible="2"]] 292 - 293 - 294 294 [[image:image-20220522234118-10.png||_mstalt="451464" _mstvisible="3" height="353" width="729"]] 295 295 296 296 297 297 298 - 299 299 === 2.4.2 BAT-Battery Info === 300 300 301 301 ... ... @@ -313,6 +313,7 @@ 313 313 * Battery Voltage =0xCBF6&0x3FFF=0x0BA4=2980mV 314 314 315 315 313 + 316 316 === 2.4.3 Built-in Temperature === 317 317 318 318 ... ... @@ -325,6 +325,7 @@ 325 325 * Temperature: (0xF5C6-65536)/100=-26.18℃ 326 326 327 327 326 + 328 328 === 2.4.4 Built-in Humidity === 329 329 330 330 ... ... @@ -333,6 +333,7 @@ 333 333 * Humidity: 0x025C/10=60.4% 334 334 335 335 335 + 336 336 === 2.4.5 Ext # === 337 337 338 338 ... ... @@ -499,11 +499,11 @@ 499 499 500 500 be used to power the external ADC sensor; user can control the power on time for this 501 501 502 -sensor by setting: 502 +(% style="color:blue" %)**sensor by setting:** 503 503 504 -AT+EXT=6,timeout (% _msthash="506085" _msttexthash="8782189" _mstvisible="3" style="color:red" %)**Time to power this sensor, from 0 ~~ 65535ms** 504 +**AT+EXT=6,timeout** (% _msthash="506085" _msttexthash="8782189" _mstvisible="3" style="color:red" %)**Time to power this sensor, from 0 ~~ 65535ms** 505 505 506 -For example: 506 +**For example:** 507 507 508 508 AT+EXT=6,1000 will power this sensor for 1000ms before sampling the ADC value. 509 509 ... ... @@ -541,12 +541,14 @@ 541 541 542 542 543 543 544 -==== 2.4.6.4 Ext~=2 TMP117 Sensor ( since v1.3) ====544 +==== 2.4.6.4 Ext~=2 TMP117 Sensor (Since Firmware v1.3) ==== 545 545 546 + 546 546 [[image:image-20220927095645-1.png||height="534" width="460"]] 547 547 548 -**Ext=2,Temperature Sensor(TMP117):** 549 549 550 +(% style="color:blue" %)**Ext=2,Temperature Sensor(TMP117):** 551 + 550 550 [[image:image-20220906102307-7.png]] 551 551 552 552 ... ... @@ -556,16 +556,15 @@ 556 556 557 557 558 558 561 +==== 2.4.6.5 Ext~=4 Interrupt Mode (Since Firmware v1.3) ==== 559 559 560 -==== 2.4.6.5 Ext~=4 Interrupt Mode (since v1.3) ==== 561 561 562 - 563 563 (% style="color:red" %)**Note: In this mode, 3.3v output will be always ON. LHT65N will send an uplink when there is a trigger.** 564 564 565 565 566 566 (% style="color:blue" %)**Interrupt Mode can be used to connect to external interrupt sensors such as:** 567 567 568 -**Case 1: Door Sensor.** 3.3v Out for such sensor is just to detect Open/Close. 569 +(% style="color:#037691" %)**Case 1: Door Sensor.** (%%)3.3v Out for such sensor is just to detect Open/Close. 569 569 570 570 In Open State, the power consumption is the same as if there is no probe 571 571 ... ... @@ -576,7 +576,7 @@ 576 576 577 577 Ext=4,Interrupt Sensor: 578 578 579 -(% border=" 2" cellpadding="4" cellspacing="4" style="background-color:#ffffcc; color:green; height:6px; width:512px" %)580 +(% border="1.5" cellpadding="4" cellspacing="4" style="background-color:#ffffcc; color:green; height:6px; width:512px" %) 580 580 |(% style="width:117px" %)((( 581 581 AT+EXT=4,1 582 582 )))|(% style="width:371px" %)((( ... ... @@ -605,7 +605,7 @@ 605 605 606 606 607 607 608 -==== 2.4.6.6 Ext~=8 Counting Mode( since v1.3) ====609 +==== 2.4.6.6 Ext~=8 Counting Mode(Since Firmware v1.3) ==== 609 609 610 610 611 611 (% style="color:red" %)**Note: In this mode, 3.3v output will be always ON. LHT65N will count for every interrupt and uplink periodically.** ... ... @@ -620,6 +620,7 @@ 620 620 621 621 [[image:image-20220906101320-5.png||height="353" width="696"]] 622 622 624 + 623 623 Ext=8, Counting Sensor ( 4 bytes): 624 624 625 625 (% border="2" cellpadding="4" cellspacing="4" style="background-color:#ffffcc; color:green; height:6px; width:381px" %) ... ... @@ -655,52 +655,7 @@ 655 655 A2 08 02 00 00 00 3C: Same as AT+ SETCNT=60 (AT+ SETCNT = 4th byte and 5th byte and 6th byte and 7th byte) 656 656 657 657 658 -(% style="color:blue" %)**Modified ATWOOD command for external sensor TMP117 or DS18B20 temperature alarm.** 659 659 660 - 661 -(% style="color:#037691" %)**AT+WMOD=parameter1,parameter2,parameter3,parameter4** 662 - 663 -(% style="color:#037691" %)**Parameter 1**(%%): Alarm mode: 664 - 665 -0): Cancel 666 - 667 -1): Threshold alarm 668 - 669 -2): Fluctuation alarm 670 - 671 - 672 -(% style="color:#037691" %)** Parameter 2**(%%): Sampling time. Unit: seconds, up to 255 seconds. 673 - 674 -(% style="color:red" %)**Note: When the collection time is less than 60 seconds and always exceeds the set alarm threshold, the sending interval will not be the collection time, but will be sent every 60 seconds.** 675 - 676 - 677 -(% style="color:#037691" %) **Parameter 3 and parameter 4:** 678 - 679 -1): If Alarm Mode is set to 1: Parameter 3 and parameter 4 are valid, as before, they represent low temperature and high temperature. 680 - 681 -Such as AT+WMOD=1,60,45,105, it means high and low temperature alarm. 682 - 683 - 684 -2): If Alarm Mode is set to 2: Parameter 3 is valid, which represents the difference between the currently collected temperature and the last uploaded temperature. 685 - 686 -Such as AT+WMOD=2,10,2,it means that it is a fluctuation alarm. 687 - 688 -If the difference between the current collected temperature and the last Uplin is ±2 degrees, the alarm will be issued. 689 - 690 - 691 -(% style="color:blue" %)** Downlink:** 692 - 693 -0xA5 00 ~-~- AT+WMOD=0. 694 - 695 -0xA5 01 0A 11 94 29 04 ~-~- AT+WMOD=1,10,45,105 (AT+WMOD = second byte, third byte, fourth and fifth bytes divided by 100, sixth and seventh bytes divided by 100 ) 696 - 697 -0xA5 02 0A 02 ~-~- AT+WMOD=2,10,2 (AT+WMOD = second byte, third byte, fourth byte) 698 - 699 -0xA5 FF ~-~- After the device receives it, upload the current alarm configuration (FPORT=8). Such as 01 0A 11 94 29 04 or 02 0A 02. 700 - 701 - 702 - 703 - 704 704 == 2.5 Show data on Datacake == 705 705 706 706 ... ... @@ -763,11 +763,19 @@ 763 763 764 764 There are two methods: 765 765 766 -1. IoT Server sends a downlink LoRaWAN command to [[poll the value>>||anchor="H2.6.4Pollsensorvalue"]] for specifying time range. 767 -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. 723 +(% style="color:blue" %)**Method 1:** (%%)IoT Server sends a downlink LoRaWAN command to [[poll the value>>||anchor="H2.6.4Pollsensorvalue"]] for specified time range. 768 768 725 + 726 +(% style="color:blue" %)**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. 727 + 728 +(% style="color:red" %)**Note for method 2:** 729 + 730 +* a) LHT65N will do an ACK check for data records sending to make sure every data arrive server. 731 +* 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. 732 + 769 769 Below is the typical case for the auto-update datalog feature (Set PNACKMD=1) 770 770 735 + 771 771 [[image:image-20220703111700-2.png||height="381" width="1119"]] 772 772 773 773 ... ... @@ -795,11 +795,11 @@ 795 795 796 796 797 797 ((( 798 -There are two ways to set device's time: 763 +(% style="color:blue" %)**There are two ways to set device's time:** 799 799 ))) 800 800 801 801 ((( 802 -** ~1. Through LoRaWAN MAC Command (Default settings)**767 +**1. Through LoRaWAN MAC Command (Default settings)** 803 803 ))) 804 804 805 805 ((( ... ... @@ -989,15 +989,18 @@ 989 989 (% _msthash="315268" _msttexthash="390390" _mstvisible="3" %)**Poll message flag & Ext** 990 990 991 991 (% _mstvisible="1" %) 992 -[[image:image-20220523152208-14.png||_mstalt="452920" _mstvisible="3"]] 993 - 994 -(% _mstvisible="1" %) 995 995 ((( 996 996 (% _mstvisible="2" %) 997 997 ((( 998 998 (% _msthash="736723" _msttexthash="2005003" _mstvisible="3" %) 999 999 ((( 1000 -Poll Message Flag: 1: This message is a poll message reply. 962 +[[image:image-20221006192726-1.png||height="112" width="754"]] 963 + 964 +(% 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) 965 + 966 +(% class="mark" %)**Poll Message Flag**(%%): 1: This message is a poll message reply. 967 + 968 + 1001 1001 ))) 1002 1002 ))) 1003 1003 ))) ... ... @@ -1046,7 +1046,7 @@ 1046 1046 ((( 1047 1047 (% _msthash="736725" _msttexthash="1065532" _mstvisible="3" %) 1048 1048 ((( 1049 -a) DR0: max is 11 bytes so one entry of data 1017 +**a) DR0:** max is 11 bytes so one entry of data 1050 1050 ))) 1051 1051 ))) 1052 1052 ))) ... ... @@ -1057,7 +1057,7 @@ 1057 1057 ((( 1058 1058 (% _msthash="736726" _msttexthash="3265665" _mstvisible="3" %) 1059 1059 ((( 1060 -b) DR1: max is 53 bytes so devices will upload 4 entries of data (total 44 bytes) 1028 +**b) DR1:** max is 53 bytes so devices will upload 4 entries of data (total 44 bytes) 1061 1061 ))) 1062 1062 ))) 1063 1063 ))) ... ... @@ -1068,7 +1068,7 @@ 1068 1068 ((( 1069 1069 (% _msthash="736727" _msttexthash="1454115" _mstvisible="3" style="text-align: left;" %) 1070 1070 ((( 1071 -c) DR2: total payload includes 11 entries of data 1039 +**c) DR2:** total payload includes 11 entries of data 1072 1072 ))) 1073 1073 ))) 1074 1074 ))) ... ... @@ -1079,7 +1079,7 @@ 1079 1079 ((( 1080 1080 (% _msthash="736728" _msttexthash="1483924" _mstvisible="3" style="text-align: left;" %) 1081 1081 ((( 1082 -d) DR3: total payload includes 22 entries of data. 1050 +**d) DR3: **total payload includes 22 entries of data. 1083 1083 ))) 1084 1084 ))) 1085 1085 ))) ... ... @@ -1090,7 +1090,7 @@ 1090 1090 ((( 1091 1091 (% _msthash="736729" _msttexthash="5848349" _mstvisible="3" style="text-align: left;" %) 1092 1092 ((( 1093 -If devise doesn ’t have any data in the polling time. Device will uplink 11 bytes of 01061 +If devise doesn't have any data in the polling time. Device will uplink 11 bytes of 0 1094 1094 ))) 1095 1095 ))) 1096 1096 ))) ... ... @@ -1138,6 +1138,7 @@ 1138 1138 (% _mstvisible="1" %) 1139 1139 [[image:image-20220523001219-13.png||_mstalt="451204" _mstvisible="3" height="421" style="text-align:left" width="727"]] 1140 1140 1109 + 1141 1141 (% _msthash="315271" _msttexthash="12012546" _mstvisible="1" style="text-align: left;" %) 1142 1142 ((( 1143 1143 7FFF089801464160065F977FFF088E014B41600660097FFF0885014E41600660667FFF0875015141600662BE7FFF086B015541600665167FFF08660155416006676E7FFF085F015A41600669C67FFF0857015D4160066C1E ... ... @@ -1190,17 +1190,42 @@ 1190 1190 ((( 1191 1191 (% style="color:red" %)**Note: alarm mode adds a little power consumption, and we recommend extending the normal read time when this feature is enabled.** 1192 1192 1162 + 1163 + 1164 +=== 2.7.1 ALARM MODE ( Since v1.3.1 firmware) === 1165 + 1166 + 1167 +((( 1168 +(% class="box infomessage" %) 1169 +((( 1170 +**AT+WMOD=3,**: Enable/disable alarm mode. (0: Disabled, 1: Enabled Temperature Alarm for onboard temperature sensor) 1171 + 1172 +**AT+CITEMP=1**: The interval between checking the alarm temperature. (In minutes) 1173 + 1174 +**AT+ARTEMP**: Gets or sets the alarm range of the internal temperature sensor 1175 + 1176 +**AT+ARTEMP=? **: Gets the alarm range of the internal temperature sensor(% _mstvisible="3" style="display:none" %) 1177 + 1178 +**AT+ARTEMP=45,105**: Set the internal temperature sensor alarm range from 45 to 105. 1179 + 1180 +**AT+LEDALARM=1** : Enable LED visual Alarm. 1181 +))) 1182 +))) 1183 + 1184 + 1193 1193 1194 1194 ))) 1195 1195 1196 1196 ((( 1197 -**AT COMMAND FOR ALARM MODE:** 1189 +=== 2.7.2 ALARM MODE ( Before v1.3.1 firmware) === 1190 + 1191 + 1198 1198 ))) 1199 1199 1200 1200 (% _mstvisible="1" class="box infomessage" %) 1201 1201 ((( 1202 1202 ((( 1203 -**AT+WMOD=1**: Enable/disable alarm mode. (0: Disabled, 1: Enabled) 1197 +**AT+WMOD=1**: Enable/disable alarm mode. (0: Disabled, 1: Enabled Temperature Alarm for onboard temperature sensor) 1204 1204 ))) 1205 1205 1206 1206 ((( ... ... @@ -1310,6 +1310,7 @@ 1310 1310 * Working voltage 2.35v ~~ 5v 1311 1311 1312 1312 1307 + 1313 1313 = 4. Configure LHT65N via AT command or LoRaWAN downlink = 1314 1314 1315 1315 ... ... @@ -1373,11 +1373,11 @@ 1373 1373 1374 1374 Format: Command Code (0x01) followed by 3 bytes time value. 1375 1375 1376 -If the downlink payload=0100003C, it means set the END Node ’s Transmit Interval to 0x00003C=60(S), while type code is 01.1371 +If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01. 1377 1377 1378 -* **Example 1**: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 1373 +* **Example 1**: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 1379 1379 1380 -* **Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 1375 +* **Example 2**: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 1381 1381 1382 1382 1383 1383 ... ... @@ -1504,7 +1504,7 @@ 1504 1504 1505 1505 (% _msthash="315254" _msttexthash="298038" style="color:#4f81bd" %)**Downlink Command:** 1506 1506 1507 -0x306007806000 ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352 1502 +0x306007806000 ~/~/ Set timestamp to 0x(6007806000),Same as AT+TIMESTAMP=1611104352 1508 1508 1509 1509 1510 1510 ... ... @@ -1528,8 +1528,8 @@ 1528 1528 1529 1529 (% style="color:#4f81bd" %)**Downlink Command:** 1530 1530 1531 -0x28 01 ~/~/ Same As AT+SYNCMOD=1 1532 -0x28 00 ~/~/ Same As AT+SYNCMOD=0 1526 +0x28 01 ~/~/ Same As AT+SYNCMOD=1 1527 +0x28 00 ~/~/ Same As AT+SYNCMOD=0 1533 1533 1534 1534 1535 1535 ... ... @@ -1546,7 +1546,7 @@ 1546 1546 1547 1547 (% _msthash="315257" _msttexthash="298038" style="color:#4f81bd" %)**Downlink Command:** 1548 1548 1549 -**0x29 0A** ~/~/ Same as AT+SYNCTDC=0x0A 1544 +**0x29 0A** ~/~/ Same as AT+SYNCTDC=0x0A 1550 1550 1551 1551 1552 1552 ... ... @@ -1597,7 +1597,7 @@ 1597 1597 1598 1598 (% style="color:#4f81bd" %)**Downlink Command: 0xA3** 1599 1599 1600 -* Example: 0xA301 ~/~/Same as AT+CLRDTA 1595 +* Example: 0xA301 ~/~/ Same as AT+CLRDTA 1601 1601 1602 1602 1603 1603 ... ... @@ -1619,10 +1619,61 @@ 1619 1619 1620 1620 (% style="color:#4f81bd" %)**Downlink Command: 0x34** 1621 1621 1622 -* Example: 0x3401 ~/~/Same as AT+PNACKMD=1 1617 +* Example: 0x3401 ~/~/ Same as AT+PNACKMD=1 1623 1623 1624 1624 1625 1625 1621 +== 4.14 Modified ATWOOD command for external sensor TMP117 or DS18B20 temperature alarm == 1622 + 1623 + 1624 +Feature: Set internal and external temperature sensor alarms. 1625 + 1626 +(% border="1" style="background-color:#ffffcc; color:green; width:450px" %) 1627 +|(%%)(% _msthash="1231737" _msttexthash="251862" _mstvisible="6" %)**Command Example**|(%%)(% _msthash="1231738" _msttexthash="116025" _mstvisible="6" %)**Function**|(%%)(% _msthash="1231739" _msttexthash="116831" _mstvisible="6" %)**Response** 1628 +|(%%)(% style="color:#037691" %)AT+WMOD=parameter1,parameter2,parameter3,parameter4|Set internal and external temperature sensor alarms|OK 1629 + 1630 +(% style="color:#037691" %)**AT+WMOD=parameter1,parameter2,parameter3,parameter4** 1631 + 1632 +(% style="color:#037691" %)**Parameter 1**(%%): Alarm mode: 1633 + 1634 +0): Cancel 1635 + 1636 +1): Threshold alarm 1637 + 1638 +2): Fluctuation alarm 1639 + 1640 + 1641 +(% style="color:#037691" %)** Parameter 2**(%%): Sampling time. Unit: seconds, up to 255 seconds. 1642 + 1643 +(% style="color:red" %)**Note: When the collection time is less than 60 seconds and always exceeds the set alarm threshold, the sending interval will not be the collection time, but will be sent every 60 seconds.** 1644 + 1645 + 1646 +(% style="color:#037691" %) **Parameter 3 and parameter 4:** 1647 + 1648 +1): If Alarm Mode is set to 1: Parameter 3 and parameter 4 are valid, as before, they represent low temperature and high temperature. 1649 + 1650 +Such as AT+WMOD=1,60,45,105, it means high and low temperature alarm. 1651 + 1652 + 1653 +2): If Alarm Mode is set to 2: Parameter 3 is valid, which represents the difference between the currently collected temperature and the last uploaded temperature. 1654 + 1655 +Such as AT+WMOD=2,10,2,it means that it is a fluctuation alarm. 1656 + 1657 +If the difference between the current collected temperature and the last Uplin is ±2 degrees, the alarm will be issued. 1658 + 1659 + 1660 +(% style="color:#4f81bd" %)**Downlink Command: 0xA5** 1661 + 1662 +0xA5 00 ~-~- AT+WMOD=0. 1663 + 1664 +0xA5 01 0A 11 94 29 04 ~-~- AT+WMOD=1,10,45,105 (AT+WMOD = second byte, third byte, fourth and fifth bytes divided by 100, sixth and seventh bytes divided by 100 ) 1665 + 1666 +0xA5 02 0A 02 ~-~- AT+WMOD=2,10,2 (AT+WMOD = second byte, third byte, fourth byte) 1667 + 1668 +0xA5 FF ~-~- After the device receives it, upload the current alarm configuration (FPORT=8). Such as 01 0A 11 94 29 04 or 02 0A 02. 1669 + 1670 + 1671 + 1626 1626 = 5. Battery & How to replace = 1627 1627 1628 1628 ... ... @@ -1692,7 +1692,6 @@ 1692 1692 * (% style="background-color:yellow" %)**USB to TTL GND <~-~->GND** 1693 1693 * (% style="background-color:yellow" %)**USB to TTL RXD <~-~-> D+** 1694 1694 * (% style="background-color:yellow" %)**USB to TTL TXD <~-~-> A11** 1695 -* (% style="background-color:yellow" %)**USB to TTL 3.3V <~-~-> D-** 1696 1696 1697 1697 ((( 1698 1698 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. ... ... @@ -1944,7 +1944,7 @@ 1944 1944 == 6.3 How to change the uplink interval? == 1945 1945 1946 1946 1947 -[[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"]] 1992 +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);"]] 1948 1948 1949 1949 1950 1950 ... ... @@ -1978,6 +1978,7 @@ 1978 1978 [[image:image-20220615170542-5.png]] 1979 1979 1980 1980 2026 + 1981 1981 (% style="color:blue" %)**Step2**(%%):wiring method.(% style="display:none" %) 1982 1982 1983 1983 (% _msthash="506146" _msttexthash="52173160" %) ... ... @@ -1991,6 +1991,7 @@ 1991 1991 [[image:image-20220621170938-2.png]] 1992 1992 1993 1993 2040 + 1994 1994 (% style="color:blue" %)**Step3:**(%%)Select the device port to be connected, baud rate and bin file to be downloaded. 1995 1995 1996 1996 [[image:image-20220615171334-6.png]] ... ... @@ -2039,6 +2039,7 @@ 2039 2039 [[image:image-20220615170542-5.png]] 2040 2040 2041 2041 2089 + 2042 2042 (% style="color:blue" %)**Step2**(%%):wiring method.(% style="display:none" %) 2043 2043 2044 2044 (% _msthash="506146" _msttexthash="52173160" %) ... ... @@ -2051,6 +2051,7 @@ 2051 2051 Press and hold the start key to restart and enter (% _mstvisible="1" %)bootlaod(%%) mode. 2052 2052 2053 2053 2102 + 2054 2054 (% style="color:blue" %)**Step3:**(%%)Select the device port to be connected, baud rate and bin file to be downloaded. 2055 2055 2056 2056 [[image:image-20220615171334-6.png]]
- image-20221006192726-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Edwin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +17.3 KB - Content