<?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; boarduino</title>
	<atom:link href="http://www.adafruit.com/blog/category/boarduino/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>Drawbot!</title>
		<link>http://www.adafruit.com/blog/2012/04/17/drawbot/</link>
		<comments>http://www.adafruit.com/blog/2012/04/17/drawbot/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 17:55:19 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=29575</guid>
		<description><![CDATA[Drawbot #2 Lives!. Peter writes - Friday Night Drawbot now has a brother. (This one is using an Adafruit Boarduino.)]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/04/7087281291_2c45eb22ef_c.jpg" height="399" width="600" border="0" hspace="4" vspace="4" alt="7087281291 2C45Eb22Ef C" /></p>
<p><a href="http://www.flickr.com/photos/raster/7087281291/in/pool-72222164@N00">Drawbot #2 Lives!</a>. Peter writes -</p>
<blockquote><p>
<a href="http://rasterweb.net/raster/projects/drawbot/">Friday Night Drawbot</a> now has a brother. (This one is using an <a href="http://www.adafruit.com/category/19">Adafruit Boarduino</a>.)
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=29575</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building an Arduino LCD Clock</title>
		<link>http://www.adafruit.com/blog/2012/03/22/building-an-arduino-lcd-clock/</link>
		<comments>http://www.adafruit.com/blog/2012/03/22/building-an-arduino-lcd-clock/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 04:00:40 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/03/22/building-an-arduino-lcd-clock/</guid>
		<description><![CDATA[Building an Arduino LCD Clock. Dan writes - The first step in my Arduino monitored / controlled orchid vivarium is giving my Arduino the ability to track time with reasonable accuracy and display information on an LCD.  I went with a Boarduino for ease of prototyping, but the final build will probably use an Uno [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/03/lcd_rtc.jpg" height="394" width="600" border="0" hspace="4" vspace="4" alt="Lcd Rtc" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/03/pt_805.jpg" height="312" width="600" border="0" hspace="4" vspace="4" alt="Pt 805" /></p>
<p><a href="http://danmalec.blogspot.com/2012/02/building-arduino-lcd-clock.html">Building an Arduino LCD Clock</a>. Dan writes -</p>
<blockquote><p>
The first step in my Arduino monitored / controlled orchid vivarium is giving my Arduino the ability to track time with reasonable accuracy and display information on an LCD.  I went with a Boarduino for ease of prototyping, but the final build will probably use an Uno or Mega.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=27720</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Builds with a Boarduino, PowerSwitch Tails, and a Staples EasyButton</title>
		<link>http://www.adafruit.com/blog/2012/02/13/automated-builds-with-a-boarduino-powerswitch-tails-and-a-staples-easybutton/</link>
		<comments>http://www.adafruit.com/blog/2012/02/13/automated-builds-with-a-boarduino-powerswitch-tails-and-a-staples-easybutton/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 11:51:24 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/02/13/automated-builds-with-a-boarduino-powerswitch-tails-and-a-staples-easybutton/</guid>
		<description><![CDATA[Matt writes - Automated builds should be easy! At my job we use the Jenkins continuous integration server to build our software every time someone commits a change. I wanted to improve the visibility of the build results (especially for failed builds), so I combined a Boarduino and two PowerSwitch Tails from Adafruit with a [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/02/easy-button-0.jpg" height="450" width="600" border="0" hspace="4" vspace="4" alt="Easy-Button-0" /><br />
Matt writes -</p>
<blockquote><p>
Automated builds should be easy! At my job we use the Jenkins continuous integration server to build our software every time someone commits a change. I wanted to improve the visibility of the build results (especially for failed builds), so I combined a <a href="http://www.adafruit.com/category/19">Boarduino</a> and <a href="http://adafruit.com/products/268">two PowerSwitch Tails from Adafruit</a> with a Staples EasyButton to create an automated build controller.</p>
<p>It has three LEDs to indicate the status of the Jenkins server: red means the last build failed, yellow means a build is in progress, and green means the last build was successful. The PowerSwitch Tails correspond to the red and green LEDs: one turns on when the build fails and the other turns on when it is successful. We connect red and green lamps to the PowerSwitch Tails (although at one point we had a strobe light attached to the &#8220;fail&#8221; PST &#8212; very visible, but not popular).</p>
<p>The EasyButton triggers an automated build. Since we have Jenkins configured to build the software continuously, we use the EasyButton to trigger an automated deployment of our software to our QA machine.</p>
<p>Supporting the hardware is a small Python script. Its job is to poll Jenkins web services to check the build status and to trigger a job whenever someone presses the EasyButton.</p>
<p>Pictures, documentation, and schematics are available at <a href="http://counterorbit.org/abc/">http://counterorbit.org/abc/</a>. The source code for the firmware and Python script is available at <a href="http://counterorbit.org/abc/">http://hg.counterorbit.org/abc/</a>.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=25255</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The democratization of hardware by @margeryc</title>
		<link>http://www.adafruit.com/blog/2012/02/03/the-democratization-of-hardware-by-margeryc/</link>
		<comments>http://www.adafruit.com/blog/2012/02/03/the-democratization-of-hardware-by-margeryc/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 21:40:59 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>
		<category><![CDATA[open source hardware]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/02/03/the-democratization-of-hardware-by-margeryc/</guid>
		<description><![CDATA[The democratization of hardware @ PowerSource &#124; Blog on EDN. Adafruit got into the parts/kit business with its detailed tutorials that include step-by-step instructions and photographs to lead newbies through the basics of Ohm&#8217;s Law and soldering, and on to programming the open-source hardware Arduino platform. Unlike traditional electronic distributors that rely on application engineers, [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/02/light-sensor-016_small.jpg" height="300" width="400" border="0" hspace="4" vspace="4" alt="Light-Sensor-016 Small" /></p>
<p><a href="http://www.edn.com/blog/PowerSource/41600-Adafruit_Sparkfun_point_to_the_democratization_of_hardware.php">The democratization of hardware @ PowerSource | Blog on EDN</a>.</p>
<blockquote><p>
 Adafruit got into the parts/kit business with its detailed tutorials that include step-by-step instructions and photographs to lead newbies through the basics of Ohm&rsquo;s Law and soldering, and on to programming the open-source hardware Arduino platform. Unlike traditional electronic distributors that rely on application engineers, the site effectively crowdsources its application engineering support through its forums and FAQ pages on the kits and parts. This reliance on the knowledge of the site&rsquo;s fans is part of a well-thought-out business plan: Adafruit&rsquo;s founder, Limor Fried, detailed the company philosophy in, “15 steps to starting your own electronic-kit business.”</p>
<p>Individual parts offered by Adafruit benefit from its excellent documentation and  tutorials. Speaking from personal experience, a couple of years ago I bought a TLS2561 light-to-digital converter from TAOS Semiconductor (now part of austriamicrosystems.) It seemed like a handy component to have in getting a quick, objective measurement of LEDs. However, although documentation existed for the part, its outputs were hard to interpret and it was not easy to hook it up to a computer for datalogging. I quickly gave up and forgot about it.</p>
<p>Then, last summer Adafruit introduced the a new product, aTLS2561 premounted on a small pc board with a couple of chip resistors and some headers, with a tutorial as well as a software library for the open-source Arduino platform. As theAdafruit tutorial says, “To use this sensor and calculate Lux, there&rsquo;s a lot of very hairy and unpleasant math. You can check out the math in the datasheet but really, it&rsquo;s not intuitive or educational – it&rsquo;s just how the sensor works. So we took care of all the math and wrapped it up into a nice Arduino library.”</p>
<p>My sentiments exactly – I just wanted to start using the sensor. It worked great. (See photo, which shows a boarduino, a slimmed-down version of the arduino.) Adafruit was able to take a part that sells competitively for about $2 each, add a couple of passive components, and a well thought-out online tutorial, and sell it for $12. And it was worth every penny of it to me.</p>
<p>Digi-Key had a similar start back in 1972, selling its “Digi-Keyer Kit” to ham radio enthusiasts and today it&rsquo;s a $1B company. History could repeat itself with a whole new generation of parts and kits providers.
</p></blockquote>
<p><a href="http://www.edn.com/blog/PowerSource/41600-Adafruit_Sparkfun_point_to_the_democratization_of_hardware.php">Read more!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24897</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office Bling &#8211; Adafruit boarduino, RGB LCD and Xbee</title>
		<link>http://www.adafruit.com/blog/2012/02/01/office-bling-adafruit-boarduino-rgb-lcd-and-xbee/</link>
		<comments>http://www.adafruit.com/blog/2012/02/01/office-bling-adafruit-boarduino-rgb-lcd-and-xbee/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 20:24:15 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[boarduino]]></category>
		<category><![CDATA[leds-lcds]]></category>
		<category><![CDATA[xbee]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2012/02/01/office-bling-adafruit-boarduino-rgb-lcd-and-xbee/</guid>
		<description><![CDATA[Office Bling By DairDair Our offices have these little peek-a-boo sections in the frosted glass. Some people stick post-it notes up describing what&#8217;s going on with them, but I wanted something more complex. I had recently picked up the Adafruit “RGB backlight negative LCD” display and was evaluating the X-Bee radios and decided to make [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2012/02/pt_578.jpg" height="290" width="600" border="0" hspace="4" vspace="4" alt="Pt 578" /></p>
<p><a href="http://www.flickr.com/photos/thunderpants/6630356399/in/pool-72222164@N00/">Office Bling</a> By DairDair</p>
<blockquote><p>
Our offices have these little peek-a-boo sections in the frosted glass. Some people stick post-it notes up describing what&rsquo;s going on with them, but I wanted something more complex. I had recently picked up the Adafruit <a href="http://www.adafruit.com/products/499">“RGB backlight negative LCD”</a> display and was evaluating the X-Bee radios and decided to make an “almost wireless” LCD display for the front of my office. It&rsquo;s not very complex – using a Boarduino (Arduino) running a little sketch that has a few modes – static text, alternating text describing what I&#8217;m working on, plus a mode that cycles through a bunch of “Burma Shave” four-liners just for silliness. The modes and backlight color are controlled from my PC via the other X-Bee. People seem to like it, so I&rsquo;ll probably commit it to a perf-board and get rid of all those ugly wires.
</p></blockquote>
<hr />
<p><a href="http://www.adafruit.com/products/499"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/10/PT_101804.jpg" height="623" width="455" border="0" hspace="2" vspace="2" alt="Pt 101804" /></a></p>
<p><a href="http://www.adafruit.com/products/499">RGB backlight positive LCD 20&#215;4 + extras [black on RGB]</a>. To match our popular 16&#215;2 RGB Character LCDs (<a href="http://www.adafruit.com/products/399">http://www.adafruit.com/products/399</a> &#038; <a href="http://www.adafruit.com/products/398">http://www.adafruit.com/products/398</a>) we&#8217;ve now added 20&#215;4 LCDs! Get more text, with an RGB backlight. Both <a href="http://www.adafruit.com/products/499">positive</a> and <a href="http://www.adafruit.com/products/498">negative type!</a> This is a fancy upgrade to standard 20&#215;4 LCDs, instead of just having blue and white, or red and black, this LCD has black characters on a full color RGB background! That means you can change the display background color to anything you want &#8211; red, green, blue, pink, white, purple yellow, teal, salmon, chartreuse. This LCD looks strikingly good in person. This LCD is the most daylight readable character LCD we have and is very beautiful and easy to read no matter what color/brightness you have for the backlight. </p>
<p>One nice thing about these LCDs is that they are an elegant upgrade, but you can use them in existing LCD projects and they&#8217;ll still work &#8211; just that only the red LED will be used (so it will appear black-on-red). The extra two pins (17 and 18) are for the green and blue LEDs. The LCD has resistors on board already so that you can drive it with 5V logic and the current draw will be ~40mA per LED (there are two LEDs, 20mA each). There&#8217;s a single LED backlight for the entire display, the image above showing 3 colors at once is a composite! </p>
<p>Comes with a single 20&#215;4 RGB backlight LCD, 10K necessary contrast potentiometer and strip of header. Our tutorials and diagrams will have you up and running in no time!</p>
<p><a href="http://www.adafruit.com/products/499">In stock and shipping now</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=24799</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NueWire &#8211; 8 Foot LED Pixel bar powered by Arduino &amp; MSGEQ7</title>
		<link>http://www.adafruit.com/blog/2011/10/11/nuewire-8-foot-led-pixel-bar-powered-by-arduino-msgeq7/</link>
		<comments>http://www.adafruit.com/blog/2011/10/11/nuewire-8-foot-led-pixel-bar-powered-by-arduino-msgeq7/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 14:33:51 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>
		<category><![CDATA[leds-lcds]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/10/11/nuewire-8-foot-led-pixel-bar-powered-by-arduino-msgeq7/</guid>
		<description><![CDATA[NueWire &#8211; 8 Foot LED Pixel bar powered by Arduino &#038; MSGEQ7. willnue writes - First a little background… Last year I built a color organ type project using the hackable GE RGB LED Christmas lights and the MSGEQ7 Graphic Equalizer Display Filter. The project changed the lights based on the audio signal presented to [...]]]></description>
				<content:encoded><![CDATA[<p><iframe width="600" height="412" src="http://www.youtube.com/embed/jfszWL8NNQo" frameborder="0" allowfullscreen></iframe></p>
<p><a href="http://nuewire.com/2011/09/eq-pixels/">NueWire &#8211; 8 Foot LED Pixel bar powered by Arduino &#038; MSGEQ7</a>. willnue writes -</p>
<blockquote><p>
First a little background… Last year I built a color organ type project using the hackable GE RGB LED Christmas lights and the MSGEQ7 Graphic Equalizer Display Filter. The project changed the lights based on the audio signal presented to the MSGEQ7. I wrote several effects for the lights and changed them based on pressing a button.</p>
<p>Upon seeing the GE lights in all their glory a friend of mine thought it would be cool to have something similar for his entertainment center. I happened to have another set of GE lights, so I said sure no problem. Fast forward 6 months of both of us forgetting about it and me thinking up another use for the extra set of GE lights I had, so now I needed to source a new set of lights. After looking around at several options I decided on the 20mm Clear Digital RGB LED Pixels from Bliptronics/Adafruit. The LED Pixels are very bright and with the available Arduino library they are easy to control. In addition to a button to change effects in my old design I also added an IR receiver and mapped a few unused buttons on the standard FIOS remote, so now you can switch effects without ever leaving the couch!</p>
<p>While working on the new hardware I also came up with a few new effects, some of which are based on the audio running through the EQ and some of which are not. The EQ effects are mainly driven by 3 channels from the MSGEQ7 (Low, Mid, High). Each of the channels corresponds to a Red, Green or Blue LED in a pixel and the value of the channel as determined by the MSGEQ7 sets the intensity of the colors. This basic mapping makes for a great visualization of the music and theoretically the same song will always produce the same effect.</p>
</blockquote>
<p>Uses our <a href="https://www.adafruit.com/products/307">20mm pixels</a> and <a href="http://www.adafruit.com/products/72">boarduino!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=20037</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DHT22 Temperature/Humidity Sensor</title>
		<link>http://www.adafruit.com/blog/2011/08/31/dht22-temperaturehumidity-sensor/</link>
		<comments>http://www.adafruit.com/blog/2011/08/31/dht22-temperaturehumidity-sensor/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 16:30:53 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>
		<category><![CDATA[Breakout Boards]]></category>
		<category><![CDATA[sensorsparts]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/08/31/dht22-temperaturehumidity-sensor/</guid>
		<description><![CDATA[Technology in the Appalachian Foothills: DHT22 Temperature/Humidity Sensor. Here&#8217;s a little something I cobbled together from a DHT22 Sensor, an Adafruit DC BoArduino, and a 3-digit LED display. More to come!]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/08/Schematic.jpg" height="460" width="600" border="0" hspace="2" vspace="2" alt="Schematic" /></p>
<p><a href="http://easternstargeek.blogspot.com/2011/08/dht22-temperaturehumidity-sensor.html">Technology in the Appalachian Foothills: DHT22 Temperature/Humidity Sensor</a>.</p>
<blockquote><p>
Here&#8217;s a little something I cobbled together from a <a href="http://www.adafruit.com/products/385">DHT22 Sensor</a>, an <a href="http://www.adafruit.com/products/72">Adafruit DC BoArduino</a>, and a 3-digit LED display. More to come!
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=18136</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>@adafruit in a @radioshack ad&#8230;. well, USB Boarduino :)</title>
		<link>http://www.adafruit.com/blog/2011/07/26/adafruit-in-a-radioshack-ad-well-usb-boarduino/</link>
		<comments>http://www.adafruit.com/blog/2011/07/26/adafruit-in-a-radioshack-ad-well-usb-boarduino/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 18:09:10 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/07/26/adafruit-in-a-radioshack-ad-well-usb-boarduino/</guid>
		<description><![CDATA[@adafruit in a @radioshack ad&#8230;. well, USB Boarduino Thanks Tyler! Just to make it clear, we didn&#8217;t know about this ad, USB Boarduinos are not for sale in RadioShacks as far as we know!]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/07/356483515.jpg" height="447" width="600" border="0" hspace="2" vspace="2" alt="356483515" /></p>
<p>@adafruit in a <a href="http://twitpic.com/5w8ofv">@radioshack ad</a>&#8230;. well, USB Boarduino <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://twitter.com/#!/tylerdcooper/statuses/95912595961290752">Thanks Tyler!</a> Just to make it clear, we didn&#8217;t know about this ad, USB Boarduinos are not for sale in RadioShacks as far as we know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=16838</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>TV-B-Gone Arduino workshop notes!</title>
		<link>http://www.adafruit.com/blog/2011/04/22/tv-b-gone-arduino-workshop-notes/</link>
		<comments>http://www.adafruit.com/blog/2011/04/22/tv-b-gone-arduino-workshop-notes/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 04:11:07 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>
		<category><![CDATA[tvbgone]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/04/22/tv-b-gone-arduino-workshop-notes/</guid>
		<description><![CDATA[Want to run your own TV-B-Gone Arduino workshop? Here are some great notes and tips from Mitch! The BoArduinos (and FTDI cables) were way popular because I use them for a workshop I&#8217;ve given three times (more than 50 people each time) now that is way super popular:  Arduino For Total Newbies Workshop (using TV-B-Gone [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/04/PT_10965.jpg" height="650" width="550" border="0" hspace="4" vspace="4" alt="Pt 10965" /></p>
<p>Want to run your own TV-B-Gone Arduino workshop? <a href="http://www.tvbgone.com/downloads/tvbg_arduino/tvbg_arduino_workshop.htm">Here are some great notes and tips from Mitch!</a></p>
<blockquote><p>The BoArduinos (and FTDI cables) were way popular because I use them for a workshop I&#8217;ve given three times (more than 50 people each time) now that is way super popular:  Arduino For Total Newbies Workshop (using TV-B-Gone as an example project).  I created a website to show how I do the workshop so others can do it, too&#8230;
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=13834</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow-BoArduino</title>
		<link>http://www.adafruit.com/blog/2011/02/01/snow-boarduino/</link>
		<comments>http://www.adafruit.com/blog/2011/02/01/snow-boarduino/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:12:39 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2011/02/01/snow-boarduino/</guid>
		<description><![CDATA[Arduwino writes - Here is my son&#8217;s BoArduino-brained robot, out for a romp in the snow.]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2011/02/PT_10751.jpg" height="381" width="550" border="0" hspace="4" vspace="4" alt="Pt 10751" /></p>
<p><a href="http://forums.adafruit.com/viewtopic.php?f=25&amp;p=100939#p100939">Arduwino writes</a> -</p>
<blockquote><p>Here is my son&#8217;s BoArduino-brained robot, out for a romp in the snow.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=11051</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Friday Night Drawbot</title>
		<link>http://www.adafruit.com/blog/2011/01/13/friday-night-drawbot/</link>
		<comments>http://www.adafruit.com/blog/2011/01/13/friday-night-drawbot/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 15:42:31 +0000</pubDate>
		<dc:creator>johngineer</dc:creator>
				<category><![CDATA[boarduino]]></category>
		<category><![CDATA[project packs]]></category>
		<category><![CDATA[robotics]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/?p=10475</guid>
		<description><![CDATA[Spotted in the Adafruits flickr pool: this clever take on the MAKE Drawbot using a DC Boarduino. Pete (aka Raster) writes: Friday night turned into Robotics/Art night at the 2XL Makerspace. I remembered seeing this Drawbot Project, and while you can modify normal servos to be continuous rotation servos, I already had some continuous rotation [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://rasterweb.net/raster/2011/01/12/friday-night-drawbot/"><img class="alignnone" src="http://farm6.static.flickr.com/5121/5350497139_17a9af9c80.jpg" alt="" width="500" height="333" /></a></p>
<p>Spotted in the <a href="http://www.flickr.com/groups/adafruit/pool/with/5350497139/">Adafruits</a> flickr pool: this clever take on the MAKE <a href="http://makeprojects.com/Wiki/Servos#Section_Using_Continuous_Servos_5_Minute_Drawbot_Project">Drawbot</a> using a <a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=19&amp;products_id=72">DC Boarduino</a>. <a href="http://rasterweb.net/raster/2011/01/12/friday-night-drawbot/">Pete (aka Raster) writes:<br />
</a></p>
<blockquote><p>Friday night turned into Robotics/Art night at the 2XL Makerspace. I remembered seeing this <a href="http://makeprojects.com/Wiki/Servos#Section_Using_Continuous_Servos_5_Minute_Drawbot_Project">Drawbot Project</a>, and while you can <a href="http://todbot.com/blog/2009/04/11/tiny-servos-as-continuous-rotation-gearmotors/">modify normal servos</a> to be continuous rotation servos, I already had some continuous  rotation servos on-hand, so we got to work. (Or play, if you prefer.)</p>
<p>The Drawbot consists of just a handful of parts. Here&rsquo;s a list of the items we used:</p>
<ul>
<li><a href="../../index.php?main_page=product_info&amp;cPath=19&amp;products_id=72">DC Boarduino</a></li>
<li><a href="../../index.php?main_page=product_info&amp;cPath=34&amp;products_id=154">Continuous Rotation Servos (2 of them)</a></li>
<li><a href="../../index.php?main_page=product_info&amp;cPath=34&amp;products_id=167">Servo Wheels (2 of them)</a></li>
<li><a href="../../index.php?main_page=product_info&amp;cPath=18&amp;products_id=64">Half-size breadboard</a></li>
<li><a href="../../index.php?main_page=product_info&amp;cPath=18&amp;products_id=67">9V battery holder with switch &amp; 2.1mm plug</a></li>
<li><a href="../../index.php?main_page=product_info&amp;cPath=33&amp;products_id=153">Breadboarding wire bundle</a></li>
</ul>
<p>All of these pieces are available from our friends at <a href="../../">Adafruit Industries</a>.</p></blockquote>
<p>Check out the complete how-to <a href="http://rasterweb.net/raster/2011/01/12/friday-night-drawbot/">here</a>. Nice work, Pete!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=10475</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New experiments using &#8216;shape memory alloy&#8217; for pick and place feeders &#8211; driven by an Adafruit Boarduino!</title>
		<link>http://www.adafruit.com/blog/2010/11/18/new-experiments-using-shape-memory-alloy-for-pick-and-place-feeders-driven-by-an-adafruit-boarduino/</link>
		<comments>http://www.adafruit.com/blog/2010/11/18/new-experiments-using-shape-memory-alloy-for-pick-and-place-feeders-driven-by-an-adafruit-boarduino/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 16:26:34 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2010/11/18/new-experiments-using-shape-memory-alloy-for-pick-and-place-feeders-driven-by-an-adafruit-boarduino/</guid>
		<description><![CDATA[New experiments using &#8216;shape memory alloy&#8217; for pick and place feeders &#8211; driven by an Adafruit Boarduino!]]></description>
				<content:encoded><![CDATA[<p><object style="height: 390px; width: 550px"><param name="movie" value="http://www.youtube.com/v/TCBnJq-vzwA?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/TCBnJq-vzwA?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="550" height="390"></object></p>
<p>New experiments using &#8216;shape memory alloy&#8217; for pick and place feeders &#8211; driven by an <a href="http://www.adafruit.com/index.php?main_page=index&amp;cPath=19">Adafruit Boarduino!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=9285</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NEW (AND UPDATED) USB Boarduino &#8211; Arduino clone Kit w/ATmega328 &#8211; v2.0</title>
		<link>http://www.adafruit.com/blog/2010/10/31/new-and-updated-usb-boarduino-arduino-clone-kit-watmega328-v2-0/</link>
		<comments>http://www.adafruit.com/blog/2010/10/31/new-and-updated-usb-boarduino-arduino-clone-kit-watmega328-v2-0/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 15:59:16 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2010/10/31/new-and-updated-usb-boarduino-arduino-clone-kit-watmega328-v2-0/</guid>
		<description><![CDATA[NEW (AND UPDATED) USB Boarduino (Arduino clone) Kit w/ATmega328 &#8211; v2.0. If you&#8217;ve ever struggled to use a solderless breadboard with an Arduino, you understand how frustrating it can be! This clone acts just like an Arduino, and works with the latest Arduino software. For many projects it can even be preferable! The kit includes [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=19&amp;products_id=91"><img src="http://www.adafruit.com/adablog/wp-content/uploads/2010/10/usbboarduino_LRG.jpg" height="425" width="550" border="0" hspace="4" vspace="4" alt="Usbboarduino Lrg" /></a></p>
<p><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=19&amp;products_id=91">NEW (AND UPDATED) USB Boarduino (Arduino clone) Kit w/ATmega328 &#8211; v2.0</a>. If you&#8217;ve ever struggled to use a solderless breadboard with an Arduino, you understand how frustrating it can be!</p>
<p>This clone acts just like an Arduino, and works with the latest Arduino software. For many projects it can even be preferable! The kit includes all parts necessary, the assembly is straightforward and well documented, using just a soldering iron anyone can complete it within 10 or 15 minutes. This version of the Boarduino does not have a DC jack. That means you <strong>cant</strong> use a 9V adapter  or battery holder with it (unless you build a 5V power supply).  <strong>it does have USB built in</strong> and you can power your project or USB or by using a <a href="http://www.adafruit.com/index.php?main_page=index&amp;cPath=10">Mintyboost kit</a> (which takes 2 AA batteries)</p>
<p><strong>Specifications:</strong></p>
<ul>
<li>Designed to plug into a breadboard for easy prototyping</li>
<li>Petite size, only 2.75&#8243; x 0.8&#8243; (75mm x 20mm)</li>
<li>All &#8216;standard&#8217; pins are brought out &#8211; Digital 0-13, Analog 0-5, ARef, 5V, 3V, Ground, and Reset</li>
<li>Chip comes pre-programmed with a &#8220;no-wait&#8221; Arduino bootloader (<a href="http://www.ladyada.net/library/arduino/bootloader.html">Read more here</a>)</li>
<li>4 LEDs! There&#8217;s a green power-good LED, a red &#8220;pin 13&#8243; LED (just like the Arduino), and a pair of RX and TX indicator LEDs for debugging the serial connection</li>
<li>Nearly-all-surfacemount design. We left the chip as through-hole to make it easier to upgrade and repair. All surface mount parts are pre-assembled and tested.</li>
<li>Reset button</li>
<li>ATmega328P, running at 16.00 MHz, just like all Arduinos</li>
<li>6-pin standard ICSP header</li>
<li>USB miniB jack</li>
<li>500mA fuse protects your computer&#8217;s USB port from overcurrent</li>
<li>Auto-reset capability</li>
</ul>
<p>There&#8217;s a lot more to read at the <a href="http://www.ladyada.net/products/usbboarduino">USB Boarduino webpage</a>.</p>
<p><a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=19&amp;products_id=91">In stock and shipping now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=8555</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boarduino Proto Shield</title>
		<link>http://www.adafruit.com/blog/2010/08/30/boarduino-proto-shield/</link>
		<comments>http://www.adafruit.com/blog/2010/08/30/boarduino-proto-shield/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 17:17:58 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2010/08/30/boarduino-proto-shield/</guid>
		<description><![CDATA[Boarduino Proto Shield&#8230; We are very happy to announce a new product. I have always liked the Boarduino as a concept, but have been frustrated that you can&#8217;t easily use it for that semi permanent prototyping, and you can&#8217;t use it with Arduino shields. Both these problems are now solved with the Boarduino Shield. Available [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2010/08/BPOptionalWired1.jpg" height="501" width="550" border="0" hspace="4" vspace="4" alt="Bpoptionalwired1" /></p>
<p><a href="http://blog.wickeddevice.com/?p=14">Boarduino Proto Shield</a>&#8230;</p>
<blockquote><p>
We are very happy to announce a new product. I have always liked the Boarduino as a concept, but have been frustrated that you can&rsquo;t easily use it for that semi permanent prototyping, and you can&rsquo;t use it with Arduino shields. Both these problems are now solved with the Boarduino Shield. <a href="http://dev.wickeddevice.com/index.php?main_page=product_info&amp;cPath=2&amp;products_id=87">Available at the wickeddevice store.</a> It uses long pin headers, so you can mount shields on the top and/or the bottom of the proto-shield. We think it&rsquo;s pretty nifty.
</p></blockquote>
<p>Interesting! <del datetime="2010-08-30T17:43:19+00:00">We are hoping Wicked Device makes it an open source hardware project too</del>, like the Boarduino <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; Update: The makers say it&#8217;s open source hardware! (We couldn&#8217;t find the files, license, etc. Sorry for any confusion on our part).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=6745</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Boarduino Photobooth Shield</title>
		<link>http://www.adafruit.com/blog/2010/07/28/boarduino-photobooth-shield/</link>
		<comments>http://www.adafruit.com/blog/2010/07/28/boarduino-photobooth-shield/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:42:40 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2010/07/28/boarduino-photobooth-shield/</guid>
		<description><![CDATA[Blalor writes.. I whacked together a Boarduino “shield” that triggers my Canon 40D for the photobooth I put together for our wedding. When the red button&#8217;s pressed, it waits five seconds and then takes three pictures five seconds apart.]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2010/07/4813556583_6e6e41872a_z.jpg" height="366" width="550" border="0" hspace="4" vspace="4" alt="4813556583 6E6E41872A Z" /></p>
<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2010/07/4814179294_b9110aee1e_b.jpg" height="366" width="550" border="0" hspace="4" vspace="4" alt="4814179294 B9110Aee1E B" /></p>
<p><a href="http://www.flickr.com/photos/blalor/sets/72157624423250603/">Blalor writes</a>..</p>
<blockquote><p>I whacked together a <a href="http://www.adafruit.com/index.php?main_page=index&amp;cPath=19">Boarduino</a> “shield” that triggers my Canon 40D for the photobooth I put together for our wedding. When the red button&#8217;s pressed, it waits five seconds and then takes three pictures five seconds apart.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=6084</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>That&#8217;s a lot of BoArduinos &#8230;</title>
		<link>http://www.adafruit.com/blog/2010/07/14/thats-a-lot-of-boarduinos/</link>
		<comments>http://www.adafruit.com/blog/2010/07/14/thats-a-lot-of-boarduinos/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 21:50:26 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2010/07/14/thats-a-lot-of-boarduinos/</guid>
		<description><![CDATA[Twitter / jmsaavedra: That&#8217;s a lot of BoArduinos &#8230;]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2010/07/slohvp.jpg" height="328" width="550" border="0" hspace="4" vspace="4" alt="Slohvp" /><br />
<a href="http://twitter.com/jmsaavedra/status/18550701521">Twitter / jmsaavedra: That&#8217;s a lot of BoArduinos &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=5789</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nixie Tube Tachometer &#8211; Arduino &amp; Megajolt</title>
		<link>http://www.adafruit.com/blog/2010/03/31/nixie-tube-tachometer-arduino-megajolt/</link>
		<comments>http://www.adafruit.com/blog/2010/03/31/nixie-tube-tachometer-arduino-megajolt/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 16:34:08 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2010/03/31/nixie-tube-tachometer-arduino-megajolt/</guid>
		<description><![CDATA[Nixie Tube Tachometer &#8211; Arduino &#38; Megajolt Spockie-Tech writes - My Arduino powered, Megajolt-driven Nixie Tachometer ! More Information here &#8211; This is a prototype I made to test several technologies I am developing for my other Project (a 1976 Valiant Hemi Charger). Most of the details are in the Video. Arduino (AdaFruit Boarduino), I2C [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2010/03/nixie_tach_1_resize_164.jpg" height="412" width="550" border="0" hspace="4" vspace="4" alt="Nixie Tach 1 Resize 164" /><br />
<object width="550" height="412"><param name="movie" value="http://www.youtube.com/v/nHiYCZkAq5o&#38;hl=en_US&#38;fs=1&#38;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nHiYCZkAq5o&#38;hl=en_US&#38;fs=1&#38;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="412"></embed></object><br />
<a href="http://www.youtube.com/watch?v=nHiYCZkAq5o">Nixie Tube Tachometer &#8211; Arduino &#38; Megajolt</a> Spockie-Tech writes -</p>
<blockquote><p>My Arduino powered, Megajolt-driven Nixie Tachometer ! <a href="http://www.autosportlabs.org/viewtopic.php?p=13867#13867">More Information here</a> &#8211; This is a prototype I made to test several technologies I am developing for my other Project (a 1976 Valiant Hemi Charger). Most of the details are in the Video. Arduino (AdaFruit Boarduino), I2C Bus powering the OLED Display and Tayloredge Smart-Nixie Sockets running In-1(4) Nixie Tubes, In-13 Nixie Bargraph, Megajolt Distributorless Ignition Controller controlling the ignition timing and feeding the RPM (and other data) to the controller. Source code and Construction Tips (but no drawn circuit diagrams yet) are available if you contact me on the MegaJolt (www.autosportlabs.org) Forums.  No, I won&#8217;t build one for you (unless you are prepared to pay consulting engineer hourly rates), but I will describe and help you build your own. Yes, I know the Gemini is hardly an impressive Street Machine, but its my daily driver parts-getter that I&#8217;m testing this stuff on while I build my Triple-Webered Hemi Charger where the final version is intended for. <img src='http://www.adafruit.com/adablog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=3518</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In the forums &#8211; Boarduino/RBBB adapter shields</title>
		<link>http://www.adafruit.com/blog/2009/08/17/in-the-forums-boarduinorbbb-adapter-shields/</link>
		<comments>http://www.adafruit.com/blog/2009/08/17/in-the-forums-boarduinorbbb-adapter-shields/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:15:28 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2009/08/17/in-the-forums-boarduinorbbb-adapter-shields/</guid>
		<description><![CDATA[The forums are hopping lately! Check out these Boarduino/RBBB adapter shields that dataman made! he writes - I love developing on the arduino, but really enjoy the form factor of my RBBB (ModernDevice.Com) and Boarduino (AdaFruit.Com). Problem is, it&#8217;s a real hassel to use a bread board arduino with a standard arduino shield. Well, I [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/08/file-1.jpg" height="412" width="550" border="0" hspace="4" vspace="4" alt="File-1" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/08/file-1-1.jpg" height="412" width="550" border="0" hspace="4" vspace="4" alt="File-1-1" /><br />
The forums are hopping lately! <a href="http://www.ladyada.net/forums/viewtopic.php?f=31&amp;t=12167">Check out these Boarduino/RBBB adapter shields that dataman made!</a> he writes -</p>
<blockquote><p>I love developing on the arduino, but really enjoy the form factor of my RBBB (<a href="http://ModernDevice.Com">ModernDevice.Com</a>) and <a href="http://www.adafruit.com/index.php?main_page=index&amp;cPath=19">Boarduino (AdaFruit.Com)</a>. Problem is, it&#8217;s a real hassel to use a bread board arduino with a standard <a href="http://www.adafruit.com/category/17_21">arduino shield</a>. Well, I jumpered a boarduino to one protoboard shield, And that worked pretty well. Lots of wires though. So, I was thinking about a bread board shield, bbshield for short.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=1535</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boarduino motorcycle keypad</title>
		<link>http://www.adafruit.com/blog/2009/06/05/boarduino-motorcycle-keypad/</link>
		<comments>http://www.adafruit.com/blog/2009/06/05/boarduino-motorcycle-keypad/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 04:40:18 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2009/06/05/boarduino-motorcycle-keypad/</guid>
		<description><![CDATA[eustace scrubb writes - This is a keypad to start my motorcycle (I kept losing the key). I used a Boarduino, three pushbuttons, three LEDs, and two five-volt relays wth driver transistors (redundant, for safety).]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/06/3590490623-45cf188c70-o.jpg" height="303" width="550" border="0" hspace="4" vspace="4" alt="3590490623 45Cf188C70 O" /><br />
<a href="http://www.flickr.com/photos/24299497@N05/3590490623/">eustace scrubb writes</a> -</p>
<blockquote><p>This is a keypad to start my motorcycle (I kept losing the key). I used a <a href="http://www.adafruit.com/index.php?main_page=index&amp;cPath=19">Boarduino</a>, three pushbuttons, three LEDs, and two five-volt relays wth driver transistors (redundant, for safety). </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=1165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on the Boarduino Guitar Hero hardware cheater&#8230;</title>
		<link>http://www.adafruit.com/blog/2009/04/22/update-on-the-boarduino-guitar-hero-hardware-cheater/</link>
		<comments>http://www.adafruit.com/blog/2009/04/22/update-on-the-boarduino-guitar-hero-hardware-cheater/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 04:59:12 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[boarduino]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2009/04/22/update-on-the-boarduino-guitar-hero-hardware-cheater/</guid>
		<description><![CDATA[LenP17 writes&#8230; This is the inside of my Xbox 360 Guitar Hero controller with the DaveyBot hardware interface installed. If you recall&#8230; Len made a Boarduino based Guitar Hero hardware cheating system (see previous post). Nice sticker!]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/3459041699-5e000b1442-o.jpg" height="366" width="550" border="0" hspace="4" vspace="4" alt="3459041699 5E000B1442 O" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/3465255331-31378129d7-b.jpg" height="412" width="550" border="0" hspace="4" vspace="4" alt="3465255331 31378129D7 B" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/3460809599-44f197e82f-b.jpg" height="412" width="550" border="0" hspace="4" vspace="4" alt="3460809599 44F197E82F B" /><br />
<a href="http://forums.ladyada.net/viewtopic.php?f=25&amp;t=10656&amp;p=51030#p51030">LenP17 writes</a>&#8230;</p>
<blockquote><p>This is the inside of my Xbox 360 Guitar Hero controller with the DaveyBot hardware interface installed.</p></blockquote>
<p>If you recall&#8230; Len made a <a href="http://www.adafruit.com/index.php?main_page=index&amp;cPath=19">Boarduino</a> based <a href="http://www.adafruit.com/blog/2009/04/14/boarduino-guitar-hero-cheater/">Guitar Hero hardware cheating system</a> (see previous post). Nice sticker!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=914</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino powered Braitenberg vehicle &#8211; light seeking robot</title>
		<link>http://www.adafruit.com/blog/2009/04/20/arduino-powered-braitenberg-vehicle-light-seeking-robot/</link>
		<comments>http://www.adafruit.com/blog/2009/04/20/arduino-powered-braitenberg-vehicle-light-seeking-robot/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 17:33:10 +0000</pubDate>
		<dc:creator>adafruit</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[boarduino]]></category>

		<guid isPermaLink="false">http://www.adafruit.com/blog/2009/04/20/arduino-powered-braitenberg-vehicle-light-seeking-robot/</guid>
		<description><![CDATA[This is a great solderless Arduino (Boarduino) based robotics project! Tinkerlog writes - Jonathan asked me, if I would like to do a project with him on Braitenberg vehicles. After some research and reading the first couple of chapters in Vehicles: Experiments in Synthetic Psychology, I was hooked in. Here is the first version of [...]]]></description>
				<content:encoded><![CDATA[<p><object width="550" height="316"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4212409&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=4212409&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="316"></embed></object><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/b-dsc-0006a-2.jpg" height="393" width="550" border="0" hspace="4" vspace="4" alt="B Dsc 0006A-2" /><br />
<img src="http://www.adafruit.com/adablog/wp-content/uploads/2009/04/b-dsc-0005.jpg" height="412" width="550" border="0" hspace="4" vspace="4" alt="B Dsc 0005" /><br />
This is a great solderless <a href="http://www.adafruit.com/index.php?main_page=index&amp;cPath=17">Arduino</a> (<a href="http://www.adafruit.com/index.php?main_page=product_info&amp;cPath=19&amp;products_id=72">Boarduino</a>) based robotics project! <a href="http://tinkerlog.com/2009/04/18/arduino-powered-braitenberg-vehicle/">Tinkerlog writes -</a></p>
<blockquote><p>Jonathan asked me, if I would like to do a project with him on Braitenberg vehicles. After some research and reading the first couple of chapters in Vehicles: Experiments in Synthetic Psychology, I was hooked in. Here is the first version of a Braitenberg vehicle, powered with two RC-Servos and an Arduino as its brain. Best of all, it needs no soldering, drilling or hot glue. And if you&#8217;ve played already with Arduinos, there is a good chance, that you have already most of the needed parts at home..</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=893</wfw:commentRss>
		<slash:comments>2</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>Sam&#8217;s TagTool</title>
		<link>http://www.adafruit.com/blog/2009/01/05/sams-tagtool/</link>
		<comments>http://www.adafruit.com/blog/2009/01/05/sams-tagtool/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 03:59:43 +0000</pubDate>
		<dc:creator>ladyada</dc:creator>
				<category><![CDATA[boarduino]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.ladyada.net/rant/?p=495</guid>
		<description><![CDATA[A TagTool seems to be a sort of physical computing drawing tablet. Sliders and knobs change drawing parameters, and a minicomputer inside does the heavy lifting. Sam T. built one into a suitcase using a Boarduino! See the video which he kindly sent to me:]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.adafruit.com/adablog/wp-content/uploads/2009/01/tagtool03.jpg"><img src="http://www.ladyada.net/rant/wp-content/uploads/2009/01/tagtool03-500x375.jpg" alt="" title="tagtool03" width="500" height="375" class="alignnone size-medium wp-image-496" /></a></p>
<p>A <a href="http://tagtool.org/">TagTool</a> seems to be a sort of physical computing drawing tablet. Sliders and knobs change drawing parameters, and a minicomputer inside does the heavy lifting.<br />
Sam T. built one into a suitcase using a <a href="http://www.ladyada.net/make/boarduino">Boarduino</a>!</p>
<p><a href="http://www.adafruit.com/adablog/wp-content/uploads/2009/01/tagtool04.jpg"><img src="http://www.ladyada.net/rant/wp-content/uploads/2009/01/tagtool04-500x375.jpg" alt="" title="tagtool04" width="500" height="375" class="alignnone size-medium wp-image-497" /></a></p>
<p>See the video which he kindly sent to me:<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/57GBKVYuGHw&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/57GBKVYuGHw&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=495</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ValenThrowieM + TempM</title>
		<link>http://www.adafruit.com/blog/2008/02/03/valenthrowiem-tempm/</link>
		<comments>http://www.adafruit.com/blog/2008/02/03/valenthrowiem-tempm/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 01:57:59 +0000</pubDate>
		<dc:creator>ladyada</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[boarduino]]></category>
		<category><![CDATA[duelnature]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.ladyada.net/rant/2008/02/valenthrowiem-tempm/</guid>
		<description><![CDATA[So I got my new boarduino design in (with built-in USB!) and I have to test it so why not put it thru its paces with a BlinkM? Why not indeed! Wiring it up to a boarduino is not as easy as simply plug&#038;play as with an Arduino, so you&#8217;ll need a few wires. Still [...]]]></description>
				<content:encoded><![CDATA[<p>So I got my new boarduino design in (with built-in USB!) and I have to test it so why not put it thru its paces with a <a href="http://blinkm.thingm.com/">BlinkM</a>? Why not <em>indeed</em>!</p>
<p>Wiring it up to a boarduino is not as easy as simply plug&#038;play as with an Arduino, so you&#8217;ll need a few wires. Still its very straightforward!</p>
<p><script language="Javascript" src="http://www.ladyada.net/flickrnotes.php?2240092729"></script><noscript><a href="http://www.flickr.com/photos/ladyada/2240092729/"> <img src="http://static.flickr.com/2048/2240092729_1397b79fbf.jpg" /> </a> </noscript></p>
<p>when you power it up it will immediately start doing its thing which is fading thru some nice colors</p>
<p><script language="Javascript" src="http://www.ladyada.net/flickrnotes.php?2240884386"></script><noscript><a href="http://www.flickr.com/photos/ladyada/2240884386/"> <img src="http://static.flickr.com/2119/2240884386_6100d26048.jpg" /> </a> </noscript></p>
<p>But the real fun is programming it&#8230;upload the Arduino Communicator sketch and then run the blink Sequencer on your computer. Connect and then select which colors to display</p>
<p><a href='http://www.adafruit.com/adablog/wp-content/uploads/2008/02/seqbeat.jpg' title='seqbeat.jpg'><img src='http://www.adafruit.com/adablog/wp-content/uploads/2008/02/seqbeat_t.jpg' alt='seqbeat_t.jpg' /></a></p>
<p>2 years ago when I worked on Duel Nature, I made a table of data that approximates a heartbeat. I couldnt quite duplicate it directly because the loop time is 3 seconds not 1 second, but I didn&#8217;t do too bad. Here it is in &#8216;autoplay&#8217; mode with the heartbeat script. Sadly it doesnt seem like you can save the script to share it.</p>
<p><center>																					<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js?ver=2007111701"></script>						<script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&#038;posts_id=650897&#038;source=3&#038;autoplay=false&#038;file_type=flv&#038;player_width=320&#038;player_height=240"></script>
<div id="blip_movie_content_650897">						<a rel="enclosure" href="http://blip.tv/file/get/Ladyada-heatbeatM949.flv" onclick="play_blip_movie_650897(); return false;"><img title="Click to play" alt="Video thumbnail. Click to play." src="http://blip.tv/file/get/Ladyada-heatbeatM949.flv.jpg" border="0" title="Click To Play" /></a>						<br />						<a rel="enclosure" href="http://blip.tv/file/get/Ladyada-heatbeatM949.flv" onclick="play_blip_movie_650897(); return false;">Click To Play</a>						</div>
<p>						<script type="text/javascript">						        play_blip_movie_650897();							</script>															</center></p>
<p>Add a coin cell, and you&#8217;ve got a ValenThrowieM (Valentine LED Throwie M)!</p>
<p><center>																					<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js?ver=2007111701"></script>						<script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&#038;posts_id=650900&#038;source=3&#038;autoplay=false&#038;file_type=flv&#038;player_width=320&#038;player_height=240"></script>
<div id="blip_movie_content_650900">						<a rel="enclosure" href="http://blip.tv/file/get/Ladyada-valenthrowieM453.flv" onclick="play_blip_movie_650900(); return false;"><img title="Click to play" alt="Video thumbnail. Click to play." src="http://blip.tv/file/get/Ladyada-valenthrowieM453.flv.jpg" border="0" title="Click To Play" /></a>						<br />						<a rel="enclosure" href="http://blip.tv/file/get/Ladyada-valenthrowieM453.flv" onclick="play_blip_movie_650900(); return false;">Click To Play</a>						</div>
<p>						<script type="text/javascript">						        play_blip_movie_650900();							</script>															</center></p>
<p>Next I wanted to experiment with talking to the BlinkM over i2c. I decided to make a little temperature display. When its cold, the LED turns blue, when its hot it turns red. For the sensor I simply used a LM34 which is super simple: just give it 5V and ground and the middle pin will be at +10mV/degF. So 68 degrees is 680mV.</p>
<p>I used a little heatshrink to protect the wires:</p>
<p><a href="http://www.flickr.com/photos/ladyada/2240093647"><img src="http://static.flickr.com/2026/2240093647_0c51d52d92.jpg" width=500 ></a></p>
<p>Then wrote a sketch to tell the LED to change color, here it is at room temperature<br />
<noscript>Il <a href="http://www.nycryobank.com/come-vincere-su-internet-poker.html">http://www.nycryobank.com/come-vincere-su-internet-poker.html</a> è un gioco di carte.</noscript>
<p> (65deg, its cold in here)</p>
<p><a href="http://www.flickr.com/photos/ladyada/2240886032"><img src="http://static.flickr.com/2124/2240886032_5d1412cf8a.jpg" width=500></a></p>
<p>Squeezing the sensor brings up the temp a bit, to  maybe 85 degrees, a little pinker<br />
<a href="http://www.flickr.com/photos/ladyada/2240092547"><img src="http://static.flickr.com/2335/2240092547_564660d4e8.jpg" width=500></a></p>
<p>Then some icey water (its in a plastic bag to protect both the sensor and my drink!)</p>
<p><a href="http://www.flickr.com/photos/ladyada/2240093493"><img src="http://static.flickr.com/2137/2240093493_5ab3b6df98.jpg" width=500></a></p>
<p>and some hot tea</p>
<p><a href="http://www.flickr.com/photos/ladyada/2240093021"><img src="http://static.flickr.com/2308/2240093021_fe18c6d5a1.jpg" width=500></a></p>
<p><strong>The final analysis? </strong><br />
The BlinkM worked well and is a nifty little thing, the Sequencer software could be improved (can&#8217;t save scripts, cant adjust loopspeed, clicking on a &#8216;frame&#8217; doesnt display the RGB value&#8230;) but its impressive that theres any software at all. It seems like the real control comes from sending it direct i2c commands, so one would have to write a custom Arduino sketch to make it do what you want. (Or, probably better yet, a python script that talks to the Arduino communicator since at least then you&#8217;re not uploading sketches) While its not the right thing for people who want to make 100-LED blinky projects (since its ~$12 each), its probably a good accessory for someone with an Arduino who just needs a few lights for a  standalone project. I could see them being popular as integrated into wearables/fashion technology. They&#8217;re hella bright too!</p>
<p>ps. I&#8217;d like to see someone show how to control them directly using a motherboard i2c port such as the ones that have temp (and sometimes IR) sensors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=151</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://blip.tv/file/get/Ladyada-valenthrowieM453.flv" length="408848" type="video/x-flv" />
		</item>
		<item>
		<title>Using terminal blocks w/Boarduino</title>
		<link>http://www.adafruit.com/blog/2008/01/15/using-terminal-blocks-wboarduino/</link>
		<comments>http://www.adafruit.com/blog/2008/01/15/using-terminal-blocks-wboarduino/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 17:26:06 +0000</pubDate>
		<dc:creator>ladyada</dc:creator>
				<category><![CDATA[arduino]]></category>
		<category><![CDATA[boarduino]]></category>
		<category><![CDATA[kits]]></category>

		<guid isPermaLink="false">http://www.ladyada.net/rant/2008/01/using-terminal-blocks-wboarduino/</guid>
		<description><![CDATA[Thinking about the Arducopter project I posted about yesterday, as well as the RepRap project&#8230;I thought how useful it would be to be able to wire up a Boarduino without any soldering or breadboard. Then I remembered the terminal blocks I used for MidiSense! Terminal screw-blocks allow lightweight ultra-quick prototyping: just tighten the little screws [...]]]></description>
				<content:encoded><![CDATA[<p>Thinking about the <a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1194413232">Arducopter project</a> I posted about yesterday, as well as the RepRap project&#8230;I thought how useful it would be to be able to wire up a <a href="http://www.ladyada.net/make/boarduino">Boarduino</a> without any soldering or breadboard. Then I remembered the terminal blocks I used for MidiSense!</p>
<p>Terminal screw-blocks allow lightweight ultra-quick prototyping: just tighten the little screws to add or remove components! Use Phoenix brand 0.1&#8243; terminal blocks, part <a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=277-1275-ND">1725672</a> (4-position), <a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=277-1277-ND">1725698</a> (6-position), <a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=277-1279-ND">1725711</a> (8-position), <a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=277-1280-ND">1725724</a> (9-position)</p>
<p>Here&#8217;s an example I soldered up. You cant use huge wires, but for most small projects with 20-ish gauge wire it should be just fine!</p>
<p><script language="Javascript" src="http://www.ladyada.net/flickrnotes.php?2194434654"></script><noscript><a href="http://www.flickr.com/photos/ladyada/2194434654/"> <img src="http://static.flickr.com/2032/2194434654_609a0ca912.jpg" /> </a> </noscript></p>
<p><script language="Javascript" src="http://www.ladyada.net/flickrnotes.php?2193646973"></script><noscript><a href="http://www.flickr.com/photos/ladyada/2193646973/"> <img src="http://static.flickr.com/2323/2193646973_14a5529947.jpg" /> </a> </noscript></p>
<p>Here is a &#8216;standalone&#8217; light sensor (CdS cell, pullup resistor to Analog In 0, VRef tied to 5V)</p>
<p><script language="Javascript" src="http://www.ladyada.net/flickrnotes.php?2193647111"></script><noscript><a href="http://www.flickr.com/photos/ladyada/2193647111/"> <img src="http://static.flickr.com/2226/2193647111_66492caf9d.jpg" /> </a> </noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adafruit.com/adablog/?feed=rss2&#038;p=135</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
