Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Paralleling mosfets vs. 1 big mosfet
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bill French  
View profile  
 More options Oct 5 2012, 9:05 am
From: Bill French <william.fre...@gmail.com>
Date: Fri, 5 Oct 2012 09:05:00 -0400
Subject: Paralleling mosfets vs. 1 big mosfet

Hello, i'm trying to learn about mosfets for motor control with an arduino,
and my google searching is coming up a little short.

Are there technical pros/cons to using say 4 x 20 amp mosfets vs. 1 x 80
amp mosfet?

What are the general thoughts on the matter?  Seems most motor controllers
parallel their mosfets but maybe it's just a cost thing?  Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Lavin  
View profile  
 More options Oct 5 2012, 9:42 am
From: Dan Lavin <dan...@verizon.net>
Date: Fri, 05 Oct 2012 09:42:01 -0400
Local: Fri, Oct 5 2012 9:42 am
Subject: Re: [NYCR:Microcontrollers] Paralleling mosfets vs. 1 big mosfet
Unlike bipolar transistors, mosfets can be paralleled.  Because Rds goes
up with increasing temperature mosfets automatically balance current
among them themselves.  It is my understanding that power mosfets are
actually constructed of paralleled internal arrays.

As for one large vs multiple smaller mosfets, economic rather than
technical considerations predominate.  There is are tradeoffs of board
space, heat sink requirements, and component cost to be considered.  At
higher frequencies and larger sizes gate capacitance is an issue to be
considered as well.  Large gate capacitance means a larger gate resistor
is required to keep inrush current within limits and that means slower
turn on times.  Specs may differ between one large and several small mosfets

When you look at motor controllers, you may be seeing H-bridges rather
than paralleled mosfets as an H-bridge requires 4 mosfets. Check.

Generally, to control a mosfet from an arduino, select one with logic
level gate drive and use a small resistor between the arduino and the
mosfet gate.  Calculate the resistor value to keep the gate capacitor
current inrush within the limit the arduino can source or sink, but it
never needs to be more than about 100ohms

On 10/5/2012 9:05 AM, Bill French wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bill French  
View profile  
 More options Oct 5 2012, 3:14 pm
From: Bill French <william.fre...@gmail.com>
Date: Fri, 5 Oct 2012 12:14:53 -0700 (PDT)
Local: Fri, Oct 5 2012 3:14 pm
Subject: Re: [NYCR:Microcontrollers] Paralleling mosfets vs. 1 big mosfet

Awesome, thank you .. any opinions on mosfet driver ics?  I've been looking
at the Allegro A3941 (full bridge) and A3946 (half bridge) as they seem to
solve a lot of the things that confuse me, like "synchronous rectification"
and "charge pumping".


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kfial...@tampabay.rr.com  
View profile  
 More options Oct 5 2012, 3:51 pm
From: <kfial...@tampabay.rr.com>
Date: Fri, 5 Oct 2012 15:43:03 -0400
Local: Fri, Oct 5 2012 3:43 pm
Subject: Re: [NYCR:Microcontrollers] Paralleling mosfets vs. 1 big mosfet
Bill
On one controller I have taken apart  the (2) parallel mosfets  were rated at 94a ea (IRFB4410) with  the controller rated at 40 amps. A motor under stall can pull 4 to 6 times rated current. Which I replicated  triggering them with a pricey MICROCHIP TC4426MJA duel channel mosfet driver until I figured that if you add a capacitor they run way cooler and  you can use the cheaper version less that $2 version of the driver.
Hope this helps.
ken
---- Bill French <william.fre...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick Vermeer  
View profile  
 More options Oct 6 2012, 10:48 am
From: Nick Vermeer <nicholas.verm...@gmail.com>
Date: Sat, 6 Oct 2012 10:48:31 -0400
Local: Sat, Oct 6 2012 10:48 am
Subject: Re: [NYCR:Microcontrollers] Paralleling mosfets vs. 1 big mosfet
Mosfets are not universally safe to parallel. It is still possible to get thermal runaway, even if it is less common than in bipolars. Also, if you parallel Mosfets, they should be all thermally connected to the same heat sink.

Also when you have high gate capacitance you actually want to be able to shoot more current into the gate so you can switch on the FET more quickly. The problem is that some micro controllers will be destroyed by the high current pulse, so when driving them directly you need a resistor. The better solution is an external driver to switch the gate.

I recommend you try starting with a one MOSFET switch circuit and a small motor for your initial testing.  The arduino PWM output can be directly connected to a fairly large N channel MOSFET. You can then use this as a speed control in one direction for a motor.  In high power circuits you will need a gate driver since almost all FETs want 10v to fully saturate their gate.

What kind of motor are you looking to drive, and what's the application?

On Oct 5, 2012, at 9:42 AM, Dan Lavin <dan...@verizon.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bill French  
View profile  
 More options Oct 6 2012, 10:01 pm
From: Bill French <william.fre...@gmail.com>
Date: Sat, 6 Oct 2012 19:01:58 -0700 (PDT)
Local: Sat, Oct 6 2012 10:01 pm
Subject: Re: [NYCR:Microcontrollers] Paralleling mosfets vs. 1 big mosfet

I've played successfully with little motors and testing, but this is for the power racing series, so I am looking at controlling 4+ horsepower motors.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Shiloh  
View profile  
 More options Oct 7 2012, 1:30 pm
From: Michael Shiloh <m.shi...@arduino.cc>
Date: Sun, 07 Oct 2012 10:30:44 -0700
Local: Sun, Oct 7 2012 1:30 pm
Subject: Re: [NYCR:Microcontrollers] Paralleling mosfets vs. 1 big mosfet
By the way, if you're more interested in a quick solution than learning
(sometimes it's the right choice) then Robot Power makes a nice high
current motor shield called Mega Motor. I've used it in a couple of
projects and never had any trouble:

up to 40A of current and up to 28V.

http://www.robotpower.com/products/MegaMotoPlus_info.html

On 10/06/2012 07:01 PM, Bill French wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »