필터 지우기
필터 지우기

How to deploy third party dependencies on arduino

조회 수: 2 (최근 30일)
Aaron Troll
Aaron Troll 2024년 2월 21일
답변: Sathvik 2024년 2월 26일
Is there a way that matlab automatically istalls dependencies for include files?
I do have a sensor connected to an arduino via SPI and the arduino connected to Matlab. Now I want to design a controller in matlab using the sensor readings over "Monitor & Tune" function.
The code I have for the sensor works fine for the Arduino IDE becuase all dependencies are automatically downloaded by the IDE. However Matlab does not seem to do that and I want to avoid downloading all relevant header myself.
Maybe with addons it works, but these can not be used in Monitor and Tune as far as I know.

채택된 답변

Sathvik
Sathvik 2024년 2월 26일
Hello,
If you are using a sensor that is present in the Simulink Support Package for Arduino Hardware, you need not install the dependencies for the sensor.
Here is a list of all the sensors present in the support package:
However, if you are using a sensor that is not present in the support package, the dependencies for the sensor would not be downloaded automatically.
If you are using MATLAB R2023b, you can use the IO Device Builder App to create a system object for your sensor. Here is a link to a tutorial on how to use custom sensors in Simulink using the IO Device Builder App:
You can refer to the documentation and examples for the IO Device Builder App:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by