<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Wire I2C Slave</title>
		<link>http://forums.leaflabs.com/topic.php?id=74350</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:05:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=74350" rel="self" type="application/rss+xml" />

		<item>
			<title>crenn on "Wire I2C Slave"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74350#post-105485</link>
			<pubDate>Sun, 10 Aug 2014 08:05:28 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">105485@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Sadly the answer is no, I didn't follow up adding in slave support, there was also other bug fixes I was working on at the time to fix other problems. But due to my inactivity of late, I can't even remember what bugs I was fixing. I'll try looking into it again soon enough.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manitou on "Wire I2C Slave"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74350#post-105466</link>
			<pubDate>Fri, 18 Jul 2014 15:12:15 +0000</pubDate>
			<dc:creator>manitou</dc:creator>
			<guid isPermaLink="false">105466@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;here is an old thread on I2C slave. I don't know if Crenn followed up with lib update or not ...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=1543&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=1543&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Wire I2C Slave"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74350#post-105449</link>
			<pubDate>Wed, 18 Jun 2014 13:23:59 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105449@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;phase1 - I don't have code.&#60;br /&#62;
However, I think member 'crenn', who has written a SoftWire implementation, might have published examples.&#60;br /&#62;
I have had a quick look, but, sorry, I can't find the correct thread.&#60;/p&#62;
&#60;p&#62;Do you need a high data rate? If it isn't too high, the soft I2C implementation might be easier to debug and get working.&#60;/p&#62;
&#60;p&#62;This application note (AN2824) might help:&#60;br /&#62;
&#60;a href=&#34;http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/CD00209826.pdf&#34; rel=&#34;nofollow&#34;&#62;http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/CD00209826.pdf&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phase1 on "Wire I2C Slave"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74350#post-105448</link>
			<pubDate>Wed, 18 Jun 2014 12:45:03 +0000</pubDate>
			<dc:creator>phase1</dc:creator>
			<guid isPermaLink="false">105448@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi gblumer,&#60;/p&#62;
&#60;p&#62;Would you happen to have any documentation as to how I would set up the Maple as an I2C slave?&#60;/p&#62;
&#60;p&#62;I've tried to find some documentation but haven't come up with anything yet. So i think the way it works is that the sensor reading program will write to the I2C_2 addresees and then the embedded board will read from it, but where can i find the address to write to?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Wire I2C Slave"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74350#post-105446</link>
			<pubDate>Wed, 18 Jun 2014 09:32:01 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105446@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;phase1 - yes the two I2C interfaces are independent and can be configured to be master or slave. Your software can do anything you want, so reading from the sensor, and passing it to the embedded board should be practical.&#60;/p&#62;
&#60;p&#62;I2C is a little complex, and needs a bit of care to get working right. Try to divide the program into several parts, so that you can test the major parts easily.&#60;/p&#62;
&#60;p&#62;(Full disclosure: I am not a member of Leaflabs staff.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>phase1 on "Wire I2C Slave"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74350#post-105443</link>
			<pubDate>Tue, 17 Jun 2014 17:49:46 +0000</pubDate>
			<dc:creator>phase1</dc:creator>
			<guid isPermaLink="false">105443@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I want to interface the Maple with another board and want to make the maple as a master and slave on the two I2C on the maple mini.&#60;/p&#62;
&#60;p&#62;The hardware setup goes like this:&#60;/p&#62;
&#60;p&#62;Sensor  &#38;lt;-- (I2C_1 as Master) Maple Mini &#38;lt;-- (I2C_2 as slave) Embedded Board&#60;/p&#62;
&#60;p&#62;I'm wondering if this is possible. If it is possible, then am i able to write the contents of the sensor readings to the board so that the embedded board is then able to read from it?&#60;/p&#62;
&#60;p&#62;I'm not too familiar with the I2C protocol, but have only ever used it to interface with sensors.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Richard
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
