MLX90640 Melexis thermal camera (32x24) rapid prototyping python package (on windows 10, linux pc, raspberry pi, jetson nano, beagle bone, ...)
Project description
MLX90640 driver
Intro
MLX90640 is a thermal camera (32x24 pixels) using Far InfraRed radiation from objects to measure the object temperature.
https://www.melexis.com/mlx90640
This python driver interfaces the MLX90640 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 mlx90640-driver
https://pypi.org/project/mlx90640-driver/
https://pypistats.org/packages/mlx90640-driver
Note This is a base package, therefore one of the below I2C drivers is still needed:
- https://github.com/melexis-fir/mlx90640-driver-evb9064x-py
- https://github.com/melexis-fir/mlx90640-driver-devicetree-py (/dev/i2c-)
- https://github.com/melexis-fir/mlx90640-driver-mcp2221-py
- or make your own.
Running the driver demo
- Connect the EVB to your PC.
- Open a terminal and run following command:
mlx90640-dump auto
This program takes 1 optional argument.
mlx90640-dump <communication-port>
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 mlx90640-driver-1.1.2.tar.gz
.
File metadata
- Download URL: mlx90640-driver-1.1.2.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39f8123d44cd63b098cd30f85dfb517ecb3af2979d838684fe787751ad30098a |
|
MD5 | 335141f0e1784f2341a230590017f4c9 |
|
BLAKE2b-256 | e482c2c54c61e0fb4c19b7765b7734283959c302e46e5db376f0d03c9a5850fd |
File details
Details for the file mlx90640_driver-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: mlx90640_driver-1.1.2-py3-none-any.whl
- Upload date:
- Size: 156.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 614e1455bc9bd102a49e1a22868a62e61c4fe9f95cd2a18a86321f41b3ef0582 |
|
MD5 | 27dced4650d5c71d44d2592d51c49603 |
|
BLAKE2b-256 | b1fb3dab58f5d0e6334ae58d50c8673c2e47006aa9908f2cae23314be81f2a5a |