Maker Pro
Maker Pro

Decreasing voltage to motor

mollekake

Jun 30, 2014
37
Joined
Jun 30, 2014
Messages
37
Hello all.
I am wondering about something.
I have this thing i'm working on, and i have motor.
I want to slow it down, which i assume i can do by decreasing the voltage output to it.
So my question is, how do i do that most effectively?
im going to connect it to a microcontroller and have it go at different speeds, depending on which pin i output to.
The microcontroller i have is a PIC16f1824 (my last one :p )

Any help is appreciated :)
 

Arouse1973

Adam
Dec 18, 2013
5,178
Joined
Dec 18, 2013
Messages
5,178
Use PWM for this. If you don't run the motor out you could have issues like increased current consumption which could damage the motor. You also reduce torque, it is better to operate a motor with full supply for a shorter amount of time.
Adam
 

shumifan50

Jan 16, 2014
579
Joined
Jan 16, 2014
Messages
579
If you don't fancy building it yourself, you can get motor speed controllers from many hobby shops or robotics sites. But it will depend on the size of the motor and its power requirements. I have also found that not all motors handle PWM well - some lose power quite quickly when the duty cycle decreases, some become very noisy.
 

mollekake

Jun 30, 2014
37
Joined
Jun 30, 2014
Messages
37
Thanks guys. Not used PWM before. Got any tutorials or good guides for a newbie on PIC PWM?
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
Talk about pushing him in off the deep end!

Here is an example circuit using a 555 to do what you want to do. I have some reservations about their circuit, but it may do what you want.
 

shumifan50

Jan 16, 2014
579
Joined
Jan 16, 2014
Messages
579
Only if the motor needs to be reversible. A single MOSFET will work otherwise.

Bob
That is true. I did not stop to think. I have only used PWM for blind control and needed bi-directional control.
 

Arouse1973

Adam
Dec 18, 2013
5,178
Joined
Dec 18, 2013
Messages
5,178
That is true. I did not stop to think. I have only used PWM for blind control and needed bi-directional control.

You can also use the H Bridge as a motor break if you need to slow it down quickly.
Adam
 
Top