Regarding using a function to control a servo motor via Arduino

조회 수: 2 (최근 30일)
Kin Sun Wong
Kin Sun Wong 2018년 12월 27일
편집: madhan ravi 2018년 12월 27일
I am currently to create a function that allows me to control a servo motor (Hitech HS55) via an Arduino Uno board. The function (named 'motor') and code are as shown below.
Screenshot 2018-12-27 at 4.03.56 PM.png
However, whenever I execute the function, all it does is give me the value of the position of the motor and the value of y, yet the servo motor does not turn nor respond.
On the other hand, when I copy and paste the same text onto the command window and execute it, the servo motor will respond.
Why does the servo motor not respond when the function is executed?
Thank you.

답변 (2개)

Walter Roberson
Walter Roberson 2018년 12월 27일
create the arduino object outside of the function and pass it in. You do not want to have multiple connections and the initialization of the object is expensive as it has to synchronise communication each time.

madhan ravi
madhan ravi 2018년 12월 27일
편집: madhan ravi 2018년 12월 27일
I believe the communication between the servo and the arduino is not set right.

커뮤니티

더 많은 답변 보기:  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