Hi
Just go my BME680 and Breakout Garden today. Set it up and followed the instructions.
Its setup with the Breakout Garden attached to the Raspberry PI 4B and the BME680 attached in the first slot (from the left)
It kind of works, but not completely.
When starting the read-all.py example script it very often throws an error
IOError: [Errno 121] Remote I/O error
If I retry to start the script a couple of times it suddenly starts and keeps working for a while and then it stops again with the same error.
If I run “i2cdetect -y 1”. I somethimes come up like this
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: – -- – -- – -- – -- – -- – -- –
10: – -- – -- – -- – -- – -- – -- – -- – --
20: – -- – -- – -- – -- – -- – -- – -- – --
30: – -- – -- – -- – -- – -- – -- – -- – --
40: – -- – -- – -- – -- – -- – -- – -- – --
50: – -- – -- – -- – -- – -- – -- – -- – --
60: – -- – -- – -- – -- – -- – -- – -- – --
70: – -- – -- – -- – --
And if rerun if might come with this:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: – -- – -- – -- – -- – -- – -- –
10: – -- – -- – -- – -- – -- – -- – -- – --
20: – -- – -- – -- – -- – -- – -- – -- – --
30: – -- – -- – -- – -- – -- – -- – -- – --
40: – -- – -- – -- – -- – -- – -- – -- – --
50: – -- – -- – -- – -- – -- – -- – -- – --
60: – -- – -- – -- – -- – -- – -- – -- – --
70: – -- – -- – -- 76 –
Any idea why it “falls-out” from time to time?
Best regards from Denmark
Per