<?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>Northern Nerd &#187; Eagle</title>
	<atom:link href="http://www.rantakokko.net/tapani/blog/tag/eagle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rantakokko.net/tapani/blog</link>
	<description>Just another blogging geek</description>
	<lastBuildDate>Sun, 16 Aug 2009 16:17:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Arduino in Eagle schematics with Ubuntu Linux</title>
		<link>http://www.rantakokko.net/tapani/blog/2009/05/28/using-arduino-in-eagle-schematics-with-ubuntu-linux/</link>
		<comments>http://www.rantakokko.net/tapani/blog/2009/05/28/using-arduino-in-eagle-schematics-with-ubuntu-linux/#comments</comments>
		<pubDate>Thu, 28 May 2009 20:49:55 +0000</pubDate>
		<dc:creator>trk</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Ubuntu/Linux]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Eagle]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.rantakokko.net/tapani/blog/?p=76</guid>
		<description><![CDATA[In electronics projects it is a common task to draw schematic of a circuit that you have designed. For simple circuits, it may be tempting to draw them on paper with a pencil. However, CAD programs are definetely worth learning! One of the best tools is Eagle, which runs on Windows, Mac and Linux. There [...]]]></description>
			<content:encoded><![CDATA[<p><em>In electronics projects it is a common task to draw schematic of a circuit that you have designed. For simple circuits, it may be tempting to draw them on paper with a pencil. However, CAD programs are definetely worth learning! One of the best tools is Eagle, which runs on Windows, Mac and Linux. There is even a freeware Light version available for hobby projects. This article briefly explains how you can use Eagle on Ubuntu Linux for drawing schematics especially for your own Arduino projects.</em></p>
<h3>Installing Eagle on Ubuntu Linux</h3>
<p>Obviously the first step is to install Eagle on your Ubuntu Linux computer.</p>
<p>The easiest way to install Eagle in Ubuntu is via Applications-&gt;Add/Remove&#8230;, where you can simply type &#8220;Eagle&#8221; in the search box to find <em>Eagle</em> from Ubuntu software repository. In Ubuntu 8.04, Eagle is located in the <em>multiverse</em> repository, which must be enabled before installation.</p>
<p>Unfortunately, the version in Ubuntu repository is rather old: 4.16r2-1. You probably want to install the latest version, which can be downloaded with a web browser directly from Cadsoft: <a title="Eagle download page" href="http://www.cadsoft.de/download.htm">http://www.cadsoft.de/download.htm</a>. You should choose the Linux version, right click the download link, and select &#8220;Save Link As&#8230;&#8221;. After downloading is finished, you can install the package (the file you downloaded, e.g. &#8220;eagle-lin-5.6.0.run&#8221;) by opening a console and running the installation script as follows:</p>
<blockquote>
<pre>sh eagle-lin-5.6.0.run</pre>
</blockquote>
<p><span id="more-76"></span>Extracting the package contents takes a while, then a graphical installation wizard appears. You can accept the defaults and begin installation, unless you want to change the installation directory first. After copying the files the wizard requests a license file. Just select &#8220;Run as Freeware&#8221;, and the setup is then complete.</p>
<p>For your convenience, you might want to add a shortcut in the Ubuntu application menu as follows:</p>
<ul>
<li>Select System-&gt;Preferences-&gt;Main Menu</li>
<li>Select Applications-&gt;Programming</li>
<li>Click button &#8220;New Item&#8221;</li>
<li>Settings: For Name type &#8220;Eagle 5.6.0&#8243;, for Command click Browse&#8230; and go to [Eagle installation directory]\bin, then select file named <em>eagle</em></li>
<li>Click OK</li>
<li>New item should be visible now, and even the Eagle icon in place</li>
<li>Click Close</li>
</ul>
<p>Now you can start using Eagle by simply selecting Applications-&gt;Programming-&gt;Eagle 5.6.0.</p>
<h3>Creating schematics for Arduino projects</h3>
<p>When you start Eagle, first a window titled &#8220;Control Panel&#8221; opens. To draw a new schematic, select File-&gt;New-&gt;Schematic. Another window opens, this is the place to draw your circuit design.</p>
<p>The basic idea is to add components from different component libraries, organize them on the drawing area and make the necessary wiring connections.</p>
<p>You can add new items into your design by clicking the Add button in the toolbar on your left. For Arduino projects, you should be able to use a chip from Atmel category. However, I couldn&#8217;t find Atmega168 that is used in Arduino Diecimila, although Atmega169 was there.</p>
<p>You can get a suitable model from Rob Faludi: <a title="Arduino model for Eagle" href="http://www.faludi.com/2008/10/07/arduino-avr-library-for-eagle-layout-editor/">http://www.faludi.com/2008/10/07/arduino-avr-library-for-eagle-layout-editor/</a>. Download the model with a web browser, and extract it to [Eagle installation directory]\lbr. Then back in Eagle, select Library-&gt;Use, browse for Arduino-AVR.lbr file, and open it. Now you can click Add button from the Eagle toolbar again, new Arduino-AVR section is visible in the component list and Atmega168 variants are there. Select the model you want to use, and click OK. Place the component in the center of the design area, and continue adding more components and wiring them together.</p>
<p>Happy designing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rantakokko.net/tapani/blog/2009/05/28/using-arduino-in-eagle-schematics-with-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
