alexh-name / bsec_bme680_linux

Read the BME680 sensor with the BSEC library on Linux (e.g. Raspberry Pi)
Other
87 stars 48 forks source link

user_i2c_write: Remote I/O error #20

Closed lokijota closed 4 years ago

lokijota commented 4 years ago

Hi,

I just followed the instructions to build the code, and all went well. I'm using a Raspberry Pi Zero. When running it, however, I get:

pi@pi0:~/bsec_bme680_linux $ ./bsec_bme680 user_i2c_write: Remote I/O error

Also happens if I sudo it. I can read values correctly using the Adafruit Python library.

Any ideas?

lokijota commented 4 years ago

Found the solution in issue #8 which is already closed. https://github.com/alexh-name/bsec_bme680_linux/issues/8