Efficency - stepper motors versus conventional motors
LoopyByteloose
Posts: 12,537
I am just wondering, are stepper motors less efficent than regular DC motors?
They certainly make it easy to control slower speeds without gears, so I am wondering why I don't see many in robots.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Everything in the world is purchased by labour; and our passions are the only causes of labor." -- David·Hume (1711-76)········
They certainly make it easy to control slower speeds without gears, so I am wondering why I don't see many in robots.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Everything in the world is purchased by labour; and our passions are the only causes of labor." -- David·Hume (1711-76)········
···················· Tropically,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
A complex design is the sign of an inferior designer. - Jamie Hyneman, Myth Buster
For small robots, steppers have a beauty in their precision of motion that cannot be achieve without using encoders for feedback in the R/C servos.
I do understand that regular motors need to have the momentum of higher RPMs or the brushes really waste a lot of energy in the transfer of power. But, having to gear down to 60 to 300 RPM from 1000s of RPMs has some degree of power wasted. On the other hand, the gearing down provides some position holding drag. With a stepper, you have to provide power to hold position.
I guess I should pull a couple of 'tiny steppers' from some old 5 1/4 Floppy drives and build a bot with them to find out. No need for a fancy stepper controller board.
The BS2 can directly drive a UNL2008 that will drive two steppers and I don't think it wastes more program space that PWM. It does use more pins. But one can program an SX28 in SX/B to be a dedicated sequencer for the two stepper motors [noparse][[/noparse]you don't even need a crystal, just use the internal oscillator].
In that way you can just have a BasicStamp send directional commands and have it fully devoted to navigation rather than multi-tasking.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Everything in the world is purchased by labour; and our passions are the only causes of labor." -- David·Hume (1711-76)········
-Phil