How can i use Arduino functions (code) in simulink?

5 vues (au cours des 30 derniers jours)
Michael Goebel
Michael Goebel le 19 Juin 2020
Hi everyone,
i would like to use arduino code like tone(pin, freq, duration) in simulink, i.e. to generate a sound with a certrain frequency using a buzzer, standalone on an arduino.
As far as i know, the playtone() function does not work in standalone mode.
How to do it best? S-function? Matlab-Function? ...?
An example simulink model would help me a lot.
  13 commentaires
Michael Goebel
Michael Goebel le 19 Juin 2020

Connectez-vous pour commenter.

Réponse acceptée

Michael Goebel
Michael Goebel le 25 Juin 2020
That didnt really help much.
A simple example would have helped a lot.
I realized it with a s-function builder and some manual adjustments in the generated .c file ( add extern "C" to each funtion, and rename .c file to .cpp)

Plus de réponses (2)

Michael Goebel
Michael Goebel le 22 Juin 2020
*push*
anyone?

Raunak Gupta
Raunak Gupta le 24 Juin 2020
Hi,
There are lot of reference about Arduino Support from MATLAB that enables to use MATLAB to interact with Arduino Board. You may install MATLAB Support Package for Arduino Hardware from Add-on explorer. Also, following link contains many resources around the same.
Similarly, there is Arduino Support from Simulink which you can use by installing Simulink Support Package for Arduino Hardware from Add-on explorer. Here you can develop and simulate the algorithms in Simulink that run standalone on Arduino. For resources to get started you may follow below mentioned link.

Catégories

En savoir plus sur Simulink Support Package for Arduino 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