larus-breeze / sw_algorithms_lib

This module contains the algorithms for the larus soaring flight sensor
GNU General Public License v3.0
6 stars 8 forks source link

Pressure altitude in CAN datagrams missing #25

Open Simsys opened 7 months ago

Simsys commented 7 months ago

There is no CAN datagram that contains the pressure altitude

degeflija commented 7 months ago

Hi, pressure altitude depends on setting a reference pressure. Normally thats QNH, in exceptions QFE. The sensor only knows ambient pressure, but - at start up - does not have any reference.

The way I do that in the AD57 SW is (to save the pilot from doing this) :

As far as I know, Klaus has not implemented anything like this in the sensor, for good reason, when you think about it.

BTW : Thats currently an issue with Uwe's OpenSoar. In OpenSoar you have to set QNH manually.

Simsys commented 6 months ago

Hi Horst, it is clear that the sensor box does not recognise reference pressures such as QNH or QFE. Nevertheless, the sensor box can output a barometric altitude with reference to a fixed pressure (1013.2 hPa, for example).

This data point is missing on the CAN bus interface