Arduino 360 Servo Control Not Possible?
이전 댓글 표시
댓글 수: 2
Stijn Haenen
2021년 1월 7일
In the example for a 180 degree servo, this line is used to control the angle;
writePosition(s, angle);
For the 360 deg servo you cannot send a command for angle, only for speed. Use:
writePosition(s, 90);
for full speed rotation and
writePosition(s, 0);
to stop the servo.
Stanley
2023년 11월 16일
Hi, I am having a very similar problem. I am wondering if you found a solution and if so could you please provide me with advice on how to control my 360 servo. Thank you in advance for any help.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support Package for Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!