Honeywell Pressure Sensor MPR/MPRLS (I2C)

From Visuino
Revision as of 09:31, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoHoneywellMPRPressureSensor.png == Summary == Honeywell MPR/MPRLS digital pressure sensor with I²C interface for precise pressure measurements in various ranges. == Description == The **Honeywell MPR/MPRLS Pressure Sensor** measures pressure with selectable ranges and outputs the result via I²C. It supports status signals for end-of-conversion, error detection, and math saturation. The sensor is enabled or disabled and configurable via I²C for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoHoneywellMPRPressureSensor.png

Summary

Honeywell MPR/MPRLS digital pressure sensor with I²C interface for precise pressure measurements in various ranges.

Description

The **Honeywell MPR/MPRLS Pressure Sensor** measures pressure with selectable ranges and outputs the result via I²C. It supports status signals for end-of-conversion, error detection, and math saturation. The sensor is enabled or disabled and configurable via I²C for integration into analog and digital systems.

Diagram:

Properties

  • Enabled – Enables or disables the sensor.
  • Range Type – Selectable measurement range (e.g., t0001BA, t01_6BA, t0250MG, t0100KG, t0300YG, etc.).
  • Address – I²C device address.

Pins

Input Pins

  • Clock – Sensor clock input.

Output Pins

  • Ready EOC (digital) – End-of-conversion signal.
  • Error (Integrity) (digital) – Indicates data integrity error.
  • Error (Math Saturation) (digital) – Indicates saturation error.
  • Out Pa (analog) – Pressure output in pascals.
  • Interface (i2c) – I²C communication interface.

Categories