Unique weather station for automotive applications.

Hey everyone! Just registered on the forums to ask for a little guidance. I have a little experience in software development and solder work on automotive circuit boards.

I work in the high performance automotive industry. I'm looking to build a weather station for some of our automotive testing equipment. I need an accurate way to sense humidity, temperature, and barometric pressure. My testing equipment has a 0-5v analog input for each of these sensors. I'm having issues finding cost effective analog sensors and I think I might need an arduino to process the data and output the signal to my testing equipment.

Can this be done with PWM?

TLDR; I need 0-5v analog output for my testing equipment for humidity, temperature, and barometric pressure.

I need an accurate way to sense humidity, temperature, and barometric pressure.

specify your requirements in detail

Can this be done with PWM?
better connect a real DAC

The popular DHT11 or DHT11 temperature/humidity sensors will take care of those two. It uses a single-wire interface to transfer binary data (not PWM, sorry).

There are many choices of pressure sensor that use SPI or I2C interfaces.

Of course, he could easily hook an arduino up to these sensors and have it output a 0-5 V either PWM or via dac, cw, signal.

You could use the PWM but you'd need a discrete circuit to filter the output so the voltage is stable and then you would have to calibrate it because there may be some attenuation of the signal after it comes out the other end so what you think you're outputting may not be 100% accurate.

Hi, these sensors use the i2c bus, making wiring easy, and are reasonably accurate:

http://www.ebay.co.uk/itm/1pc-Standard-Digital-Temperature-And-Humidity-Sensor-Module-SHT21-New-/301153432842

http://www.ebay.co.uk/itm/New-Sensor-Board-Module-For-Arduino-1pc-BMP180-Digital-Barometric-Pressure-/121171624986

Paul