Skip to content

Add Bosch BMP580 sensor #23294

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

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

kwertie01
Copy link

Description: Add BMP580 Sensor from Bosch

https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/bmp580/
https://github.com/boschsensortec/BMP5_SensorAPI
BMP580

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.8
  • The code change is tested and works with Tasmota core ESP32 V.3.1.3.250411
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

@arendst
Copy link
Owner

arendst commented Apr 14, 2025

What is the increase of code size with BMP580 enabled?

@kwertie01
Copy link
Author

What is the best way to calculate the increase of the code size?
I compiled a version, with and a version without, my BMP580 feature and calculated the size difference:
in firmware.elf files = +3k3 bytes
in firmware.bin files = +2k4 bytes
Is this a correct method and if yes, which one should I use?

One other question:
I just found out that I did not add this feature to the support_features.ino and decode-status.py. Should that still be done?

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.

2 participants