Integrating I2C thermal camera module MLX90640 using MATLAB function toolbox and Raspberry Pi
조회 수: 4 (최근 30일)
이전 댓글 표시
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
Ibrahim alami merroui
2023년 1월 24일
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
2023년 1월 24일
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.

답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!