<?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 use I2C on nRF52840 Dongle ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80475/how-to-use-i2c-on-nrf52840-dongle</link><description>Hi, I am not sure whether there is I2C pins on nRF52840 Dongle board as based on the Adafruit Feather nRF52840 Express the pin is P0.11 and P0.12 as shown below: SCL 0.11 and SCK 0.14 are at the back of the nRF52840 Dongle but SDA 0.12 is missing from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 10 Oct 2021 20:24:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80475/how-to-use-i2c-on-nrf52840-dongle" /><item><title>RE: How to use I2C on nRF52840 Dongle ?</title><link>https://devzone.nordicsemi.com/thread/333360?ContentTypeID=1</link><pubDate>Sun, 10 Oct 2021 20:24:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13f11b7d-de1d-4f03-bebc-e29a16ed0769</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You should be able to simply update the overly file to match the pinout. &amp;nbsp;Th overlay file I sent is fairly generic, should work with the board. Sorry, I had not used the Ardiuno stuff&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Rod&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use I2C on nRF52840 Dongle ?</title><link>https://devzone.nordicsemi.com/thread/333330?ContentTypeID=1</link><pubDate>Sat, 09 Oct 2021 00:10:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21e31773-7ae0-4542-a48b-38d38978d309</guid><dc:creator>rickygai</dc:creator><description>&lt;p&gt;hi Rod, &lt;br /&gt;&lt;br /&gt;1. the sda-pin and scl-pin is it referred to p0.13 and p0.15 ?&lt;br /&gt;&lt;br /&gt;2. I am new to nRF52840 Dongle, do you have any references to the overlay file configuration ?&lt;br /&gt;&lt;br /&gt;3. If I am developing under Arduino framework, that means there is totally no way to use I2C in this case ?&lt;br /&gt;&lt;br /&gt;Please advise.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use I2C on nRF52840 Dongle ?</title><link>https://devzone.nordicsemi.com/thread/333311?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 16:27:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efe68a6d-33f5-493b-a2fe-cad3a18808d4</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have been using this board over I2C for a while; works fine. IN addition, I am using a USB - serial convertor connected over UART. Here is the overlay file I use&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
  compatible = &amp;quot;nordic,nrf-uart&amp;quot;; 
  status = &amp;quot;okay&amp;quot;;  
  current-speed = &amp;lt;115200&amp;gt;;
  tx-pin = &amp;lt;20&amp;gt;;
  rx-pin = &amp;lt;24&amp;gt;;
};

&amp;amp;i2c0 {
        status = &amp;quot;okay&amp;quot;;
        sda-pin = &amp;lt;13&amp;gt;;
        scl-pin = &amp;lt;15&amp;gt;;
 //       clock-frequency = &amp;lt;I2C_BITRATE_SLOW&amp;gt;;
	bme680@77 {
		compatible = &amp;quot;bosch,bme680&amp;quot;;
		reg = &amp;lt;0x77&amp;gt;;
		label = &amp;quot;BME680&amp;quot;;
	};


};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps&lt;/p&gt;
&lt;p&gt;Rod&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>