Skip to content

Sensor improvement: try BME280 addresses#2607

Open
tedder wants to merge 2 commits into
meshcore-dev:mainfrom
tedder:ted/bme280-address-tests
Open

Sensor improvement: try BME280 addresses#2607
tedder wants to merge 2 commits into
meshcore-dev:mainfrom
tedder:ted/bme280-address-tests

Conversation

@tedder
Copy link
Copy Markdown

@tedder tedder commented May 23, 2026

The default 0x76 address is actually not the default on the chip. Try both addresses that are available.

Doing a slight optimization by trying the defined address, then the chip default, then 76 (which is the default in this code). That way it won't, by default, attempt 76, 76, then 77.

tedder added 2 commits May 22, 2026 19:12
The default 0x76 address is actually not the default on the chip. Try both addresses that are available.

Doing a slight optimization by trying the defined address, then the chip default, then 76 (which is the default in this code). That way it won't, by default, attempt 76, 76, then 77.
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.

1 participant