Honeywell Pressure Sensor MPR/MPRLS (SPI)

From Visuino
Revision as of 11:25, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoHoneywellMPRSensorSPI.png == Summary == Honeywell MPR/MPRLS digital pressure sensor with SPI interface for precise pressure measurements in various ranges. == Description == The **Honeywell MPR/MPRLS Pressure Sensor** measures pressure with high accuracy and outputs the result via SPI interface. It supports multiple pressure ranges and provides digital output with status signals for end-of-conversion, error detection, and math saturation. The sensor f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoHoneywellMPRSensorSPI.png

Summary

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

Description

The **Honeywell MPR/MPRLS Pressure Sensor** measures pressure with high accuracy and outputs the result via SPI interface. It supports multiple pressure ranges and provides digital output with status signals for end-of-conversion, error detection, and math saturation. The sensor features configurable SPI speed and various measurement ranges for different applications.

Diagram:

Properties

  • Enabled – Enables or disables the sensor (Default: True).
  • Name – Component identifier name.
  • Range Type – Selectable pressure measurement range (Options include: 10025PA, 10001BA, t01_6BA, t02_5BA, t0060MG, t0100MG, t0160MG, t0250MG, t0400MG, 10010KG, 1010KG, 1025KG, 1040KG, 1060KG, 1100KG, 1160KG, 1250KG, 10000MG, 10001BG, t01_6BG, t02_5BG, 10100KA, 10160KA, 10250KA, 10006KG, 10V45W, and others).
  • SPI Speed – SPI communication speed in Hz (Default: 8000000).

Pins

Input Pins

  • Clock – Sensor clock input.
  • Chip Select – SPI chip select signal input.

Output Pins

  • Ready EOC (digital) – End-of-conversion signal output.
  • Error Integrity (digital) – Data integrity error indication.
  • Error Math Saturation (digital) – Math saturation error indication.
  • Out Pa (analog) – Pressure measurement output in pascals.
  • Interface (spi) – SPI communication interface.

Categories