fix(barometer): update i2c speed for bmp581 to 400khz#27776
Merged
Conversation
Signed-off-by: dirksavage88 <dirksavage88@gmail.com>
Contributor
|
Maybe worth doing a quick test before merging? Would you mind comandeering your peers at @PX4/test-flight-team to get you a log or two? |
Contributor
Author
I don't think we have a cuav autopilot with one of these. It is a much newer baro. |
Contributor
|
Hey @cuav-chen2 @cuav-liu1 @CUAVcaijie would you mind testing this PR? |
Contributor
|
Sure, I'll test. @mrpollo |
Contributor
|
baro_0: BMP581 (I2C_BUS) |
Contributor
|
@dirksavage88 fyi, i guess this means it works |
Contributor
Author
|
Just need someone to approve @mrpollo |
dakejahl
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Solved Problem
Update speed to 400khz. The previous 100khz may have been carried over/copied from a previous gen bosch baro driver.
Solution
Increase to 400khz to match with other devices at 400khz on the same I2C bus (such as the v6x sensors board mags, e.g. BMM350 or EEPROM)
Changelog Entry
For release notes:
Alternatives
Leave as-is
Test coverage
Context