<?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>Multiple devices with the same address on two different&amp;nbsp;I2C&amp;nbsp;buses</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119173/multiple-devices-with-the-same-address-on-two-different-i2c-buses</link><description>Hello, I have a minor problem with starting up i2c0 and i2c1. I am trying to run a scanner in the sample code that will print out the addresses connected to these buses. I am using an SRT40 sensor with address 0x44. This scan only works for the i2c0 bus</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 23 Mar 2025 18:03:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119173/multiple-devices-with-the-same-address-on-two-different-i2c-buses" /><item><title>RE: Multiple devices with the same address on two different I2C buses</title><link>https://devzone.nordicsemi.com/thread/528512?ContentTypeID=1</link><pubDate>Sun, 23 Mar 2025 18:03:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:684110a1-d075-4ec0-a2ef-40f515aa5f2f</guid><dc:creator>Freldic_SK</dc:creator><description>&lt;p&gt;Hello, it took me a while to figure out why I couldn&amp;#39;t activate the second I2C bus. The solution for me was to go to the 1-Wire scanner sample and declare it there. I don&amp;#39;t know why it didn&amp;#39;t work anywhere else for i2c1 and only here. Anyway, I didn&amp;#39;t encounter the problem anywhere else.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple devices with the same address on two different I2C buses</title><link>https://devzone.nordicsemi.com/thread/524372?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 14:16:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afb7b9d1-f75a-40b2-95ec-88acd9e691f6</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see that you&amp;#39;re not using pin-ctrl, can you try adding this and see if that fix the problem? As a reference I&amp;#39;ve added a sample that enable two I2Cs, it&amp;#39;s based on lesson 6 on the &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-6-serial-com-i2c/"&gt;Devacademy NCS course.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve built it for v2.8.0, but I think it should build fine with v2.9.0 as well..&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/l6_5F00_e1_5F00_sol.zip"&gt;devzone.nordicsemi.com/.../l6_5F00_e1_5F00_sol.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple devices with the same address on two different I2C buses</title><link>https://devzone.nordicsemi.com/thread/524162?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 20:27:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c56b02d8-a06f-4b54-a6b2-0a625d024693</guid><dc:creator>Freldic_SK</dc:creator><description>&lt;p&gt;My problem is that I can&amp;#39;t compile the program I want to upload. because zephyr does not recognize alias i2c1.&lt;br /&gt;&lt;br /&gt;The weird thing is that only Zephyr takes alias i2c0.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple devices with the same address on two different I2C buses</title><link>https://devzone.nordicsemi.com/thread/524160?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 20:25:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdd265bf-7ea8-467b-a154-ced8f316af0d</guid><dc:creator>Freldic_SK</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/my_5F00_i2c.zip"&gt;devzone.nordicsemi.com/.../my_5F00_i2c.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here it is :)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple devices with the same address on two different I2C buses</title><link>https://devzone.nordicsemi.com/thread/524125?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 14:39:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53ba9543-7caa-4141-8be8-4b0974a466c5</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;REMOVE the &lt;span&gt;CONFIG_NRFX_TWIM and&amp;nbsp;CONFIG_I2C_NRFX_TWIM lines from the prj.conf, this stuff is pulled indirectly via DTS.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;No idea why i2c1 won&amp;#39;t work - you may want to use an ocilloscope/ logic analyser. Probably also a good idea to check the pin configs with a debugger.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple devices with the same address on two different I2C buses</title><link>https://devzone.nordicsemi.com/thread/524120?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 14:20:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11e300dd-ed82-49ff-904f-ca0c30d2b6bf</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you share your project? I want to try to reproduce this,&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple devices with the same address on two different I2C buses</title><link>https://devzone.nordicsemi.com/thread/524050?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 10:13:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02802f35-9771-472e-bb27-0181c0811b0d</guid><dc:creator>Freldic_SK</dc:creator><description>&lt;p&gt;Hi, &lt;br /&gt;I use&amp;nbsp;nrf52840dk_nrf52840&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple devices with the same address on two different I2C buses</title><link>https://devzone.nordicsemi.com/thread/524049?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 10:10:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1edf7d5-c05b-49f0-846f-fb042daa7bfd</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which board file are you building for?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>