<?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>The Daily Duino &#187; Shields</title>
	<atom:link href="http://dailyduino.com/archives/category/shields/feed" rel="self" type="application/rss+xml" />
	<link>http://dailyduino.com</link>
	<description>mostly daily arduino projects and news</description>
	<lastBuildDate>Fri, 04 Dec 2009 19:46:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Recent Developments with the Ethernet Shield</title>
		<link>http://dailyduino.com/archives/538</link>
		<comments>http://dailyduino.com/archives/538#comments</comments>
		<pubDate>Sat, 11 Apr 2009 18:34:28 +0000</pubDate>
		<dc:creator>Phizone</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Ethernet]]></category>

		<guid isPermaLink="false">http://dailyduino.com/?p=538</guid>
		<description><![CDATA[There has been quite a flurry of development revolving around the official ethernet shield recently. Here are what I consider a few of the more important changes. Ethernet fixes &#8211; There are some connection issues with the ethernet library with regard to incomplete disconnects. Since the wiznet chip only supports 4 simultaneous connections, this manifests [...]]]></description>
			<content:encoded><![CDATA[<p>There has been quite a flurry of development revolving around the <a href="http://www.arduino.cc/en/Main/ArduinoEthernetShield">official ethernet shield</a> recently. Here are what I consider a few of the more important changes.</p>
<p>Ethernet fixes &#8211; There are some connection issues with the ethernet library with regard to incomplete disconnects. Since the wiznet chip only supports 4 simultaneous connections, this manifests itself pretty quickly if you are trying to poll a server for changes. Etracer, from the arduino forums, found and fixed this problem and has released a new <a href="http://www.etracer.net/arduino/ethernet/Client.cpp">client.cpp</a> as well as detailed the issues in a <a href="http://arduino.cc/pipermail/developers_arduino.cc/2009-April/000763.html ">post</a> to the arduino developers mailing list.</p>
<p><a href="http://arduino.cc/pipermail/developers_arduino.cc/2009-April/000763.html "> </a></p>
<p>Another recent addition is Ben Combee&#8217;s Webduino library, which greatly simplifies processing html forms when using the arduino and ethernet shield as a web server. The library and basic examples are available at: <a href="http://code.google.com/p/webduino/">http://code.google.com/p/webduino/</a></p>
<p>Bjoern Hartmann&#8217;s <a href="http://bitbucket.org/bjoern/arduino_osc/src/14667490521f/libraries/Ethernet/">UDP library</a> has also been used for a couple of recent projects including work on <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1239258729">DNS/DHCP</a> and fellow <a href="http://nomicon.info">Infonomicon</a> member Cynshard&#8217;s work on a <a href="http://github.com/cynshard/arduino-ntp/tree/master">NTP library</a>. The NTP library is particularly useful since it can be combined with the software <a href="http://www.arduino.cc/playground/Code/DateTime">Date/Time</a> library to have fairly accurate time without adding a hardware realtime clock to your project.</p>
<p>As you can see, there seems to be a lot of development activity ongoing for the official ethernet shield and since the addition of networking to the arduino greatly expands its possible uses, I think we&#8217;ll see even more. Please remember to thank these folks for their code and bugfix contributions&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dailyduino.com/archives/538/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ethernet Shield</title>
		<link>http://dailyduino.com/archives/285</link>
		<comments>http://dailyduino.com/archives/285#comments</comments>
		<pubDate>Thu, 06 Nov 2008 20:45:03 +0000</pubDate>
		<dc:creator>droops</dc:creator>
				<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[xport]]></category>

		<guid isPermaLink="false">http://dailyduino.com/?p=285</guid>
		<description><![CDATA[The Arduino team has recently released an Official Ethernet Shield.  I was having trouble with my Adafruit XPort shield as you have to configure the XPort and it takes a lot of code to get it going.  This Arduino stuff is supposed to be easy and fun, and the XPort is not.  The official ethernet [...]]]></description>
			<content:encoded><![CDATA[<p>The Arduino team has recently released an <a href="http://arduino.cc/en/Main/ArduinoEthernetShield">Official Ethernet Shield</a>.  I was having trouble with my <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=17_21&amp;products_id=83&amp;sessid=6c19abd5b28f8ee264046c60031fa08a">Adafruit XPort shield</a> as you have to configure the XPort and it takes a lot of code to get it going.  This Arduino stuff is supposed to be easy and fun, and the XPort is not.  The official ethernet shield though is wonderful.  You have to upgrade the ide to version 12 to get the <a href="http://arduino.cc/en/Reference/Ethernet">ethernet library</a>.  The shield uses SPI to communicate (the library takes care of this) so you only loose digital pins 11, 12 and 13.  It also brings all of your pins up in the same location, so that you can mount another shield on top.</p>
<p>The official Ethernet Shield is also ~$40 so its not a bad price.  <a href="http://www.nkcelectronics.com/arduino-ethernet-shield.html">NKC</a> has them in the states.</p>
<p><a href="http://dailyduino.com/wp-content/uploads/2008/11/ethernet2.jpg"><img class="alignnone size-medium wp-image-304" title="ethernet2" src="http://dailyduino.com/wp-content/uploads/2008/11/ethernet2-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>I plugged in a board with 3 linear pot&#8217;s and edited the basic web server sketch to be a little more to my liking.</p>
<p><a href="http://dailyduino.com/wp-content/uploads/2008/11/ethernet1.jpg"><img class="alignnone size-medium wp-image-305" title="ethernet1" src="http://dailyduino.com/wp-content/uploads/2008/11/ethernet1-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>When I browsed to the Arduino on port 80, this was displayed</p>
<p><a href="http://dailyduino.com/wp-content/uploads/2008/11/ethernetshield1.png"><img class="alignnone size-medium wp-image-306" title="ethernetshield1" src="http://dailyduino.com/wp-content/uploads/2008/11/ethernetshield1-300x158.png" alt="" width="300" height="158" /></a></p>
<p><a href="http://dailyduino.com/wp-content/uploads/2008/11/ethernetshield2.png"><img class="alignnone size-medium wp-image-307" title="ethernetshield2" src="http://dailyduino.com/wp-content/uploads/2008/11/ethernetshield2-300x155.png" alt="" width="300" height="155" /></a></p>
<p>My code is here: <a href="http://dailyduino.com/code/ethernetshield/webserver.pde">http://dailyduino.com/code/ethernetshield/webserver.pde </a></p>
<p>Writing a sketch for the Ethernet Shield is very easy, change the ip address, maybe the subnet mask, and its pretty easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://dailyduino.com/archives/285/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phreaknic Giveaways</title>
		<link>http://dailyduino.com/archives/164</link>
		<comments>http://dailyduino.com/archives/164#comments</comments>
		<pubDate>Tue, 30 Sep 2008 05:36:17 +0000</pubDate>
		<dc:creator>droops</dc:creator>
				<category><![CDATA[Freeduino]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[MotorShield]]></category>
		<category><![CDATA[Phreaknic]]></category>
		<category><![CDATA[WavShield]]></category>
		<category><![CDATA[rbbb]]></category>

		<guid isPermaLink="false">http://dailyduino.com/?p=164</guid>
		<description><![CDATA[Several of my favorite Arduino/Freeduino stores have sent us in some giveaways for the con.  We are not sure how we are going to be giving things out, as most are kits, I think we will be giving them out during our talk and during the tutorials going on during the day.  Maybe get a [...]]]></description>
			<content:encoded><![CDATA[<p>Several of my favorite Arduino/Freeduino stores have sent us in some giveaways for the con.  We are not sure how we are going to be giving things out, as most are kits, I think we will be giving them out during our talk and during the tutorials going on during the day.  Maybe get a few teams together during the talk and give them each a board to put together and do a project off of.  Then give more coolness away for the team that makes the coolest stuff, I guess I need to bring a big box of parts.</p>
<p><a href="http://moderndevice.com/">Paul from Modern Device</a> sent in 3 rBBB&#8217;s, 2 P4 RS232 to TTL Serial Adapter Kits, 2 LCD117 Serial LCD Boards, 2 16&#215;2 blue LCD&#8217;s and a Serial Cable.</p>
<p><a href="http://www.adafruit.com/">Lady Ada from Adafruit Industries</a> gave us a Motor Shield and a Wav Shield.</p>
<p><a href="http://www.nkcelectronics.com/">NKC Electronics</a> sent in 3 x <span class="nfakPe">Freeduino</span> USB kits and 2 x <span class="nfakPe">Freeduino</span> serial kits.</p>
<p>I owe each of these folks something and I am working on it.  Please check out their stores for the coolness.</p>
]]></content:encoded>
			<wfw:commentRss>http://dailyduino.com/archives/164/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;TouchShield&#8221; &#8211; Touch Screen Shield for Arduino</title>
		<link>http://dailyduino.com/archives/30</link>
		<comments>http://dailyduino.com/archives/30#comments</comments>
		<pubDate>Wed, 13 Aug 2008 07:19:16 +0000</pubDate>
		<dc:creator>Morgellon</dc:creator>
				<category><![CDATA[Shields]]></category>
		<category><![CDATA[TouchShield]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[OLED]]></category>
		<category><![CDATA[shield]]></category>

		<guid isPermaLink="false">http://dailyduino.com/?p=30</guid>
		<description><![CDATA[Found a rather neat shield for the Arduino environment, it&#8217;s called the TouchShield.  Basicly it offers a fairly quick and easy way to display text, graphics and images from the Arduino.  Not only is it a 128 x 128 OLED screen, it also is a touch screen! (hence the name&#8230;) Coming in at around $140, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_29" class="wp-caption alignright" style="width: 310px"><a href="http://dailyduino.com/wp-content/uploads/2008/08/08817-03-l.jpg"><img class="size-medium wp-image-29" title="Touch Shield" src="http://dailyduino.com/wp-content/uploads/2008/08/08817-03-l-300x300.jpg" alt="OLED Touch Screen" width="300" height="300" /></a><p class="wp-caption-text">OLED Touch Screen</p></div>
<p>Found a rather neat shield for the Arduino environment, it&#8217;s called the <strong>TouchShield</strong>.  Basicly it offers a fairly quick and easy way to display text, graphics and images from the Arduino.  Not only is it a 128 x 128 OLED screen, it also is a touch screen! (hence the name&#8230;)</p>
<p>Coming in at around $140, the TouchShield is not the cheapest of shields, but seems to offer a large range of possibilities (not to mention sexiness).</p>
<p>It was originally made available at the <a title="Liquidware Store http://www.liquidware.com/" href="http://www.liquidware.com/" target="_blank">Liquidware Store</a>, but currently seems to be sold out.  If you are not familiar with Liquidware, you should check them out!  They are up to some really neat stuff!  <a title="SparkFun Electronics" href="http://sparkfun.com" target="_blank">SparkFun Electronics</a> has also started carrying the TouchShield, so if you just have to have one&#8230; looks like they still have a few in stock.</p>
<p>Also, it appears that it&#8217;s not insanely difficult to use.  Liquidware also has a good assortment of tutorials to get you going; including on entitled, &#8220;Up and Running in 5 Minutes&#8221;.</p>
<p>Be sure to read through the <a title="Liquidware Blog http://antipastohw.blogspot.com/" href="http://antipastohw.blogspot.com/" target="_blank">Liquidware Blog</a>, which is full of good posts and ideas! They are doing a lot of great work with the Arduino, Open Source Hardware,  and various tutorials.  If you&#8217;re into Arduino this would be a blog worth adding to the feed list.</p>
<p>If you would like to know more about the TouchShield, here are some links to get you going!</p>
<p style="text-align: center;"><strong>Get the TouchShield:</strong></p>
<ul>
<li style="text-align: center;">TouchShield at Liquidware store: <a title="TouchShield at Liquidware" href="http://www.liquidware.com/products/show/TS/TouchShield+Stealth" target="_blank">http://www.liquidware.com/products/show/TS/TouchShield+Stealth</a></li>
<li style="text-align: center;">TouchShield at SparkFun store: <a title="TouchShield at SparkFun Electronics" href="http://www.sparkfun.com/commerce/product_info.php?products_id=8817" target="_blank">http://www.sparkfun.com/commerce/product_info.php?products_id=8817</a></li>
</ul>
<p style="text-align: center;"><strong>Learn about the TouchShield with Liquidware tutorials:</strong></p>
<ul>
<li style="text-align: center;">Up and Running in 5 Minutes: <a title="Up and Running in 5 Minutes with the TouchShield" href="http://antipastohw.blogspot.com/2008/04/touchshield-up-and-running-in-5-minutes.html" target="_blank">http://antipastohw.blogspot.com/2008/04/touchshield-up-and-running-in-5-minutes.html</a></li>
<li style="text-align: center;">Accelerometer Graphing: <a title="Accelerometer Graphing with the TouchShield" href="http://antipastohw.blogspot.com/2008/05/touchshield-2-axis-accelerometer.html" target="_blank">http://antipastohw.blogspot.com/2008/05/touchshield-2-axis-accelerometer.html</a></li>
<li style="text-align: center;">Serial Communications: <a title="Serial Communications with the TouchShield" href="http://antipastohw.blogspot.com/2008/05/touchshield-serial-communications.html" target="_blank">http://antipastohw.blogspot.com/2008/05/touchshield-serial-communications.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dailyduino.com/archives/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

