12-04-2020 07:34 PM
Hello im just wondering if anyone can explain how the I2C functions (read/write) need to be set up for the BME680 sensor and possible any examples? i am using the raspberry pi 4b and just trying to read the sensors values and print them to the screen then save the outcomes in a text file
Solved! Go to Solution.
12-08-2020 08:44 AM
Hello Callum42069,
From sensor API side, you only need implement read/write function.
Device address depends on your HW connection. If SDO pin was connected to "0", device address would be 0x76. If SDO pin was connected to "1", device address would be 0x77.
12-08-2020 09:03 PM
Ok thats great thank you !
03-30-2022 10:23 AM
I have encountered a similar problem recently, and I am trying to solve it