Kindly Help

This is a special forum devoted to educators using Adafruit and Arduino products for teaching.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
mrfarooq
 
Posts: 4
Joined: Fri Dec 13, 2013 2:37 pm

Kindly Help

Post by mrfarooq »

At my school we are trying to develop a rotating disk that can stop at every 10 degrees and complete a full circle (randomly at any point forward and backward). A regular servo motor only turns 180 degrees. Are there servo motors that can make a full 360 degrees turn? My understanding is that continuous servos can't be controlled at random intervals. Is there any way to attach two servos back to back so a full 360 degrees can be randomly controlled?

Your help would be greatly appreciated. My students are waiting.

User avatar
adafruit_support_bill
 
Posts: 88141
Joined: Sat Feb 07, 2009 10:11 am

Re: Kindly Help

Post by adafruit_support_bill »

There are servos which will turn a full 360 degrees: http://www.pololu.com/product/522
The rotational accuracy and repeatability is not great - usually +/- a couple degrees.

Another approach would be a stepper. These are very repeatable and a 200 step (1.8 degree) motor will get you to within 0.9 degrees (worst case).
http://www.adafruit.com/products/324

Yet a third approach would be to mount a rotary encoder on a continuous rotation servo and handle the feedback in your controller.

mrfarooq
 
Posts: 4
Joined: Fri Dec 13, 2013 2:37 pm

Re: Kindly Help

Post by mrfarooq »

Thank you very much for your timely reply.

Locked
Please be positive and constructive with your questions and comments.

Return to “For Educators”