<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: I2C Multiplexer Shield Testing</title>
	<atom:link href="http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 23:27:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/comment-page-1/#comment-202346</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Wed, 17 Apr 2013 23:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=6911#comment-202346</guid>
		<description><![CDATA[Yes, you will need pull up resistors (typically between 1K to 10K) on each device&#039;s SCL/SDA lines.]]></description>
		<content:encoded><![CDATA[<p>Yes, you will need pull up resistors (typically between 1K to 10K) on each device&#8217;s SCL/SDA lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reebbhaa Mehta</title>
		<link>http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/comment-page-1/#comment-202343</link>
		<dc:creator>Reebbhaa Mehta</dc:creator>
		<pubDate>Wed, 17 Apr 2013 21:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=6911#comment-202343</guid>
		<description><![CDATA[How did you hook up the TCA9548A to your slave devices? Did you use pull up resistors? I&#039;m having trouble figuring out the values of my pull up resistors.]]></description>
		<content:encoded><![CDATA[<p>How did you hook up the TCA9548A to your slave devices? Did you use pull up resistors? I&#8217;m having trouble figuring out the values of my pull up resistors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: casey g</title>
		<link>http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/comment-page-1/#comment-199135</link>
		<dc:creator>casey g</dc:creator>
		<pubDate>Tue, 05 Feb 2013 18:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=6911#comment-199135</guid>
		<description><![CDATA[Thanks! I just looked up PCA9548A on ti.com and ordered it&#039;s replacement, TCA9548A - http://www.ti.com/product/tca9548a]]></description>
		<content:encoded><![CDATA[<p>Thanks! I just looked up PCA9548A on ti.com and ordered it&#8217;s replacement, TCA9548A &#8211; <a href="http://www.ti.com/product/tca9548a" rel="nofollow">http://www.ti.com/product/tca9548a</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/comment-page-1/#comment-199134</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Tue, 05 Feb 2013 18:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=6911#comment-199134</guid>
		<description><![CDATA[Hi Casey,

Yes, using PCA9548A would be perfect for addressing multiple I2C devices with the same address as you would connect only one device at a time.]]></description>
		<content:encoded><![CDATA[<p>Hi Casey,</p>
<p>Yes, using PCA9548A would be perfect for addressing multiple I2C devices with the same address as you would connect only one device at a time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: casey g</title>
		<link>http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/comment-page-1/#comment-199133</link>
		<dc:creator>casey g</dc:creator>
		<pubDate>Tue, 05 Feb 2013 18:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=6911#comment-199133</guid>
		<description><![CDATA[Might have mis-read the purpose of the PCA9517... Sounds like I do need the PCA9548A to do this?]]></description>
		<content:encoded><![CDATA[<p>Might have mis-read the purpose of the PCA9517&#8230; Sounds like I do need the PCA9548A to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: casey g</title>
		<link>http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/comment-page-1/#comment-199131</link>
		<dc:creator>casey g</dc:creator>
		<pubDate>Tue, 05 Feb 2013 18:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=6911#comment-199131</guid>
		<description><![CDATA[Kerry - I&#039;m working on a project where I need something like this to control 4 ADXL345&#039;s from a single arduino, but I&#039;m a noob when it comes to the electronics side of things. I can get my hand on ADXL345 breakout boards that use 2 different I2C addresses, but was struggling with how I would connect 4 when I only have 2 unique addresses.

Was curious if you would recommend using the PCA9548A chip (from this write up) or the PCA9517 chip (from http://www.kerrywong.com/2011/05/08/a-dual-temperature-display-with-humidity-measurement/) to solve this?

And either way, where do you get these chips?

Cheers.

Casey.]]></description>
		<content:encoded><![CDATA[<p>Kerry &#8211; I&#8217;m working on a project where I need something like this to control 4 ADXL345&#8242;s from a single arduino, but I&#8217;m a noob when it comes to the electronics side of things. I can get my hand on ADXL345 breakout boards that use 2 different I2C addresses, but was struggling with how I would connect 4 when I only have 2 unique addresses.</p>
<p>Was curious if you would recommend using the PCA9548A chip (from this write up) or the PCA9517 chip (from <a href="http://www.kerrywong.com/2011/05/08/a-dual-temperature-display-with-humidity-measurement/" rel="nofollow">http://www.kerrywong.com/2011/05/08/a-dual-temperature-display-with-humidity-measurement/</a>) to solve this?</p>
<p>And either way, where do you get these chips?</p>
<p>Cheers.</p>
<p>Casey.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwong</title>
		<link>http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/comment-page-1/#comment-194912</link>
		<dc:creator>kwong</dc:creator>
		<pubDate>Tue, 09 Oct 2012 12:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=6911#comment-194912</guid>
		<description><![CDATA[Thanks Vladimir. I just fixed the link.]]></description>
		<content:encoded><![CDATA[<p>Thanks Vladimir. I just fixed the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.kerrywong.com/2012/10/08/i2c-multiplexer-shield-testing/comment-page-1/#comment-194907</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Tue, 09 Oct 2012 07:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=6911#comment-194907</guid>
		<description><![CDATA[Hello. Great explaining of I2C multiplexer function, thank you.
BTW, you have an error in the link to PCA9548A datasheet (need to add &#039;http://&#039; at the beginning).]]></description>
		<content:encoded><![CDATA[<p>Hello. Great explaining of I2C multiplexer function, thank you.<br />
BTW, you have an error in the link to PCA9548A datasheet (need to add &#8216;http://&#8217; at the beginning).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
