필터 지우기
필터 지우기

How can I control a stepper motor in Matlab using Arduino?

조회 수: 4 (최근 30일)
Ruchika Dongre
Ruchika Dongre 2016년 12월 17일
답변: Shreshth 2024년 7월 17일 9:04
I'm using 2013b, so I found the package that I had to install, but for some reason it's not working using this code in Matlab:
a=arduino('COM3');
stepperSpeed(a,2,3);
stepperStep(a,2,'forward','single',10);
a.delete;
It recognizes the Arduino, but for some reason the stepper motor doesn't work. (I have motor_v2 installed on the board.) No fundamental errors are given, but when I remove the semicolons and look at the console, underneath the "Stepper Motor" Matlab is not conveying the number of steps that the stepper motor needs to do. (It's not a hardware issue, either, as I've run some example code in the Arduino software and it works fine.) I would greatly appreciate any help!

답변 (1개)

Shreshth
Shreshth 2024년 7월 17일 9:04
Dear Ruchika,
You can refer the below MathWorks documentation to understadn the process of using stepper motor in MATLAB using Arduino.
Hope it helps.

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

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