I recently got a tufty 2040 with a BME688 sensor module for a project. I have tested the tufty and everything seems to work well however when I plug the BME688 into the tufty and run the sample code I cant get thonny to recognize the breakout connected
“Traceback (most recent call last):
File “”, line 8, in
RuntimeError: BreakoutBME68X: breakout not found when initialising”
Pasted it into thonny and run the code with the tufty2040 connected via usb and the sensor attached to it. I was expecting a tuple however I simply get the error mentioned before.
From what your saying are my pins wrong. If so what are the correct pins?
As alphnumeric said, looks like on the Tufty it’s 4/5, so you could just replace PINS_PICO_EXPLORER with PINS_BREAKOUT_GARDEN in your penultimate line there.