Hello, I have been working with the BMP388 pressure sensor recently. I have the need to calculate height using the measured pressure and temperature. I have two units (DUT1 and DUT2), they are both configured to have the following BMP388 settings: OSR pressure of 2x and OSR temperature 2x (0x09 written to Register 0x1C) IIR Filter off (0x00 written to Register 0x1F) ODR of 100Hz (0x01 written to 0x1D) Normal mode active with pressure and temperature enabled (0x33 written to 0x1B) I have also read and applied the trimming coefficients in the BMP388's NVM. With that I calculated the conpensation values for both temperature and pressure. However, my two DUT's do not seem to be yielding similar results. The compensated temperatures look close enough, but the pressure is showing a distinct difference. My next guess is prehaps the read trimming coefficiencts are incorrect. I see some small differences that can be the result of factory calibration, but pressure parameter 1 seems to be off quite abit from DUT1 to DUT2. I was wondering if the read values for the trimming coefficients look reasonable in comparison to factory calibration. Thanks for any assistance, Ken
... View more