How to deploy third party dependencies on arduino

5 vues (au cours des 30 derniers jours)
Aaron Troll
Aaron Troll le 21 Fév 2024
Réponse apportée : Sathvik le 26 Fév 2024
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.

Réponse acceptée

Sathvik
Sathvik le 26 Fév 2024
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:

Plus de réponses (0)

Catégories

En savoir plus sur Run on Target Hardware dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by