How to read Arduino Output in Simulink by realtime?
조회 수: 8 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Venkat Siddarth Reddy
2024년 4월 18일
편집: Venkat Siddarth Reddy
2024년 4월 18일
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!
참고 항목
카테고리
Help Center 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!