Author Topic: Motors  (Read 2738 times)

0 Members and 1 Guest are viewing this topic.

Offline Silver_79Topic starter

  • Jr. Member
  • **
  • Posts: 22
  • Helpful? 0
Motors
« on: July 25, 2009, 07:53:57 PM »
      Hi all, another noob question again. I am finishing up my small photovore robot inspired by the 50$ robot. I have a small collection of components and parts and was going through them too see if any could be used for my robot Feddar. I found two motors that I had hidden away they are both different sizes and I was wondering would this make a difference if both were DC motors of varying size? 
I shall be telling this with a sigh
Somewhere ages and ages hence:
Two roads diverged in a wood, and I–
I took the one less traveled by,
And that has made all the difference.

-Robert Lee Frost-

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: Motors
« Reply #1 on: July 25, 2009, 08:20:24 PM »
yes, they will not go the same speed so your robot will constantly spin in circles...
this can be tweaked in code, but its hard... have they got gearboxes? you'll need them.
Howdy

Offline MangoBot

  • Robot Overlord
  • ****
  • Posts: 185
  • Helpful? 1
    • BeginneRobot
Re: Motors
« Reply #2 on: July 25, 2009, 08:37:20 PM »
would it work if you used gears to lower to make them the same rpm

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: Motors
« Reply #3 on: July 25, 2009, 08:55:23 PM »
it "could" make them the same... but chances are one of them will be off slightly.
Howdy

Offline wil.hamilton

  • Robot Overlord
  • ****
  • Posts: 207
  • Helpful? 6
  • rtfm
Re: Motors
« Reply #4 on: July 25, 2009, 09:19:45 PM »
the only way you could make two different motors spin the same is with encoders.  Encoders let you track how many times the motor has spun, you can use the encoders to make sure each motor is spinning the same amount.  Even identical motors (same make and manufacture) will be slightly mismatched and the only way to have a robot go perfectly straight is by using encoders.
use the google.  it's your friend.

Offline MangoBot

  • Robot Overlord
  • ****
  • Posts: 185
  • Helpful? 1
    • BeginneRobot
Re: Motors
« Reply #5 on: July 26, 2009, 01:11:32 PM »
yeah, and doing the math for gear ratios might take a will, plus you would have to learn there rpm if you dont already know[

Offline wil.hamilton

  • Robot Overlord
  • ****
  • Posts: 207
  • Helpful? 6
  • rtfm
Re: Motors
« Reply #6 on: July 26, 2009, 07:53:10 PM »
yeah, and doing the math for gear ratios might take a will, plus you would have to learn there rpm if you dont already know[

lol, gear ratios aren't hard, the part that might take a while is counting all the teeth in the gears :P
use the google.  it's your friend.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Motors
« Reply #7 on: August 23, 2009, 12:48:43 PM »
One will spin faster than the other, but the mcu doesn't know that. It'll adjust to chase light, either way, and adjust accordingly no problem. In code you can tweak it to be 'good enough' without adding encoders.

 


data_list