quen0n / unitemp-flipperzero

Flipper Zero application for reading temperature, humidity and pressure sensors like a DHT11/22, DS18B20, BMP280, HTU21 and more
GNU General Public License v3.0
282 stars 33 forks source link

Does this support combined AHT20+BMP280 sensor? #28

Closed spitfire closed 10 months ago

spitfire commented 10 months ago

Like this one: https://www.amazon.com/Alinan-Temperature-Humidity-High-Precision-Atmospheric/dp/B0B1PYC42K

quen0n commented 10 months ago

Both sensors are supported by the app

spitfire commented 10 months ago

But I have one device with 1 set of 4 pins that has both of these sensors (see link), how do I configure that?

quen0n commented 10 months ago

The same as if they were separate sensors. Just connect the device to the I2C pins and add two sensors in the application

spitfire commented 10 months ago

Thanks, just figured out that BMP280 wasn't at a pre-set address, everything works after I've changed that.