<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: Finally, a keyboard for the iPhone</title>
	<atom:link href="http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:35:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Facebook Developer</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-142476</link>
		<dc:creator><![CDATA[Facebook Developer]]></dc:creator>
		<pubDate>Sat, 15 May 2010 17:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-142476</guid>
		<description><![CDATA[Now iphone users can also use the keyboard. But i wanna know that is this keyboard is portable?]]></description>
		<content:encoded><![CDATA[<p>Now iphone users can also use the keyboard. But i wanna know that is this keyboard is portable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yonsje</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-111382</link>
		<dc:creator><![CDATA[yonsje]]></dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-111382</guid>
		<description><![CDATA[Hi,
I&#039;ve been trying to get TouchClient.c to compile on my ipod but so far no succes, when i type &quot;gcc -static-libgcc -o TouchClient TouchClient.c -lvncclient &quot;
I get:
&quot;ld: library not found for -lSystem
collect2: ld returned 1 exit status&quot;
Does anyone know how to fix this?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve been trying to get TouchClient.c to compile on my ipod but so far no succes, when i type &#8220;gcc -static-libgcc -o TouchClient TouchClient.c -lvncclient &#8221;<br />
I get:<br />
&#8220;ld: library not found for -lSystem<br />
collect2: ld returned 1 exit status&#8221;<br />
Does anyone know how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Facebook App Developers</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-102319</link>
		<dc:creator><![CDATA[Facebook App Developers]]></dc:creator>
		<pubDate>Mon, 19 Oct 2009 12:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-102319</guid>
		<description><![CDATA[It&#039;s amazing. Now iphone users can also use the keyboard. But i wanna know that is this keyboard is portable?]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s amazing. Now iphone users can also use the keyboard. But i wanna know that is this keyboard is portable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-102084</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Sun, 18 Oct 2009 16:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-102084</guid>
		<description><![CDATA[Seems like a lot of hard work went into this project.  I hacked together a keyboard using the same VNC method last year, but the wiring was much simpler.]]></description>
		<content:encoded><![CDATA[<p>Seems like a lot of hard work went into this project.  I hacked together a keyboard using the same VNC method last year, but the wiring was much simpler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reboots</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101647</link>
		<dc:creator><![CDATA[reboots]]></dc:creator>
		<pubDate>Fri, 16 Oct 2009 02:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101647</guid>
		<description><![CDATA[Have a look at Atmel&#039;s appnote AVR313: Interfacing the PC AT Keyboard.

http://www.atmel.com/dyn/resources/prod_documents/DOC1235.PDF

This was published in 2002 and includes full C source code for an AT keyboard-to-serial interface. Integrating an AVR and mini-din socket within the space of an iPhone connector shell is an exercise for the astute reader. It shouldn&#039;t be too hard.

When all you have is an Arduino, the solution to every problem is doomed to be a $30+ rat&#039;s nest.

For those of you interested in implementing this at home, there may be a better solution than either the Arduino or the bare AVR. Most PDAs manufactured in the past 10 years had various aftermarket keyboards available; you can find them for pocket change on the used market since the PDAs are obsolete. Most of these keyboards (Palm Pilot, Compaq IPAQ) use a simple serial interface which should connect directly to the iPhone&#039;s serial lines. Here&#039;s one guy&#039;s project to get you started:

http://www.splorp.com/newton/stowaway/

Better jump on it before Apple releases Bluetooth HID and takes all the fun out of the hack.]]></description>
		<content:encoded><![CDATA[<p>Have a look at Atmel&#8217;s appnote AVR313: Interfacing the PC AT Keyboard.</p>
<p><a href="http://www.atmel.com/dyn/resources/prod_documents/DOC1235.PDF" rel="nofollow">http://www.atmel.com/dyn/resources/prod_documents/DOC1235.PDF</a></p>
<p>This was published in 2002 and includes full C source code for an AT keyboard-to-serial interface. Integrating an AVR and mini-din socket within the space of an iPhone connector shell is an exercise for the astute reader. It shouldn&#8217;t be too hard.</p>
<p>When all you have is an Arduino, the solution to every problem is doomed to be a $30+ rat&#8217;s nest.</p>
<p>For those of you interested in implementing this at home, there may be a better solution than either the Arduino or the bare AVR. Most PDAs manufactured in the past 10 years had various aftermarket keyboards available; you can find them for pocket change on the used market since the PDAs are obsolete. Most of these keyboards (Palm Pilot, Compaq IPAQ) use a simple serial interface which should connect directly to the iPhone&#8217;s serial lines. Here&#8217;s one guy&#8217;s project to get you started:</p>
<p><a href="http://www.splorp.com/newton/stowaway/" rel="nofollow">http://www.splorp.com/newton/stowaway/</a></p>
<p>Better jump on it before Apple releases Bluetooth HID and takes all the fun out of the hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tripp</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101635</link>
		<dc:creator><![CDATA[tripp]]></dc:creator>
		<pubDate>Fri, 16 Oct 2009 01:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101635</guid>
		<description><![CDATA[Well I can&#039;t really use a bluetooth keyboard in my case since I have a first gen itouch, which lacks bluetooth &gt;.&lt;]]></description>
		<content:encoded><![CDATA[<p>Well I can&#8217;t really use a bluetooth keyboard in my case since I have a first gen itouch, which lacks bluetooth &gt;.&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cptfalcon</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101547</link>
		<dc:creator><![CDATA[cptfalcon]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 18:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101547</guid>
		<description><![CDATA[@Hackius: closed source can be part of the fun, if you enjoy RE :)]]></description>
		<content:encoded><![CDATA[<p>@Hackius: closed source can be part of the fun, if you enjoy RE :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mj</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101513</link>
		<dc:creator><![CDATA[mj]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 16:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101513</guid>
		<description><![CDATA[@Laurencium Needs an upgrade to the Atmel 328 &#039;DD&#039; if you ask me]]></description>
		<content:encoded><![CDATA[<p>@Laurencium Needs an upgrade to the Atmel 328 &#8216;DD&#8217; if you ask me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arkenklo</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101504</link>
		<dc:creator><![CDATA[Arkenklo]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101504</guid>
		<description><![CDATA[Why not just use one of those tiny bluetooth keyboards?

Oh wait... Nevermind.]]></description>
		<content:encoded><![CDATA[<p>Why not just use one of those tiny bluetooth keyboards?</p>
<p>Oh wait&#8230; Nevermind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurencium</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101501</link>
		<dc:creator><![CDATA[Laurencium]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101501</guid>
		<description><![CDATA[Heres an arduino use we can all agree is good

http://imagebin.org/67911]]></description>
		<content:encoded><![CDATA[<p>Heres an arduino use we can all agree is good</p>
<p><a href="http://imagebin.org/67911" rel="nofollow">http://imagebin.org/67911</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101487</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 14:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101487</guid>
		<description><![CDATA[It doesn&#039;t look pretty, or portable, but it works (and documented nicely).  It&#039;s up to you to make a custom PCB and make it all-in-one and smaller.]]></description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t look pretty, or portable, but it works (and documented nicely).  It&#8217;s up to you to make a custom PCB and make it all-in-one and smaller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff-o</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101485</link>
		<dc:creator><![CDATA[jeff-o]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 14:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101485</guid>
		<description><![CDATA[@mj:  Yep, shouldn&#039;t be too hard to remove the ATMega from its arduino board and place it onto its own board along with the Sparkfun iPhone interface board, then shove it all inside the body of the keyboard.]]></description>
		<content:encoded><![CDATA[<p>@mj:  Yep, shouldn&#8217;t be too hard to remove the ATMega from its arduino board and place it onto its own board along with the Sparkfun iPhone interface board, then shove it all inside the body of the keyboard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nave.notnilc</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101479</link>
		<dc:creator><![CDATA[nave.notnilc]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101479</guid>
		<description><![CDATA[@Beavis
only since the great influx of idiots]]></description>
		<content:encoded><![CDATA[<p>@Beavis<br />
only since the great influx of idiots</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beavis</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101470</link>
		<dc:creator><![CDATA[Beavis]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 12:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101470</guid>
		<description><![CDATA[How is this a hack?  Sorry, I thought it was tradition to say that to every post on this blog.]]></description>
		<content:encoded><![CDATA[<p>How is this a hack?  Sorry, I thought it was tradition to say that to every post on this blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iphone applications</title>
		<link>http://hackaday.com/2009/10/14/finally-a-keyboard-for-the-iphone/comment-page-1/#comment-101463</link>
		<dc:creator><![CDATA[iphone applications]]></dc:creator>
		<pubDate>Thu, 15 Oct 2009 11:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=17283#comment-101463</guid>
		<description><![CDATA[wowow this is grate NEWS]]></description>
		<content:encoded><![CDATA[<p>wowow this is grate NEWS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

