I have custom design based around BHI260AP smart sensor, with the BMP390 pressure sensor attached to its i2c1 bus, same as in the shuttle board 3.
I have built the FW for the sensor with the `VirtPressure` virtual sensor enabled and I've enabled it in my host mcu firmware.
I am using the BHY2 API code from github to interface with the smart sensor in my host mcu.
When I read the pressure sensor, I get raw values ~125250, and to convert them in hPa, according to the BHY2 API code, I need to divide by 128, so I obtain ~978 hPa, which is very off.
What can cause this? Is the `BMP3Baro` driver inside BHI260AP SDK (I am using version 1.1.8.0) doing pressure compensation, or should I implement custom driver for BMP390? Can anyone check what value they are obtaining when using the shuttle board?
Thanks in advance!