how run multi bme680 in one raspberry pi ?
If you set the address jumper on one of them you can run two on one Pi.
Then in python it goes something like this
sensor1 = bme680.BME680(76)
sensor2 = bme680.BME680(77)
how run multi bme680 in one raspberry pi ?
If you set the address jumper on one of them you can run two on one Pi.
Then in python it goes something like this
sensor1 = bme680.BME680(76)
sensor2 = bme680.BME680(77)