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

bme280: Add BMP388 sensor support to BMxx80 #6576

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

linw1995
Copy link
Contributor

Extends the BMxx80 category with support for the BMP388 sensor, providing temperature and pressure output similar to the existing BMxx80 class of sensors.

Extends the BMxx80 category with support for the BMP388 sensor,
providing temperature and pressure output similar to the existing BMxx80 class of sensors.

Signed-off-by: 林玮 (Jade Lin) <[email protected]>
@KevinOConnor
Copy link
Collaborator

Thanks. Maybe @Arksine could take a look at this.

-Kevin

@Arksine
Copy link
Collaborator

Arksine commented Apr 24, 2024

The implementation looks solid to me. I wish that the BME388 did not introduce a new chip ID register, however it appears that the original ID register (0xD0) is not mapped, so it should reliably return 0 when read.

@KevinOConnor KevinOConnor merged commit c3ec4af into Klipper3d:master Apr 25, 2024
1 check passed
@KevinOConnor
Copy link
Collaborator

Thanks.

-Kevin

richfelker pushed a commit to richfelker/klipper that referenced this pull request Jun 11, 2024
…3d#242)

Extends the BMxx80 category with support for the BMP388 sensor,
providing temperature and pressure output similar to the existing BMxx80 class of sensors.

Signed-off-by: 林玮 (Jade Lin) <[email protected]>
Co-authored-by: 林玮 (Jade Lin) <[email protected]>
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.

3 participants