How to read Arduino Output in Simulink by realtime?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I want to read Arduino Output by real time in Simulink.
I have program to read digital input from IR Proximity Sensor in Arduino IDE. Then the output from program is the one I want to read through Simulink. Is there any idea?
I have read and search for this topic, the current solution is Copy and Paste the serial monitor, but it can't be done in simulink.
0 comentarios
Respuestas (1)
Venkat Siddarth Reddy
el 18 de Abr. de 2024
Editada: Venkat Siddarth Reddy
el 18 de Abr. de 2024
Hi Christian,
You can try to get send data through the digital pin of the board and capture it in simulink using "Run on hardware" mode.
Checkout the following video, to learn more about real-time acquisition in arduino using simulink:
Hope it helps!
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!