Can arduino receive and send information through its serial port to a simulink model on a pc?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Valmir Sadiku
el 28 de Mayo de 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 comentarios
Valmir Sadiku
el 28 de Mayo de 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.
Ver también
Categorías
Más información sobre Arduino Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!