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

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

Summary

Details

Page properties
Content
... ... @@ -317,20 +317,30 @@
317 317  
318 318  [[image:image-20220522235639-6.png||_mstalt="433212"]]
319 319  
320 +
320 320  * Temperatura externa= (0xF54F-65536)/100=-27.37℃
321 321  
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 324  (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℃
325 325  
329 +* Temperatura externa= (0xF54F-65536)/100=-27,37ÿ
330 +
331 +F54F: (F54F & 8000 == 1), temp = (F54F - 65536)/100 = 27,37 ÿ
332 +
333 +ÿ0105 & 8000ÿJulga se o bit mais alto é 1, quando o bit mais alto é 1, é negativoÿ
334 +
326 326  Os últimos 2 bytes de dados não têm sentido
327 327  
328 -Se o sensor externo for 0x01 e não houver temperatura externa conectada. A temperatura será ajustada para 7FFF que é 327.67
337 +Se o sensor externo for 0x01 e não houver temperatura externa conectada. A temperatura será ajustada para 7FFF que é 327,67 ÿ
329 329  
330 330  
331 -==== 2.4.6.2 Ext~=9, sensor E3 com Unix Timestamp ====
332 332  
341 +==== 2.4.6.2 Ext~=9, E3 sensor with Unix Timestamp ====
333 333  
343 +
334 334  (((
335 335  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:
336 336  )))