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
- Host: GitHub
- URL: https://github.com/fogleman/mlx90640
- Owner: fogleman
- License: mit
- Created: 2024-04-22T00:22:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T00:23:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T06:01:55.068Z (12 months ago)
- Language: Python
- Size: 936 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
