Arduino 360 Servo Control Not Possible?
Show older comments
2 Comments
Stijn Haenen
on 7 Jan 2021
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
on 16 Nov 2023
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.
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Support Package for Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!