<?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; input</title>
	<atom:link href="http://hackaday.com/tag/input/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; input</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>AVR External Memory Interface (XMEM) reads input matrix</title>
		<link>http://hackaday.com/2011/12/06/avr-external-memory-interface-xmem-reads-input-matrix/</link>
		<comments>http://hackaday.com/2011/12/06/avr-external-memory-interface-xmem-reads-input-matrix/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 17:01:02 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[74hc573]]></category>
		<category><![CDATA[atmega640]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[multiplex]]></category>
		<category><![CDATA[shift register]]></category>
		<category><![CDATA[xmem]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=62780</guid>
		<description><![CDATA[Reading from a large number of inputs, like this piano keyboard, can be tedious. Even when multiplexing there&#8217;s a lot to keep track of. But if you choose the right microcontroller, you may have hardware assistance. Here&#8217;s an ATmega640 is using it&#8217;s external memory interface to read the key matrix. You may remember the Open [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=62780&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-62781" title="scanning-48-key-matrix" src="http://hackadaycom.files.wordpress.com/2011/12/scanning-48-key-matrix-e1323189439958.jpg" alt="" width="470" height="353" /></p>
<p>Reading from a large number of inputs, like this piano keyboard, can be tedious. Even when multiplexing there&#8217;s a lot to keep track of. But if you choose the right microcontroller, you may have hardware assistance. Here&#8217;s an ATmega640 is <a href="http://www.openmusiclabs.com/learning/digital/input-matrix-scanning/xmem/">using it&#8217;s external memory interface to read the key matrix</a>.</p>
<p>You may remember the Open Music Labs article about <a href="http://hackaday.com/2011/11/23/reading-inputs-from-shift-registers-using-just-one-single-pin/">reading from a shift register using just one pin</a> of a microcontroller. This time around a shift register is still used, but instead of pulling in a long line of parallel inputs, the switches are multiplexed to reduce the number of I/O pins used to read them.</p>
<p>A 74HC573 is used to facilitate the multiplexing. We won&#8217;t go into how that part is accomplished; there&#8217;s a separate <a href="http://www.openmusiclabs.com/learning/digital/input-matrix-scanning/latch-mux/">post that explains</a> the process. What&#8217;s unique here is that the XMEM peripheral of the AVR microcontroller is used to grab the data. This is intended for external memory chips, but if you get the timing just right, it greatly simplifies reading in a matrix of up to 128 inputs.</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/62780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/62780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/62780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/62780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/62780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/62780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/62780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/62780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/62780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/62780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/62780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/62780/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/62780/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/62780/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=62780&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/12/06/avr-external-memory-interface-xmem-reads-input-matrix/feed/</wfw:commentRss>
		<slash:comments>3</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/12/scanning-48-key-matrix-e1323189439958.jpg" medium="image">
			<media:title type="html">scanning-48-key-matrix</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading inputs from shift registers using just one single pin</title>
		<link>http://hackaday.com/2011/11/23/reading-inputs-from-shift-registers-using-just-one-single-pin/</link>
		<comments>http://hackaday.com/2011/11/23/reading-inputs-from-shift-registers-using-just-one-single-pin/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 19:01:07 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[74hc165]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[shift register]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=61858</guid>
		<description><![CDATA[Here&#8217;s an interesting article about reading data from shift registers using less than three pins. 74HC165 shift registers are a popular choice for adding inputs to a microcontroller. They have a parallel input register which can be read using the latch, then shifted into a microcontroller via the data and clock pins. For those counting, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=61858&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-61859" title="single-pin-shift-register-input" src="http://hackadaycom.files.wordpress.com/2011/11/single-pin-shift-register-input-e1322068407137.jpg" alt="" width="470" height="399" /></p>
<p>Here&#8217;s an interesting article about <a href="http://www.openmusiclabs.com/learning/digital/input-matrix-scanning/hacks/">reading data from shift registers using less than three pins</a>. 74HC165 shift registers are a popular choice for adding inputs to a microcontroller. They have a parallel input register which can be read using the latch, then shifted into a microcontroller via the data and clock pins. For those counting, that&#8217;s the three pins normally associated with driving these devices.</p>
<p>This hack first does away with the latch pin. The addition of a carefully trimmed RC circuit (capacitor is charged by the clock pin, then the resistor lets that cap slowly discharge) means that the device will not latch until after the clock stops toggling. This technique drops the control down to just two pins (data and clock). You can still use hardware SPI to read the data using this method. It&#8217;s the same as <a href="http://hackaday.com/2011/11/05/controlling-shift-registers-via-spi/">using SPI to drive 595 shift registers</a> except the microcontroller reads data instead of writing it.</p>
<p>But wait, there&#8217;s more! The diagram above actually shows a way of reading this shift register with just one pin. Notice that the clock and data pins are now connected to just one of the microcontroller pins. The data pin has an added resistor, which keeps the current low enough that it will not compete with the clock signal coming from the microcontroller. In between clock pulses, the microcontroller switches from output to input to read the data pin on each cycle. Give it a try, it&#8217;s a fun experiment!</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/61858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/61858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/61858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/61858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/61858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/61858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/61858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/61858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/61858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/61858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/61858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/61858/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/61858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/61858/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=61858&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/11/23/reading-inputs-from-shift-registers-using-just-one-single-pin/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/2011/11/single-pin-shift-register-input-e1322068407137.jpg" medium="image">
			<media:title type="html">single-pin-shift-register-input</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding an external audio input to the Sansa Clip+</title>
		<link>http://hackaday.com/2011/09/20/adding-an-external-audio-input-to-the-sansa-clip/</link>
		<comments>http://hackaday.com/2011/09/20/adding-an-external-audio-input-to-the-sansa-clip/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 14:03:21 +0000</pubDate>
		<dc:creator>Mike Nathan</dc:creator>
				<category><![CDATA[digital audio hacks]]></category>
		<category><![CDATA[external mic]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[sansa]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=56299</guid>
		<description><![CDATA[Workshop 88 member [Jim] got his hands on a couple of SanDisk Sansa Clip+ MP3 recorder/players from Woot, and was anxious to see what he could do with them. The first order of business was to install RockBox, an open source hardware package built for a wide range of MP3 players. He was impressed with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=56299&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-56300" title="adding_external_mic_input_sansa_clip" src="http://hackadaycom.files.wordpress.com/2011/09/adding_external_mic_input_sansa_clip.jpg" alt="adding_external_mic_input_sansa_clip" width="470" height="452" /></p>
<p>Workshop 88 member [Jim] got his hands on a couple of SanDisk Sansa Clip+ MP3 recorder/players from Woot, and was anxious <a href="http://jimlaurwilliams.org/wordpress/?p=1748" target="_blank">to see what he could do with them.</a></p>
<p>The first order of business was to install RockBox, an open source hardware package built for a wide range of MP3 players. He was impressed with how robust the firmware was, though he thought the Sansa&#8217;s built-in microphone could use a bit of upgrading. Acting on a tip from a fellow square dance enthusiast, he disassembled one to see how he might add an external audio input.</p>
<p>He pried the existing mic apart, and desoldered it from the motherboard, installing a small capacitor and resistor in its place. He extended some wires through the case, then powered up the unit to make sure it was still alive and well. Since things still looked good, [Jim] put some audio on the Sansa’s new inputs and sure enough it recorded the audio without a hitch.</p>
<p>He says that his initial guesses for the capacitor and resistor values were pretty decent, though with a bit of tweaking he should be able to get exactly the recording levels he was looking for. Not bad for a $20 audio recorder!</p>
<br />Filed under: <a href='http://hackaday.com/category/digital-audio-hacks/'>digital audio hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/56299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/56299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/56299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/56299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/56299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/56299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/56299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/56299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/56299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/56299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/56299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/56299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/56299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/56299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=56299&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/09/20/adding-an-external-audio-input-to-the-sansa-clip/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikenathanathackaday</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/09/adding_external_mic_input_sansa_clip.jpg" medium="image">
			<media:title type="html">adding_external_mic_input_sansa_clip</media:title>
		</media:content>
	</item>
		<item>
		<title>Add external MIC input for Samsung HMX-T10 videocamera</title>
		<link>http://hackaday.com/2011/07/26/add-external-mic-input-for-samsung-hmx-t10-videocamera/</link>
		<comments>http://hackaday.com/2011/07/26/add-external-mic-input-for-samsung-hmx-t10-videocamera/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 23:22:01 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[digital cameras hacks]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[mic]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=50299</guid>
		<description><![CDATA[[Kalin] loved the picture from his new Samsung HMX-T10 camcorder, but the sound quality didn&#8217;t match up. Since it records video that can be directly imported to his editing suite of choice he didn&#8217;t want to just buy a different model, so he cracked it open and added an external mic input. As with most [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=50299&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-50300" title="samsung-hmx-t10-mic-input" src="http://hackadaycom.files.wordpress.com/2011/07/samsung-hmx-t10-mic-input.png" alt="" width="470" height="329" /></p>
<p>[Kalin] loved the picture from his new Samsung HMX-T10 camcorder, but the sound quality didn&#8217;t match up. Since it records video that can be directly imported to his editing suite of choice he didn&#8217;t want to just buy a different model, so <a href="http://dl.dropbox.com/u/501983/Kalwin%20HMXT10%20MOD/connections_for_heaphones_MODKalwin_MOD/KALWIN_T10_Mod.html">he cracked it open and added an external mic input</a>.</p>
<p>As with most consumer electronics these days, the hardest part of the hack is getting the thing apart and assembling it without any damage. [Kalin] had to get down to the bare circuit board to get to the audio input connections. He soldered up some shielded extension wire to an audio jack, then made some space in the case by cutting a bit of the plastic structure before finally gluing it in place. Details are a bit scarce, but it looks like he wired up the jack along with a couple of switches. We&#8217;d wager this still lets him use the stock microphone if he doesn&#8217;t feel like hauling around extra gear.</p>
<br />Filed under: <a href='http://hackaday.com/category/digital-cameras-hacks/'>digital cameras hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/50299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/50299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/50299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/50299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/50299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/50299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/50299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/50299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/50299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/50299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/50299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/50299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/50299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/50299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=50299&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/07/26/add-external-mic-input-for-samsung-hmx-t10-videocamera/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/2011/07/samsung-hmx-t10-mic-input.png" medium="image">
			<media:title type="html">samsung-hmx-t10-mic-input</media:title>
		</media:content>
	</item>
		<item>
		<title>Experimental music iPad dock</title>
		<link>http://hackaday.com/2011/06/09/experimental-music-ipad-dock/</link>
		<comments>http://hackaday.com/2011/06/09/experimental-music-ipad-dock/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 13:07:22 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[ipod hacks]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[jacks]]></category>
		<category><![CDATA[output]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=45179</guid>
		<description><![CDATA[You can buy nice audio breakout equipment for your iPod if you don&#8217;t mind breaking the bank. This is partly because the demand is not incredibly high so commercial breakout hardware doesn&#8217;t benefit from volume discounts. But it&#8217;s also because Apple charges licensing fees for third-party accessories (often referred to as the &#8220;Apple Tax&#8221;). [Reed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=45179&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-45180" title="experimental-music-ipad-dock" src="http://hackadaycom.files.wordpress.com/2011/06/experimental-music-ipad-dock-e1307556737550.jpg" alt="" width="470" height="346" /></p>
<p>You can buy nice audio breakout equipment for your iPod if you don&#8217;t mind breaking the bank. This is partly because the demand is not incredibly high so commercial breakout hardware doesn&#8217;t benefit from volume discounts. But it&#8217;s also because Apple charges licensing fees for third-party accessories (often referred to as the &#8220;Apple Tax&#8221;). [Reed Ghazala] decided to side-step the whole situation by building his own accessory which he calls <a href="http://www.flickr.com/photos/moonbear3325/sets/72157626688587705/with/5768941165/">the iPad Audio Desk</a>.</p>
<p>It all starts with a breakout board. The <a href="http://www.sparkfun.com/products/10645">PodBreakout Mini</a> provides an easy to solder interface for the iPad, and ensures that the repetitive act of plugging and unplugging the connection doesn&#8217;t break a solder connection. From there [Reed's] enclosure finishing skills take over. The shape and curve of the aluminum sheet give the look befitting an expensive tablet device. Along the back you can see the jacks for line-in, line-out, video, mic/guitar, and headphones that make the dock useful. It wouldn&#8217;t be hard to make one&#8230; but it might be hard to make one look this great. See for yourself after the break.</p>
<p><span id="more-45179"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2011/06/09/experimental-music-ipad-dock/"><img src="http://img.youtube.com/vi/hgZer4_CKwQ/2.jpg" alt="" /></a></span></p>
<br />Filed under: <a href='http://hackaday.com/category/ipod-hacks/'>ipod hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/45179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/45179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/45179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/45179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/45179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/45179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/45179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/45179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/45179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/45179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/45179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/45179/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/45179/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/45179/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=45179&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/06/09/experimental-music-ipad-dock/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/2011/06/experimental-music-ipad-dock-e1307556737550.jpg" medium="image">
			<media:title type="html">experimental-music-ipad-dock</media:title>
		</media:content>
	</item>
		<item>
		<title>Mixed I/O testing module</title>
		<link>http://hackaday.com/2011/02/08/mixed-io-testing-module/</link>
		<comments>http://hackaday.com/2011/02/08/mixed-io-testing-module/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 19:27:08 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[arduino hacks]]></category>
		<category><![CDATA[tool hacks]]></category>
		<category><![CDATA[analog]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[potentiometer]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=34447</guid>
		<description><![CDATA[Needing to test the display interface for a multitude of different sensors [Fileark] built himself this analog and digital input/output simulator. Along the bottom is a double row of trimpots that adjust analog voltages. Each voltage is measured by the Arduino inside and its value is displayed on the graphic LCD screen to confirm that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=34447&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-34448" title="mixed-io-testing-module" src="http://hackadaycom.files.wordpress.com/2011/02/mixed-io-testing-module-e1297175609817.png" alt="" width="470" height="336" /></p>
<p>Needing to test the display interface for a multitude of different sensors [Fileark] built himself this <a href="http://filear.com/index.php/electronics/38-circuits/87-diy-io-simulator-ai-ao-do">analog and digital input/output simulator</a>. Along the bottom is a double row of trimpots that adjust analog voltages. Each voltage is measured by the Arduino inside and its value is displayed on the graphic LCD screen to confirm that the hardware you&#8217;re testing is making correct measurements. There&#8217;s also digital I/O in two different forms. To the upper left are momentary push buttons but the DIP switch bank below that allows the same connections to be toggled on and off. It&#8217;s not an automated test bed, but if you&#8217;ve got a lot of I/O, or a lot of hardware to test this will save you some real time.</p>
<p>Don&#8217;t miss the demonstration video after the break.</p>
<p><span id="more-34447"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2011/02/08/mixed-io-testing-module/"><img src="http://img.youtube.com/vi/iv0LFknD1XA/2.jpg" alt="" /></a></span></p>
<br />Filed under: <a href='http://hackaday.com/category/arduino-hacks/'>arduino hacks</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/34447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/34447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/34447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/34447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/34447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/34447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/34447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/34447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/34447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/34447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/34447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/34447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/34447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/34447/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=34447&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/02/08/mixed-io-testing-module/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/02/mixed-io-testing-module-e1297175609817.png" medium="image">
			<media:title type="html">mixed-io-testing-module</media:title>
		</media:content>
	</item>
		<item>
		<title>Vintage car audio gets MP3 input</title>
		<link>http://hackaday.com/2010/12/08/vintage-car-audio-gets-mp3-input/</link>
		<comments>http://hackaday.com/2010/12/08/vintage-car-audio-gets-mp3-input/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 16:28:57 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[digital audio hacks]]></category>
		<category><![CDATA[car stereo]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[stereo]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=31483</guid>
		<description><![CDATA[[Nali] is fixing up a 1966 Rambler Ambassador and decided to give the audio a bit of an upgrade. Instead of replacing the head unit he added a connector for audio input. The method he used is simple, inexpensive, and allows the original unit to continue functioning as a radio. He cut the feed wires [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=31483&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-31484" title="connecting-mp3-to-classic-radio" src="http://hackadaycom.files.wordpress.com/2010/12/connecting-mp3-to-classic-radio-e1291824831425.jpg" alt="" width="470" height="353" /></p>
<p>[Nali] is fixing up a 1966 Rambler Ambassador and decided to give the audio a bit of an upgrade. Instead of replacing the head unit <a href="http://theamcforum.com/forum/mp3-player-with-old-radio-one-solution_topic16338.html">he added a connector for audio input</a>. The method he used is simple, inexpensive, and allows the original unit to continue functioning as a radio. He cut the feed wires going to the volume knob and patched in a headphone jack. The jack he used has an internal switch that is meant to switch off a pair of speakers when headphones are plugged in. The jack will allow the original signal from the radio tuner to pass through whenever there isn&#8217;t a connector plugged in. It seems like this is easier on older hardware than it is <a href="http://hackaday.com/2010/08/15/more-car-audio-input-hacking/">on modern equipment</a>.</p>
<p>This isn&#8217;t where his entertainment enhancements stop. [Nali's] working on a 7&#8243; in-dash Linux machine so <a href="http://www.backyardmetalcasting.com/forums/viewtopic.php?t=5064&amp;postdays=0&amp;postorder=asc&amp;start=0">keep your eye on his thread </a>to see what he comes up with.</p>
<p>[Thanks Joel383]</p>
<br />Filed under: <a href='http://hackaday.com/category/digital-audio-hacks/'>digital audio hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/31483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/31483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/31483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/31483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/31483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/31483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/31483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/31483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/31483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/31483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/31483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/31483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/31483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/31483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=31483&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/12/08/vintage-car-audio-gets-mp3-input/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/12/connecting-mp3-to-classic-radio-e1291824831425.jpg" medium="image">
			<media:title type="html">connecting-mp3-to-classic-radio</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding an input to an old head unit</title>
		<link>http://hackaday.com/2010/08/12/adding-an-input-to-an-old-head-unit/</link>
		<comments>http://hackaday.com/2010/08/12/adding-an-input-to-an-old-head-unit/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 15:43:18 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[digital audio hacks]]></category>
		<category><![CDATA[avc-an]]></category>
		<category><![CDATA[carolla]]></category>
		<category><![CDATA[cassette]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[tape]]></category>
		<category><![CDATA[toyota]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=27084</guid>
		<description><![CDATA[Tape decks in cars? Yes, that used to be quite common before optical media took over road. [Nirav Patel's] 2004 Toyota Corolla had a deck that he used with a tape adapter in order to listen to music from his iPhone. But one day something happened and, although the adapter still worked, the cassette player started making [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=27084&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-27085" title="aux-input-on-head-unit" src="http://hackadaycom.files.wordpress.com/2010/08/aux-input-on-head-unit-e1281622466362.jpg" alt="" width="470" height="312" /></p>
<p>Tape decks in cars? Yes, that used to be quite common before optical media took over road. [Nirav Patel's] 2004 Toyota Corolla had a deck that he used with a tape adapter in order to listen to music from his iPhone. But one day something happened and, although the adapter still worked, the cassette player started making distracting noises. [Nirav] set out to quiet the noise and <a href="http://eclecti.cc/hardware/normal-people-dont-have-these-problems">install an auxiliary audio input</a> for the sound system. There were some tripping points along the way, like breaking everything and starting a small fire, but perseverance got him to his goal. Because these units are built with compatibility for things like CD changers they have a communications bus called AVC-Lan. This protocol has been <a href="http://www.softservice.com.pl/corolla/avc/avclan.php">sniffed out and documented</a>, and [Nirav] even found <a href="http://www.sigmaobjects.com/toyota/">an existing audio-input hack</a> that he based his design around. Now he&#8217;s able to plug directly into the dash and ditch the cassette adapter.</p>
<p>We&#8217;ve seen [Nirav's] work a few times before. He&#8217;s shown us <a href="http://hackaday.com/2010/05/10/fps-controller-hacks-getting-easier/">a first person shooter controller</a> and his site was a resource in our <a href="http://hackaday.com/2010/08/11/how-to-launchpad-programming-with-linux/">Launchpad programming with Linux</a> post.</p>
<p>[via <a href="http://blog.makezine.com/archive/2010/08/adding_an_auxiliary_input_to_a_2004.html">Make</a>]</p>
<br />Filed under: <a href='http://hackaday.com/category/digital-audio-hacks/'>digital audio hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/27084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/27084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/27084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/27084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/27084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/27084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/27084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/27084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/27084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/27084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/27084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/27084/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/27084/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/27084/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=27084&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/08/12/adding-an-input-to-an-old-head-unit/feed/</wfw:commentRss>
		<slash:comments>33</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/08/aux-input-on-head-unit-e1281622466362.jpg" medium="image">
			<media:title type="html">aux-input-on-head-unit</media:title>
		</media:content>
	</item>
		<item>
		<title>Mister Gloves, gesture input</title>
		<link>http://hackaday.com/2010/05/19/mister-gloves-gesture-input/</link>
		<comments>http://hackaday.com/2010/05/19/mister-gloves-gesture-input/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:05:43 +0000</pubDate>
		<dc:creator>Jakob Griffith</dc:creator>
				<category><![CDATA[handhelds hacks]]></category>
		<category><![CDATA[peripherals hacks]]></category>
		<category><![CDATA[wireless hacks]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[gesture]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[tony stark]]></category>
		<category><![CDATA[two handed]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=24156</guid>
		<description><![CDATA[This two handed glove input setup, by [Sean Chen] and [Evan Levine], is one step closer to achieving that [Tony Stark] like workstation; IE, interacting with software in 3D with simple hand gestures. Dubbed the Mister Gloves, the system incorporates accelerometer, push button, and flex sensor data over RF where an MCU converts it to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24156&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-24157" title="Everyone was wearing fingerless gloves, whoaa ooooh whoaaa. Boiled Goose." src="http://hackadaycom.files.wordpress.com/2010/05/lefthandcontroller.jpg" alt="" width="470" height="353" /></p>
<p>This <a href="http://courses.cit.cornell.edu/ee476/FinalProjects/s2010/ssc88_egl27/index.html">two handed glove input</a> setup, by [Sean Chen] and [Evan Levine], is one step closer to achieving that [<a href="http://www.google.com/search?q=iron+man&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a">Tony Stark</a>] like workstation; IE, interacting with software in 3D with simple hand gestures. Dubbed the Mister Gloves, the system incorporates accelerometer, push button, and flex sensor data over RF where an MCU converts it to a standard USB device, meaning no drivers are needed and a windows PC can recognize it as a standard keyboard and mouse. Catch a video of Mister Gloves playing portal after the jump.</p>
<p>While amazing, we&#8217;re left wondering if <a href="http://hackaday.com/2008/07/14/diy-joystick-glove/">gesture setups</a> are really viable options considering one&#8217;s arm(s) surly would get tired?<span id="more-24156"></span></p>
<span style="text-align:center; display: block;"><a href="http://hackaday.com/2010/05/19/mister-gloves-gesture-input/"><img src="http://img.youtube.com/vi/guslOmc6bbI/2.jpg" alt="" /></a></span>
<br />Filed under: <a href='http://hackaday.com/category/handhelds-hacks/'>handhelds hacks</a>, <a href='http://hackaday.com/category/peripherals-hacks/'>peripherals hacks</a>, <a href='http://hackaday.com/category/wireless-hacks/'>wireless hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/24156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/24156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/24156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/24156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/24156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/24156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/24156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/24156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/24156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/24156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/24156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/24156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/24156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/24156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24156&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/05/19/mister-gloves-gesture-input/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jakob Griffith</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/05/lefthandcontroller.jpg" medium="image">
			<media:title type="html">Everyone was wearing fingerless gloves, whoaa ooooh whoaaa. Boiled Goose.</media:title>
		</media:content>
	</item>
		<item>
		<title>What input device? Just use your arm</title>
		<link>http://hackaday.com/2010/03/31/what-input-device-just-use-your-arm/</link>
		<comments>http://hackaday.com/2010/03/31/what-input-device-just-use-your-arm/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 13:10:31 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[peripherals hacks]]></category>
		<category><![CDATA[acoustic]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[tap]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=22867</guid>
		<description><![CDATA[This one could be a game changer. [Chris Harrison] and a team of researchers are showing off a method of using your arm as an input device. An arm band worn by the user picks up acoustic signatures created by tapping on your arm with the other hand, or taping your fingers and thumb together [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22867&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-22868" title="no-mouse-just-skin" src="http://hackadaycom.files.wordpress.com/2010/03/no-mouse-just-skin.jpg" alt="" width="470" height="312" /></p>
<p>This one could be a game changer. [Chris Harrison] and a team of researchers are showing off a method of <a href="http://www.chrisharrison.net/projects/skinput/">using your arm as an input device</a>. An arm band worn by the user picks up acoustic signatures created by tapping on your arm with the other hand, or taping your fingers and thumb together on the same hand. They&#8217;re achieving accuracies in the 82-97% range but it gets even better. Take a look at the video after the break and see what they&#8217;ve done by adding a pico-projector to the arm band in order to use your arm or hand as a touch display.</p>
<p>We liked seeing the <a href="http://hackaday.com/2009/10/06/five-concept-mice-add-multi-touch-control/">concept mice</a> from October, but the future of input devices might already be attached at the elbow.</p>
<p><span id="more-22867"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2010/03/31/what-input-device-just-use-your-arm/"><img src="http://img.youtube.com/vi/g3XPUdW9Ryg/2.jpg" alt="" /></a></span></p>
<p>[Thanks Wilfite via <a href="http://news.bbc.co.uk/2/hi/technology/8587486.stm">BBC News</a>]</p>
<br />Filed under: <a href='http://hackaday.com/category/peripherals-hacks/'>peripherals hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/22867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/22867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/22867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/22867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/22867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/22867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/22867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/22867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/22867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/22867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/22867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/22867/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/22867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/22867/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22867&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/03/31/what-input-device-just-use-your-arm/feed/</wfw:commentRss>
		<slash:comments>24</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/no-mouse-just-skin.jpg" medium="image">
			<media:title type="html">no-mouse-just-skin</media:title>
		</media:content>
	</item>
		<item>
		<title>PIC based USB input devices</title>
		<link>http://hackaday.com/2010/03/21/pic-based-usb-input-devices/</link>
		<comments>http://hackaday.com/2010/03/21/pic-based-usb-input-devices/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 19:40:52 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[classic hacks]]></category>
		<category><![CDATA[18f]]></category>
		<category><![CDATA[18f4550]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[pic]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=22609</guid>
		<description><![CDATA[USB is convenient and that makes it desirable in many many projects. [Simon Inns] has the process down and is sharing it with his recent PIC based USB tutorial. Prompted by requests for help on the matter after having published a post about his Commodore 64 interface, he set out to detail the particulars when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22609&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-22621" title="usb-input-on-breadboard" src="http://hackadaycom.files.wordpress.com/2010/03/usb-input-on-breadboard.jpg" alt="" width="470" height="353" /></p>
<p>USB is convenient and that makes it desirable in many many projects. [Simon Inns] has the process down and is sharing it with his recent <a href="http://www.waitingforfriday.com/index.php/Building_a_PIC18F_USB_device">PIC based USB tutorial</a>. Prompted by requests for help on the matter after having published a post about <a href="http://hackaday.com/2010/01/23/c64-interface-for-your-computer/">his Commodore 64 interface</a>, he set out to detail the particulars when it comes to using the PIC 18F family as USB input devices. This example uses a PIC 18F4550 with the circuit built on a breadboard. There&#8217;s not much required here, an oscillator, a few passives, and a USB B connector. The magic really happens in the code. Take a look at this well-written guide and give it a try with your next project.</p>
<p>Don&#8217;t need USB? [Simon's] game hack, <a href="http://hackaday.com/2010/01/30/the-ultimatesimon/">the Ultimate Simon</a> is always worth another look too.</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/22609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/22609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/22609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/22609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/22609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/22609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/22609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/22609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/22609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/22609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/22609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/22609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/22609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/22609/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22609&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/03/21/pic-based-usb-input-devices/feed/</wfw:commentRss>
		<slash:comments>38</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/usb-input-on-breadboard.jpg" medium="image">
			<media:title type="html">usb-input-on-breadboard</media:title>
		</media:content>
	</item>
		<item>
		<title>Pranav Mistry&#8217;s cool input devices</title>
		<link>http://hackaday.com/2009/12/07/pranav-mistrys-cool-input-devices/</link>
		<comments>http://hackaday.com/2009/12/07/pranav-mistrys-cool-input-devices/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 15:07:51 +0000</pubDate>
		<dc:creator>Caleb Kraft</dc:creator>
				<category><![CDATA[pcs hacks]]></category>
		<category><![CDATA[peripherals hacks]]></category>
		<category><![CDATA[gesture]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[sixthsense]]></category>
		<category><![CDATA[ted]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=19061</guid>
		<description><![CDATA[This new video about [Pranav Mistry's] SixthSense project doesn&#8217;t bring us much that we haven&#8217;t seen before. At least, not on that project. What really caught our eye was the device he shows off at the beginning of the video. Using two old ball mice, he constructed a grip style input device. It is simple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=19061&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/PranavMistry_2009I-medium.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/PranavMistry-2009I.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=685&introDuration=16500&adDuration=4000&postAdDuration=2000&adKeys=talk=pranav_mistry_the_thrilling_potential_of_sixthsense_tec;year=2009;theme=the_creative_spark;theme=a_taste_of_tedindia;theme=new_on_ted_com;theme=tales_of_invention;theme=what_s_next_in_tech;theme=ted_under_30;theme=design_like_you_give_a_damn;event=TEDIndia+2009;&preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/PranavMistry_2009I-medium.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/PranavMistry-2009I.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=685&introDuration=16500&adDuration=4000&postAdDuration=2000&adKeys=talk=pranav_mistry_the_thrilling_potential_of_sixthsense_tec;year=2009;theme=the_creative_spark;theme=a_taste_of_tedindia;theme=new_on_ted_com;theme=tales_of_invention;theme=what_s_next_in_tech;theme=ted_under_30;theme=design_like_you_give_a_damn;event=TEDIndia+2009;"></embed></object>
<p>This new video about <a href="http://www.ted.com/talks/pranav_mistry_the_thrilling_potential_of_sixthsense_technology.html">[Pranav Mistry's] SixthSense project</a> doesn&#8217;t bring us much that <a href="http://hackaday.com/?s=sixth+sense">we haven&#8217;t seen before</a>. At least, not on that project. What really caught our eye was the device he shows off at the beginning of the video. Using two old ball mice, he constructed a grip style input device. It is simple and elegant and we can definitely see using this in future hacks. Not only is it cheap and apparently effective, it seems as though it could be constructed in a very short amount of time. all you need are the wheels that spin when the ball moves, 4 springs and some string. Why didn&#8217;t we think of that?</p>
<p>[thanks Sean]</p>
<br />Posted in pcs hacks, peripherals hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/19061/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/19061/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/19061/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/19061/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/19061/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/19061/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/19061/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/19061/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/19061/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/19061/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/19061/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/19061/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/19061/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/19061/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=19061&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2009/12/07/pranav-mistrys-cool-input-devices/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Caleb Kraft</media:title>
		</media:content>
	</item>
		<item>
		<title>Saturday afternoon robot cooking</title>
		<link>http://hackaday.com/2009/12/05/saturday-afternoon-robot-cooking/</link>
		<comments>http://hackaday.com/2009/12/05/saturday-afternoon-robot-cooking/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 22:00:07 +0000</pubDate>
		<dc:creator>Jakob Griffith</dc:creator>
				<category><![CDATA[robots hacks]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[multi touch]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=19041</guid>
		<description><![CDATA[What happens when you combine an IR tracking PS3 Eyetoy, and a high-resolution projector? If you answered multi-touch display, you&#8217;re on the right track. Add a Wii Nunchuck controlled robot, a pinch of Community Core Vision tracking software combined with Processing, and the piece de resistance, a modified Memo TUIO particle system and you get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=19041&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://hackaday.com/2009/12/05/saturday-afternoon-robot-cooking/"><img src="http://img.youtube.com/vi/_3VstJSxZlc/2.jpg" alt="" /></a></span>
<p><a href="http://www.projectallusion.com/1/post/2009/12/robot-tracking-installation.html">What happens</a> when you combine an IR tracking PS3 Eyetoy, and a high-resolution projector? If you answered multi-touch display, you&#8217;re on the right track. Add a Wii Nunchuck controlled robot, a pinch of <a href="http://ccv.nuigroup.com/">Community Core Vision</a> tracking software combined with <a href="http://processing.org/">Processing</a>, and the piece de resistance, a modified <a href="http://www.memo.tv/">Memo TUIO particle system</a> and you get the mesmerizing video above.</p>
<p>Check out <a href="http://techdesktidbits.blogspot.com/">this combination of crazy robotics</a> and more with <a href="http://www.sparkfun.com/commerce/news.php?id=311">SparkFun&#8217;s free robot hobby builders meet-up</a> on Saturday.</p>
<p>[Thanks Anon]</p>
<br />Posted in robots hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/19041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/19041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/19041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/19041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/19041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/19041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/19041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/19041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/19041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/19041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/19041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/19041/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/19041/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/19041/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=19041&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2009/12/05/saturday-afternoon-robot-cooking/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jakob Griffith</media:title>
		</media:content>
	</item>
		<item>
		<title>Extended IR input</title>
		<link>http://hackaday.com/2009/10/25/extended-ir-input/</link>
		<comments>http://hackaday.com/2009/10/25/extended-ir-input/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 20:00:27 +0000</pubDate>
		<dc:creator>Jakob Griffith</dc:creator>
				<category><![CDATA[home hacks]]></category>
		<category><![CDATA[cable box]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[ir]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=17738</guid>
		<description><![CDATA[We&#8217;re not sure why [Roteno] prefers to have his TV and cable boxes not face him when he&#8217;s sitting on the couch, but to each their own. You may already see many problems with this setup: discoloration from LCD viewing angle, difficulty playing Wii, oh and most importantly &#8211; not being able to change the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=17738&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-17739" title="4041865272_d18d60a6b0" src="http://hackadaycom.files.wordpress.com/2009/10/4041865272_d18d60a6b0.jpg" alt="4041865272_d18d60a6b0" width="470" height="353" /></p>
<p>We&#8217;re not sure why [Roteno] prefers to have his TV and cable boxes not face him when he&#8217;s sitting on the couch, <a href="http://roteno.com/?q=node%2f84">but to each their own</a>. You may already see many problems with this setup: discoloration from LCD viewing angle, difficulty playing Wii, oh and most importantly &#8211; not being able to change the channel with his IR remote. [Roteno] was lucky enough, however, to have an IR remote input on the back of his cable box. All it took was a 3.5mm jack and a spare IR receiver and he was back in business. Sure it&#8217;s not as technical as <a href="http://hackaday.com/2007/06/22/automatic-cable-modem-power-cycling/">some</a> of our cable or <a href="http://hackaday.com/2006/06/10/computer-remote-using-xbox-receiver/">IR hacks</a> and we would like to see someone try this who doesn&#8217;t have as easily accessible IR input on the back of their cable box. But either way, here&#8217;s one more step to never having to <a href="http://www.startribune.com/local/65533627.html">leave that couch</a>.</p>
<br />Posted in home hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/17738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/17738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/17738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/17738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/17738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/17738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/17738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/17738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/17738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/17738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/17738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/17738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/17738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/17738/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=17738&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2009/10/25/extended-ir-input/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jakob Griffith</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/10/4041865272_d18d60a6b0.jpg" medium="image">
			<media:title type="html">4041865272_d18d60a6b0</media:title>
		</media:content>
	</item>
		<item>
		<title>Home made rollerbar mouse</title>
		<link>http://hackaday.com/2009/10/12/home-made-rollerbar-mouse/</link>
		<comments>http://hackaday.com/2009/10/12/home-made-rollerbar-mouse/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 14:00:53 +0000</pubDate>
		<dc:creator>Caleb Kraft</dc:creator>
				<category><![CDATA[classic hacks]]></category>
		<category><![CDATA[peripherals hacks]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[rollerbar]]></category>
		<category><![CDATA[steampunk]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=17085</guid>
		<description><![CDATA[[Judyofthewoods] has hacked together this rollerbar mouse. We&#8217;ve heard people talk about these in a positive way, going on about how comfortable they are. We haven&#8217;t really experimented with one much to verify. This one looks surprisingly nice considering it is made from scrap. The image above is showing it without the cover that hides [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=17085&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-17086" title="4003919989_f0f0c6cd65 (Custom)" src="http://hackadaycom.files.wordpress.com/2009/10/4003919989_f0f0c6cd65-custom.jpg" alt="4003919989_f0f0c6cd65 (Custom)" width="470" height="465" /></p>
<p>[Judyofthewoods] has hacked together this <a href="http://www.flickr.com/photos/68888883@N00/4003919987/in/photostream/">rollerbar mouse</a>. We&#8217;ve heard people talk about these in a positive way, going on about how comfortable they are. We haven&#8217;t really experimented with one much to verify. This one looks surprisingly nice considering it is made from scrap. The image above is showing it without the cover that hides the hot glue and optical sensor. There isn&#8217;t much of a writeup, but as you can see from the picture, there isn&#8217;t much necessity for one either.  She seems to have done a great job stating that it is fairly smooth with only minor jittering.</p>
<br />Posted in classic hacks, peripherals hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/17085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/17085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/17085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/17085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/17085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/17085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/17085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/17085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/17085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/17085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/17085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/17085/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/17085/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/17085/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=17085&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2009/10/12/home-made-rollerbar-mouse/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Caleb Kraft</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/10/4003919989_f0f0c6cd65-custom.jpg" medium="image">
			<media:title type="html">4003919989_f0f0c6cd65 (Custom)</media:title>
		</media:content>
	</item>
	</channel>
</rss>
