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

ESP8266 and SPI = BME68x error code : -3 #41

Open
AndySmithers opened this issue Sep 21, 2024 · 0 comments
Open

ESP8266 and SPI = BME68x error code : -3 #41

AndySmithers opened this issue Sep 21, 2024 · 0 comments

Comments

@AndySmithers
Copy link

I have a NODEMMCU hardware setup with a BME688 that needs to use SPI.
For context, this works perfectly using the standard BME68x Arduino Library.
If I try the Basic example and modify this to use SPI
(if (!envSensor.begin(2,SPI))) : Note that my CS line is GPIO2.
I get error code: -3 which is "sensor not found".

As I say, this hardware works fine with the basic BME68x library so I know I don't have a hardware issue.

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

No branches or pull requests

1 participant