1.JHT Bluetooth scanning interface API, using the customer's own GATEWAY to analyze the temperature and humidity data format:

[0,"C13271397295",-63,"0201041BFF4C000215EBEFD08370A247C89837E7B5634DF52565823D1ACC64"]

Temperature: (hex2dec(6582)/65535)*175-45 = (25986/65535)*175-45= 24.39℃

Humidity: (hex2dec(3D1A)/65535) =15642/65535= 23.87 %

2. JHT-UP, the parsing format of temperature and humidity data scanned by the customer's own GATEWAY:

02010607094A41414C4545051206001000020106030339F5141639F568EC9EEAB35443B212ECD45443B212ECD60000000000000000000000000000000000

Temperature: (hex2dec(68EC)/65535)*175-45 = (26860/65535)*175-45= 26.73℃

Humidity: (hex2dec(9EEA)/65535) =40682/65535= 62.08 %

3.Analysis of Bluetooth scanning of wifi-pt100 thermometer:

0x02010607094A41414C4545051206001000020106030335F5141635F541FE0EC700E831CD807948E831CD80794A

Temperature: ieee754(41FE0EC7)=31.7572155℃