<?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>How to configure GPIO output to float?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9198/how-to-configure-gpio-output-to-float</link><description>The ENable pin on addition hardware component requires &amp;quot;floating&amp;quot; to power on, and drive low ( less than 1.25V) to turn off. 
 Unclear based on my understanding of the chipset if this is deterministically possible. 
 I read one odd person suggest that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Sep 2015 07:08:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9198/how-to-configure-gpio-output-to-float" /><item><title>RE: How to configure GPIO output to float?</title><link>https://devzone.nordicsemi.com/thread/33917?ContentTypeID=1</link><pubDate>Tue, 15 Sep 2015 07:08:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:268081da-0815-4def-ae00-6c434aed5276</guid><dc:creator>JohnBrown</dc:creator><description>&lt;p&gt;If you&amp;#39;re using the nRF51822, then the I/O pins are very configurable. You can set an individual pin as S0D1, which is shorthand for &amp;quot;Standard 0, Disconnect 1&amp;quot;. That should be exactly what you are looking for.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure GPIO output to float?</title><link>https://devzone.nordicsemi.com/thread/33916?ContentTypeID=1</link><pubDate>Mon, 14 Sep 2015 09:59:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99ba3bca-bf1a-4012-a8fc-a3d237317983</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Jerod&lt;/p&gt;
&lt;p&gt;A GPIO pin is by default, i.e. when you have not configured it, in high impedance state. That means that the voltage on the pin will be floating if no external circuit pulls the voltage up or down. If you have configured the pin already you can put the pin into its original high impedance state by calling nrf_gpio_cfg_default in nrf_gpio.h&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure GPIO output to float?</title><link>https://devzone.nordicsemi.com/thread/33915?ContentTypeID=1</link><pubDate>Mon, 14 Sep 2015 09:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5cbb789-ecf8-43e3-b60e-be8cdd072192</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Odd person is correct, configuring IO as input makes it &amp;quot;floating&amp;quot;. But I would also add that your additional hardware most likely has internal pull-up that&amp;#39;s why you can have EN pin left floating to perform powe on. Check it in the device datasheet and if it is true then you probably don&amp;#39;t need to configure nRF IO as input, it will be fine to set it high to enable hardware. Unless EN pin has three input states such as high, low and floating but it is usually for some kind of mode rather than simple on/off.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>