BME688 Not Found

I’m trying to use Pimoroni BME688 with ESP-Wroom-32. I’ve got two of the BME688 and neither of them are found when I connect everything up (I2C) and run the Adafruit BME680 Example. Do I need to do anything different for ESP32, and/or BME688?

I2C scanner finds it at address 0x76

Check the Adafruit code to see if its looking for it at 0x77 instead of 0x76.
I have an Adafruit BME280 and its default address is 0x77. My Pimoroni versions use 0x76 as default. There is an address jumper on the back side to change it to 0x77.

1 Like

Yes! That’s it, thank you!

1 Like