Control DC Motor Speed using Astable - Mike's Project

  • Thread starter Thread starter madmike159
  • Start date Start date
  • Tags Tags
    Control Speed
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
madmike159
Gold Member
Messages
369
Reaction score
0
I am making a project to control the speed of a DC motor using an astable. I need to be able to change the speed of an astable (555, or one made from gate) using about 8 different voltages.

The only way I can think to do this is with a MOSFET was a voltage controlled resistor, but no one can ever get these to work.

Can anyone think of another way of varing the astable's speed or a way to implement the MOSFET?

Thanks :biggrin:
Mike
 
Last edited:
Engineering news on Phys.org
Call me stupid but what's an "astable"?
 
Its also known as an oscillator, it creates continuous pulses at a set speed. It is often used in timing circuits.
 
Topher925 said:
Call me stupid but what's an "astable"?

That means that you're getting a periodic waveform (e.g. a square wave for a clock) instead of a single pulse (monostable) or toggling the state (bistable)

As for the original post, if you're using a microcontroller for this, you're better off using the PWM generation feature. You can also use a digital potentiometer, but these are usually digitally controlled. Unless you want to start cascading comparators to control a parallel-input digital pot.
 
No I think I'll stick with my VCR. I will look into the other ideas though, thanks for the help.

If anyone has any more ideas it would be much appreciated.