Pressure Sensor MPS20N0040D
Pressure Sensor MPS20N0040D
Pressure Sensor MPS20N0040D
MPS20N0040D
DESCRIPTION
FUNCTION
Pressure/temperature sensitive silicon rubber
(SR) filled with carbon black (CB) was prepared
by a liquid mixing method. The transfer function
of a pressure/temperature sensor based on
CB/SR was derived by general effective media
theory. The results show that the transfer
functions coincided well with the experimental
data, and the negative pressure coefficient of the
resistance/positive temperature coefficient of
resistance are shown. The working principles of
these two kinds of sensors are different. The
working principle of the pressure sensor based
on CB/SR was related to the volume fraction of
CB. With increasing volume fraction of CB, the
working principle of this kind of pressure sensor
varied from a piezo-resistive effect to a strain
effect. In addition, the working principle of the
temperature sensor based on CB/SR was that the
resistivity changed with temperature; this was
not related to the volume fraction of CB.
BLOCK
DIAGRAM
FUNCTIONS
PIN
DIAGRAM
GND – Ground
void setup()
{
Serial.begin(9600); //start the serial port
}
void loop()
{
float avg_val = 0.0; //variable for averaging
for (int i=0; i<avg_size; i++)
{
avg_val += MPS20N0040D.read(); //add multiple ADC readings
delay(50); //delay between readings
}
avg_val /=avg_size;
Serial.println(avg_val,0); //print out the average
}
APPLICATIONS
DHARMI JAVIYA
VENISHA PARMAR
28-12-2021
Air Pressure