<div dir="ltr">Glen,<div><br></div><div>Here is a write up where I misused the IRF2804 by driving the gate with an ATTINY85 and was surprised when it got hot! The things you can find hidden in those curves in a datasheet.</div><div><br></div><div><a href="http://fettricks.blogspot.com/2013/08/why-is-my-fet-hot-circuit-detective-work.html">http://fettricks.blogspot.com/2013/08/why-is-my-fet-hot-circuit-detective-work.html</a><br></div><div><br></div><div>Shane</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 18, 2015 at 2:55 PM, Shane Trent <span dir="ltr"><<a href="mailto:shanedtrent@gmail.com" target="_blank">shanedtrent@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Glen,<div><br></div><div>The FET driver on my PCB can actually be used for logic levels down to 2v. The 5V limit refers to the load voltage being switched. I have used it with both a 5V Arudino and the Raspbery Pi's 3.3v outputs. If you replace the IRF2804 with a logic FET you can use a load voltage as low as 2.75v.</div><div><br></div><div>I do not have much experience with logic level FETs. At low power levels you may be better off with a 2N3904 NPN BJT since they start turning on at 0.65V or so and are rated for 200mA. </div><div><br></div><div>Finding a good 3.3v part is a challenge because most "Logic-Level" FETs are based on 5V logic. The datasheets specify a gate threshold voltage but that is just when the chip starts to conduct a small current. You really have to study the current vs voltages family of curves for various Vgs voltages. Basically you are going to have to put in some work to find a FET that can carry several amps and give you a low Rds at 3.3V. If you are going to be doing heavy lifting, more than 5A or so, it might be worth adding a gate driver.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Shane</div><div><br></div><div><br></div><div><br></div><div><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 18, 2015 at 9:38 AM, Glen Smith <span dir="ltr"><<a href="mailto:mrglenasmith@gmail.com" target="_blank">mrglenasmith@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Shane, </p>
<p dir="ltr">I can't speak for anyone else, but I don't think it was YOU that was stumbling. I know I was, but I will re-read it this evening when I can devote my full attention to it.</p>
<p dir="ltr">One question: it sounds like your little breakout board can be used with its current FET (IRF2084) for a 5v signal and up to 30vdc load, but you would use a different FET for a 3.3v signal. Is there a specific FET you would recommend that has the right pinout for an R-Pi 3.3v application? </p>
<p dir="ltr">Thanks </p><div><div>
<br><div class="gmail_quote"><div dir="ltr">On Thu, Jun 18, 2015, 8:55 AM Shane Trent via TriEmbed <<a href="mailto:triembed@triembed.org" target="_blank">triembed@triembed.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Brian,<div><br></div><div>Yes, the MIC5014 is under the FET. I fold over the FET to make it more compact and expose the TO-2220 tab for convenient mounting to a heat-sink if needed. Generally you can get 1W - 1.5W of dissipation from a TO-220 package without a heat-sink. Keeping the I^2 * Rds power dissipation low is one of the reasons I like to use over-sized MOSFET's in my projects.</div><div><br></div><div>There are two primary differences in using a FET driver vs using an IO pin with a logic-level FET. First, this FET driver will fully enhance a even a non-logic FET as long as the chip is powered by at least 5V (my application uses for 12V, note you can still power the FET driver from 30V and drive the input with a 2V logic signal) so I can use a wider range of FETs. Looking at Figure 1 on the FQP30N06L datasheet you can see that this FET is not fully enhanced at 3.3V which is not surprising since the Rds for the FET is quoted at Vgs = 10V (not an problem until you reach higher currents)</div><div><br></div><div>Second, the FET driver will drive the gate of the FET faster that you can typically pull it up and down using a logic output. My application involved applying variable power to a solenoid via pulse-width modulation (PWM) so I wanted to make sure I could quickly switch the FET. This differences become more important at higher currents because high current FETs have a larger input capacitance and are harder to drive quickly. For example, the IRF2084 that I used has an on resistance of 2 milliohms vs the FQP30N06L with 35 milliohms (at 10V gate drive!). But this comes with a larger gate capacitance 6450 pF vs the FQP30N06L with a typical value of 800 pF. So even if the Pi could drive the IRF2804 to the higher gate voltage needed, the circuit would be slower since the gate capacitance is 8 times higher. </div><div><br></div><div>The PCB offers another advantage that may not be clear at first glance.  You can mount the PCB at the load (or even on the load in my application) and switch it by supplying two wires (logic ground and your control signal). This means that the high current switching and the PWM of the gate drive are localized at the load and not traveling though long cables. This improves the performance of the switching by not having the gate drive loaded by long cables and not having power losses and reduced voltage to the load due to voltage drop in the power cables to and and from the FET if not mounted at the load.</div><div><br></div><div>Surely something I said was not clear. Please feel free to ask for clarification if I stumbled through something. </div></div><div dir="ltr"><div><br></div><div>Shane</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 18, 2015 at 7:45 AM, Grawburg via TriEmbed <span dir="ltr"><<a href="mailto:triembed@triembed.org" target="_blank">triembed@triembed.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="LTR" style="font-family:Times New Roman,Times,Serif;font-size:16px">Shane,<br><br>So the FET driver is under the FET itself?<br>If the FQP30N06L I am using switches with the 3.3VDC from the Pi, what advantage does your combo offer (disregarding the other components)?<br><br><br>Brian<br><br></div>



<br>_______________________________________________<br>
Triangle, NC Embedded Computing mailing list<br>
<a href="mailto:TriEmbed@triembed.org" target="_blank">TriEmbed@triembed.org</a><br>
<a href="http://mail.triembed.org/mailman/listinfo/triembed_triembed.org" rel="noreferrer" target="_blank">http://mail.triembed.org/mailman/listinfo/triembed_triembed.org</a><br>
TriEmbed web site: <a href="http://TriEmbed.org" rel="noreferrer" target="_blank">http://TriEmbed.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div></div><div class="gmail_extra">-- <br><div><div dir="ltr"><span style="color:rgb(0,0,0);font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-size:16px">A blog about some of my projects.  <a href="http://fettricks.blogspot.com/" target="_blank">http://fettricks.blogspot.com/</a></span><br></div></div>
</div>
_______________________________________________<br>
Triangle, NC Embedded Computing mailing list<br>
<a href="mailto:TriEmbed@triembed.org" target="_blank">TriEmbed@triembed.org</a><br>
<a href="http://mail.triembed.org/mailman/listinfo/triembed_triembed.org" rel="noreferrer" target="_blank">http://mail.triembed.org/mailman/listinfo/triembed_triembed.org</a><br>
TriEmbed web site: <a href="http://TriEmbed.org" rel="noreferrer" target="_blank">http://TriEmbed.org</a><br>
</blockquote></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr"><span style="color:rgb(0,0,0);font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-size:16px">A blog about some of my projects.  <a href="http://fettricks.blogspot.com/" target="_blank">http://fettricks.blogspot.com/</a></span><br></div></div>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(0,0,0);font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;font-size:16px">A blog about some of my projects.  <a href="http://fettricks.blogspot.com/" target="_blank">http://fettricks.blogspot.com/</a></span><br></div></div>
</div>