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

use BSEC lib for BME680 #2426

Merged
merged 2 commits into from
Apr 21, 2023
Merged

use BSEC lib for BME680 #2426

merged 2 commits into from
Apr 21, 2023

Conversation

caveman99
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 12, 2023

🤖 Pull request artifacts

file commit
pr2426-firmware-2.1.10.8188cc3.zip 8188cc3

thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 12, 2023
thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 12, 2023
thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 13, 2023
@caveman99 caveman99 marked this pull request as ready for review April 14, 2023 08:39
@caveman99 caveman99 requested review from garthvh and thebentern April 14, 2023 08:39
if (!hasSensor()) {
return DEFAULT_SENSOR_MINIMUM_WAIT_TIME_BETWEEN_READS;
}
status = bme680.begin(nodeTelemetrySensorsMap[sensorType]);
bme680.begin(nodeTelemetrySensorsMap[sensorType], Wire);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does the new I2C scan work if this is detected on the secondary bus? Right now all sensors assume 'Wire'

thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 14, 2023
thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 14, 2023
thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 15, 2023
thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 18, 2023
thebentern added a commit to meshtastic/artifacts that referenced this pull request Apr 19, 2023
@caveman99 caveman99 merged commit 1621fbb into master Apr 21, 2023
@caveman99 caveman99 deleted the BME680-BSEC branch April 21, 2023 14:04
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