1

I want to control several Mosfets through a microcontroller. I have a low-power application in mind, therefore the power consumption should be minimized.

  1. When do I need a Gate-Source-Resistor, and when not? How to calculate the value for minimum power consumption?
  2. Regarding the gate resistor, Does it make a difference in terms of power consumption, if I choose a 100 ohms resistor vs. a 1k ohm resistor?

Added schematic (Dx-pins: digital pins from microcontroller): enter image description here

Blacky
  • 367
  • 1
  • 4
  • 11
  • 1
  • When you need to know you turn off when the power goes away and you start from zero each time. 2. P=D*U^2/R where D is your duty cycle. I go for 10 kohm as standard unless power consumption is critical.
  • – winny Jan 30 '18 at 16:13
  • 1
    https://electronics.stackexchange.com/a/343286/139766 – Trevor_G Jan 30 '18 at 16:22
  • 1
    Believe it or not, it would take several paragraphs to cover everything you need to consider. To simplify a bit, can you let us know more about your application? What are you switching with the FET's? What voltage will be applied to the gates? Are you doing PMOS on the high side or NMOS on the low side? Are you using high-speed PWM control or just more like a load switch? – user57037 Jan 30 '18 at 17:11
  • @mkeith I'm using N-Channel Mosfets. A voltage of 3.3V will be applied to the gates. The mosfets are used to switch various things on and off, e.g. a small pump or a buzzer. PWM will be applied to the buzzer. The pump will only be switched on and off.

    Oh and also one P-Channel MOSFET to switch a step-up converter (used for pump and buzzer) on and off.

    – Blacky Jan 30 '18 at 17:24
  • You will put the N-channels on the low side, right? In other words, source connected to ground, and drain connected between load and ground? I think you should add a schematic to your question. You can edit the question, then click on the built-in schematic editor (one of the buttons at the top after you start editing). – user57037 Jan 30 '18 at 17:47
  • @mkeith yes. I added the relevant parts of the schematic in the first post as suggested. (please ignore the flyback diode from AO3400A, it is in the wrong place) – Blacky Jan 30 '18 at 18:10
  • The schematic shows NPN BJTs instead of MOSFETs, is that correct or is it a mistake in the schematic? – user253751 Jan 30 '18 at 23:52
  • Yes, what immbis said. Also, what voltage is "RAW" and how high will the IO voltage go? It has to be at least as high as "RAW" to turn off the AO3401A device. It may be preferable to use the EN pin on the regulator instead of switching the input power. – user57037 Jan 31 '18 at 00:05
  • Sorry, that's a mistake in the schematic. Had some difficulty finding the right eagle part. RAW is 3.7V, IO is 3.3V. I guess that's a problem... what would be the best way to solve that? I can't use the EN pin, because when the regulator is in shutdown mode the inductor is still active, passing 3.7V instead of 5V to the pump etc. – Blacky Jan 31 '18 at 00:14