Can arduino receive and send information through its serial port to a simulink model on a pc?
2 views (last 30 days)
Show older comments
Hey, I tried to implement the fuzzy logic controller on the arduino uno and it doesn't work. Is it possible to run the controller on my pc and use serial receive and serial transmit to read the sensors on the arduino and give commands to the actuators?
0 Comments
Answers (1)
Valmir Sadiku
on 28 May 2013
Of course, i tried that in the past and it works fine with the 'Serial Receive'- and 'Serial Send'-Blocks. You can run into trouble, because of your restrictions regarding the sample time. Therefore you have to use Real-Time Windows Target.
2 Comments
Valmir Sadiku
on 28 May 2013
As you noticed, the serial configuration block keeps indicating that no ports are available. I solved this problem by first plug-in the arduino then restart MATLAB, after that the port should be available. You can use the 'Stream Input'-Block from the real time windows target toolbox, and select an standard device.
See Also
Categories
Find more on Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!