i have a question whit this servos, IA says that this servos are of continuous movement, and we cant control the movement, but we dont know if whit the program we can control it, i dont know if in degrees or in time but we need a answer for this, if not we will have to buy another servos and we have a competition in september, and if you have the code, thats much better, thank you.
Read about the genuine MG90S servo here. The range of motion is about 180 degrees, like most other servos.
There are many MG90S counterfeits on the market.
I know there are two models of this type of servos, one with 180º movement and another with continuous motion, externally it is impossible to identify them, you have to trust that the seller provides you with the one you need.
// Servos de 180º
MiMotorServo.write(x)
// // Servos de 180º
MiMotorServo.write(x)
// Where x is a value from 0 to 179, with 180º servos you position it directly at the angle you indicate.
// Servos de 360º
MiMotorServo.write(x)
// Where x is a value from 0 to 179
// 0: maximum rotational speed in a clockwise direction.
// Between 0 and 89: It maintains the same clockwise direction but the speed decreases as we approach 89.
// 90: The 360 servomotor stops.
// Between 91 and 180: The speed increases as we approach the value of 180, turning counterclockwise.
// 180: maximum rotation speed in the counterclockwise direction.
Moderator
Your topic was moved to its current location as it is more suitable.
Could you also take a few moments to Learn How To Use The Forum.
It will help you get the best out of the forum in the future.
Thank you