Skip to main content

Introduction

Documentation Status Discord Build Status Code Style: Ruff

CircuitPython library to support Honeywell MPRLS digital pressure sensors.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-mprls

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-mprls

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-mprls

Usage Example

import time
import board
import adafruit_mprls

i2c = board.I2C()

# Simplest use, connect to default over I2C
mpr = adafruit_mprls.MPRLS(i2c, psi_min=0, psi_max=25)

while True:
    print((mpr.pressure,))
    time.sleep(1)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Release files for adafruit-circuitpython-mprls 1.2.26

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for adafruit-circuitpython-mprls 1.2.26
File Size Uploaded
adafruit_circuitpython_mprls-1.2.26.tar.gz 23.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for adafruit-circuitpython-mprls 1.2.26
File Interpreter ABI Platform
adafruit_circuitpython_mprls-1.2.26-py3-none-any.whl Python 3 none any Details

Total release size: 28.5 kB

Release files / adafruit_circuitpython_mprls-1.2.26.tar.gz

Download URL adafruit_circuitpython_mprls-1.2.26.tar.gz
Size 23.1 kB
Tags Source
SHA-256 checksum
How to use checksums
7a2f1b751958af585e20d8fc2080dd6c0dd348204eedb92aacb4886a8f99b434
BLAKE2b-256 checksum
How to use checksums
42a4508d560183e04e894d6beb7de44606f438cbb0f0d10cf10e4e27e08f81b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / adafruit_circuitpython_mprls-1.2.26-py3-none-any.whl

Download URL adafruit_circuitpython_mprls-1.2.26-py3-none-any.whl
Size 5.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
fd1e12d6769629f78915ce167320aa975ed7224644e94ed7ffc8b8ba327f75cd
BLAKE2b-256 checksum
How to use checksums
f60cb9decc007a23126074a83826d6e42c27a8c1d3e681537cb78df965fe11e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release history Release notifications | RSS feed

This release

1.2.26 This release

2 release files

1.2.25

2 release files

1.2.24

2 release files

1.2.23

2 release files

1.2.22

2 release files

1.2.21

2 release files

1.2.17

2 release files

1.2.16

2 release files

1.2.15

2 release files

1.2.14

2 release files

1.2.13

2 release files

1.2.11

1 release file

1.2.10

1 release file

1.2.9

1 release file

1.2.8

1 release file

1.2.7

1 release file

1.2.6

1 release file

1.2.5

1 release file

1.2.4

1 release file

1.2.3

1 release file

1.2.2

1 release file

1.2.1

1 release file

1.2.0

1 release file

1.1.2

1 release file

1.1.1

1 release file

1.1.0

1 release file

1.0.3

1 release file

1.0.2

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page