I am trying to use the Mateksys-4525DO digital airspeed sensor with Teensy4.1 and TeensyDuino library to measure airspeed of a model rocket. The specific model of the sensor is the TE 4525DO-DS5AI001DP. Currently, the sensor is communicating via I2C and powered with 5V. I did not do any calibration of the sensor, because through research I did not see any mention of the need for any calibration. I am using the bolderflight library to read data from the board.
The problem is, even when everything is stationary, the sensor is supposedly reading around 13.71 m/s airspeed once the pressure differential is converted. After testing in a wind tunnel, we found that the sensor was reading incorrect airspeeds at multiple different true airspeeds. Does anyone have an idea of how I can fix this.