Honeywell Pressure Sensor MPR/MPRLS (I2C): Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 09:31, 8 September 2025
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
- File:TArduinoDigitalCategory.png Category Digital – Digital sensor components.
- File:TArduinoI2CCategory.png Category I2C – I²C-enabled devices.
- File:TArduinoSensorCategory.png Category Sensors – Pressure sensors.