The DHT11 Temperature and Humidity sensor, in my self built weather station as somehow failed, instead of a direct replacement i have decided on a small upgrade.
I am using an Arduino UNO R3 Board, i have decide i would like to us a BME280 in my weather station instead of a DHT11, the problem i have is i already have 2, i2c sensors on my board, a 20,4 LCD and and a BH1750 light sensor. My question is this, would it be better to parallel connect all 3 sensors, or simple connect my new sensor in parallel with one of the original sensors?
When we talk about BME280 sensor, we usually refer to this sensor module which contains 5V/3.3V/5V level sifters (at the other sidea) and it can be directly connected with the I2C Bus of UNO.
Given the time and effort it took to get this working originally, I'd personally be inclined to just get a replacement sensor. If you fancy the challenge though, I'm sure folks here will help get it working.