<?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>adafruit industries blog &#187; protoshield</title>
	<atom:link href="http://www.adafruit.com/blog/category/protoshield/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adafruit.com/blog</link>
	<description>electronics, open source hardware, hacking and more...</description>
	<lastBuildDate>Sun, 26 May 2013 03:29:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Tips For Using LiveGraph with the Adafruit Arduino Logger Shield</title>
		<link>http://www.adafruit.com/blog/2011/05/25/tips-for-using-livegraph-with-the-adafruit-arduino-logger-shield/</link>
		<comments>http://www.adafruit.com/blog/2011/05/25/tips-for-using-livegraph-with-the-adafruit-arduino-logger-shield/#comments</comments>
		<pubDate>Wed, 25 May 2011 18:01:51 +0000</pubDate>
		<dc:creator>johngineer</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[protoshield]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=14967</guid>
		<description><![CDATA[I mentioned LiveGraph in the post about my Arduino I2C sniffer sketch, but I wanted to go into a bit more detail about it, because it&#8217;s also really handy for visualizing data recorded with the Datalogger Shield. LiveGraph is nice because it&#8217;s easy to install, easy to use, and it&#8217;s written in Java, so it&#8217;s [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://farm3.static.flickr.com/2736/5759131610_38c1d29696_o.png"><img class="alignnone size-full wp-image-15029" src="http://www.adafruit.com/adablog/wp-content/uploads/2011/05/livegraph_600.png" alt="" width="600" height="362" /></a></p>
<p>I mentioned <a href="http://www.live-graph.org/">LiveGraph</a> in the post about my Arduino <a href="http://www.adafruit.com/blog/2011/05/19/quick-and-dirty-arduino-i2c-sniffer/">I2C sniffer</a> sketch, but I wanted to go into a bit more detail about it, because it&#8217;s also really handy for visualizing data recorded with the <a href="http://www.adafruit.com/products/243">Datalogger Shield</a>. LiveGraph is nice because it&#8217;s easy to install, easy to use, and it&#8217;s written in Java, so it&#8217;s cross-platform. Another nice feature is the native support of CSV files, and the ability to quickly export the graph as an image file.</p>
<p>That said, there are a few things you should keep in mind when using it, which will make your life easier:</p>
<ol>
<li>When you are creating the format for your CSV file, put the time axis as the first entry, and make it a single value field, such as minutes or seconds (LG cannot parse a colon-delimited &#8220;time&#8221; format, i.e. 12:34:56).</li>
<li>By default, LiveGraph uses samples as it&#8217;s x-axis, and plots the first field in the CSV as regular data. This means when you first load the CSV file, you&#8217;ll see a straight diagonal line on your graph which may dominate the plot. You can turn this off by clicking the appropriate checkbox in the &#8220;data series settings&#8221; window.</li>
<li>You can tell LG to use time (the first field in the CSV) as the x-axis by choosing &#8220;data series&#8221; at the bottom of the &#8220;graph settings&#8221; window. This is exceedingly helpful if you are not logging data at regular intervals, but rather whenever some event occurs.</li>
<li>If you want to export your plot as an image, you can do that through the &#8220;LiveGraph&#8221; window in the &#8220;plot&#8221; menu. Something to remember though: even though you&#8217;ve chosen the image file type (jpg, png, etc.) you still have to manually add the extension to the file name (&#8220;myplot.png&#8221;).</li>
</ol>
<p>You can download the software and check out the manual <a href="http://www.live-graph.org/index.html">here</a>. LiveGraph is released under the BSD license and you can check out the source code at <a href="http://sourceforge.net/projects/live-graph/">sourceforge</a>. Happy plotting!</p>
<p>*In case you are wondering, the plot above represents barometric data collected with the logger shield and a <a href="http://www.flickr.com/photos/johngineer/4962935210/in/photostream/">pressure sensor</a> on the <a href="http://www.adafruit.com/products/51">Protoshield</a>. It&#8217;s recording the relative pressure change as I venture into New York City. Those two high peaks, representing higher pressure, are under the Hudson river. <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=14967</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adaptive Path Fridge Alarm</title>
		<link>http://www.adafruit.com/blog/2011/03/20/adaptive-path-fridge-alarm/</link>
		<comments>http://www.adafruit.com/blog/2011/03/20/adaptive-path-fridge-alarm/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 13:59:19 +0000</pubDate>
		<dc:creator>johngineer</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[customer projects]]></category>
		<category><![CDATA[protoshield]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=12875</guid>
		<description><![CDATA[Marvelous! The folks at Adaptive Path made a fridge alarm with a magnet + hall effect sensor, a buzzer, an Arduino, and an Adafruit Proto Shield. Dane writes: At Adaptive Path&#8217;s San Francisco studio, we had a fussy refrigerator that wouldn&#8217;t always latch when it was shut. Sometimes the fridge would sit open for hours, [...]]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/21169243" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>Marvelous! The folks at <a href="http://www.adaptivepath.com/">Adaptive Path</a> made a<a href="http://adaptivepath.com/ideas/adaptive-path-fridge-alarm"> fridge alarm</a> with a magnet + hall effect sensor, a buzzer, an <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=325">Arduino</a>, and an <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17_21&amp;products_id=51">Adafruit Proto Shield</a>. Dane <a href="http://www.vimeo.com/21169243">writes</a>:</p>
<blockquote><p>At Adaptive Path&#8217;s San Francisco studio, we had a fussy refrigerator  that wouldn&#8217;t always latch when it was shut. Sometimes the fridge would  sit open for hours, spoiling food and wasting all the unicorn tears and  panda fur oil, before someone would discover it had been left open.</p>
<p>Like any good tinkerers we fixed the problem with technology, devising  an alarm that would let us know when the fridge had been left open for  too long. Whenever the pleasant sound of the 80s echoed through the  office, we knew the fridge needed our attention.</p></blockquote>
<p>Extra points for the choice of music <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Nice work, folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=12875</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quiz-O-Tron 3000</title>
		<link>http://www.adafruit.com/blog/2011/01/11/quiz-o-tron-3000/</link>
		<comments>http://www.adafruit.com/blog/2011/01/11/quiz-o-tron-3000/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 15:16:13 +0000</pubDate>
		<dc:creator>johngineer</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[protoshield]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=10445</guid>
		<description><![CDATA[A great Instructable about using the Adafruit protoshield inside a four-contestant gameshow system. RoysterBot writes: If you have ever watched a TV quiz show you have probably seen contestants trying to press a button in order to win a chance to answer a question. The contestant&#8217;s quick reaction time results in some kind of light [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/roysterbot/5344652444/in/pool-72222164@N00/"><img class="alignnone" src="http://farm6.static.flickr.com/5088/5344652444_9ef4fe21b2.jpg" alt="" width="500" height="375" /></a></p>
<p>A great Instructable about using the <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17_21&amp;products_id=51">Adafruit protoshield</a> inside a four-contestant gameshow system. <a href="http://www.instructables.com/id/Quiz-O-Tron-3000-Arduino-quiz-contestant-lockout-/">RoysterBot writes</a>:</p>
<blockquote><p>If you have ever watched a TV quiz show you have probably seen  contestants trying to press a button in order to win a chance to answer a  question. The contestant&rsquo;s quick reaction time results in some kind of  light and/or sound indicating victory. This is a practical way to choose  the next focus of the game&rsquo;s activity and it adds a bit of excitement  to the process. So when the holiday party planning committee decided to  have a trivia contest I decided to build a quiz contestant lockout  system to add an extra dimension of fun to the festivities. This would  help the planning committee&rsquo;s mission of creating some entertaining  activities for the event.</p>
<p>The minimum requirements were to have  a system with multiple buttons that contestants press for a chance to  answer a question. The first one to press the button would lock out the  other contestants. The system would need to have a simple way to quickly  identify who pushed their button first. And finally the system would  need to be reset for the next round.</p>
<p>Considering the venue of  the holiday party (an upscale wine bar) I felt that the contestant  buttons would be one of the most important features. They needed to be  hefty and able to withstand abuse by hoards of “beverage enhanced”  partygoers.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=10445</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arduino Capmeter</title>
		<link>http://www.adafruit.com/blog/2010/09/15/arduino-capmeter/</link>
		<comments>http://www.adafruit.com/blog/2010/09/15/arduino-capmeter/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 16:01:52 +0000</pubDate>
		<dc:creator>johngineer</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[protoshield]]></category>
		<category><![CDATA["triple nickel"]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=7146</guid>
		<description><![CDATA[LenP17 built a capacitor meter using the new Adafruit Arduino enclosure and LCD. The cap in question is placed in the sweet spot of a 555 circuit, and the resulting frequency is measured, correlated to a particular capacitance, and then displayed by the Arduino. More info in the forums. Nice work, Len!]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/lenp17/sets/72157624684480957/with/4961828452/"><img class="alignnone" src="http://farm5.static.flickr.com/4103/4961828452_7cede0d71c_z.jpg" alt="" width="480" height="640" /></a></p>
<p><a href="http://www.flickr.com/photos/lenp17/">LenP17</a> built a <a href="http://www.flickr.com/photos/lenp17/sets/72157624684480957/">capacitor meter</a> using the new Adafruit <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=271">Arduino enclosure</a> and <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=37&amp;products_id=181">LCD</a>. The cap in question is placed in the sweet spot of a 555 circuit, and the resulting frequency is measured, correlated to a particular capacitance, and then displayed by the Arduino.</p>
<p>More info <a href="http://forums.adafruit.com/viewtopic.php?f=25&amp;t=17319">in the forums</a>.</p>
<p>Nice work, Len!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=7146</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Soldering and building a protoshield video&#8230;</title>
		<link>http://www.adafruit.com/blog/2010/02/04/soldering-and-building-a-protoshield-video/</link>
		<comments>http://www.adafruit.com/blog/2010/02/04/soldering-and-building-a-protoshield-video/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 12:14:33 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[protoshield]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2010/02/04/soldering-and-building-a-protoshield-video/</guid>
		<description><![CDATA[Hans and Umbach writes - &#8230;the boys soldered together an Arduino Proto Shield kit from Adafruit. You can witness their amazing efforts in super-speed time, where sixty minutes of inhaling metallic fumes has been condensed into three power-packed minutes!]]></description>
				<content:encoded><![CDATA[<p><object width="550" height="413"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9013315&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=9013315&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="550" height="413"></embed></object><br />
<a href="http://daneomatic.com/wp/2010/01/27/soldering-and-building/">Hans and Umbach</a> writes -</p>
<blockquote><p>&#8230;the boys soldered together an <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17_21&amp;products_id=51">Arduino Proto Shield kit from Adafruit</a>. You can witness their amazing efforts in super-speed time, where sixty minutes of inhaling metallic fumes has been condensed into three power-packed minutes!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=2721</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Mega (Atmega1280 &#8211; assembled) &amp; Arduino Mega protoshield</title>
		<link>http://www.adafruit.com/blog/2009/07/28/arduino-mega-atmega1280-assembled-arduino-mega-protoshield/</link>
		<comments>http://www.adafruit.com/blog/2009/07/28/arduino-mega-atmega1280-assembled-arduino-mega-protoshield/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 23:44:39 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[protoshield]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2009/07/28/arduino-mega-atmega1280-assembled-arduino-mega-protoshield/</guid>
		<description><![CDATA[By popular demand! We are now carrying the Mega. The Mega is basically a big brother to the Arduino Duemilanove (&#38; similar), with many more pins, UARTs, PWMs, etc. If you&#8217;ve run out of pins on your Arduino or you need 128k of flash (compared to 32k!) you will find this a good upgrade! This [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/07/megaarduino-lrg.jpg" height="385" width="550" border="0" hspace="4" vspace="4" alt="Megaarduino Lrg" /><br />
<a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=191">By popular demand! We are now carrying the Mega</a>. The Mega is basically a big brother to the Arduino Duemilanove (&#38; similar), with many more pins, UARTs, PWMs, etc. If you&#8217;ve run out of pins on your Arduino or you need 128k of flash (compared to 32k!) you will find this a good upgrade!</p>
<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/07/megaprotoshield-med.jpg" height="263" width="350" border="0" hspace="4" vspace="4" alt="Megaprotoshield Med" /><br />
<a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=192">This is an extra large protoshield</a> designed by Arduino for the Mega. We include 2 sticks of 36 pin header, 5 8-pin female headers and a 6-pin female header to allow easy pluggin&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=1428</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Braitenberg Roomba with an Arduino and Protoshield</title>
		<link>http://www.adafruit.com/blog/2009/06/25/braitenberg-roomba-with-an-arduino-and-protoshield/</link>
		<comments>http://www.adafruit.com/blog/2009/06/25/braitenberg-roomba-with-an-arduino-and-protoshield/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 17:34:52 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[protoshield]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2009/06/25/braitenberg-roomba-with-an-arduino-and-protoshield/</guid>
		<description><![CDATA[Eric writes in&#8230; I thought you might enjoy this. I made a Braitenberg Roomba with an Arduino and Protoshield purchased from you. Here&#8217;s a video!]]></description>
				<content:encoded><![CDATA[<p><embed width="550" height="412" type="application/x-shockwave-flash" wmode="transparent" src="http://smg.photobucket.com/flash/remix/player.swf?videoURL=http://vidmg.photobucket.com/albums/v68/erickingston/Public/7dedaa72.pbr&#38;hostname=streammg.photobucket.com"></embed><br />
Eric writes in&#8230;</p>
<blockquote><p>I thought you might enjoy this. I made a Braitenberg Roomba with an <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17&amp;products_id=50">Arduino</a> and <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17_21&amp;products_id=51">Protoshield</a> purchased from you. Here&#8217;s a video!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=1273</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Peter Sand&#8217;s FAST PLANTING</title>
		<link>http://www.adafruit.com/blog/2009/04/27/peter-sands-plant-fasting/</link>
		<comments>http://www.adafruit.com/blog/2009/04/27/peter-sands-plant-fasting/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 16:10:38 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[protoshield]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2009/04/27/peter-sands-plant-fasting/</guid>
		<description><![CDATA[Photos of an amazing project &#8211; We visited Peter Sand and his robotic garden + camera rig + plus a lot more at the W/&#8212;&#8212;&#8212; project space in Chinatown, NYC. The giant robot creates a garden, plants seeds, waters them and lovingly tends to it &#8211; the operator can control the robotics with a game [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/img-0597.jpg" height="309" width="550" border="0" hspace="4" vspace="4" alt="Img 0597" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/img-0593.jpg" height="309" width="550" border="0" hspace="4" vspace="4" alt="Img 0593" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/img-0617.jpg" height="309" width="550" border="0" hspace="4" vspace="4" alt="Img 0617" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/img-0610.jpg" height="309" width="550" border="0" hspace="4" vspace="4" alt="Img 0610" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/img-0603.jpg" height="309" width="550" border="0" hspace="4" vspace="4" alt="Img 0603" /><br />
<object type="application/x-shockwave-flash" width="550" height="309" data="http://www.flickr.com/apps/video/stewart.swf?v=71377" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param name="flashvars" value="intl_lang=en-us&#38;photo_secret=67c98bf7c2&#38;photo_id=3479713449"></param><param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=71377"></param><param name="bgcolor" value="#000000"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=71377" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&#38;photo_secret=67c98bf7c2&#38;photo_id=3479713449" height="309" width="550"></embed></object><br />
<a href="http://www.flickr.com/photos/pmtorrone/tags/plantfasting/">Photos</a> of an amazing project &#8211; We visited <a href="http://people.csail.mit.edu/sand/">Peter Sand</a> and his robotic garden + camera rig + plus a lot more at the <a href="http://www.jiminie.org/WITH">W/&#8212;&#8212;&#8212; project space</a> in Chinatown, NYC. The giant robot creates a garden, plants seeds, waters them and lovingly tends to it &#8211; the operator can control the robotics with a game controller and for the <a href="http://www.adafruit.com/index.php?main_page=index&amp;cPath=17">Arduino</a> fans, it has an <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17_21&amp;products_id=51">Adafruit protoshield</a> and Arduinos that help the gardening. To top it all off (literally) one the best camera rig set ups we&#8217;ve ever seen &#8211; Peter will be posting videos soon, but check out some of past projects to get an idea of what it can do. You can see some of Peter&#8217;s previous work <a href="http://people.csail.mit.edu/sand/">here</a> and <a href="http://www.lumeneclipse.com/gallery/03/sand/index.html">here</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=940</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Arduino protoshield  &amp; boarduino are ready for their close up</title>
		<link>http://www.adafruit.com/blog/2009/04/03/arduino-protoshield-boarduino-are-ready-for-their-close-up/</link>
		<comments>http://www.adafruit.com/blog/2009/04/03/arduino-protoshield-boarduino-are-ready-for-their-close-up/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 04:00:52 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>
		<category><![CDATA[protoshield]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2009/04/03/arduino-protoshield-boarduino-are-ready-for-their-close-up/</guid>
		<description><![CDATA[linux-works shoots electronics like nobody&#8217;s business&#8230; Gorgeous stuff!]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/3346304410-186fe461c2.jpg" height="420" width="500" border="0" hspace="4" vspace="4" alt="3346304410 186Fe461C2" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/3345542861-6f41ee1c0b.jpg" height="375" width="500" border="0" hspace="4" vspace="4" alt="3345542861 6F41Ee1C0B" /><br />
<a href="http://www.flickr.com/photos/linux-works/3346304410/">linux-works shoots electronics</a> like nobody&#8217;s business&#8230; Gorgeous stuff!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=804</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Tutorial! Hooking up an LCD to an Arduino</title>
		<link>http://www.adafruit.com/blog/2008/04/06/new-tutorial-hooking-up-an-lcd-to-an-arduino/</link>
		<comments>http://www.adafruit.com/blog/2008/04/06/new-tutorial-hooking-up-an-lcd-to-an-arduino/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 03:41:02 +0000</pubDate>
		<dc:creator>ladyada</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[protoshield]]></category>

		<guid isPermaLink="false">http://www.ladyada.net/rant/2008/04/new-tutorial-hooking-up-an-lcd-to-an-arduino/</guid>
		<description><![CDATA[For a soon-to-be-released project I needed to have a character LCD display. I&#8217;ve got a box with a few of those $10 parallel LCDs that are so popular. There&#8217;s even a few libraries at the Arduino playground for easy use. Dave Fowler from uCHobby even started out with a great tutorial. However, I didn&#8217;t see [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ladyada.net/learn/arduino/lcd.html"><img src="http://www.ladyada.net/images/arduino/lcdtut/banana_t.jpg" alt="" /></a></p>
<p>For a soon-to-be-released project I needed to have a character <a href="http://en.wikipedia.org/wiki/LCD">LCD display</a>. I&#8217;ve got a box with a few of those <a href="http://www.allelectronics.com/cgi-bin/category/365/LCDs_(Liquid_Crystal_Displays).html">$10 parallel LCDs that are so popular</a>.</p>
<p><a href="http://www.ladyada.net/learn/arduino/lcd.html"><img src="http://www.ladyada.net/images/arduino/lcdtut/lcd_t.jpg" alt="" /></a></p>
<p>There&#8217;s even a few libraries at the Arduino playground for easy use. <a href="http://www.uchobby.com/">Dave Fowler from uCHobby</a> even <a href="http://www.uchobby.com/index.php/2007/07/07/arduino-lcd-interfacing-part-1/">started out with a great tutorial</a>.  However, I didn&#8217;t see any good tutorials on how to do the actual -connecting- part. So I took pix while I wired up one to a <a href="http://www.ladyada.net/make/pshield">protoshield</a> and tested it.</p>
<p><a href="http://www.ladyada.net/learn/arduino/lcd.html"><img src="http://www.ladyada.net/images/arduino/lcdtut/powerwires_t.jpg" alt="" /></a><br />
<a href="http://www.ladyada.net/learn/arduino/lcd.html"><br />
Read all about it at my LCD tutorial page!</a><br />
(Or if you just want an LCD that&#8217;s ready to plug in, you can check out this cool blue LCD shield from <a href="http://www.nuelectronics.com/estore/index.php?main_page=product_info&#038;cPath=1&#038;products_id=2">nuelectronics.com</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=166</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Awesome!</title>
		<link>http://www.adafruit.com/blog/2007/09/21/arduino-awesome/</link>
		<comments>http://www.adafruit.com/blog/2007/09/21/arduino-awesome/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 19:54:52 +0000</pubDate>
		<dc:creator>ladyada</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[kits]]></category>
		<category><![CDATA[protoshield]]></category>

		<guid isPermaLink="false">http://www.ladyada.net/rant/2007/09/arduino-awesome/</guid>
		<description><![CDATA[Today is a crazy day, there&#8217;s tons of new stuff the the Adafruit shop. First off, I have more Arduino boards in stock. Hopefully they will last more than a week. Second, the protoshield PCBs are in! Hooray! This is a really nice protoshield for NG/Diecimila Arduinos Nice! Full kits and PCBs are available. Third, [...]]]></description>
				<content:encoded><![CDATA[<p>Today is a crazy day, there&#8217;s tons of new stuff the the Adafruit shop.</p>
<p>First off, I have more <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;cPath=17&#038;products_id=50">Arduino boards</a> in stock. Hopefully they will last more than a week.</p>
<p>Second, the protoshield PCBs are in! Hooray! This is a really nice protoshield for NG/Diecimila Arduinos</p>
<p><script language="Javascript" src="http://www.ladyada.net/flickrnotes.php?1341944959"></script><noscript><a href="http://www.flickr.com/photos/ladyada/1341944959/"> <img src="http://static.flickr.com/1267/1341944959_d39a197f27.jpg" /> </a> </noscript><br />
<img src="http://www.ladyada.net/images/pshield/miniproto_t.jpg" alt="" /></p>
<p>Nice! <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;cPath=17&#038;products_id=51">Full kits</a> and <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;products_id=55">PCBs</a> are available.</p>
<p>Third, I have an <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;cPath=17&#038;products_id=68">Arduino Starter Pack</a> which is a bundle of stuff that will get you going with Arduino hacking with ease!</p>
<p><script language="Javascript" src="http://www.ladyada.net/flickrnotes.php?1418376393"></script><noscript><a href="http://www.flickr.com/photos/ladyada/1418376393/"> <img src="http://static.flickr.com/1242/1418376393_e8c39a0f4e.jpg" /> </a> </noscript></p>
<p>There&#8217;s an Arduino, USB cable, proto shield kit, tiny breadboard (goes on top of protoshield), 9V wall adapter, 9V battery holder, and a bag of parts that will get you started with my <a href="http://www.ladyada.net/learn/arduino/">Arduino Tutorial lessons 0-6</a></p>
<p>Fourth, we have all those fun Arduino accessories in the shop: <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;cPath=17&#038;products_id=62">USB cables</a>, <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;cPath=17&#038;products_id=67">9V battery holders</a>, <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;cPath=17&#038;products_id=63">9V regulated wall adapters</a>, <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;cPath=17&#038;products_id=64">small</a> and <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;products_id=65">tiny breadboards</a>, as well as <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;cPath=17&#038;products_id=56">extra Arduino microcontrollers</a> with my <a href="http://www.ladyada.net/library/arduino/bootloader.html">&#8220;no-wait&#8221;</a> hack that speeds up development</p>
<p>Yow!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
