Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP_Baro: Add support for AUAV airspeed sensor absolute channel #29535

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

IamPete1
Copy link
Member

The AUAV airspeed sensor has a second I2C address which provides a absolute reading for use as a barometer. The reading and calculation method is mostly the same so this adds a helper class that is shared between both airspeed and baro. (still need to workout the best way to put defines around that for the case where airspeed is not compiled in)

The updates work correctly for me with the airspeed, however my test sensor always returns busy when trying to read the extended calibration coefficients for the absolute channel. If I skip the extended calibration it works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant