Last modified by Xiaoling on 2023/07/18 10:12

From version 261.7
edited by Xiaoling
on 2023/07/17 17:31
Change comment: There is no comment for this version
To version 261.10
edited by Xiaoling
on 2023/07/17 17:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -260,34 +260,33 @@
260 260  
261 261  [[image:image-20220522235639-1.png||_mstalt="431392" height="139" width="727"]]
262 262  
263 +Verifique a tensão da bateria para LHT65N.
263 263  
264 -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
265 265  
266 -* BAT status=(0Xcba4>>14)&0xFF=11 (BIN) ,very good
267 267  
268 -* Battery Voltage =0xCBA4&0x3FFF=0x0BA4=2980mV
269 269  
270 +=== 2.4.3 Temperatura interna ===
270 270  
271 -=== 2.4.3 Built-in Temperature ===
272 272  
273 -
274 274  [[image:image-20220522235639-2.png||_mstalt="431756" height="138" width="722"]]
275 275  
276 -* Temperature:  0x0ABB/100=27.47
275 +* Temperatura: 0x0ABB/100=27,47ÿ
277 277  
278 278  [[image:image-20220522235639-3.png||_mstalt="432120"]]
279 279  
280 -* Temperature:  (0xF5C6-65536)/100=-26.18
279 +* Temperatura: (0xF5C6-65536)/100=-26,18ÿ
281 281  
282 282  
283 283  (% style="display:none" %)
284 284  
285 -=== 2.4.4 Built-in Humidity ===
284 +=== 2.4.4 Umidade interna ===
286 286  
287 287  
288 288  [[image:image-20220522235639-4.png||_mstalt="432484" height="138" width="722"]]
289 289  
290 -* Humidity:    0x025C/10=60.4%
289 +* Umidade: 0x025C/10=60,4%
291 291  
292 292  
293 293  (% style="display:none" %)
... ... @@ -295,45 +295,43 @@
295 295  === 2.4.5 Ext # ===
296 296  
297 297  
298 -Bytes for External Sensor:
297 +Bytes para Sensor Externo:
299 299  
300 300  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:425px" %)
301 -|=(% style="width: 102px; background-color:#D9E2F3;color:#0070C0" %)**EXT # **Value|=(% style="width: 323px;background-color:#D9E2F3;color:#0070C0" %)External Sensor Type
302 -|(% style="width:102px" %)0x01|(% style="width:319px" %)Sensor E3, Temperature Sensor
303 -|(% style="width:102px" %)0x09|(% style="width:319px" %)Sensor E3, Temperature Sensor, Datalog Mod
300 +|=(% 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
304 304  
305 -=== 2.4.6 Ext value ===
304 +=== 2.4.6 Valor externo ===
306 306  
307 -==== 2.4.6.1 Ext~=1, E3 Temperature Sensor ====
306 +==== 2.4.6.1 Ext~=1, Sensor de Temperatura E3 ====
308 308  
309 309  
310 310  [[image:image-20220522235639-5.png||_mstalt="432848"]]
311 311  
312 312  
313 -* DS18B20 temp=0x0ADD/100=27.81
312 +* DS18B20 temp=0x0ADD/100=27,81ÿ
314 314  
315 -The last 2 bytes of data are meaningless
314 +Os últimos 2 bytes de dados não m sentido.
316 316  
317 317  
318 318  
319 319  [[image:image-20220522235639-6.png||_mstalt="433212"]]
320 320  
320 +* Temperatura externa= (0xF54F-65536)/100=-27.37℃
321 321  
322 -* External temperature= (0xF54F-65536)/100=-27.37℃
322 +F54F: (F54F & 8000 == 1) , temp = (F54F - 65536)/100 = 27,37℃
323 323  
324 -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)
325 325  
326 -(0105 & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative)
326 +Os últimos 2 bytes de dados não têm sentido
327 327  
328 -The last 2 bytes of data are meaningless
328 +Se o sensor externo for 0x01 e o houver temperatura externa conectada. A temperatura será ajustada para 7FFF que é 327.67℃
329 329  
330 -If the external sensor is 0x01, and there is no external temperature connected. The temperature will be set to 7FFF which is 327.67℃
331 331  
331 +==== 2.4.6.2 Ext~=9, sensor E3 com Unix Timestamp ====
332 332  
333 333  
334 -==== 2.4.6.2 Ext~=9, E3 sensor with Unix Timestamp ====
335 -
336 -
337 337  (((
338 338  Timestamp mode is designed for LHT65N with E3 probe, it will send the uplink payload with Unix timestamp. With the limitation of 11 bytes (max distance of AU915/US915/AS923 band), the time stamp mode will be lack of BAT voltage field, instead, it shows the battery status. The payload is as below:
339 339  )))