<?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>Slashdev &#187; Arduino</title>
	<atom:link href="http://www.slashdev.ca/category/arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slashdev.ca</link>
	<description>Hardware, software, and just general tinkering</description>
	<lastBuildDate>Mon, 14 Jun 2010 01:54:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bug Fixes &#8211; Arduino LCD Library</title>
		<link>http://www.slashdev.ca/2008/09/19/bug-fixes-arduino-lcd-library/</link>
		<comments>http://www.slashdev.ca/2008/09/19/bug-fixes-arduino-lcd-library/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 02:26:14 +0000</pubDate>
		<dc:creator>jiGGaK</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.slashdev.ca/?p=200</guid>
		<description><![CDATA[Just a quick update on the Arduino LCD Library (bring it to version 0.3).  I have worked many hours to iron out all the bugs in the code that checks the LCD modules busy flag.  This is the part of the LCD modules controller that tells the arduino it&#8217;s in the middle of [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick update on the <a href="arduino-lcd-library">Arduino LCD Library</a> (bring it to version 0.3).  I have worked many hours to iron out all the bugs in the code that checks the LCD modules busy flag.  This is the part of the LCD modules controller that tells the arduino it&#8217;s in the middle of an internal operation.</p>
<p>Hopefully this fixes the sporadic behavior people have reported with their LCD&#8217;s.  It certainly fixes the problem with the two LCD&#8217;s I have tested.</p>
<p>I also added a <a href="http://svn.slashdev.ca/arduino/Lcd/trunk/ref/lcd_arduino.pdf">schematic</a> to the package.  It just outlines where to connect VCC, GND and where to put the 10K pot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.slashdev.ca/2008/09/19/bug-fixes-arduino-lcd-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updated Arduino LCD Library</title>
		<link>http://www.slashdev.ca/2008/03/09/updated-arduino-lcd-library/</link>
		<comments>http://www.slashdev.ca/2008/03/09/updated-arduino-lcd-library/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 16:13:43 +0000</pubDate>
		<dc:creator>jiGGaK</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.slashdev.ca/2008/03/09/updated-arduino-lcd-library/</guid>
		<description><![CDATA[I received an email from Keith Neufeld (awesome electronics blog) about my Arduino LCD library with some tips on how to improve it.  So over the weekend I dived in and did just that.
Specifically, this version removes the hard coded delays after each command is sent to the LCD and checks the LCD&#8217;s busy [...]]]></description>
			<content:encoded><![CDATA[<p>I received an email from <a href="http://www.neufeld.newton.ks.us/electronics/">Keith Neufeld</a> (awesome electronics blog) about my Arduino LCD library with some tips on how to improve it.  So over the weekend I dived in and did just that.</p>
<p>Specifically, this version removes the hard coded delays after each command is sent to the LCD and checks the LCD&#8217;s busy flag.  This is a cleaner approach and should mean that the library works more reliably with various LCD modules (hopefully).  The setup method has been cleaned up as well to make initialization by instruction <em>just work</em> without any hacks.</p>
<p>Of course, this does mean that the RW pin on the LCD must be connected to the Arduino instead of connecting to ground.</p>
<p>As before, see the <a href="http://www.slashdev.ca/arduino-lcd-library">Arduino LCD Library</a> page to get the latest version of the code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.slashdev.ca/2008/03/09/updated-arduino-lcd-library/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Arduino + HD44780 LCD Module</title>
		<link>http://www.slashdev.ca/2008/01/13/arduino-hd44780-lcd-module/</link>
		<comments>http://www.slashdev.ca/2008/01/13/arduino-hd44780-lcd-module/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 19:34:37 +0000</pubDate>
		<dc:creator>jiGGaK</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.slashdev.ca/2008/01/13/arduino-hd44780-lcd-module/</guid>
		<description><![CDATA[I&#8217;ve written a library for interfacing the Arduino with HD44780 based LCD modules.  For now it lives here on my site, but if it&#8217;s popular enough it might need to move somewhere like the Arduino Playground.
Check out the Arduino LCD Library page for more details.
Here is a short video demonstrating an animation sample.

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a library for interfacing the Arduino with HD44780 based LCD modules.  For now it lives here on my site, but if it&#8217;s popular enough it might need to move somewhere like the <a href="http://www.arduino.cc/playground/">Arduino Playground</a>.</p>
<p>Check out the <a href="http://www.slashdev.ca/arduino-lcd-library">Arduino LCD Library</a> page for more details.</p>
<p>Here is a short video demonstrating an animation sample.<br />
<embed src="/movie/flvplayer.swf?file=/movie/arduino_lcd.flv" width="480" height="360" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.slashdev.ca/2008/01/13/arduino-hd44780-lcd-module/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
