Is it possible to convert a DC motor to a Stepper motor?

AI Thread Summary
Converting a DC motor to a stepper motor is not feasible due to the absence of the necessary rotor "teeth" and winding pairs in DC motors. While some multi-pole synchronous AC motors can mimic low-performance stepper functions, they are not practical alternatives. It is recommended to source actual stepper motors from old hardware like HDDs, printers, and photocopiers, as they are often inexpensive. For applications requiring stepper-like behavior, modifying a DC servo motor with a quadrature encoder and a microcontroller is a viable solution, allowing for precise control without the drawbacks of traditional stepper motors. Overall, using a dedicated stepper motor or adapting a DC servo is more effective than attempting a direct conversion.
Vijayent
Messages
9
Reaction score
0
I have doubt. Is it possible to convert DC motor to Stepper ? If yes then what is the procedure ?
 
Engineering news on Phys.org
A key feature of stepper motors is the "teeth" that make the rotor look like a gear and the pairs of windings. A normal DC motor does not have those.

By Wapcaplet; Teravolt. The original uploader was Teravolt at English Wikipedia - Transferred from en.wikipedia to Commons by Fastilysock using CommonsHelper. said:
StepperMotor.gif
 

Attachments

  • StepperMotor.gif
    StepperMotor.gif
    113.3 KB · Views: 1,520
Last edited:
  • Like
Likes davenn
It is not possible.

Some multi-pole synchronous (AC) motors can be used like a (very) low performance stepper motors, but it is like plowing with dogs. Slightly interesting, but not really useful or fun...

Better to get a real stepper. As components from old (really old) HDDs, they are cheap.
 
  • Like
Likes russ_watters
Rive said:
Better to get a real stepper. As components from old (really old) HDDs, they are cheap.

yup and ...
also printers, photocopiers and similar electronics are an awesome source of stepper motors
 
  • Like
Likes dlgoff and phinds
I tore down my last printer and was surprised not a stepper in the set - almost all were DC with optical encoders for positioning feedback... which begs the question to the OP ... why do you want a stepper?

SparkFun page seems to be pretty good reference for basic understanding.
 
  • Like
Likes berkeman
A DC servo motor is better than a stepper motor for most applications. Only low power, minimum complexity systems use stepper motors. The easiest way to convert a DC servo motor to behave like a stepper motor would be to replace the control circuit, not modify the motor.

I would mount a quadrature encoder on the DC motor shaft. Next I would pass those encoder signals to a microcontroller so it could keep track of where the motor is now. That microcontroller would also receive the phased control signals so it could know where a stepper motor should now be. By comparing those actual and wanted positions the microcontroller would drive an H-bridge to control the DC motor and bring it to zero error.

The advantages of that DC servo motor system is that it will fight big loads without missing steps. It will also only draw sufficient power to maintain tracking.

The controller is best programmed as a state machine that is indexed by the two incoming pairs of phase signals. It then checks the two next critical phase signals so is not confused by encoder vibration noise.
 
  • Like
Likes dlgoff and anorlunda
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Back
Top