MG90S Servo. M3=Top, M5=Down. Which command for Middle?
-
I could see the specs of MG90S (https://engineering.tamu.edu/media/4247823/ds-servo-mg90s.pdf) servo used in EleksDraw, it is capable to go to 3 positions depending on pulse length:
-90 deg (~1 ms pulse) is all the way to one side.
0 deg (1.5 ms pulse) is middle,
90 dev (~2ms pulse) is all the way to other side.so:
Sending the M3 command moves the arm to one end.
Sending the M5 command moves the arm to opposite end.QUESTION:
Is there any command to move the arm to the MIDDLE? (M4 works same as M3)
Any hints much appreciated.
-
not that im aware of. It is supposed to be an on off not a halfway switch.
-
-
@mku Use the S values to set intermediate positions, that changes the PWM.
-
@Zax BRILLIANT. THANK YOU.
Will try that.