Pressure Transducer

Hi all,

I'm currently looking for a way to read sensor data from a pressure transducer (http://www.omega.com/Pressure/pdf/PX309-100mv.pdf). I think I'm going to try to run the arduino and view live data using Matlab. My main concern is whether or not the pressure transducer will interface with the arduino. This is the first time I've ever dealt with an arduino. I don't actually have any hardware yet because I want to make sure that this is possible before I go out and buy everything.

Basically, I'm trying to stay away from purchasing a DAQ and a LabVIEW license in order to view and record the data. Any help, knowledge, or advice would be greatly appreciated!

That series of sensors appears to offer three different output options. If you get the one that does 0-5vdc output you can wire it directly to an arduino analog input pin, no problem.

Lefty

Great! Thanks for your help!