Tony - @Matti Airas Does the HALMET PCB support...
@Matti Airas Does the HALMET PCB support multiple i2c sensors? I have two BME 280 sensors I would like to connect and read from the same i2c bus on a single PCB. I am using the
adafruit/Adafruit BME280 Library @ ^2.2.4 dependency and attempted to create two pointers with two different addresses; 0x76 and 0x77 without success. I am still trying to determine how to get the addresses of the devices programmatically, and also how to wire two together (like one wire or different?). I appreciate any support even from those who programmed a different ESP32 project and was able to get two i2c sensors operational.