Hello!
{Quote hidden}>> I have a Motorola MPX5100A sensor (Temp compensated, calibrated,
>> conditioned sensor) that outputs 0.5- 4.5V for 0-15PSI. Since
>> atmospheric pressure is around 14.6 PSI, the output voltage from
>> this sensor will only sweep a small range for a 29"- 31" pressure
>> change (4.2 - 4.7V)
>> Can I use a differential serial ADC like the National ADC0831
>> and feed it the output of the pressure sensor and hold the V-
>> input at 4.2V? Or is that too tight of a range (4.2 - 4.7V) for
>> a full 8 bit count?
>
> I built a barometer using a 16C84A and the Motorola MPX4115A (which
> has
> a pressure range of 15-115kPa), and have been very pleased with the
> results. However, there are some things you might want to consider:
>
> - The Motorola MPX family of pressure sensors are not guaranteed to
> give valid results outside of their rated pressure range. The
> high end of the MPX5100A range is 100kPa, which is slightly below
> the average sea level pressure (101.32kPa). I haven't seen any
> problems when that close to the rated range, but you might
> consider
> the MPX4115A, which ranges up to 115kPa (33.96" of mercury at sea
> level).
I beg to differ here - although the differential (guage) models like
the MPX5100D support a differential pressure of 100 kPa, the absolute
pressure sensors (MPX5100A) use an internal reference that sits at
about 15 kPa. The absolute range measurable with the MPX5100A is
thus also 15 - 115 kPa.
I am in the process of building an altimeter using a PIC and the
MPX5100A sensor, which is very well suited due to the fact that it is
fully temperature compensated. Is there any reason for using an
external A/D converter instead of using something like the PIC16C71
which has a four channel 8-bit A/D built in (besides the '84 EEPROM
vs '71 EPROM)??
Cheers
Roland