Is it possible to run the code in my computer and send the information to Arduino (Simulink)?
3 ビュー (過去 30 日間)
古いコメントを表示
Victor Maciel
2022 年 12 月 1 日
回答済み: Midhulesh Vellanki
2022 年 12 月 21 日
I have created some type of Predictive Controller and I have a physical prototype which I want to test my code. This prototype use an arduino and collect the information from some sensors and controls an actuator. My code needs more memory than my board have. So, I want to run the controller code (generated by Simulink Coder) in my computer and send only the control signal to my arduino board. Is that possible? If yes, how can I do it?
I want to run the code of controller (in red) on my computer and only send and receive data from arduino (blue).
0 件のコメント
採用された回答
Midhulesh Vellanki
2022 年 12 月 21 日
Hi Victor,
there are several ways for doing this, depending on what you are trying to test
One the most striaght forward ways is to use Connected IO mode as outlined here: https://www.mathworks.com/help/supportpkg/arduino/ug/connected-io.html?searchHighlight=Connected%20IO&s_tid=srchtitle_Connected%20IO_1
With this approch you would have access to sesnors on your host computer, and test your alogrithm but your controller would be running on the host computer as well.
If you would like to check performance of your controller on hardware, I would recommend, using an ethernet or CAN sheild on your arduino to send sensor data and configure simulink model with a ethernet read. I can elobrate more if the first approch is not ideal for you.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Modeling についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!