Hi all,
from my Batterie I get the BT readout data
000000060000CDE592F9FFFFFF3F15C4
The temperaturvalue is “C4” which is 11000100 in binary.
How to interpret like you defined it in the specs 0x7f?
Thanks for advise.
Sascha
Hi all,
from my Batterie I get the BT readout data
000000060000CDE592F9FFFFFF3F15C4
The temperaturvalue is “C4” which is 11000100 in binary.
How to interpret like you defined it in the specs 0x7f?
Thanks for advise.
Sascha
Hi @Saschakopp
The temperature is only 7 bits. This means that bits 0 … 6 of the last byte are used for the temperature and that results in the binary value being 1000100, which is 68 decimal.
The range of the temperature field is -40 … 86 °C. This means that the value 0 is -40, 1 is -39 and 68 is thus -40 + 68 = 28 °C.
Hope this helps.
Kind regards,
Thiemo van Engelen
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.