Changes for page LHT65N -- Manual do sensor de temperatura e umidade LoRaWAN
Last modified by Xiaoling on 2023/07/18 10:12
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -309,9 +309,9 @@ 309 309 [[image:image-20220522235639-5.png||_mstalt="432848"]] 310 310 311 311 312 -* DS18B20 temp=0x0ADD/100=27 .81℃312 +* DS18B20 temp=0x0ADD/100=27,81ÿ 313 313 314 - Thelast 2 bytesofdataaremeaningless314 +Os últimos 2 bytes de dados não têm sentido. 315 315 316 316 317 317 ... ... @@ -318,18 +318,26 @@ 318 318 [[image:image-20220522235639-6.png||_mstalt="433212"]] 319 319 320 320 321 -* External temperature= (0xF54F-65536)/100=-27.37℃321 +* Temperatura externa= (0xF54F-65536)/100=-27.37℃ 322 322 323 -F54F : (F54F & 8000 == 1) , temp = (F54F - 65536)/100 = 27.37℃ 324 324 325 -(0105 & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative) 324 +F54F: (F54F & 8000 == 1) , temp = (F54F - 65536)/100 = 27,37℃ 325 +(0105 & 8000: Julgue se o bit mais alto é 1, quando o bit mais alto é 1, é negativo) 326 +Os últimos 2 bytes de dados não têm sentido 327 +Se o sensor externo for 0x01 e não houver temperatura externa conectada. A temperatura será ajustada para 7FFF que é 327.67℃ 326 326 327 -T helast 2 bytes of dataaremeaningless329 +* Temperatura externa= (0xF54F-65536)/100=-27,37ÿ 328 328 329 - Iftheexternalsensor is0x01,andthere is no external temperatureconnected.The temperature will be set to 7FFFwhichis327.67℃331 +F54F: (F54F & 8000 == 1), temp = (F54F - 65536)/100 = 27,37 ÿ 330 330 333 +ÿ0105 & 8000ÿJulga se o bit mais alto é 1, quando o bit mais alto é 1, é negativoÿ 331 331 335 +Os últimos 2 bytes de dados não têm sentido 332 332 337 +Se o sensor externo for 0x01 e não houver temperatura externa conectada. A temperatura será ajustada para 7FFF que é 327,67 ÿ 338 + 339 + 340 + 333 333 ==== 2.4.6.2 Ext~=9, E3 sensor with Unix Timestamp ==== 334 334 335 335