DC Motor Control

Control Speed And Direction Of DC Motors

DC Motor Control chips (and breakout boards) contain logic to control a DC Motor:

  • Speed: Many chips support PWM (pulse width modulation) or can be controlled by an external PWM signal to control the speed of the motor.
  • Reverse Polarity: They contain transistor circuitry to reverse the voltage in order to control the direction in which the motor spins

Since most motors require high currents, these chips are typically capable of handling considerable currents.

Their functionality is not just useful for motors. These chips can in fact be used in a variety of scenarios:

  • LED Dimming: the PWM functionality can be used to dim led light installations.
  • High Load Switching: If the chips support an external PWM signal, they can be used to switch high loads with a GPIO. This is especially useful since dedicated MOSFet boards typically used for switching high loads often do not work efficiently with 3.3V control voltages and get hot or do not work, whereas many 3.3V motor control chips are available
  • Reverse Polarity: Reversing polarity or acting as a change-over switch can be useful in a wealth of scenarios, including operating bi-polar signal LEDs (that emit different colors based on their polarity). However, one caveat here is that most motor control chips require complimentary logic levels on two pins to reverse voltage, so if you wanted to control polarity from one GPIO, you would need to add a simple logic inverter, i.e. by using a CD4011 or CD4093.

Comments

Please do leave comments below. I am using utteran.ce, an open-source and ad-free light-weight commenting system.

Here is how your comments are stored

Whenever you leave a comment, a new github issue is created on your behalf.

  • All comments become trackable issues in the Github Issues section, and I (and you) can follow up on them.

  • There is no third-party provider, no disrupting ads, and everything remains transparent inside github.

Github Users Yes, Spammers No

To keep spammers out and comments attributable, all you do is log in using your (free) github account and grant utteranc.es the permission to submit issues on your behalf.

If you don’t have a github account yet, go get yourself one - it’s free and simple.

If for any reason you do not feel comfortable with letting the commenting system submit issues for you, then visit Github Issues directly, i.e. by clicking the red button Submit Issue at the bottom of each page, and submit your issue manually. You control everything.

Discussions

For chit-chat and quick questions, feel free to visit and participate in Discussions. They work much like classic forums or bulletin boards. Just keep in mind: your valued input isn’t equally well trackable there.

  Show on Github    Submit Issue

(content created Aug 27, 2024)