Integrating I2C thermal camera module MLX90640 using MATLAB function toolbox and Raspberry Pi
4 views (last 30 days)
Show older comments
I want to process the thermal image data from MLX90640 camera module, connected with Raspberry Pi through I2C.
It is difficult to use directly the I2C master read and I2C master write in Simulink support package for Raspberry Pi because of the specific handshaking procedure with the camera module.
Then I use the MATLAB function toolbox to integrate the MLX90640 using the MLX90640 API which is available at https://github.com/melexis/mlx90640-library., but it is failed due to the data type difference.
Any suggestions on how I can import the thermal camera image directly to Simulnk?
Thank you very much for your help.
Kind Regards,
Karyono
6 Comments
Ibrahim alami merroui
on 24 Jan 2023
I used Arduino studio too. I think i'm missing something. The sensor doesn't work with I2C, the Leds stay off the whole time. I connected Arduino with Matlab and i tried to run some basic codes, every think work fine. But the sensor MLX90640 is being only with USB reconized, otherways not :(
Ibrahim alami merroui
on 24 Jan 2023
I have connected it again, it seems that Matlab has reconized the sensor adress by 0x33, but all the values the sensor reads are 0.

Answers (0)
See Also
Categories
Find more on Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!