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
-
... ... @@ -229,69 +229,64 @@ 229 229 * O 8º ~~ 11º byte: o valor para o valor do sensor externo. A definição é baseada no tipo de sensor externo. (Se EXT=0, não haverá esses quatro bytes.) 230 230 231 231 232 -=== 2.4.1 Decod erinTTN V3 ===232 +=== 2.4.1 Decodificador em TTN V3 === 233 233 234 234 235 - Whentheuplink payloadarrivesTTNv3,itshowsHEXformatandnotfriendlytoread.WecanddLHT65NerinTTNv3forfriendly reading.235 +Quando o payload do uplink chega TTNv3, ele mostra o formato HEX e não é fácil de ler. Podemos adicionar LHT65N decodificador em TTNv3 para leitura amigável. 236 236 237 - Belowishepositiontoputthedecoder and LHT65Ndecodercan bedownloadfromhere: [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]]237 +Abaixo está a posição para colocar o decodificador e o decodificador LHT65N pode ser baixado aqui : [[https:~~/~~/github.com/dragino/dragino-end-node-decoder>>https://github.com/dragino/dragino-end-node-decoder]] 238 238 239 239 240 240 [[image:image-20220522234118-10.png||_mstalt="451464" height="353" width="729"]] 241 241 242 242 243 -=== 2.4.2 BAT-BatteryInfo===243 +=== 2.4.2 Informações da bateria BAT === 244 244 245 245 246 - Thesetwo bytesofBAT includethe battery state andthe actually voltage.246 +Esses dois bytes de BAT incluem o estado da bateria e a tensão atual. 247 247 248 248 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:477px" %) 249 249 |=(% style="width: 69px; background-color:#D9E2F3;color:#0070C0" %)((( 250 250 **Bit(bit)** 251 251 )))|=(% style="width: 253px;background-color:#D9E2F3;color:#0070C0" %)[15:14]|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)[13:0] 252 -|(% style="width:66px" %)((( 253 -**Value** 254 -)))|(% style="width:250px" %)((( 255 -BAT Status 256 -00(b): Ultra Low ( BAT <= 2.50v) 257 -01(b): Low (2.50v <=BAT <= 2.55v) 258 -10(b): OK (2.55v <= BAT <=2.65v) 259 -11(b): Good (BAT >= 2.65v) 260 -)))|(% style="width:152px" %)Actually BAT voltage 252 +|(% style="width:66px" %)Valor|(% style="width:250px" %)Estado MTD 253 +00 b): Ultra baixo ( MTD <= 2,50v) 254 +01 b): Baixo (2,50v <=MTD <= 2,55v) 255 +10 b): OK (2,55v <= MTD <=2,65v) 256 +11 b): Bom (MTD >= 2,65v)|(% style="width:152px" %)Na realidade, tensão MTD 261 261 262 -**(b)s tandsforbinary**258 +**(b) significa binário** 263 263 264 264 265 265 [[image:image-20220522235639-1.png||_mstalt="431392" height="139" width="727"]] 266 266 263 +Verifique a tensão da bateria para LHT65N. 267 267 268 -Check the battery voltage for LHT65N. 265 +* Status BAT=(0Xcba4>>14)&0xFF=11 (BIN), muito bom 266 +* Tensão da bateria = 0xCBA4 & 0x3FFF = 0x0BA4 = 2980mV 269 269 270 -* BAT status=(0Xcba4>>14)&0xFF=11 (BIN) ,very good 271 271 272 -* Battery Voltage =0xCBA4&0x3FFF=0x0BA4=2980mV 273 273 270 +=== 2.4.3 Temperatura interna === 274 274 275 -=== 2.4.3 Built-in Temperature === 276 276 277 - 278 278 [[image:image-20220522235639-2.png||_mstalt="431756" height="138" width="722"]] 279 279 280 -* Temperatur e:.47℃275 +* Temperatura: 0x0ABB/100=27,47ÿ 281 281 282 282 [[image:image-20220522235639-3.png||_mstalt="432120"]] 283 283 284 -* Temperatur e:.18℃279 +* Temperatura: (0xF5C6-65536)/100=-26,18ÿ 285 285 286 286 287 287 (% style="display:none" %) 288 288 289 -=== 2.4.4 Built-in Humidity===284 +=== 2.4.4 Umidade interna === 290 290 291 291 292 292 [[image:image-20220522235639-4.png||_mstalt="432484" height="138" width="722"]] 293 293 294 -* Humidity:.4%289 +* Umidade: 0x025C/10=60,4% 295 295 296 296 297 297 (% style="display:none" %) ... ... @@ -299,53 +299,49 @@ 299 299 === 2.4.5 Ext # === 300 300 301 301 302 -Bytes for External Sensor:297 +Bytes para Sensor Externo: 303 303 304 304 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:425px" %) 305 -|=(% style="width: 102px; background-color:#D9E2F3;color:#0070C0" %)**EXT # **Value|=(% style="width: 323px;background-color:#D9E2F3;color:#0070C0" %)ExternalSensorType306 -|(% style="width:102px" %)0x01|(% style="width:319px" %)Sensor E3, Temperatur e Sensor307 -|(% style="width:102px" %)0x09|(% style="width:319px" %)Sensor E3, Temperature Sensor,Datalog Mod300 +|=(% style="width: 102px; background-color:#D9E2F3;color:#0070C0" %)**EXT # Valor**|=(% style="width: 323px;background-color:#D9E2F3;color:#0070C0" %)Tipo de sensor externo 301 +|(% style="width:102px" %)0x01|(% style="width:319px" %)Sensor E3, Sensor de Temperatura 302 +|(% style="width:102px" %)0x09|(% style="width:319px" %)Sensor E3, Sensor de Temperatura, Mod de Registro de Dados 308 308 309 -=== 2.4.6 Ext value ===304 +=== 2.4.6 Valor externo === 310 310 311 -==== 2.4.6.1 Ext~=1, E3TemperatureSensor====306 +==== 2.4.6.1 Ext~=1, Sensor de Temperatura E3 ==== 312 312 313 313 314 314 [[image:image-20220522235639-5.png||_mstalt="432848"]] 315 315 316 316 317 -* DS18B20 temp=0x0ADD/100=27 .81℃312 +* DS18B20 temp=0x0ADD/100=27,81ÿ 318 318 319 - Thelast 2 bytesofdataaremeaningless314 +Os últimos 2 bytes de dados não têm sentido. 320 320 321 321 322 322 323 323 [[image:image-20220522235639-6.png||_mstalt="433212"]] 324 324 320 +* Temperatura externa= (0xF54F-65536)/100=-27.37℃ 325 325 326 - *Externaltemperature= (0xF54F-65536)/100=-27.37℃322 +F54F: (F54F & 8000 == 1) , temp = (F54F - 65536)/100 = 27,37℃ 327 327 328 - F54F :(F54F& 8000==1),temp=(F54F-65536)/100=27.37℃324 +(0105 & 8000: Julgue se o bit mais alto é 1, quando o bit mais alto é 1, é negativo) 329 329 330 - (0105 & 8000:Judge whether the highestbit1,whenthehighestbit is1,itisnegative)326 +Os últimos 2 bytes de dados não têm sentido 331 331 332 - Thelast2bytesofdataare meaningless328 +Se o sensor externo for 0x01 e não houver temperatura externa conectada. A temperatura será ajustada para 7FFF que é 327.67℃ 333 333 334 -If the external sensor is 0x01, and there is no external temperature connected. The temperature will be set to 7FFF which is 327.67℃ 335 335 331 +==== 2.4.6.2 Ext~=9, sensor E3 com Unix Timestamp ==== 336 336 337 337 338 -==== 2.4.6.2 Ext~=9, E3 sensor with Unix Timestamp ==== 339 - 340 - 341 341 ((( 342 -Timestamp modeisdesigned for LHT65NwithE3probe,itwillsendthe uplinkpayloadwith Unix timestamp.Withthelimitationof11 bytes (maxdistanceofAU915/US915/AS923band),thetimestamp modewillbe lackofBAT voltagefield,instead,itshowsthebattery status.Thepayloadisasbelow:335 +O modo Timestamp é projetado para LHT65N com sonda E3, ele enviará a carga útil de uplink com timestamp Unix. Com a limitação de 11 bytes (distância máxima da banda AU915/US915/AS923), o modo de carimbo de hora será falta de campo de tensão BAT, em vez disso, ele mostra o status da bateria. A carga útil é a seguinte: 343 343 ))) 344 344 345 345 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:480px" %) 346 -|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)((( 347 -**Size(bytes)** 348 -)))|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)((( 339 +|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)Tamanho( bytes)|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)((( 349 349 **2** 350 350 )))|=(% style="width: 120px;background-color:#D9E2F3;color:#0070C0" %)((( 351 351 **2** ... ... @@ -356,21 +356,15 @@ 356 356 )))|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)((( 357 357 **4** 358 358 ))) 359 -|(% style="width:110px" %)((( 360 -**Value** 361 -)))|(% style="width:71px" %)((( 362 -External temperature 363 -)))|(% style="width:99px" %)((( 364 -[[Built-In Temperature>>||anchor="H2.4.3Built-inTemperature"]] 350 +|(% style="width:110px" %)Valor|(% style="width:71px" %)Temperatura externa|(% style="width:99px" %)((( 351 +[[Temperatura incorporada>>||anchor="H2.4.3Built-inTemperature"]] 365 365 )))|(% style="width:132px" %)((( 366 -BAT Status & [[Built-in Humidity>>||anchor="H2.4.4Built-inHumidity"]] 367 -)))|(% style="width:54px" %)((( 368 -Status & Ext 369 -)))|(% style="width:64px" %)((( 370 -[[Unix Time Stamp>>||anchor="H2.6.2UnixTimeStamp"]] 353 +Estado MTD & [[Umidade incorporada>>||anchor="H2.4.4Built-inHumidity"]] 354 +)))|(% style="width:54px" %)Estado & Ext|(% style="width:64px" %)((( 355 +[[Carimbo Horário do Unix>>||anchor="H2.6.2UnixTimeStamp"]] 371 371 ))) 372 372 373 -* ** Battery status&Built-inHumidity**358 +* **Status da bateria e umidade interna** 374 374 375 375 (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:461px" %) 376 376 |=(% style="width: 69px;background-color:#D9E2F3;color:#0070C0" %)Bit(bit)|=(% style="width: 258px;background-color:#D9E2F3;color:#0070C0" %)[15:14]|=(% style="width: 134px;background-color:#D9E2F3;color:#0070C0" %)[11:0]