-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
[Sponsored by Holybro] Add Goermicro/Goertek SPA06 baro driver #23958
Conversation
FLASH Analysispx4_fmu-v5x
px4_fmu-v6x
|
2 similar comments
FLASH Analysispx4_fmu-v5x
px4_fmu-v6x
|
FLASH Analysispx4_fmu-v5x
px4_fmu-v6x
|
if param compare -s SENS_EN_SPA06 1 | ||
then | ||
spa06 -X start | ||
spa06 -X -a 0x77 start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why handle 0x77 here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just copied SPL06. Would you do it somewhere else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dagar let me know what you want me to change here, otherwise I'll merge as is.
This isn't included in any builds? |
@dagar it's in the Kakutes, see third commit. |
FLASH Analysispx4_fmu-v5x
px4_fmu-v6x
|
FYI - all tests are passing now |
@julianoes Can we backport this? |
This adds a driver for the Goermicro/Goertek SPA06, mostly copying the SPL06 driver.
So far this is only bench tested, over I2C.
FYI @vincentpoont2
@dagar let me know if you want this as a variant of the SPL06 instead and call it SPx06.