MicroPython Driver for the TE MS5611 Pressure and Temperature Sensor
Project description
Introduction
MicroPython Driver for the TE MS5611 Pressure and Temperature Sensor
Installing with mip
To install using mpremote
mpremote mip install github:jposada202020/MicroPython_MS5611
To install directly using a WIFI capable board
mip install github:jposada202020/MicroPython_MS5611
Installing Library Examples
If you want to install library examples:
mpremote mip install github:jposada202020/MicroPython_MS5611/examples.json
To install directly using a WIFI capable board
mip install github:jposada202020/MicroPython_MS5611/examples.json
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 micropython-ms5611
To install system-wide (this may be required in some cases):
sudo pip3 install micropython-ms5611
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .venv
source .env/bin/activate
pip3 install micropython-ms5611
Usage Example
Take a look at the examples directory
Documentation
API documentation for this library can be found on Read the Docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file micropython-ms5611-0.1.0.tar.gz
.
File metadata
- Download URL: micropython-ms5611-0.1.0.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e9dbd28ef8c691b6faaba654b0f4bd7ea46a9b81ef0c777885853dc11cc0525 |
|
MD5 | 11a32bf48a2928186b90c999463c1811 |
|
BLAKE2b-256 | a581c092c4c849bf15435e07ec6460c4ac4525daa8180ec8eb5ed7983b21c9f3 |
File details
Details for the file micropython_ms5611-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: micropython_ms5611-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c498d31bbc9aeea4289f2fdc58f166a88c50aa92bb3251190dda42139ed83dd6 |
|
MD5 | a777d5df806a30b549ea8154b86b5775 |
|
BLAKE2b-256 | 79e22d762f902bca1a8191a0bf5bbc8f8508bfe25b6f1762b49104a4c93c6ce4 |