This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

what is the format for sending the thermometer value of temperature measurement characteristic?

When I tried to send data in the form of float it shows an error and I changed it to another format as sending flag, mantissa(3 bytes), and exponent (1 Byte). Can anyone help me how to send data and how to convert float value to 3 bytes mantissa and 1 byte exponent.

Related