Page 1 of 1

brushed motors

Posted: Tue Aug 23, 2011 5:44 am
by rof1980
Hello,
can we use brushed motors for quad without speed controls?
if Yes, would you pls help me how?
if No, why?
im sorry for my bad English
thanks,

Re: brushed motors

Posted: Tue Aug 23, 2011 7:11 am
by Rob
Yes you can, but not directly,
You still need a brushed controller. If the PWM output in the Multiwii software is modified you can drive
directly a Mosfet(s).

But its easiest to use brushed controler.

Rob

Re: brushed motors

Posted: Tue Aug 23, 2011 10:14 am
by Alexinparis
Hi,
Yes, there is a code for this here:
http://code.google.com/p/multiwii/downloads/list

You just have to buy some mosfets to command the brushed motors.
(never use this code with brushless ESCs !)

Re: brushed motors

Posted: Tue Aug 23, 2011 4:02 pm
by captaingeek
hmmm thats pretty cool. you could make a really cheap tri / quad with this and old brushed motors. im thinking of the brushed motors extracted from used electric toothbrushes.

Re: brushed motors

Posted: Wed Aug 24, 2011 11:32 am
by rof1980
Hi,
thanks a lot for kindly answers,
could you pls give me a link for buying mosfets?

Re: brushed motors

Posted: Thu Aug 25, 2011 3:44 pm
by captaingeek

Re: brushed motors

Posted: Thu Nov 10, 2011 4:51 pm
by khhfly
Hi guys, any update for the brushed multiwii copter ?

Re: brushed motors

Posted: Wed Apr 18, 2012 6:40 am
by karlik
Hi guys,

I made a tiny hexa copter with brushed motors and used the above mentioned software. My prloblem: whenever I apply a voltage, the motors 5 and 6 start without any command from a rc. I can't find the bug in the software. Who can help me out? I am using an arduino pro mini.

Best regards and thanks a lot
Karl

Re: brushed motors

Posted: Sun Apr 22, 2012 5:14 pm
by Alexinparis
karlik wrote:Hi guys,

I made a tiny hexa copter with brushed motors and used the above mentioned software. My prloblem: whenever I apply a voltage, the motors 5 and 6 start without any command from a rc. I can't find the bug in the software. Who can help me out? I am using an arduino pro mini.

Best regards and thanks a lot
Karl

Hi,
This code wad made for a quad only.
The 5 and 6 motors are driven differently on a pro mini.
It would be however possible to modify this also for a brush config.

Re: brushed motors

Posted: Tue May 29, 2012 3:39 am
by raptor30
is there a diagram on how to connect the fets to the FC?

Re: brushed motors

Posted: Sat May 31, 2014 12:35 pm
by nguoihn
Hello everyone, I'm new to electronic, so i have a stupid question: what if I replace the mofset with a regular transistor? The bandwidth of transistor seem ok, the maximum current is ok too?

Re: brushed motors

Posted: Tue Jun 10, 2014 5:01 pm
by happul3
If by 'regular' you mean bipolar junction transistor (BJT), they can certainly be used a switches, albeit less efficient ones. The turn-off time is inherently slower, the voltage drop (collector-emitter vs source-drain) is usually larger, controlling is done by current rather than voltage for MOSFETs, so the driving circuit is different. Additional great and special feature of MOSFETs is that they can be used in parallel, allowing one more flexibility in designing power stage. Can't do that with BJTs. Overall it is just easier and more effective to use MOSFETs, but if you want to design around BJTs it should be possible. However, if you are asking that question it probably means that you are facing a long and steep learning curve either way... no offense