<?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>Zephyr I2C not working on nrf52833dk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90713/zephyr-i2c-not-working-on-nrf52833dk</link><description>Hello, 
 I&amp;#39;m having trouble with the nrf connect zephyr sdk. I&amp;#39;m trying to use an external ADC chip through I2C (TWI) but I&amp;#39;m not able to make it work. 
 I&amp;#39;ve started from the samples/drivers/i2c_fujitsu_fram example, I changed the code to use I2C1 and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 06 Jan 2024 18:04:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90713/zephyr-i2c-not-working-on-nrf52833dk" /><item><title>RE: Zephyr I2C not working on nrf52833dk</title><link>https://devzone.nordicsemi.com/thread/463013?ContentTypeID=1</link><pubDate>Sat, 06 Jan 2024 18:04:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa1f6567-df2f-4a7f-84de-729fe092af43</guid><dc:creator>Kesims</dc:creator><description>&lt;p&gt;This is now a dead thread, but in case anyone stumbles on this issue, just like me, if your uC supports it, you can do that by adding a bias-pull-up property to the pin configuration.&lt;br /&gt;&lt;br /&gt;An example:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;i2c1_default: i2c1_default {
    group1 {
        psels = &amp;lt;NRF_PSEL(TWIM_SDA, 0, 2)&amp;gt;,
                &amp;lt;NRF_PSEL(TWIM_SCL, 0, 3)&amp;gt;;
        bias-pull-up;
    };
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr I2C not working on nrf52833dk</title><link>https://devzone.nordicsemi.com/thread/408840?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2023 11:54:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d04ea146-7c1e-4f6a-a08b-a239ca73c20c</guid><dc:creator>pajd0x</dc:creator><description>&lt;p&gt;Hi, I am currently trying to workout the I2C interface with a different sensor and I encountered the same problem. Could you please post your solution .overlay file? Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr I2C not working on nrf52833dk</title><link>https://devzone.nordicsemi.com/thread/380648?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 14:12:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d883ba19-bc4d-4d5a-a5db-00c9b0bc761d</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I am glad that you found a solution which works for you.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr I2C not working on nrf52833dk</title><link>https://devzone.nordicsemi.com/thread/380463?ContentTypeID=1</link><pubDate>Sat, 06 Aug 2022 13:03:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0e10107-03e8-4bae-8d2b-6a67474add9e</guid><dc:creator>MauroFMedina</dc:creator><description>&lt;p&gt;Hello, I found the issue. I needed to add the pull up resistor to SDA and SCL lines. You can do this in your .overlay file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr I2C not working on nrf52833dk</title><link>https://devzone.nordicsemi.com/thread/380433?ContentTypeID=1</link><pubDate>Fri, 05 Aug 2022 15:28:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3fceee8-f9cc-4f54-a53c-d8581174905b</guid><dc:creator>MauroFMedina</dc:creator><description>&lt;p&gt;Thanks for the response. I&amp;#39;m using Nordic&amp;#39;s nrf52833 development kit so it&amp;nbsp;shouldn&amp;#39;t be a hardware problem, right?&lt;/p&gt;
&lt;p&gt;Are the default pin control configuration&amp;nbsp;&lt;span&gt;SDA: P0.30 and SCL:P0.31 correct? Maybe I need to connect to other pins?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;Thanks&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr I2C not working on nrf52833dk</title><link>https://devzone.nordicsemi.com/thread/380432?ContentTypeID=1</link><pubDate>Fri, 05 Aug 2022 15:11:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1aa1173-a938-44d3-9c9f-54a343912c3d</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regrading formatting, You can insert code snippets by clicking on Insert -&amp;gt; Code when you make a reply.&lt;br /&gt;&lt;br /&gt;You can find more information about your error in this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/75770/i2c_nrfx_twi-error-0x0bae0001-occurred-for-message-0"&gt;discussion&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr I2C not working on nrf52833dk</title><link>https://devzone.nordicsemi.com/thread/380224?ContentTypeID=1</link><pubDate>Thu, 04 Aug 2022 22:00:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eba6e573-e151-4def-ac77-0014efcca137</guid><dc:creator>MauroFMedina</dc:creator><description>&lt;p&gt;sorry if the formating is awful, I don&amp;#39;t know how to make a poper post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>