Integrating I2C thermal camera module MLX90640 using MATLAB function toolbox and Raspberry Pi
古いコメントを表示
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 日
Hey,
i will be very grateful if you can share the methode you use for solving this issue.
I'm working with the same sensor and Arduino but having this problem.
If you would like to, you can contact me on ibrahim-alami97@hotmail.com
thanks in advance
karyono karyono
2023 年 1 月 24 日
Ibrahim alami merroui
2023 年 1 月 24 日
hey,
thank you for your answer. The problem i have for the moment is that i can't get any data from the MLX90640 using Arduino. When i scan in Matlab for I2C devices using Arduino Explorer App , it doesn't work and the sensor will be not reconized.
I will be waiting of your Email and thanks again.
karyono karyono
2023 年 1 月 24 日
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 件)
カテゴリ
ヘルプ センター および File Exchange で Arduino Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!