Honeywell Gauge Pressure sensor

PC90:
Hi,

Im trying to wire up and code a Honeywell gauge pressure sensor to an uno as part of my final year collage project. Does anybody have any experience with using such a pressure sensor? I have attached an image of the sensor and datasheet. Any replies would be greatly appreciated :slight_smile:

Looks pretty simple to use with an arduino. Just wire the devices ground to arduino ground pin, device +5vdc pin to arduino 5v pin, and devices signal output to a arduino analog input pin. Then you can use analogRead() commands to convert the reading to a digital value you can use in your sketch.

Lefty