An open API service indexing awesome lists of open source software.

https://github.com/fogleman/mlx90640

Arduino & Python code to interface with the MLX90640 thermal camera
https://github.com/fogleman/mlx90640

Last synced: 12 months ago
JSON representation

Arduino & Python code to interface with the MLX90640 thermal camera

Awesome Lists containing this project

README

          

# MLX90640 Python Driver

This code uses the Arduino as a simple I2C to Serial relay, leaving all of the
calibration and image processing to Python code running on the PC host.

(ATmega-based Arduinos like the Arduino Nano do not have enough RAM to hold the
16-bit 32x24px image in memory, so the usual MLX90640 libraries do not work.)

### Usage

python MLX90640.py /dev/tty.usbserial-XXX

### Screenshot

![Screenshot](screenshot.png)