Generate C Code from Simulink and place it into Arduino?

16 次查看(过去 30 天)
Hello.
I have made a super easy PID controler in Simulink. The PID controler is into a subsystem. The subsystem has two inputs (SET, Analog) and one output (Interval).
I can generate that subsystem by right click C/C++ -> Build System.
Then i also get a report about the code. The problem is that i expect just one or two c-files (header and C-file). But i got many C-files so it confusing me.
What should i do with all these files? This is a tiny subsystem and i don't want more that 4 files.
What should i do? Did i have done the right thing or are setup wrong?

采纳的回答

Swarooph
Swarooph 2016-10-7
You should do 2 things.
  1. Download the free support package that helps you generate appropriate code from your Simulink model, builds it and the downloads it on to the Arduino with a click of a button.
  2. Once you see this support package in the Simulink library browser, identify the input and output driver blocks to your application (Digital Input or Analog Input etc., Digital Output or PWM or Servo Write etc.) and use them appropriately for your PID inputs and outputs.
Take a look at this video for relevant information.
  1 个评论
Daniel
Daniel 2016-10-7
Hello!
I have install that package and it works for me. But now I'm not using Simulink Coder, only Simulink with an add-on package for Arduino.
It probably does not work to generate C code from Simulink Coder who fits Arduino? Arduino using C++ and not C by the way. A lot of people saying that Arduino are using C, that's wrong.

请先登录,再进行评论。

更多回答(0 个)

类别

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