element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Polls Servo VS. Stepper motor
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: Former Member
  • Date Created: 6 Nov 2014 3:39 AM Date Created
  • Last Updated Last Updated: 11 Oct 2021 3:01 PM
  • Views 1174 views
  • Likes 2 likes
  • Comments 7 comments
Related
Recommended

Servo VS. Stepper motor

Hello, I'm new to the RPi B+, and im sure this isnt the best way to break the ice, just wanted to get some feedback from the community on what your thoughts were. Pro's and Con's would be awesome on comments if you could/would leave them please.

 

I'm attempting to use one to control a robot, web based(python), but need to know what would be the best approach to steering this damn thing would be?!?!?!

  • scratch
  • python
  • from
  • robots
  • control
  • steering
  • motor
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • amgalbu
    amgalbu over 10 years ago +7
    Hi I think they cover different areas Servo are 1. easy to use (just connect a PWM output and that's all the hardware you require) 2. can not (easily) control speed. With servo, typically you set a new…
  • dougw
    dougw over 9 years ago +2
    Servos are lower power, cheaper and easier to use, however you will need a servo saver to prevent shock loads on the wheels from stripping the gears. If you use a steering linkage, be sure it can bend…
  • Former Member
    Former Member over 10 years ago in reply to timswift +1
    Funny you should ask. I have no clue, truth be told. I'm kinda winging it right now. I'll be using a power drill for the forward and backward motion, that one i will probably use a servo for the trigger…
  • dixonselvan
    dixonselvan over 7 years ago

    Steppers are slow, bulky and needs complex interfaces. Servos on the other hand are faster, compact and easy to use and interface. The applications of Servo is majorly in robotics! Which made it popular.

     

    Pretty much every previous comment has covered up what I had to say. Just a re-iteration because it was irresistable to stay silent.

     

    My vote to Servo always!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mrosst92
    mrosst92 over 7 years ago

    As others have said, it depends on the application.  Myself, I often want precision in positioning, so I prefer steppers or high-end servos with encoders, but I suspect in your case thats not as important, so plain servos may be fine.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • dougw
    dougw over 9 years ago

    Servos are lower power, cheaper and easier to use, however you will need a servo saver to prevent shock loads on the wheels from stripping the gears. If you use a steering linkage, be sure it can bend easily without damage when you run into a wall. If it is too stiff, it can destroy your gears.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    Servos are simpler to use, and are precise just like steppers. They can be used in a wide variety of projects. They can come in 180 degree rotation sizes, or continuous rotation. They are also generally cheaper than stepper motors.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • amgalbu
    amgalbu over 10 years ago

    Hi

    I think they cover different areas

     

    Servo are

    1. easy to use (just connect a PWM output and that's all the hardware you require)

    2. can not (easily) control speed. With servo, typically you set a new position and the servo electronics will make the DC engine turn as fast as possible to the new position

    3. can be modified for continous rotation, but you have non control on speed

     

    Stepper motors are

    1. more difficult to use (they require external hardware to drive the motors)

    2. more precise

    3. can be controlled in speed

     

    Hope this help

    Ambrogio

    • Cancel
    • Vote Up +7 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to timswift

    Funny you should ask.

    I have no clue, truth be told.

    I'm kinda winging it right now.

    I'll be using a power drill for the forward and backward motion, that one i will probably use a servo for the trigger and a relay for the switching of direction.

    We will consider this as a Frankenstein type of robot....hehe....

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • timswift
    timswift over 10 years ago

    I think servos are simpler to use.

    Are you making a differential drive robot or one that drives like a car?

     

    Tim

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube