Hi AN22,
1.Please refer to the following replies for your questions.
1) Currently i am getting "1005.523438" using above API but not sure about the unit, is it Pa or hPa ?
--> It is hPa.
2) From BHI260AP data sheet for BHY2_SENSOR_ID_TEMP_WU payload is 3 byte but i am getting 5 byte, is it correct or not? How should i convert raw data into temperature if it is 5 byte?
-->Payload of BHY2_SENSOR_ID_TEMP_WU is 5 bytes and only 3 bytes are used: 1byte sensor id and 2 bytes temperature data. (The value of temperature has updated to uint32_t in the latest release)
3) What parameter should i pass in below API to get the relative altitude? There is no virtual sensor id is available to get altitude. void bhy2_parse_altitude(const uint8_t *data, bhy2_float *altitude) --> This API cannot be used because no VirtAltitude is supported in current fw.
2.We also upload example code which parse temperature, humidity, pressure, gas sensor data for your reference.
... View more