


<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Meyer - Mentions &#187; Arduino MEGA</title>
	<atom:link href="http://chrismeyer.org/wordpress/tag/arduino-mega/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrismeyer.org/wordpress</link>
	<description></description>
	<lastBuildDate>Mon, 09 Aug 2010 20:53:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>I2C Communication Arduino MEGA to Duemilanove</title>
		<link>http://chrismeyer.org/wordpress/2009/12/i2c-communication-arduino-mega-to-duemilanove/</link>
		<comments>http://chrismeyer.org/wordpress/2009/12/i2c-communication-arduino-mega-to-duemilanove/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 14:49:57 +0000</pubDate>
		<dc:creator>Waterppk</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Arduino Duemilanove]]></category>
		<category><![CDATA[Arduino MEGA]]></category>

		<guid isPermaLink="false">http://chrismeyer.org/wordpress/?p=242</guid>
		<description><![CDATA[If you&#8217;re wondering how to get I2C running from your MEGA to Duemilanove Arduino boards here&#8217;s the scoop: MEGA Pin 20 is SDA (Serial Data) Duemilanove Analog Pin 4 is SDA MEGA Pin 21 is SCL (Serial Clock) Duemilanove Analog Pin 5 is SCL Hook up SCL to SCL and SDA to SDA across the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re wondering how to get I2C running from your MEGA to Duemilanove Arduino boards here&#8217;s the scoop:</p>
<p>MEGA Pin 20 is SDA (Serial Data)</p>
<p>Duemilanove Analog Pin 4 is SDA</p>
<p>MEGA Pin 21 is SCL (Serial Clock)</p>
<p>Duemilanove Analog Pin 5 is SCL</p>
<p>Hook up SCL to SCL and SDA to SDA across the boards, also hook up ground between the two boards.  You do NOT need to connect the +5V between boards.</p>
<p>You&#8217;ll need  SCL and SDA to be pulled up (to +5V with resistors, between 2.2kOhm and 47kOhm), it will run without them but its recommended to make your bus within specification.</p>
<p><a href="http://www.instructables.com/id/I2C-between-Arduinos/" target="_Blank">Example bus from Instructables</a>.<br />
<a href="http://arduino.cc/en/Main/ArduinoBoardMega" target="_Blank">MEGA Pinout information (search for i2c on the page)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrismeyer.org/wordpress/2009/12/i2c-communication-arduino-mega-to-duemilanove/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

