Overwrite pressure sensor data

Hi all, is it possible to overwrite the pressure sensor data, to have it transmitted to the QGC via the same flag as mavlink? Let me explain, is it possible to connect an adc and an analog depth gauge to the raspberry and add the readout in the python script that is responsible for sending the data to the surface computer to have it read into the depth field?
Thanks

Hi @vinsub,

That said, if you only care about sending the values to QGC (e.g. for manual control), and not to the autopilot (e.g. for depth-hold mode and similar) then it may work to send SCALED_PRESSURE2 MAVLink messages (e.g. via a Python program) to the topside. That will only work if there’s not also an existing depth sensor (e.g. Bar30/Bar100) connected to the flight controller - otherwise the autopilot and your Python program will be fighting over which depth gets reported to QGC / QGC will be flickering between the different values.