PSAS/ avionics/ pressure sensor testing

Pressure Sensor Testing Setup

Overview

Goal: To test a small group of COTS pressure sensors to near vacuum and outside their usual acceleration and temperature ranges. Those sensors are:

Test Setup

Connections between the LPC2148 and the sensors:

ASDX Pressure Sensor

MP3 Pressure Sensor

SCP1000

ADXL321 Accelerometer board

General Notes

K's Suckulator 8000

Communication protocol

We decided on a 1 KHz packet rate coming from the device, which was relatively fast, but didn't jam our communication channel of a UART running at 115200 kbps at 8N1 with no flow control.

Commands to the device:

Packet from the device:

 0xAA 0x55 [MP3H MSB] [MP3H LSB] [ACC X MSB] [ACC X LSB] [ASDX MSB] [ASDX LSB] [SCP MSB] [SCP LSB]

Test Procedure

Testing notes

We ran the pressure sensor testing in Dr. Erik Sanchez's lab at PSU in Science Building 1 room 201. He has a giant vacuum chamber used for sputtering which he let us use.

Giant Vacuum Chamber
LPC2148 pressure sensing jig in chamber

We ran the tests using the roughing pump only, which allowed us to get to about 0.45 kPa of pressue. That's over 100,000ft in altitude, which is good enough for us for the foreseable feature.

The "gold standard" we used was a relatively new Palmil(tm) vacuum gauge that Dr. Sanchez added to the chamber before we got there.

We ran two types of tests:

Brief Summary:

A more detailed summary will come as part of Daniel's instrumentation class write up.