Maker Pro
Maker Pro

Controlling the speed of my servo

bigkim100

Apr 17, 2013
270
Joined
Apr 17, 2013
Messages
270
How do I control the speed of my servo in this project?.
Thanks
 

Attachments

  • ServoTester.gif
    ServoTester.gif
    4.6 KB · Views: 6

Minder

Apr 24, 2015
3,478
Joined
Apr 24, 2015
Messages
3,478
 

Bluejets

Oct 5, 2014
6,922
Joined
Oct 5, 2014
Messages
6,922
M, that will manually control the speed (position) but automatic slow motion of the servo such as in gear retract from "open to closed or visa versa" requires the movement from 1 to 2 milliseconds (or whatever range required) be done in small increments.
For example, first send 1.0 then 1.05 then 1.1 etc etc.
Possible with discrete devices but just the ducks nuts for a small uC........(AND plenty of code and examples out there at Arduino or Picaxe)
For "how a servo works" also plenty of info online.
 
Top