Electronic – arduino – 3 Phase Voltage Inverter for BLDC motor. N mosfet getting hot. Why

arduinobrushless-dc-motormosfet-driverthree phase

Driver Circuit

I am making a bldc motor and attached is my 3 phase current driver circuit. A,B,C represents the phases of the motor (Y winded). The sockets behing the bjt's go into arduino micro-controller. The bjt's used are NPN 2n3904.

Top mosfets are P Channel's (FQP7P06) and bottom mosfets are N Channel's (IRF610PBF). My state machine is currently using no PWM (digitalWrite is being used).

Q. My N-channel's are really hot even with a 0.8Amps and motor is not working. I have checked my statemachine and circuit connections several times but I am not sure where I am going wrong. My hall sensors are positioned 60 degrees apart. VCC=6-12V depending on the current intake.

The link below was used as a reference for energizing the mosfets.

mosfet usage and p vs n channel

Your help would be much appreciated.

Best Answer

The problem

The reason the N channel MOSFETs you have chosen get hot is because they have an abysmal on-state resistance:

At just 800 mA the transistors will dissipate about 1 W of heat. The power loss will quadruple every time you double the current (P = I²R).

Without a heat sink the thermal resistance from the junction to the atmosphere is about 62 °C/W, meaning that even 1 W will raise the junction temperature to 83 °C when operating at room temperature, which is why they are hot to the touch.

Solutions

  • Aquire N channel MOSFETs better suited for the task. You need to switch low voltages (<30 V) and high currents (>5 A), yet you selected a high voltage low current MOSFET. Some suitable MOSFETs as an example: AON7752, AOD516, BSC886N03LS G, EKI04047. Note how the Rdson (on state resistance) is less than 10 milliohms (very low conduction losses), and the threshold voltage (Vgsth) is lower than 4V (important if the supply voltage in your circuit is low).

  • Get better P-channel MOSFETs. Although not as ill-suited to the task as the IRF610PBF is, the P channel MOSFETs you have chosen still aren't very good for what you are trying to use them for. Example: I80P03P4L_07-DS, AOI4185.

  • Heat sink the transistors if much heat is still produced. Be aware that the drains of the transistors are electrically connected to the cooling tabs, so you need to isolate them from each other.

  • If the transistors become much hotter at higher PWM frequencies you will likely want to add a proper push-pull gate driver. You can either design one yourself from discrete components or just buy a purpose made chip.

Don't just buy the parts I listed, search for suitable components using the parametric search tools that distributors such as Digikey, Mouser or Farnell offer. There are literally thousands of MOSFETs on sale to choose from.