EEVblog Electronics Community Forum

Electronics => Projects, Designs, and Technical Stuff => Topic started by: Youkai on November 11, 2024, 06:21:20 pm

Title: Looking for the right motor/whatever to concroll a rotating section
Post by: Youkai on November 11, 2024, 06:21:20 pm
I'm back to working on the arm cannon build again. This time version 2. I'd like to try and have a rotating section. See this youtube video for example: https://www.youtube.com/watch?v=bZSogp_dCNo (https://www.youtube.com/watch?v=bZSogp_dCNo)

I need to see if there's a decent way to control the rotation. Here are some notes about the parameters of the build:


Does anybody have some good ideas for how I could implement this? If I did the full rotation I assume a small DC motor with some kind of gear would work; then I would need to figure out a breaking mechanism for when the motor is off to keep it from rotating freely. If I did the forward and back possibly a stepper motor or continuous rotation servo?

Any advice/suggestions would be appreciated. Thank you!
Title: Re: Looking for the right motor/whatever to concroll a rotating section
Post by: jwet on November 11, 2024, 10:51:26 pm
I saw you got no responses so I'll try, maybe someone will be motivated by my dumb answer.

It would seem pretty clean to have a sun type gear on the inner diameter of the rotating part and a pinion gear on a stepper motor.  If you don't have room for the motor inside, you could make a right hand drive by putting the gear on the "back" of the rotating sleeve and have a pinion engage with it.  Pancake motors would make sense and could be hidden in the surface bumps.  Stepper have detent torque to keep things from rotating.

Good luck,
Title: Re: Looking for the right motor/whatever to concroll a rotating section
Post by: Youkai on November 12, 2024, 07:07:23 pm
Ok thanks for the help. I haven't worked with Stepper motors before so I don't know how complicated they are. I'll need a fairly small motor to fit in the space.

If it helps: the inner core where the motor will be mounted is a 4-inch diameter tube. I can use the whole of the interior of the tube as free space. I'll print a track into the outside of the tube for the bearings to slot into.

I'll do some research about using stepper motors with Arduino. I think that might be a good option if it's easy enough to use and I can find a motor the size that works for me. I'll probably want a switch somewhere so I can detect "home" but using a servo should make it easy to rotate some desired amount of degrees then return to the start.

I'd still appreciate any other suggestions if there are other options to consider. Thank you.