2024-12-19, 05:14 PM
(This post was last modified: 2024-12-19, 05:15 PM by baltika_no_9.)
(2024-12-19, 12:25 AM)Sailrexboat Wrote: Greetings,
Very new to OpenPlotter, so hoping someone can help with a configuration. I am trying to connect a BME 680 sensor using the I2C 4.2.0 utility. When I check I2C Addresses, my sensor correctly maps to 0x77. When I add the BME 680/688 in the Supported Sensor drop down, and 0x77 in the Detected Addresses drop down, I get an error message stating “Error processing BME 680/688: Failed to find BME680! Chip ID 0x41”. I do not have any device at the 0x41 address. Any help would be greatly appreciated!
You may be mixing up two things here. 0x77 is indeed an I2C address but then you say " I do not have any device at the 0x41 address". As the error message says, the 0x41 is a Chip ID not an address.
I think there are some BME680 python scripts out there to allow you to test the BME680 outside of OP, maybe try some of those to validate it is working?

