How to deploy third party dependencies on arduino

2 次查看(过去 30 天)
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