Changes for page LHT65N -- Manual do sensor de temperatura e umidade LoRaWAN
Last modified by Xiaoling on 2023/07/18 10:12
From version 231.1
edited by Bei Jinggeng
on 2023/03/13 17:01
on 2023/03/13 17:01
Change comment:
There is no comment for this version
To version 226.1
edited by Edwin Chen
on 2023/01/27 10:49
on 2023/01/27 10:49
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Bei1 +XWiki.Edwin - Content
-
... ... @@ -46,6 +46,7 @@ 46 46 == 1.2 Features == 47 47 48 48 49 +* Wall mountable 49 49 * LoRaWAN v1.0.3 Class A protocol 50 50 * Frequency Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915 51 51 * AT Commands to change parameters ... ... @@ -253,7 +253,6 @@ 253 253 254 254 [[image:image-20220523152839-18.png||_mstalt="457613"]] 255 255 256 -(b)stands for binary 257 257 258 258 [[image:image-20220522235639-1.png||_mstalt="431392" height="139" width="727"]] 259 259 ... ... @@ -260,8 +260,8 @@ 260 260 261 261 Check the battery voltage for LHT65N. 262 262 263 -* BAT status=(0Xcba4>>14)&0xFF=11 IN)264 -* Battery Voltage =0xCB A4&0x3FFF=0x0BA4=2980mV263 +* BAT status=(0Xcba4>>14)&0xFF=11(B),very good 264 +* Battery Voltage =0xCBF6&0x3FFF=0x0BA4=2980mV 265 265 266 266 267 267 === 2.4.3 Built-in Temperature === ... ... @@ -311,16 +311,11 @@ 311 311 312 312 * External temperature= (0xF54F-65536)/100=-27.37℃ 313 313 314 -F54F : (F54F & 8000 == 1) , temp = (F54F - 65536)/100 = 27.37℃ 315 - 316 -(0105 & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative) 317 - 318 318 The last 2 bytes of data are meaningless 319 319 320 320 If the external sensor is 0x01, and there is no external temperature connected. The temperature will be set to 7FFF which is 327.67℃ 321 321 322 322 323 - 324 324 ==== 2.4.6.2 Ext~=9, E3 sensor with Unix Timestamp ==== 325 325 326 326 ... ... @@ -433,7 +433,6 @@ 433 433 [[image:image-20220628151143-7.png||_mstalt="431210"]] 434 434 435 435 436 - 437 437 ==== 2.4.6.4 Ext~=2 TMP117 Sensor (Since Firmware v1.3) ==== 438 438 439 439 ... ... @@ -450,7 +450,6 @@ 450 450 The external cable NE2 can be use for MOD4 and MOD8 451 451 452 452 453 - 454 454 ==== 2.4.6.5 Ext~=4 Interrupt Mode (Since Firmware v1.3) ==== 455 455 456 456 ... ... @@ -497,7 +497,6 @@ 497 497 [[image:image-20220906101145-3.png||_mstalt="428688"]] 498 498 499 499 500 - 501 501 ==== 2.4.6.6 Ext~=8 Counting Mode(Since Firmware v1.3) ==== 502 502 503 503 ... ... @@ -863,18 +863,17 @@ 863 863 temperature fluctuation=05 864 864 865 865 866 -**Sampling multiple times and uplink together** 858 +==== **Sampling multiple times and uplink together** ==== 867 867 868 868 **AT+WMOD=3,1,60,20,-16,32,1** 869 869 870 870 Explain: 871 871 872 -* (% style="color:#037691" %)**parameter1:**(%%)Set Working Mode to **Mode 3** 873 -* (% style="color:#037691" %)**parameter2:**(%%) Set the temperature sampling mode to** 1**(1:DS18B20;2:TMP117;3:** **Internal GXHT30). 874 -* (% style="color:#037691" %)**parameter3:**(%%)Sampling Interval is **60**s. 875 -* (% style="color:#037691" %)**parameter4:**(%%)When there is **20** sampling dats, Device will send these data via one uplink. (max value is 60, means max 60 sampling in one uplink) 876 -* (% style="color:#037691" %)**parameter5 & parameter6:**(%%)Temperature alarm range is **-16** to **32**°C, 877 -* (% style="color:#037691" %)**parameter7:**(%%) 1 to enable temperature alarm, **0** to disable the temperature alarm. If alarm is enabled, a data will be sent immediately if temperate exceeds the Alarm range. 864 +* Set Working Mode to **Mode 3** 865 +* Sampling Interval is **60**s. 866 +* When there is **20** sampling dats, Device will send these data via one uplink. (max value is 60, means max 60 sampling in one uplink) 867 +* Temperature alarm range is **-16** to **32**°C, 868 +* **1** to enable temperature alarm, **0** to disable the temperature alarm. If alarm is enabled, a data will be sent immediately if temperate exceeds the Alarm range. 878 878 879 879 (% style="color:#4f81bd" %)**Downlink Command:** 880 880 ... ... @@ -882,7 +882,7 @@ 882 882 883 883 MOD=03 884 884 885 - TEMP=DS18B20876 +EXT=01 886 886 887 887 CITEMP=003C(S) 888 888 ... ... @@ -894,6 +894,7 @@ 894 894 895 895 ARTEMP=01 896 896 888 + 897 897 **Uplink payload( Fport=3)** 898 898 899 899 **Example: CBEA**01**0992**//0A41//**09C4** ... ... @@ -900,7 +900,7 @@ 900 900 901 901 BatV=CBEA 902 902 903 - TEMP=DS18B20895 +EXT=01 904 904 905 905 Temp1=0992 ~/~/ 24.50℃ 906 906 ... ... @@ -908,9 +908,10 @@ 908 908 909 909 Temp3=09C4 ~/~/ 25.00℃ 910 910 903 + 911 911 (% style="color:red" %)**Note: This uplink will automatically select the appropriate DR according to the data length** 912 912 913 -(% style="color:red" %)** In this mode, the temperature resolution of ds18b20 is 0.25℃ 906 +(% style="color:red" %)** In this mode, the temperature resolution of ds18b20 is 0.25℃ to save power consumption** 914 914 ))) 915 915 916 916 ... ... @@ -1581,6 +1581,7 @@ 1581 1581 **Downlink commands:** 1582 1582 1583 1583 1577 + 1584 1584 (% style="color:blue" %)**TTN:** 1585 1585 1586 1586 [[image:image-20220615092124-2.png||_mstalt="429221" height="649" width="688"]] ... ... @@ -1685,6 +1685,7 @@ 1685 1685 * (% class="mark" %)**PB1: TXD** 1686 1686 * (% class="mark" %)**GND** 1687 1687 1682 + 1688 1688 [[image:image-20220623112117-4.png||_mstalt="428350" height="459" width="343"]] 1689 1689 1690 1690