Skip to main content

I2C for MLX90641 using the EVB90640-41 on (windows 10, linux pc, raspberry pi, jetson nano, beagle bone, ...)

Project description

MLX90641 driver for MCP2221 USB I2C hub

GitHub release (latest by date) Lines of code

PyPI PyPI - Python Version PyPI - License

platform

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 hub from MCP2221 chip which is connected via the USB cable to the computer.
https://www.microchip.com/wwwproducts/en/mcp2221
https://www.adafruit.com/product/4471

Getting started

Installation

pip install mlx90641-driver-mcp2221

https://pypi.org/project/mlx90641-driver-mcp2221
https://pypistats.org/packages/mlx90641-driver-mcp2221

Extra installation for linux based OS.

  1. install udev, libusb and libhidapi:
sudo apt update
sudo apt-get install libudev-dev libusb-1.0-0-dev libhidapi-dev
  1. Configure such that non-root users have access.

Place a file in /etc/udev/rules.d/20-microchip.rules:

KERNEL=="hidraw*", ATTRS{idVendor}=="04d8", MODE="0666"

You might use this command line to create that file:

echo 'KERNEL=="hidraw*", ATTRS{idVendor}=="04d8", MODE="0666"' | sudo tee /etc/udev/rules.d/20-microchip.rules >/dev/null

Note: Make sure to (re-)plug the MCP2221 after this file is written!

Running the driver demo

  • Connect the MLX90641 to the MCP2221 I2C port
  • Connect the MCP2221 to your PC with the USB cable.
  • Open a terminal and run following command:
mlx90641-mcp2221-dump mcp://mcp:2221/0

This program takes 1 optional argument.

mlx90641-mcp2221-dump <communication-port>

Note: this dump command is not yet available!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlx90641-driver-mcp2221-1.2.0.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mlx90641_driver_mcp2221-1.2.0-py3-none-any.whl (299.2 kB view details)

Uploaded Python 3

File details

Details for the file mlx90641-driver-mcp2221-1.2.0.tar.gz.

File metadata

  • Download URL: mlx90641-driver-mcp2221-1.2.0.tar.gz
  • Upload date:
  • Size: 3.8 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

Hashes for mlx90641-driver-mcp2221-1.2.0.tar.gz
Algorithm Hash digest
SHA256 a5d13ee1b43dd3b89fac6e01cd13e3537cb8a4c00a8b84fedeadbe338ad1e11d
MD5 a9d505ab1ed590eb70ca94d145763f54
BLAKE2b-256 586c777cf21d2100b7cf55784094be4d3462947a1b0fd5a7682e0030dc3a3de4

See more details on using hashes here.

File details

Details for the file mlx90641_driver_mcp2221-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: mlx90641_driver_mcp2221-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 299.2 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

Hashes for mlx90641_driver_mcp2221-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dc74ee4b2e91ed11ed9ae6b820bde78d4dc3ffef481c425a8ecaa588e22f9856
MD5 4573f4058a8b0ba2f636c709fc6a471a
BLAKE2b-256 7faa7f06a9a16961cfb06a75a37a9cabcb40716cdbf53ebaa6f9af77c27081e6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page