-
Notifications
You must be signed in to change notification settings - Fork 96
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
IOError: [Errno 121] Remote I/O error #10
Comments
Hello, Edited the following file for I2C address.
Where, |
Are you using our add-on board, or a generic bme680 breakout/your own hardware? |
I am have the same issue but this didn't fix it for me. My I2C address is also 0x77 and im using a Adafruit bme680 chip.
|
Instead of modifying the library you can also just pass |
Hello,
I am getting the below error when I run the examples.
Installed the libraries based on the README.
Seems my slave address is 0x77, but python code is using 0x76, thats why I am getting this issue ?
BTW, this one works, its C code.
https://github.com/twartzek/bme680-raspberry
But I would like to use python.
Thanks for the help.
The text was updated successfully, but these errors were encountered: