Speed control for dc motor (electric motor) can be implemented using open loop or closed loop. Closed loop controller, also known as servo controller,  or a feedback control, gives the best performance since the loop will maintain the actual speed to follow the reference. In simple application, an open loop controller can be enough if the load is constant, such as in fan control (PC fan speed control). This dc motor control circuit uses PWM (pulse width modulation),  gives a better efficiency than using linear driver. Here is the schematic diagram of this PWM motor controller.

pwm motor control circuit schematic

The circuit uses the very popular 555 IC, but here the circuit is configured in unusual way. The PWM output is taken from the discharge pin, an open collector point that should be pulled high using a Vcc-connected resistor, while the original output pin (pin 3) is functioned to discharge the timing capacitor. The recommended supply voltage for 555 IC is between 9-12 volt, and you can connect the +V motor to this 555 supply voltage if the motor use 9-12 volt. The frequency of this PWM controller is about 144Hz, and you can change the frequency by changin the C1 capacitor, use smaller caps for higher frequency. The motor current can be as high as 37A if you allow the MOSFET to rise its case temperature to 100 C, and you must provide enough heat sink to maintain the temperature below this point. It is a good idea to provide protector diode in parallel with the motor to short the back-emf generated by the DC motor that might cause a voltage spike that could burn the MOSFET. This simple pwm control gives you a variable speed drives for motion control application. [Circuit schematic diagram source: dprg.org]



Possibly Related Articles:

  • Stepper Motor Controller
    Stepper motor gives a simple, low cost, and accurate position control. Stepper motor can be driven by circuit mounted close to the motor, and controlled by a remote control circuit...
  • Small DC Motor Speed Controller
    Electric motor has been widely used as motion control, and many  type of motor controllers  have been designed to provide variable speed drives for the motor. The best controller is...
  • Simple Stepper Motor Controller
    Stepper motor controller is needed to run a stepper motor, since a stepper motor cannot work by just connecting it to a power supply.  To program a stepper motor to...
  • 3 Phase AC Motor Speed Control
    Controlling the speed of three phase ac motor is done by controlling the frequency of the power line supply,  since the motor is synchronized with the line frequency. Three phase...
  • Closed Loop PWM Motor Control
    Closed Loop Motor Control Closed loop (servo) control is used to make a constant speed motor control. Constant speed means that the speed of the motor will be kept constant...