MPS20N0040D-D SPHYGMOMANOMETER DIP AIR PRESSURE SENSOR MODULE (0-40KPA, DIP-6)

MPS20N0040D-D SPHYGMOMANOMETER DIP AIR PRESSURE SENSOR MODULE (0-40KPA, DIP-6)

sphygmomanometer is a device that measures blood pressure. It is composes of an inflatable rubber cuff, which is wrapped around the arm. A measuring device indicates the cuff's pressure. A bulb inflates the cuff and a valve releases pressure. A stethoscope is used to listen to arterial blood flow sounds.

This DIP air pressure sensor is suitable for biomedical, meteorology and other fields. The core part is pressure sensor chip which is make by the MEMS pressure technology. 
- With wide applicable temperature range. 
- Easy to use and install. 
- Fits for the following types: 
1. Automobile: tire pressure gauge, vehicle-mounted air pump, the MAP sensors, diagnostic equipment, automotive sensors. 
2. Industry: air brake switch, portable pressure gauge, such as digital pressure gauge, environment monitor. 
3. Medical equipment: patient monitoring and diagnostic equipment, such as blood pressure monitor, medical instrument, and monitor. 
 

This component measures air pressure of up to 40kPa


PRODUCT DETAILS

- Measuring medium: air 
- Measuring range: 0-40kPa 
- Operating temperature range: -40 ° ~ + 125 ° 
- Storage Temperature: -40 ° ~ + 150 ° 
- Humidity: (50% ± 10%) RH 
- Ambient temperature: (25 ± 1) ° 
- Medium temperature: (25 ± 1) ° 
- Output impedance: 4kΩ ~ 6kΩ 
- Zero output: -15mV~+15mV 
- Hysteresis: +-0.7%F.S. 
- Power supply: ≤10V DC or ≤2.0mA DC 
- Insulation resistance: 100MΩ, 100VDC


Getting started with the MPS20N0040D-D Sphygmomanometer Pressure Sensor 0-40kPa DIP-6

Hardware required

  • 1x MPS20N0040D-D Pressure Sensor
  • 2x 10k Resistors
  • 2x 47k Resistors
  • 1x 1k Resistors
  • 1x 2.2k Resistors
  • 1x LM358 Op-Amp
  • 1x Arduino UNO R3

Connecting the Hardware

Connect MPS20N0040D-D Pressure Sensor to arduino as shown below

Upload the sample sketch

const int analogInPin = A0; // Analog input pin that the potentiometer is attached to

int sensorValue = 0; // value read from the pressure sensor via the amplifier stage
float outputValue = 0; // value output to the Serial port and LCD display

void setup()
{
// initialize serial communications at 9600 bps:
Serial.begin(9600);
}

void loop()
{
// read the analog in value:
sensorValue = analogRead(analogInPin);
outputValue = map(sensorValue, 491, 1023, 0, 100); //The zero value of sensor is around 491

// print the results to the serial monitor:
Serial.print(“sensor = ” );
Serial.print(sensorValue);
Serial.print(“\toutput = “);
Serial.println(outputValue);

// wait 500 milliseconds before the next loop
// for the analog-to-digital converter to settle
// after the last reading:
delay(100);
}

Testing the circuit

open your serial monitor by clicking on the icon in the right top corner(like search icon).

Before to apply the pressure 

Write a review

Please login or register to review
  • Views: 3166
  • Product Code: MPS20N0040D-D DIP Air Pressure Sensor
  • Availability: In Stock
  • KES 200.00

Tags: air pressure sensor, sphymomanometer, mps20n0040d

The MPX5100DP is a dual port, differential integrated silicon pressure sensor in 6 pin SIP package. ..
KES 1,600.00
CRYSTAL 16 MHZ HC-49s Manufacturer: MEC Frequency: 16.0000MHz Package / Case: HC-..
KES 10.00
Multilayer- Monolithic Ceramic Capacitor Capacitance 22pF Voltage-Rated 50V Tolerance ±10% T.C Z..
KES 5.00
LM358N Low Power Dual Op-Amp IC Manufacturer: STMicroelectronics - SGS THOMSON Manufacturer P..
KES 50.00
Description Looking to play around with motors (stepper or DC)? This is the perfect chip. With tw..
KES 200.00
The following are the few advantages for NodeMCU that is based on ESP-12E and that is 2.4G wifi deve..
KES 1,000.00
Model: 6LR61Size: 9vJacket: Aluminium Foil batteryCompliance: CE ROHSCapacity: 270ohm,24h/d,720minut..
KES 150.00 KES 120.00
Control the flow of fluid using the flow of electrons! This liquid valve would make a great addition..
KES 3,000.00 KES 2,200.00
The DHT-22 is a low cost humidity and temperature sensor with a single wire digital interface. The s..
KES 650.00 KES 550.00
Need some indicators? We are big fans of these diffused red LEDs, in fact we use them exclusively in..
KES 100.00 KES 40.00
The ESP8266 WiFi Module is a self contained SOC with integrated TCP/IP protocol stack that can give ..
KES 300.00 KES 250.00
OverviewSensitive to flame spectrumFeatures wide range voltage comparator LM393Adjustable sensitivit..
KES 200.00 KES 150.00

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments