bsec_bme680_linux icon indicating copy to clipboard operation
bsec_bme680_linux copied to clipboard

Add section in README for trouble shooting "user_i2c_write: Remote I/…

Open Gfast2 opened this issue 4 years ago • 2 comments

Awesome codebase, enlight my day for chrismas, hopefully this tiny complement for troubleshooting section will help out guys like me (the one who plays some IoT in free time, or a "new :bee: " for short) have less time to jump-start.

Thanks again for sharing the code & hope you guys have nice day for the rest of the year.

:christmas_tree: :beers: :beers: :beers: :christmas_tree:

Su

Gfast2 avatar Dec 19 '20 16:12 Gfast2

This is needed to make this library work on Raspberry Pi 4 Model B. +1

flipthedog avatar May 12 '22 15:05 flipthedog

This is needed to make this library work on Raspberry Pi 4 Model B. +1

It's the not Pi. It's the BME680 you are using. They, like the BME280, have two I2C addresses, and you can switch between them. It's in the BME/BSEC documentation that should be read along side this compiling part that creates readable output for Python code.

Although having it in the readme is always a good idea. Say under FAQ's In the same way you should change the timezone and you can alter the output or eCO2 etc.

bsimmo avatar May 12 '22 16:05 bsimmo

Thanks! Just changed some language and formatting.

alexh-name avatar Sep 18 '22 10:09 alexh-name