<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hack a Day &#187; ftdi</title>
	<atom:link href="http://hackaday.com/tag/ftdi/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 06:18:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackaday.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hack a Day &#187; ftdi</title>
		<link>http://hackaday.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
	<atom:link rel='hub' href='http://hackaday.com/?pushpress=hub'/>
		<item>
		<title>FT-2232 bridges Python and I2C/SPI</title>
		<link>http://hackaday.com/2011/11/14/ft-2232-bridges-python-and-i2cspi/</link>
		<comments>http://hackaday.com/2011/11/14/ft-2232-bridges-python-and-i2cspi/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 21:01:23 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[tool hacks]]></category>
		<category><![CDATA[ft-2232]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[i2c]]></category>
		<category><![CDATA[mpsse]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[spi]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=61207</guid>
		<description><![CDATA[You might already have the hardware on hand to easily interface I2C and SPI devices with Python scripts on your computer. The board seen above is an FT-2232 breakout board. These chips are often used to facilitate JTAG programming via USB, but they have other features that might be useful to you as well. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=61207&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-61208" title="ft-2232-i2c-spi" src="http://hackadaycom.files.wordpress.com/2011/11/ft-2232-i2c-spi-e1321292384194.jpg" alt="" width="470" height="353" /></p>
<p>You might already have the hardware on hand to easily <a href="http://www.devttys0.com/2011/11/speaking-spi-i2c-with-the-ft-2232/">interface I2C and SPI devices with Python scripts on your computer</a>. The board seen above is an FT-2232 breakout board. These chips are often used to facilitate JTAG programming via USB, but they have other features that might be useful to you as well. The chip has a Multi-Protocol Synchronous Serial Engine (MPSSE) which can speak the I2C and SPI protocols, you just need to know how to active them in your code.</p>
<p>[Craig] makes this easy with his MPSSE Python wrapper. Simply install his module, and you&#8217;ll be able to import all the commands you need. He demonstrates reading the data out of a 1 MB SPI flash memory chip. This could be used for a lot more, including debugging peripherals à la the Bus Pirate, or reprogramming chips to add to your projects (we&#8217;re thinking font arrays and sprites for displays, or look-up tables).</p>
<p>If you&#8217;re not aware, these FTDI chips were the go-to for USB support for a long time. We&#8217;ve got a guide for <a href="http://hackaday.com/2009/09/22/introduction-to-ftdi-bitbang-mode/">bit-banging using this hardware</a>. Lately more chips have become available with USB hardware built-in. They&#8217;re quite useful and cost-effective, especially with the availability of open-source stacks like <a href="http://hackaday.com/2011/11/11/lufa-open-source-usb-stack-now-for-nxp-arm-processors/">the LUFA project</a>.</p>
<br />Filed under: <a href='http://hackaday.com/category/microcontrollers/'>Microcontrollers</a>, <a href='http://hackaday.com/category/tool-hacks/'>tool hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/61207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/61207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/61207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/61207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/61207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/61207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/61207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/61207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/61207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/61207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/61207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/61207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/61207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/61207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=61207&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/11/14/ft-2232-bridges-python-and-i2cspi/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/11/ft-2232-i2c-spi-e1321292384194.jpg" medium="image">
			<media:title type="html">ft-2232-i2c-spi</media:title>
		</media:content>
	</item>
		<item>
		<title>USB stick Propeller development board</title>
		<link>http://hackaday.com/2011/09/23/usb-stick-propeller-development-board/</link>
		<comments>http://hackaday.com/2011/09/23/usb-stick-propeller-development-board/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 18:38:00 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[p8x32a]]></category>
		<category><![CDATA[propeller]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=56603</guid>
		<description><![CDATA[[Parker Dillmann] is nearing the end of the prototyping process for his Propeller development board. He wanted a tool that let him work on projects without the need for a bunch of equipment, while still maintaining the ability to extend the hardware when necessary. His last dev board used a large piece of protoboard to host [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=56603&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-56604" title="usb-propeller-development-board" src="http://hackadaycom.files.wordpress.com/2011/09/usb-propeller-development-board-e1316788315770.jpg" alt="" width="470" height="351" /></p>
<p>[Parker Dillmann] is nearing <a href="http://longhornengineer.com/projects/pcb/propeller-development-stick/">the end of the prototyping process for his Propeller development board</a>. He wanted a tool that let him work on projects without the need for a bunch of equipment, while still maintaining the ability to extend the hardware when necessary. <a href="http://hackaday.com/2011/03/29/propeller-proto-board-has-you-flying-in-no-time/">His last dev board</a> used a large piece of protoboard to host through hole components including the Propeller chip, 3.3V and 5V regultors, an SD card reader, and female pin headers. This version migrates to a PCB from a fab house and mostly surface mount components.</p>
<p>He decided to use a USB-stick design having been happy with some of TI&#8217;s prototyping tools. The Parallax branded development boards use an FTDI 232RL chip for easy programming and that&#8217;s what he&#8217;s gone with as well. A P8X32A chip in the QFP package was chosen for easier soldering than the smaller QFN option. There&#8217;s also a 64kb EEPROM on board to give you plenty of room for your SPIN programs. All the pins are broken out to DIL female headers and there&#8217;s a power header on the end opposite the USB plug. [Parker] plans to do a bit of testing to make sure there&#8217;s no problems with signal routing below the 5Mhz crystal footprint. This run of prototypes came from the Seeed Studios Fusion PCB servcie&#8211;he got more than 10 boards for a total of $13&#8230; that&#8217;s almost unbelievable.</p>
<br />Filed under: <a href='http://hackaday.com/category/microcontrollers/'>Microcontrollers</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/56603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/56603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/56603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/56603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/56603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/56603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/56603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/56603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/56603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/56603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/56603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/56603/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/56603/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/56603/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=56603&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/09/23/usb-stick-propeller-development-board/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/09/usb-propeller-development-board-e1316788315770.jpg" medium="image">
			<media:title type="html">usb-propeller-development-board</media:title>
		</media:content>
	</item>
		<item>
		<title>Reworking Ball Grid Array circuit board components at home</title>
		<link>http://hackaday.com/2011/06/22/reworking-ball-grid-array-circuit-board-components-at-home/</link>
		<comments>http://hackaday.com/2011/06/22/reworking-ball-grid-array-circuit-board-components-at-home/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 16:01:18 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[bga]]></category>
		<category><![CDATA[flux]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[griddle]]></category>
		<category><![CDATA[reflow]]></category>
		<category><![CDATA[rework]]></category>
		<category><![CDATA[solder]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=46742</guid>
		<description><![CDATA[[Jack Gassett] is developing a new breakout board for an FPGA. The chip comes in a ball grid array (BGA) package which is notoriously difficult to solder reliably. Since he&#8217;s still in development, the test boards are being assembled in his basement. Of the first lot of four boards, only one is functional. So he&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=46742&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-46743" title="bga-rework-at-home" src="http://hackadaycom.files.wordpress.com/2011/06/bga-rework-at-home.jpg" alt="" width="470" height="353" /></p>
<p>[Jack Gassett] is developing a new breakout board for an FPGA. The chip comes in a ball grid array (BGA) package which is notoriously difficult to solder reliably. Since he&#8217;s still in development, the test boards are being assembled in his basement. Of the first lot of four boards, only one is functional. So he&#8217;s setting out to <a href="http://papilio.cc/index.php?n=Papilio.JaxHaxBGASolderingAtHome">rework the bad boards</a> and we came along for the ride.</p>
<p>To reflow the surface mount components he picked up a cheap pancake griddle. The first thing [Jack] does is to heat up the board for about two minutes, then pluck off the FPGA and the FTDI chips using a vacuum tweezers. Next, the board gets a good cleaning with the help of a flux pen, some solder wick, and a regular soldering iron. Once clean, he hits the pads with solder paste from a syringe and begins the soldering process. BGA packages and the solder paste itself usually have manufacturer recommended time and temperature guidelines. [Jack] is following these profiles using the griddle&#8217;s temperature controller knob and the timer on an Android phone. In the video after the break you can see that he adjusts the timing based on gut reaction to what is going on with the solder. After cleaning up some solder bridges on the FTDI chip he tested it again and it works!</p>
<p><span id="more-46742"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2011/06/22/reworking-ball-grid-array-circuit-board-components-at-home/"><img src="http://img.youtube.com/vi/OkjOwuSEzKU/2.jpg" alt="" /></a></span></p>
<br />Filed under: <a href='http://hackaday.com/category/misc-hacks/'>misc hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/46742/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/46742/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/46742/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/46742/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/46742/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/46742/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/46742/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/46742/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/46742/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/46742/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/46742/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/46742/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/46742/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/46742/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=46742&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/06/22/reworking-ball-grid-array-circuit-board-components-at-home/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/06/bga-rework-at-home.jpg" medium="image">
			<media:title type="html">bga-rework-at-home</media:title>
		</media:content>
	</item>
		<item>
		<title>LiveLight is an expertly crafted ambilight clone</title>
		<link>http://hackaday.com/2011/06/05/livelight-is-an-expertly-crafted-ambilight-clone/</link>
		<comments>http://hackaday.com/2011/06/05/livelight-is-an-expertly-crafted-ambilight-clone/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 23:01:58 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[home entertainment hacks]]></category>
		<category><![CDATA[led hacks]]></category>
		<category><![CDATA[ambilight]]></category>
		<category><![CDATA[ATmega32]]></category>
		<category><![CDATA[boblight]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[livelight]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=44729</guid>
		<description><![CDATA[[SunWind] developed his own version of the Phillips Ambilight system (translated) which he is calling LiveLight. We&#8217;ve seen more than a few of these hacks, many of them are based around Arduino, and most use LED strip lighting. [SunWind] is using strip lighting as well, but his design is clean and polished quite a bit more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=44729&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-44730" title="livelight-ambilight-clone" src="http://hackadaycom.files.wordpress.com/2011/06/livelight-ambilight-clone.jpg" alt="" width="470" height="300" /></p>
<p>[SunWind] developed <a href="http://www.ruuvipenkki.fi/foorumi/viewtopic.php?f=15&amp;t=228">his own version of the Phillips Ambilight system</a> (<a href="http://translate.google.com/translate?js=n&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;layout=2&amp;eotf=1&amp;sl=auto&amp;tl=en&amp;u=http%3A%2F%2Fwww.ruuvipenkki.fi%2Ffoorumi%2Fviewtopic.php%3Ff%3D15%26t%3D228">translated</a>) which he is calling LiveLight. We&#8217;ve seen more than a few of <a href="http://hackaday.com/2009/12/23/atmolight-clone-of-an-ambilight-clone/">these hacks</a>, many of them are <a href="http://hackaday.com/2011/03/03/arduino-based-ambient-lighting-improvements/">based around Arduino</a>, and most <a href="http://hackaday.com/2011/02/17/more-ambient-lighting-monitor-hacks/">use LED strip lighting</a>. [SunWind] is using strip lighting as well, but his design is clean and polished quite a bit more than anything else we&#8217;ve seen. In our minds this would be welcomed by even the most discriminating of A/V enthusiasts.</p>
<p>He found just the right size of project box and managed to fit everything in on a nicely milled PCB. The enclosure itself has also been milled to allow the mini USB B connectors for each of the nine RGB LED strips. But he didn&#8217;t stop there, the top of the enclosure has labels milled into it to help when hooking everything up.</p>
<p>An ATmega32 addresses the LED strips based on data pushed in from a computer. An on-board FTDI chip adds USB connectivity and [SunWind] used a hack to rewrite the EEPROM on that chip so that it enumerates with the name &#8220;LiveLight USB Interface&#8221;. A program called <a href="http://blogger.xs4all.nl/loosen/articles/408184.aspx">Boblight</a> gathers the data from the currently playing video. You can see the final project in the video embedded after the break.</p>
<p><span id="more-44729"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2011/06/05/livelight-is-an-expertly-crafted-ambilight-clone/"><img src="http://img.youtube.com/vi/ILArJQlQPN0/2.jpg" alt="" /></a></span></p>
<p>[Thanks Lauri and Jussi]</p>
<br />Filed under: <a href='http://hackaday.com/category/home-entertainment-hacks/'>home entertainment hacks</a>, <a href='http://hackaday.com/category/led-hacks/'>led hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/44729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/44729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/44729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/44729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/44729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/44729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/44729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/44729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/44729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/44729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/44729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/44729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/44729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/44729/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=44729&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/06/05/livelight-is-an-expertly-crafted-ambilight-clone/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/06/livelight-ambilight-clone.jpg" medium="image">
			<media:title type="html">livelight-ambilight-clone</media:title>
		</media:content>
	</item>
		<item>
		<title>Bitbang IR Remote</title>
		<link>http://hackaday.com/2011/03/11/bitbang-ir-remote/</link>
		<comments>http://hackaday.com/2011/03/11/bitbang-ir-remote/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 16:30:16 +0000</pubDate>
		<dc:creator>Kevin Dady</dc:creator>
				<category><![CDATA[led hacks]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[lirc]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=37162</guid>
		<description><![CDATA[[Albert] has made a few PC IR transmitters and receivers using the traditional connection of RS232 serial, and that is fine, but as we are all aware, not every computer has serial ports standard. Searching though normal USB &#60;&#62; RS232 dongles didn&#8217;t meet his requirements. Deciding on making it himself, he whipped up this FTDI [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=37162&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- p { margin-bottom: 0.08in; }a:link {  } --><img class="alignnone size-full wp-image-37163" title="hw_ftdi.geschaald" src="http://hackadaycom.files.wordpress.com/2011/03/hw_ftdi-geschaald.jpg" alt="" width="470" height="226" /></p>
<p>[Albert] has made a few PC IR transmitters and receivers using the traditional connection of RS232 serial, and that is fine, but as we are all aware, not every computer has serial ports standard. Searching though normal USB &lt;&gt; RS232 dongles didn&#8217;t meet his requirements. Deciding on making it himself,  he whipped up this <a href="http://www.huitsing.nl/irftdi/">FTDI bit-bang IR receiver / transmitter</a>.</p>
<p>While FTDI makes a range of chips most (if not all) support a bit-bang mode where you can manually control the IC&#8217;s pins. The FTDI chip handles the timing,  and when paired up with <a href="http://www.intra2net.com/en/developer/libftdi/">libFTDI</a> makes it pretty painless to control. The software is a work in progress, but [Albert] already has a driver that connects to <a href="http://www.lirc.org/" target="_blank">LIRC</a>, which lets you control a wide array of remote devices and a test program for carrier generation.</p>
<p>Schematics, source, and a few pages of good information are available on his site.</p>
<br />Filed under: <a href='http://hackaday.com/category/led-hacks/'>led hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/37162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/37162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/37162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/37162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/37162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/37162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/37162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/37162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/37162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/37162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/37162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/37162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/37162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/37162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=37162&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/03/11/bitbang-ir-remote/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">osgeld</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/03/hw_ftdi-geschaald.jpg" medium="image">
			<media:title type="html">hw_ftdi.geschaald</media:title>
		</media:content>
	</item>
		<item>
		<title>Broken laptop recovered using an Arduino</title>
		<link>http://hackaday.com/2011/01/04/broken-laptop-recovered-using-an-arduino/</link>
		<comments>http://hackaday.com/2011/01/04/broken-laptop-recovered-using-an-arduino/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 20:00:32 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[arduino hacks]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[crossover]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[serial]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=32459</guid>
		<description><![CDATA[We see Arduino boards used in a lot of projects but we&#8217;ve never thought of using one as a USB crossover cable. That&#8217;s basically what [Jack the Vendicator] did to get his broken laptop running. When his video card stopped working he found himself unable to access the laptop. Newer machines don&#8217;t have a serial [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=32459&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-32460" title="arduino-laptop-rescue" src="http://hackadaycom.files.wordpress.com/2011/01/arduino-laptop-rescue.jpg" alt="" width="470" height="319" /></p>
<p>We see Arduino boards used in a lot of projects but we&#8217;ve never thought of using one as a USB crossover cable. That&#8217;s basically what [Jack the Vendicator] did to get his broken laptop running. When his video card stopped working he found himself unable to access the laptop. Newer machines don&#8217;t have a serial connector, which could have been used for a serial terminal, so he was at a bit of a loss since neither SSH nor VNC were installed. But he thought he might be able to <a href="http://www.ilpuntotecnicoeadsl.com/forum/index.php/topic,12486.msg99320.html#msg99320">use the Arduino as a serial terminal connector</a> over USB. He plugged the Arduino into the laptop, and connected a USB serial converter from his desktop computer to the Arduino&#8217;s serial pins. In effect he&#8217;s just taking advantage of the FTDI chip, translating those signals back into USB on either end. Once he booted the headless laptop it took just a couple of blindly typed commands to get SSH running in order to regain control.</p>
<br />Filed under: <a href='http://hackaday.com/category/arduino-hacks/'>arduino hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/32459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/32459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/32459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/32459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/32459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/32459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/32459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/32459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/32459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/32459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/32459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/32459/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/32459/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/32459/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=32459&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/01/04/broken-laptop-recovered-using-an-arduino/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/01/arduino-laptop-rescue.jpg" medium="image">
			<media:title type="html">arduino-laptop-rescue</media:title>
		</media:content>
	</item>
		<item>
		<title>Make a knitting machine print pixel art</title>
		<link>http://hackaday.com/2010/11/08/make-a-knitting-machine-print-pixel-art/</link>
		<comments>http://hackaday.com/2010/11/08/make-a-knitting-machine-print-pixel-art/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 14:14:59 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[home hacks]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[floppy]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[knitting machine]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[tandy]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=30304</guid>
		<description><![CDATA[[Becky Stern] shows how to take an old electronic knitting machine and interface it with a computer. After seeing the Brother KH-930E knitting machine in the video after the break it looks like the controls function quite like a CNC milling machine. Patterns can be programmed in and stored on a floppy disk. Since we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=30304&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-30305" title="OLYMPUS DIGITAL CAMERA" src="http://hackadaycom.files.wordpress.com/2010/11/hacking-knitting-machine.jpg" alt="" width="470" height="379" /></p>
<p>[Becky Stern] shows how to take an old <a href="http://blog.craftzine.com/archive/2010/11/hack_your_knitting_machine.html">electronic knitting machine and interface it with a computer</a>. After seeing the Brother KH-930E knitting machine in the video after the break it looks like the controls function quite like a CNC milling machine. Patterns can be programmed in and stored on a floppy disk. Since we don&#8217;t want to use those anymore (unless they&#8217;re <a href="http://hackaday.com/2010/11/04/mac-se-reborn-as-a-server-and-mac-emulator/">hacked as an SD card carriage</a>) it is nice to see that this is how the machine is connected to a computer. Using an altered FTDI cable and a floppy-drive emulator written in Python a blank design file can be saved on the knitting machine, manipulated in the computer to add your own pixel art, then loaded back onto the machine for production. At the very least, it&#8217;s interesting to watch the knitting happen, but fans of knitted apparel and geek paraphernalia must be salivating by now.</p>
<p>We&#8217;ve never given up our dream to <a href="http://hackaday.com/2007/04/01/were-giving-up/">transition from Hack-A-Day to Craft-A-Day</a>, this just fuels the fire for that cause.</p>
<p><span id="more-30304"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2010/11/08/make-a-knitting-machine-print-pixel-art/"><img src="http://img.youtube.com/vi/GhnTSWMMtdU/2.jpg" alt="" /></a></span></p>
<br />Filed under: <a href='http://hackaday.com/category/home-hacks/'>home hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/30304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/30304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/30304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/30304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/30304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/30304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/30304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/30304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/30304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/30304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/30304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/30304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/30304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/30304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=30304&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/11/08/make-a-knitting-machine-print-pixel-art/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/11/hacking-knitting-machine.jpg" medium="image">
			<media:title type="html">OLYMPUS DIGITAL CAMERA</media:title>
		</media:content>
	</item>
		<item>
		<title>Propeller Platform prototyping board gets an upgrade</title>
		<link>http://hackaday.com/2010/10/19/propeller-platform-prototyping-board-gets-an-upgrade/</link>
		<comments>http://hackaday.com/2010/10/19/propeller-platform-prototyping-board-gets-an-upgrade/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 16:00:58 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[eeprom]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[microsd]]></category>
		<category><![CDATA[propeller]]></category>
		<category><![CDATA[propeller platform usb]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=29473</guid>
		<description><![CDATA[[Nick] over at Gadget Gangster has a new version of his prototyping hardware for Propeller microcontrollers, called the Propeller Platform USB. A little more than a year ago we looked at the last version which was larger, used a DIP processor, and came unassembled. The new version does come assembled because of the migration to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=29473&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-29474" title="propeller-platform-usb" src="http://hackadaycom.files.wordpress.com/2010/10/propeller-platform-usb-e1287502046855.jpg" alt="" width="470" height="396" /></p>
<p>[Nick] over at Gadget Gangster has a new version of his prototyping hardware for Propeller microcontrollers, called <a href="http://gadgetgangster.com/find-a-project/56?projectnum=257">the Propeller Platform USB</a>. A little more than a year ago <a href="http://hackaday.com/2009/08/26/propeller-platform/">we looked at the last version</a> which was larger, used a DIP processor, and came unassembled. The new version does come assembled because of the migration to surface mount components (which may take some of the fun out of it if you just love soldering kits). This not only reduces the board footprint, but makes room for more goodies. As the name implies, there&#8217;s now a mini-USB socket with a USB to UART bridge, a microSD card slot as been added, and the onboard EEPROM has been doubled. This is a nice hardware upgrade but the price has been upgraded by $25 as well. No worries, it&#8217;s open source so you can roll your own if you have the parts on hand.</p>
<br />Filed under: <a href='http://hackaday.com/category/microcontrollers/'>Microcontrollers</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/29473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/29473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/29473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/29473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/29473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/29473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/29473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/29473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/29473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/29473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/29473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/29473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/29473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/29473/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=29473&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/10/19/propeller-platform-prototyping-board-gets-an-upgrade/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/10/propeller-platform-usb-e1287502046855.jpg" medium="image">
			<media:title type="html">propeller-platform-usb</media:title>
		</media:content>
	</item>
		<item>
		<title>Using an Arduino or Seeeduino for its FTDI chip</title>
		<link>http://hackaday.com/2010/10/09/using-an-arduino-or-seeeduino-for-its-ftdi-chip/</link>
		<comments>http://hackaday.com/2010/10/09/using-an-arduino-or-seeeduino-for-its-ftdi-chip/#comments</comments>
		<pubDate>Sat, 09 Oct 2010 16:31:12 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[arduino hacks]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[breakout]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[seeeduino]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=29121</guid>
		<description><![CDATA[We think of the Arduino as a rapid prototyping tool but we never thought of it as an FTDI breakout board before. [Ihsan Kehribar] wrote a quick post to show how it&#8217;s done. You&#8217;ll find an FTDI chip on Arduino boards that have a USB connector. It&#8217;s used to handle the USB communications on one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=29121&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-29122" title="arduino-ftdi-connection" src="http://hackadaycom.files.wordpress.com/2010/10/arduino-ftdi-connection-e1286567660731.jpg" alt="" width="470" height="142" /></p>
<p>We think of the Arduino as a rapid prototyping tool but we never thought of it as an FTDI breakout board before. [Ihsan Kehribar] wrote <a href="http://students.sabanciuniv.edu/kehribar/?p=19">a quick post to show how it&#8217;s done</a>. You&#8217;ll find an FTDI chip on Arduino boards that have a USB connector. It&#8217;s used to handle the USB communications on one side, and TTL serial communications on the other. The serial pins from the chip are mapped to the UART on the AVR chip, and in turn they appear on the pin headers for easy connections. Just load up a really simple sketch(available from Ihsan&#8217;s post) to make sure the processor doesn&#8217;t get in the way and you&#8217;ve got yourself an FTDI breakout board. If you happen to have a Seeeduino there&#8217;s even more functionality as the board has a selector switch that allows you to choose between 5V and 3.3V levels.</p>
<p>This doesn&#8217;t hold true to <a href="http://www.atmel.com/dyn/products/product_card.asp?part_id=4600">the newest generation of Arduino</a>, as those board have replaced the FTDI chip with <a href="http://www.atmel.com/dyn/products/product_card.asp?part_id=4600">an </a><a href="http://www.atmel.com/dyn/products/product_card.asp?part_id=4600">ATmega8U2</a>. That&#8217;s basically and ATmega8 with native USB handling&#8230; fancy.</p>
<p>[Thanks Marcus]</p>
<br />Filed under: <a href='http://hackaday.com/category/arduino-hacks/'>arduino hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/29121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/29121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/29121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/29121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/29121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/29121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/29121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/29121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/29121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/29121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/29121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/29121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/29121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/29121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=29121&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/10/09/using-an-arduino-or-seeeduino-for-its-ftdi-chip/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/10/arduino-ftdi-connection-e1286567660731.jpg" medium="image">
			<media:title type="html">arduino-ftdi-connection</media:title>
		</media:content>
	</item>
		<item>
		<title>USB adapter options</title>
		<link>http://hackaday.com/2010/09/16/usb-adapter-options/</link>
		<comments>http://hackaday.com/2010/09/16/usb-adapter-options/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 19:01:12 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[lirc]]></category>
		<category><![CDATA[max232]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usbtinyisp]]></category>
		<category><![CDATA[V-USB]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=28266</guid>
		<description><![CDATA[[Ladyada] takes some time out of her day to explain the common options available for connecting projects through USB. You may be thinking that you already do this with an Arduino. Well, yes and no. The Arduino uses one of these options, an FTDI chip that handles the USB on one side and spits out microcontroller-friendly voltage signals on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=28266&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-28267" title="usb-serial-converters" src="http://hackadaycom.files.wordpress.com/2010/09/usb-serial-converters.jpg" alt="" width="470" height="324" /></p>
<p>[Ladyada] takes some time out of her day to explain <a href="http://www.adafruit.com/blog/2010/09/15/usb-serial-and-you-video-an-adafruit-after-school-special/">the common options available for connecting projects through USB</a>. You may be thinking that you already do this with an Arduino. Well, yes and no. The Arduino uses one of these options, an FTDI chip that handles the USB on one side and spits out microcontroller-friendly voltage signals on the other. This chip can be used with your projects, a topic that [Phil Burgess] <a href="http://hackaday.com/2009/09/22/introduction-to-ftdi-bitbang-mode/">covered in great detail</a>.</p>
<p>In the video after the break you&#8217;ll also hear about USB to serial converters which connect to the Universal Serial Bus and output the traditional 12-20V serial signals (with the exception of <a href="http://hackaday.com/2010/09/11/cheap-cable-reused-to-add-usb-to-your-project/">cheap knockoff cables like the one from last week</a>). These need to be stepped down to 5 volts or less using a MAX232 chip to work with your project.</p>
<p>Finally there&#8217;s the option of using a microcontroller running the <a href="http://www.obdev.at/products/vusb/index.html">V-USB firmware package</a>. This is how the <a href="http://www.ladyada.net/make/usbtinyisp/">USBtinyISP</a> works and I&#8217;ve used it in my own projects <a href="http://jumptuck.com/?p=20">to build a LIRC compatible IR receiver</a>.</p>
<p><span id="more-28266"></span><div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/14980412' width='400' height='300' frameborder='0'></iframe></div></p>
<p>[Thanks PT]</p>
<br />Filed under: <a href='http://hackaday.com/category/microcontrollers/'>Microcontrollers</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/28266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/28266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/28266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/28266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/28266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/28266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/28266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/28266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/28266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/28266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/28266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/28266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/28266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/28266/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=28266&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/09/16/usb-adapter-options/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/09/usb-serial-converters.jpg" medium="image">
			<media:title type="html">usb-serial-converters</media:title>
		</media:content>
	</item>
		<item>
		<title>DB9 form factor USB-RS232 replacement</title>
		<link>http://hackaday.com/2010/05/24/db9-form-factor-usb-rs232-replacement/</link>
		<comments>http://hackaday.com/2010/05/24/db9-form-factor-usb-rs232-replacement/#comments</comments>
		<pubDate>Mon, 24 May 2010 19:00:26 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[parts]]></category>
		<category><![CDATA[db9]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[rs232]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=24336</guid>
		<description><![CDATA[If you&#8217;re attached to that favorite DB-9 interfaced device you should look into this part. FTDI is selling a USB-RS232 adapter as a replacement for DB-9 connectors. They come with USB male or female connections depending on the application and have the same serial footprint and pinout to which you&#8217;re accustomed. Using converter cables is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24336&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-24337" title="DB9-USB-RS232_adapters" src="http://hackadaycom.files.wordpress.com/2010/05/db9-usb-rs232_adapters.jpg" alt="" width="470" height="188" /></p>
<p>If you&#8217;re attached to that favorite DB-9 interfaced device you should look into this part. FTDI is selling a <a href="http://www.ftdichip.com/Products/EvaluationKits/DB9-USB.htm">USB-RS232 adapter as a replacement for DB-9 connectors</a>. They come with USB male or female connections depending on the application and have the same serial footprint and pinout to which you&#8217;re accustomed. Using converter cables is just fine but this simplicity requires a few minutes of desoldering, rather than redesigning, etching, and populating a board in order to give that older design built-in USB connectivity.</p>
<p>[Thanks Juan]</p>
<br />Filed under: <a href='http://hackaday.com/category/parts/'>parts</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/24336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/24336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/24336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/24336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/24336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/24336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/24336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/24336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/24336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/24336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/24336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/24336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/24336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/24336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24336&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/05/24/db9-form-factor-usb-rs232-replacement/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/05/db9-usb-rs232_adapters.jpg" medium="image">
			<media:title type="html">DB9-USB-RS232_adapters</media:title>
		</media:content>
	</item>
		<item>
		<title>Composing music with the Force Trainer</title>
		<link>http://hackaday.com/2010/05/18/composing-music-with-the-force-trainer/</link>
		<comments>http://hackaday.com/2010/05/18/composing-music-with-the-force-trainer/#comments</comments>
		<pubDate>Tue, 18 May 2010 18:00:33 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[digital audio hacks]]></category>
		<category><![CDATA[toy hacks]]></category>
		<category><![CDATA[force trainer]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=24145</guid>
		<description><![CDATA[In the ongoing quest to make the Force Trainer useful [Hunter Scott] developed a music composition platform for your mind (channel Jack Black&#8217;s voice for the last half of that sentence). Using the Force Trainer&#8217;s serial port [Hunter] feeds the data stream into a computer via an FTDI cable and uses Processing to make the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24145&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-24146" title="composing-music-with-force-trainer" src="http://hackadaycom.files.wordpress.com/2010/05/composing-music-with-force-trainer.jpg" alt="" width="470" height="347" /></p>
<p>In the ongoing quest to make the Force Trainer useful [Hunter Scott] developed <a href="http://hscott.net/projects/mentalnote/">a music composition platform for your mind</a> (channel Jack Black&#8217;s voice for the last half of that sentence). Using the <a href="http://hackaday.com/2009/10/21/mind-control-via-serial-port/">Force Trainer&#8217;s serial port</a> [Hunter] feeds the data stream into a computer via an FTDI cable and uses Processing to make the music. It&#8217;s good, and the demos on his site are worth the click, but we still can&#8217;t get enough of <a href="http://hackaday.com/2010/03/04/using-mindflex-to-shock-the-heck-out-of-people/">the shocking video</a> from back in March. But we digress, let [Hunter] walk you through his setup in the video after the break.<span id="more-24145"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2010/05/18/composing-music-with-the-force-trainer/"><img src="http://img.youtube.com/vi/G_vfuUmySLQ/2.jpg" alt="" /></a></span></p>
<br />Filed under: <a href='http://hackaday.com/category/digital-audio-hacks/'>digital audio hacks</a>, <a href='http://hackaday.com/category/toy-hacks/'>toy hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/24145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/24145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/24145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/24145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/24145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/24145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/24145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/24145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/24145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/24145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/24145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/24145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/24145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/24145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24145&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/05/18/composing-music-with-the-force-trainer/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/05/composing-music-with-force-trainer.jpg" medium="image">
			<media:title type="html">composing-music-with-force-trainer</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding reset to an FTDI cable</title>
		<link>http://hackaday.com/2010/04/30/adding-reset-to-an-ftdi-cable/</link>
		<comments>http://hackaday.com/2010/04/30/adding-reset-to-an-ftdi-cable/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 21:00:32 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[arduino hacks]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[programmer]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=23686</guid>
		<description><![CDATA[Hackaday alum [Adam Harris] hacked an FTDI cable to use for programming his Arduino. After cracking open the plastic case he found the FTDI chip used is the same as the one in the SparkFun programmer. The only real difference was that his cable wasn&#8217;t resetting the Arduino, he had to do that manually. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=23686&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-23687" title="arduino-programming-cable" src="http://hackadaycom.files.wordpress.com/2010/04/arduino-programming-cable-e1272654418908.jpg" alt="" width="470" height="353" /></p>
<p>Hackaday alum [<a href="http://hackaday.com/author/adamharris/">Adam Harris</a>] <a href="http://sheekgeek.org/2010/adamsheekgeek/add-automatic-reset-to-your-ftdi-232r-cable">hacked an FTDI cable</a> to use for programming his Arduino. After cracking open the plastic case he found the FTDI chip used is the same as the one in <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8772">the SparkFun programmer</a>. The only real difference was that his cable wasn&#8217;t resetting the Arduino, he had to do that manually. The solution was to reroute the RTS wire so that it connected up to the DTR pin. This proved difficult because of the tiny footprint of the chip, but after many tries he managed to get a piece of wire wrap soldered in place.</p>
<br />Filed under: <a href='http://hackaday.com/category/arduino-hacks/'>arduino hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/23686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/23686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/23686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/23686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/23686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/23686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/23686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/23686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/23686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/23686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/23686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/23686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/23686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/23686/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=23686&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/04/30/adding-reset-to-an-ftdi-cable/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/04/arduino-programming-cable-e1272654418908.jpg" medium="image">
			<media:title type="html">arduino-programming-cable</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple IIe Twitter ticker</title>
		<link>http://hackaday.com/2010/04/24/apple-iie-twitter-ticker/</link>
		<comments>http://hackaday.com/2010/04/24/apple-iie-twitter-ticker/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 14:41:59 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[classic hacks]]></category>
		<category><![CDATA[apple iie]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=23440</guid>
		<description><![CDATA[A hand input bootloader and a custom communications protocol are what bring the Apple IIe Twitter ticker to life. [Chris Yerga] bought the decades-old machine for $20 at a flea market. Having just completed his TweetWall he decided to adapt the idea for the 1 MHz machine. He manually input a 50 byte bootloader that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=23440&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-23441" title="twittering-apple-IIe" src="http://hackadaycom.files.wordpress.com/2010/04/twittering-apple-iie.jpg" alt="" width="470" height="328" /></p>
<p>A hand input bootloader and a custom communications protocol are what bring the <a href="http://www.atomsandelectrons.com/blog/post/Apple-t.aspx">Apple IIe Twitter ticker to life</a>. [Chris Yerga] bought the decades-old machine for $20 at a flea market. Having just completed his <a href="http://hackaday.com/2010/04/20/twittering-pub-hanging/">TweetWall</a> he decided to adapt the idea for the 1 MHz machine. He manually input a 50 byte bootloader that would let him dump programs into memory via the joystick port. From there he rigged up <a href="http://hackaday.com/2009/09/22/introduction-to-ftdi-bitbang-mode/">a connection with a USB FTDI cable</a>. Now the images and text are processed by a modern-day machine and fed to the Apple IIe at 3600 baud. See this in action after the break.</p>
<p><span id="more-23440"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2010/04/24/apple-iie-twitter-ticker/"><img src="http://img.youtube.com/vi/j622EyPX6lM/2.jpg" alt="" /></a></span></p>
<br />Filed under: <a href='http://hackaday.com/category/classic-hacks/'>classic hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/23440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/23440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/23440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/23440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/23440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/23440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/23440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/23440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/23440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/23440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/23440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/23440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/23440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/23440/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=23440&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/04/24/apple-iie-twitter-ticker/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/04/twittering-apple-iie.jpg" medium="image">
			<media:title type="html">twittering-apple-IIe</media:title>
		</media:content>
	</item>
		<item>
		<title>RC truck source for robotics platform</title>
		<link>http://hackaday.com/2010/03/05/rc-truck-source-for-robotics-platform/</link>
		<comments>http://hackaday.com/2010/03/05/rc-truck-source-for-robotics-platform/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 21:15:26 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[robots hacks]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[ftdi]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[sparkfun]]></category>
		<category><![CDATA[xbee]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=22190</guid>
		<description><![CDATA[[Michael] sent us a link to his RC robotic platform. He started with the same RC toy as the iPhone Robot (CAR) but ended up with a blank slate waiting for more features. What he has is an Arduino with a motor driver, three bump switches for the front and rear, and a XBee module.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22190&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-22191" title="rc-robot-platform" src="http://hackadaycom.files.wordpress.com/2010/03/rc-robot-platform.jpg" alt="" width="470" height="353" /></p>
<p>[Michael] sent us a link to his <a href="http://nootropicdesign.com/projectlab/2010/03/04/wireless-robotics-platform/">RC robotic platform</a>. He started with the same RC toy as the <a href="http://hackaday.com/2009/12/05/remote-controlled-robot-car-vs-solar-charged-tank/">iPhone Robot (CAR)</a> but ended up with a blank slate waiting for more features. What he has is an Arduino with a motor driver, three bump switches for the front and rear, and a XBee module.  On the other side of things he used a SparkFun USB to FTDI connector to interface another XBee module with a PC in order to use <a href="http://processing.org/">Processing</a>.</p>
<p>In the clip after the break you can see the motor control needs to have more fine-tuning done so the beast isn&#8217;t just out of control when running. But there&#8217;s a ton of potential here. It should not be a problem to add at lease rudimentary video feedback from the device. The Arduino is currently only being used marginally, leaving plenty of space to add on-board sensing such as IR, proximity, or light.</p>
<p>It&#8217;s a clean start, we expect to see updates!<span id="more-22190"></span><div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/8937750' width='400' height='300' frameborder='0'></iframe></div></p>
<br />Filed under: <a href='http://hackaday.com/category/robots-hacks/'>robots hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/22190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/22190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/22190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/22190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/22190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/22190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/22190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/22190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/22190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/22190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/22190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/22190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/22190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/22190/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22190&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/03/05/rc-truck-source-for-robotics-platform/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/03/rc-robot-platform.jpg" medium="image">
			<media:title type="html">rc-robot-platform</media:title>
		</media:content>
	</item>
	</channel>
</rss>
