<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Problem Driving MOSFET with GPIO Pin</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37033/problem-driving-mosfet-with-gpio-pin</link><description>I have a RedBear BLE Nano v2 (nrf52832) connected to 3 AA batteries for power. I also have a Maxbotix (MB1043) ultrasonic sensor attached. I have configured a gpio pin for output and have connected it to an N-Channel MOSFET (RFP30N06LE) to be utilized</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Feb 2019 15:52:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37033/problem-driving-mosfet-with-gpio-pin" /><item><title>RE: Problem Driving MOSFET with GPIO Pin</title><link>https://devzone.nordicsemi.com/thread/171201?ContentTypeID=1</link><pubDate>Thu, 14 Feb 2019 15:52:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee62df7e-6eda-42b9-8836-96c284177bf1</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Multiple issues maybe .. first 4.5 volts is way above the maximum rating for the nRF52832:&lt;/p&gt;
&lt;p&gt;T&lt;em&gt;&lt;strong&gt;able 8: Absolute maximum ratings&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Min. Max. Unit&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;Supply voltages&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VDD&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -0.3&amp;nbsp; &amp;nbsp;+3.9&amp;nbsp; &amp;nbsp;V&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;I/O pin voltage&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;VDD &amp;le;3.6 V -0.3 VDD + 0.3 V V&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;VDD &amp;gt;3.6 V -0.3 3.9 V V&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Second when the FET is off the ultrasonic would backdrive GPIO-D0 if the Nano were changed to a lower VIN of &amp;lt;3.6 volts. A preferable circuit to turn on the Ultrasonic would be a FET in the supply, not the Gnd return, or often simpler just a low-dropout LDO with an Enable. With dual supplies two FETs are normally used if not using an LDO.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Driving MOSFET with GPIO Pin</title><link>https://devzone.nordicsemi.com/thread/170987?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 21:12:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a7f951f-52fd-4fcb-ba50-f6b63267cc3b</guid><dc:creator>puff</dc:creator><description>&lt;p&gt;any progress&amp;nbsp;with your project? I suspect the reason is the voltage on drain should be higher than on gate for the mosfet to work (could be wrong though). however, in a similar schematic, but with a separate power supply for the load (with a way higher voltage), it did work just fine!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Driving MOSFET with GPIO Pin</title><link>https://devzone.nordicsemi.com/thread/142474?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 21:37:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e4d6442-944c-4985-9616-67c6243e26f9</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;can&amp;#39;t instantly see anything wrong with that, but can&amp;#39;t find the specs of the mosfet to check Vgs on. Don&amp;#39;t quite see the point of R1, that&amp;#39;s just going to bleed current when the GPIO is on, I&amp;#39;d have a small resistor in series with the gate to stop inrush current but not as a voltage divider. Can&amp;#39;t&amp;nbsp; see it wouldn&amp;#39;t work though.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You said&amp;nbsp; you&amp;nbsp; tested by supplying the gate from the battery, did you give it the full 4.5v from the battery or just the 3v (3.3v) you&amp;#39;d actually get from the GPIO?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just another check question, you are setting the GPIO as output and setting it high, not just using the&amp;nbsp; pull-up (which would then voltage divide with R1). Didn&amp;#39;t seem likely but worth asking.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Driving MOSFET with GPIO Pin</title><link>https://devzone.nordicsemi.com/thread/142460?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 15:32:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d8200bd-482b-4d46-86de-5152f6175dc0</guid><dc:creator>stheinema</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/734x608/__key/communityserver-discussions-components-files/4/CircuitDiagram.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Driving MOSFET with GPIO Pin</title><link>https://devzone.nordicsemi.com/thread/142342?ContentTypeID=1</link><pubDate>Wed, 01 Aug 2018 09:31:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c20f0486-d469-450c-9a83-655c2bbfe0ca</guid><dc:creator>ketiljo</dc:creator><description>&lt;p&gt;How is the mosfet connected, can you show a schematic of this part only?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>