MLX90640 driver for EVB90640-41
Warning: not stable yet.
- Update is commit, but only validated on windows OS.
- Currently only COM1 .. COM32 are supported.
- Linux based OSes are not checked/validated.
MLX90640 is a thermal camera (32x24 pixels) using Far InfraRed radiation from objects to measure the object temperature.
https://www.melexis.com/mlx90640
The python package "mlx90640-driver" driver interfaces the MLX90640 and aims to facilitate rapid prototyping.
This package provide the I2C low level routines.
It uses the I2C from the EVB90640-41 which is connected via the USB cable to the computer.
https://www.melexis.com/en/product/EVB90640-41/
Getting started
Installation
pip install mlx90640-driver-evb9064x
https://pypi.org/project/mlx90640-driver-evb9064x
https://pypistats.org/packages/mlx90640-driver-evb9064x
Note:
On linux OS, make sure the user has access to the comport /dev/ttyUSB<x> or /dev/ttyACM<x>.
And easy way to do this is by adding the user to the group dialout.
Running the driver demo
- Connect the MLX90640 to the EVB
- Connect the EVB to your PC with the USB cable.
- Open a terminal and run following command:
mlx90640-evb9064x-dump auto
This program takes 1 optional argument.
mlx90640-evb9064x-dump <communication-port>
Note: this dump command is not yet available!
Release files for mlx90640-driver-evb9064x 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mlx90640-driver-evb9064x-0.4.1.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mlx90640_driver_evb9064x-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 142.8 kB
Release files / mlx90640-driver-evb9064x-0.4.1.tar.gz
| Download URL | mlx90640-driver-evb9064x-0.4.1.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d5e95bab2bd1766ea42c48ddbba8fcf8b7992cdbf2a0199deb4c281cb6f170d6
|
|
BLAKE2b-256 checksum How to use checksums |
fb2df2c1efd1853c3c10c75799a203d362a0705af56adc5ac445b0bea6849fa4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
|
Release files / mlx90640_driver_evb9064x-0.4.1-py3-none-any.whl
| Download URL | mlx90640_driver_evb9064x-0.4.1-py3-none-any.whl |
|---|---|
| Size | 138.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ec0f66e1399c35f586298a842be810135b4b645b1ba01c20f2ecfb67f3170120
|
|
BLAKE2b-256 checksum How to use checksums |
aad2e2eab8d86ad7097d0f6fee14a0be90da7ae09e1227d3ba31d00a5b794d07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
|