<?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>External Pull ups I2C</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66459/external-pull-ups-i2c</link><description>Hello, 
 I&amp;#39;m using nrf52840 and i would like to ask if it possible to use the I2C bus without external pullups. I mean, i would like to avoid using external pullups 
 is there any configuration of the I2C bus in which the external pullpus can be avoided</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Sep 2020 11:15:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66459/external-pull-ups-i2c" /><item><title>RE: External Pull ups I2C</title><link>https://devzone.nordicsemi.com/thread/272029?ContentTypeID=1</link><pubDate>Tue, 29 Sep 2020 11:15:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f42b421e-9243-406a-8980-32daca5e8831</guid><dc:creator>Edward_Atam</dc:creator><description>&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External Pull ups I2C</title><link>https://devzone.nordicsemi.com/thread/271967?ContentTypeID=1</link><pubDate>Tue, 29 Sep 2020 08:07:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ce800de-37d2-468a-bfd0-3d3924a97286</guid><dc:creator>Dmitry</dc:creator><description>&lt;p&gt;If you&amp;#39;re using TWI driver from SDK, it configures internal pull-ups by default. To configure manually, add these lines:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;nrf_gpio_cfg(scl_pin, NRF_GPIO_PIN_DIR_INPUT, NRF_GPIO_PIN_INPUT_CONNECT, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_S0D1, NRF_GPIO_PIN_NOSENSE);
nrf_gpio_cfg(sda_pin, NRF_GPIO_PIN_DIR_INPUT, NRF_GPIO_PIN_INPUT_CONNECT, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_S0D1, NRF_GPIO_PIN_NOSENSE);
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External Pull ups I2C</title><link>https://devzone.nordicsemi.com/thread/271955?ContentTypeID=1</link><pubDate>Tue, 29 Sep 2020 07:51:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77b31e61-429d-4ebe-af44-e6929b7f8449</guid><dc:creator>Edward_Atam</dc:creator><description>&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How can I confgure the internal pull-ups?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: External Pull ups I2C</title><link>https://devzone.nordicsemi.com/thread/271858?ContentTypeID=1</link><pubDate>Mon, 28 Sep 2020 15:59:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26d16edb-62f6-485f-82fb-3c6ca4dca222</guid><dc:creator>Dmitry</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I2C will not work without pull-ups, as it&amp;#39;s open-drain bus. You can configure internal pull-ups on SCL and SDA pins - they have 11-16k resistance according to spec, such configuration will work only in standard (100 kHz) mode and limited by ~75pF load capacitance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>