WeatherDuino Forum

Full Version: Clarifications on parts lists - errata?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I'm just ordering components for a system build (2*TX, RX, RX+), and have a couple of questions on the parts lists.

RXv5.02
- Is the BMP280 barometric pressure sensor supported on the RXv5.02? (The parts lists only says BMP180 or BMP085, but I recall reading somewhere about support for it being added...).
- Is the SHT31 supported on the RXv5.02? (Parts lists says "DHT22 or HTU21D", but I thought I read about support for SHT31 being added to all the WeatherDuino family here http://www.meteocercal.info/forum/Thread-Temperature-sensors-options - maybe the parts list hasn't been updated?)

TXv3.12
- What temperature/humidity sensors are supported? The parts list states TMP36 as optional IC2, which I understand to be for the PCB/system temperature. The parts lists doesn't mention specific temperature/humidity sensors. The PCB is marked "SHT2X/F(?)I2C, SHT1X/DHT22". Is the SHT31 also supported for the TX? (I read about support for SHT31 being added to all the WeatherDuino family)


Thanks very much

John
Looking at "Config_TX.h", I see a configuration option for SHT31 mentioned. So that suggests that the SHT31 is now supported by the TX.
Hi,

Looking at the software is always the best way to see which sensors are supported.

(27-02-2017, 12:37)clubjoker Wrote: [ -> ]RXv5.02
- Is the BMP280 barometric pressure sensor supported on the RXv5.02? (The parts lists only says BMP180 or BMP085, but I recall reading somewhere about support for it being added...).

The BMP280 and BME280 are only supported by the WeatherDuino Pro2 PLUS. Systems based on RX v5.02 or v6.xx should use the BMP180 or BMP085

(27-02-2017, 12:37)clubjoker Wrote: [ -> ]- Is the SHT31 supported on the RXv5.02? (Parts lists says "DHT22 or HTU21D", but I thought I read about support for SHT31 being added to all the WeatherDuino family here http://www.meteocercal.info/forum/Thread-Temperature-sensors-options - maybe the parts list hasn't been updated?)

Currently the SHT31 is supported by all RX versions.


(27-02-2017, 12:37)clubjoker Wrote: [ -> ]TXv3.12
- What temperature/humidity sensors are supported? The parts list states TMP36 as optional IC2, which I understand to be for the PCB/system temperature. The parts lists doesn't mention specific temperature/humidity sensors. The PCB is marked "SHT2X/F(?)I2C, SHT1X/DHT22". Is the SHT31 also supported for the TX? (I read about support for SHT31 being added to all the WeatherDuino family)

I think you already have found the answer.  Smile
Thanks, Werk. All clear now, and I can see in the config header files too Smile