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

조회 수: 4 (최근 30일)
Michael Goebel
Michael Goebel 2020년 6월 19일
댓글: Santiago 2024년 2월 1일
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
sapan agha
sapan agha 2020년 6월 19일
the question say what is recaailng matrix
do you have any idea about recalling matrix

댓글을 달려면 로그인하십시오.

채택된 답변

Michael Goebel
Michael Goebel 2020년 6월 25일
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)
  댓글 수: 1
Santiago
Santiago 2024년 2월 1일
Hi. I have the same problem.
If I understand correctly, you created a C file with the tune() function?

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Michael Goebel
Michael Goebel 2020년 6월 22일
*push*
anyone?

Raunak Gupta
Raunak Gupta 2020년 6월 24일
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.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by