0.2MPa Stainless Steel Pressure Transducer Sensor

Availability:

In stock


SKU: 890216
  1. Operating Voltage:5 V
  2. Output Voltage:0.5~4.5 V
  3. Accuracy:1% FS
  4. Thread Size:G 1/4”

 1,278.00

(Including GST)

In stock

Select below products to add together


New Price: ₹ 1278


Purchase this product now and earn 13 Robu Points!

Low Stock. Order Now !



Have any issues, Get support here.
Have a bulk requirement, mail us to [email protected]
Didn’t Find what you are looking for?

Brand: Generic
Category: Water TDS, pH, Flow, Level and Pressure Sensor

If you are working on a device that converts an input mechanical pressure into an electrical output signal. Then this Sensor is essential for you. These types of sensors are used in altimeters, barometers, sensing printer ink levels, the airflow rate in equipment, IT center/ computer cooling systems, semiconductor process equipment, and laser measurement.

You can Purchase this Sensor from Robu.in at a reasonable price.

This Pressure Transducer is Part of All New Product  Line Up from Robu. in. The Pressure Transducer is made from High-Quality stainless steel material providing it with rigidity. The transducer comes with a standard thread size of G1/4 inches and can work in both air and water. The sensor gives a digital output in the range of 0.5V to 4.5V while operating at 5VDC. The sensor has stable performance characteristics with a long operation life.

Applications:
  1. Pressure Detection in Oil Tank, Gas Tank.

The interface of  Pressure Transducer With Arduino:

Generic Connection


Source Code for Pressure Transducer Sensor:

/************************************************************
Water pressure sensor demo(Computer serial port)
- Obtain the water pressure through the output voltage
of the sensor.
**************************************************************/

/************************************************************
Water Sensor Key Parameter
- Parts No.:KY-3-5
- Sensing range: 0 - 1.6 MPa
- Input Voltage: 5VDC
- Output Voltage: 0.5 - 4.5 VDC
(Linearly corresponding to 0 - 1.6 MPa)
- Accuary: 0.5% - 1% FS
**************************************************************/

/************************************************************
Water Sensor Calibration

The output voltage offset of the sensor is 0.5V (norminal).
However, due to the zero-drifting of the internal circuit, the
no-load output voltage is not exactly 0.5V. Calibration needs to
be carried out as follow.

Calibration: connect the 3 pin wire to the Arduio UNO (VCC, GND and Signal)
without connecting the sensor to the water pipe and run the program
for once. Mark down the LOWEST voltage value through the serial
monitor and revise the "OffSet" value to complete the calibration.

After the calibration the sensor is ready for measuring!
**************************************************************/

const float OffSet = 0.483 ;

float V, P;

void setup()
{
Serial.begin(9600); // open serial port, set the baud rate to 9600 bps
Serial.println("/** Water pressure sensor demo **/");
}
void loop()
{
//Connect sensor to Analog 0
V = analogRead(0) * 5.00 / 1024; //Sensor output voltage
P = (V - OffSet) * 400; //Calculate water pressure

Serial.print("Voltage:");
Serial.print(V, 3);
Serial.println("V");

Serial.print(" Pressure:");
Serial.print(P, 1);
Serial.println(" KPa");
Serial.println();

delay(500);
}

Features:

  1. Adopt Precision Compensation Technology and Sensitive Components, Stable and Reliable.
  2. 0.1% FS Small Output Error, Including Nonlinear, Hysteresis Error, and Repeatability.
  3. Light Weight and Small Volume, Easy to Install, and Operate.
  4. Stainless Steel Body, has a Complete Surge Voltage Protection Function.

Package Includes:

1 x 0.2MPa Stainless Steel Pressure Transducer Sensor

Sensor Type

Analog Pressure Sensor

Material:

Stainless Steel

Thread Size

G 1/4"

Pressure Range (MPa)

0 – 0.2

Operating Voltage (VDC)

5

Output Voltage (VDC)

0.5 ~ 4.5

Accuracy

1% FS

Length (mm):

50

Width (mm):

20

Height (mm):

20

Weight (g):

20

Shipping Weight 0.022 kg
Shipping Dimensions 6 × 3 × 2 cm
15 Days Warranty

This item is covered with a standard warranty of 15 days from the time of delivery against manufacturing defects only. This warranty is given for the benefit of Robu customers from any kind of manufacturing defects.  Reimbursement or replacement will be done against manufacturing defects.


What voids warranty:

If the product is subject to misuse, tampering, static discharge, accident, water or fire damage, use of chemicals & soldered or altered in any way.

Questions and answers of the customers

  1. 0 votes
  2. 0 votes
    Q Can this sensor be used to measure ammonia gas pressure upto 12 bar? answer now
    Asked by mehra90sunil on March 5, 2022 4:42 pm
    A

    No, this sensor is not able to measure the ammo... Read more

  3. 0 votes
    A

    Hello,

    Yes this is water resistant also ... Read more

Only registered users are eligible to enter questions
Country Of Origin: China

You may also like…