MLX90641 driver for device tree on a SBC.
MLX90641 is a thermal camera (16x12 pixels) using Far InfraRed radiation from objects to measure the object temperature.
https://www.melexis.com/mlx90641
The python package "mlx90641-driver" driver interfaces the MLX90641 and aims to facilitate rapid prototyping.
This package provide the I2C low level routines. It uses the I2C from the device tree of a single board computer(SBC).
Getting started
Installation
pip install mlx90641-driver-devicetree
https://pypi.org/project/mlx90641-driver-devicetree
https://pypistats.org/packages/mlx90641-driver-devicetree
Note:
Make sure the user has access to /dev/i2c-<x>.
And easy way to do this is by adding the user to the group i2c.
Running the driver demo
- Connect the MLX90641 on the I2C bus of the SBC.
- Open a terminal and run following command:
mlx90641-devicetree-dump /dev/i2c-1
This program takes 1 optional argument.
mlx90641-devicetree-dump <communication-port>
Note: this dump command is not yet available!
Release files for mlx90641-driver-devicetree 1.2.2
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-devicetree-1.2.2.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mlx90641_driver_devicetree-1.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.6 kB
Release files / mlx90641-driver-devicetree-1.2.2.tar.gz
| Download URL | mlx90641-driver-devicetree-1.2.2.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
063ecd26b4d36e6539095f61a51fed69461a36b9da637eed57c84449f94af691
|
|
BLAKE2b-256 checksum How to use checksums |
028bc719923fa96a0ca72d3e4acc63996f1a5d27a9cd0147d3afa83ff09bfc6b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
|
Release files / mlx90641_driver_devicetree-1.2.2-py3-none-any.whl
| Download URL | mlx90641_driver_devicetree-1.2.2-py3-none-any.whl |
|---|---|
| Size | 21.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
20168ff22da41bdac63fd1cc1d8251d61c9295833b21126d6ade6d94e53ffef0
|
|
BLAKE2b-256 checksum How to use checksums |
ac3682ed452d0e1eca712f3b2c8e8254f2658769e6d9c44f5e45b239a4d68c3e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
|