Close

created a program that extracts calibration data, to be placed in progmem

A project log for mlx90640 sensor works w 800 bytes

Everywhere i read people are excited to get mlx90640 working. here are examples using arduino w 800bytes ram, and 1k with calibrated DEG C

jamesdanielvjamesdanielv 09/29/2018 at 08:530 Comments

created a program that extracts specific calibration files from sensor, so we can store them in a const table in progmem (flash area). this data saves us a lot of calibration time, because setup and testing was done at factory. it can be found in download section, but current versions can be found here

https://github.com/jamesdanielv/thermal_cam_mlx90640/blob/master/getEEpromDump.zip

Discussions