14-10-2018, 06:08
Hi all
I was initially using the BME280 for temp/hum/baro on my RX board. I was unsure of the temp/hum readings of this sensor, they seemed a little high, so I've added a SHT31 sensor to take temp/hum readings from - leaving the BME280 just for baro.
My config is as below, but I no longer have baro/ATM readings on the display. Temp and hum are reading fine.
WeatherDuino Pro2 PLUS Receiver - Version: P2AT2560_RX_v7.0_b003
Any help would be appreciated to troubleshoot this one, baro was fine until I changed. Is this not a compatible configuration?
Thanks
Colin
I was initially using the BME280 for temp/hum/baro on my RX board. I was unsure of the temp/hum readings of this sensor, they seemed a little high, so I've added a SHT31 sensor to take temp/hum readings from - leaving the BME280 just for baro.
My config is as below, but I no longer have baro/ATM readings on the display. Temp and hum are reading fine.
Code:
// --------------------------------------------------------------------------------------
// Define the type of your Barometric Pressure Sensor
// --------------------------------------------------------------------------------------
#define BAROMETRIC_SENSOR 0 // 0= BME280, 1= BMP280 2= BMP085 / BMP180
// --------------------------------------------------------------------------------------
// Define the type of your inside Temperature / Humidity Sensor
// --------------------------------------------------------------------------------------
#define INSIDE_TH_SENSOR 3 // 0= BME280, 1= HTU21D, 2= SHT21, 3= SHT31WeatherDuino Pro2 PLUS Receiver - Version: P2AT2560_RX_v7.0_b003
Any help would be appreciated to troubleshoot this one, baro was fine until I changed. Is this not a compatible configuration?
Thanks
Colin
![[Image: ?url=cdn.thingiverse.com%2Frenders%2Ffb%...atured.jpg]](https://images.weserv.nl/?url=cdn.thingiverse.com%2Frenders%2Ffb%2Fd4%2F0f%2Fb0%2F6c%2F65a0d38be681f2aee132587c0624162b_preview_featured.jpg)
