MLX90641 driver
Intro
MLX90641 is a thermal camera (16x12 pixels) using Far InfraRed radiation from objects to measure the object temperature.
https://www.melexis.com/mlx90641
This python driver interfaces the MLX90641 and aims to facilitate rapid prototyping.
Currently this driver supports 3 type of I2C interfaces:
- EVB90640-41 ==> https://www.melexis.com/en/product/EVB90640-41/
- Raspberry Pi with I2C on the 40-pin header.
- MCP2221 USB to I2C adaptor.
And 4 operation systems platforms:
- Windows 10
- Ubutuntu
- Rasberry pi 4B
- Jetson Nano (Nvidia)
Getting started
Installation
pip install mlx90641-driver
https://pypi.org/project/mlx90641-driver/
https://pypistats.org/packages/mlx90641-driver
Note This is a base package, therefore one of the below I2C drivers is still needed:
- https://github.com/melexis-fir/mlx90641-driver-evb9064x-py
- https://github.com/melexis-fir/mlx90641-driver-devicetree-py (/dev/i2c-)
- https://github.com/melexis-fir/mlx90641-driver-mcp2221-py
- or make your own.
Running the driver demo
- Connect the EVB to your PC.
- Open a terminal and run following command:
mlx90641-dump auto
This program takes 1 optional argument.
mlx90641-dump <communication-port>
Release files for mlx90641-driver 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mlx90641-driver-1.2.0.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mlx90641_driver-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 155.5 kB
Release files / mlx90641-driver-1.2.0.tar.gz
| Download URL | mlx90641-driver-1.2.0.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e37c5bd9886c42bafd85c782ab83c7ee2ecfb52a7ad0964673d6724c892efdd
|
|
BLAKE2b-256 checksum How to use checksums |
4d1fe8d2546eb018879de3cf66bf73eae30b818a7ecd396e6990a3fc8e9d0733
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
|
Release files / mlx90641_driver-1.2.0-py3-none-any.whl
| Download URL | mlx90641_driver-1.2.0-py3-none-any.whl |
|---|---|
| Size | 150.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6e04ae8a8605b44c7b388bd0660d8c94e5c5e7eda709c6d8166fb8e3dbca34f3
|
|
BLAKE2b-256 checksum How to use checksums |
28fd8d46e87368295f2af0bd0efb6b6b83fc0eeb8a8b8958f8972b0eb887a154
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
|