<?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/"
		>
<channel>
	<title>Comments on: Dorkbot DC: Arduino, Meet Fonera</title>
	<atom:link href="http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 09 Mar 2010 02:28:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1205</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 06 May 2009 04:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1205</guid>
		<description>An update for interested parties: I&#039;ve made some significant progress on getting python running on the Fonera, which opens up a lot of possibilities for the platform.  You can find details &lt;a href=&quot;http://www.manifestdensity.net/2009/05/05/python_on_the_fonera/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.
</description>
		<content:encoded><![CDATA[<p>An update for interested parties: I&#8217;ve made some significant progress on getting python running on the Fonera, which opens up a lot of possibilities for the platform.  You can find details <a href="http://www.manifestdensity.net/2009/05/05/python_on_the_fonera/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1204</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 15 Apr 2009 13:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1204</guid>
		<description>That&#039;s extremely helpful!  I didn&#039;t realize (but probably should have) that the serial console is hooked directly into the shell.  That makes a lot of sense, and will make my app much easier -- I want to trigger actions on the Fonera, but figuring out how to monitor the serial port in a  non-blocking way using only shell commands (since getting a proper scripting language onto the relatively meager Fonera is difficult) was looking to be tricky.
</description>
		<content:encoded><![CDATA[<p>That&#8217;s extremely helpful!  I didn&#8217;t realize (but probably should have) that the serial console is hooked directly into the shell.  That makes a lot of sense, and will make my app much easier &#8212; I want to trigger actions on the Fonera, but figuring out how to monitor the serial port in a  non-blocking way using only shell commands (since getting a proper scripting language onto the relatively meager Fonera is difficult) was looking to be tricky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: binnary</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1203</link>
		<dc:creator>binnary</dc:creator>
		<pubDate>Wed, 15 Apr 2009 09:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1203</guid>
		<description>Tom: I have successfully get the TX/RX communication working from the arduino to the fonera. The problem was in the arduino&#039;s code.
You can find more info in the last comment of icarus75 of this url, for the modifications you may do in the /etc/inittab of the openWRT: &lt;a href=&quot;http://www.jokamajo.org/content/fonduino#comment-14&quot; rel=&quot;nofollow&quot;&gt;http://www.jokamajo.org/content/fonduino#comment-14&lt;/a&gt;
And doing so, you only have to send a Serial.println(&quot;hello&quot;); to the fonera while you are catching the /dev/ttyS0 (for example with a &quot;cat /dev/ttyS0).
As simply as that. Hope this helps! ;)
</description>
		<content:encoded><![CDATA[<p>Tom: I have successfully get the TX/RX communication working from the arduino to the fonera. The problem was in the arduino&#8217;s code.<br />
You can find more info in the last comment of icarus75 of this url, for the modifications you may do in the /etc/inittab of the openWRT: <a href="http://www.jokamajo.org/content/fonduino#comment-14" rel="nofollow">http://www.jokamajo.org/content/fonduino#comment-14</a><br />
And doing so, you only have to send a Serial.println(&#8220;hello&#8221;); to the fonera while you are catching the /dev/ttyS0 (for example with a &#8220;cat /dev/ttyS0).<br />
As simply as that. Hope this helps! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1202</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 15 Apr 2009 00:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1202</guid>
		<description>binnary: nope, I haven&#039;t done that yet, although my next project will require it.  I&#039;ll keep you posted -- and please do post here if you figure it out first.
</description>
		<content:encoded><![CDATA[<p>binnary: nope, I haven&#8217;t done that yet, although my next project will require it.  I&#8217;ll keep you posted &#8212; and please do post here if you figure it out first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: binnary</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1201</link>
		<dc:creator>binnary</dc:creator>
		<pubDate>Tue, 14 Apr 2009 22:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1201</guid>
		<description>Have you tried to send something form the arduino to the fonera? I&#039;m using OpenWRT and I can only get 1 way serial comunication, from the fonera to the arduino.
Has anyone achieve this?
Thanks in advance!
binnary
</description>
		<content:encoded><![CDATA[<p>Have you tried to send something form the arduino to the fonera? I&#8217;m using OpenWRT and I can only get 1 way serial comunication, from the fonera to the arduino.<br />
Has anyone achieve this?<br />
Thanks in advance!<br />
binnary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1200</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 06 Mar 2009 21:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1200</guid>
		<description>Actually, I haven&#039;t. Hmm. At any rate it seems to work.
</description>
		<content:encoded><![CDATA[<p>Actually, I haven&#8217;t. Hmm. At any rate it seems to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zoobab</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1199</link>
		<dc:creator>zoobab</dc:creator>
		<pubDate>Fri, 06 Mar 2009 21:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1199</guid>
		<description>Have you used a MAx3232 for the serial communication between the Arduino (5V) and the Fonera (3.3V)?
</description>
		<content:encoded><![CDATA[<p>Have you used a MAx3232 for the serial communication between the Arduino (5V) and the Fonera (3.3V)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordi - FON</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1198</link>
		<dc:creator>Jordi - FON</dc:creator>
		<pubDate>Tue, 09 Dec 2008 15:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1198</guid>
		<description>I came here from your comment at Jokamajo site, awesome that Fonera is useful for your dev investigation too and thanks for supporting the FON community initiative on your audio file! ;) Again let us know if you need further help and check out the Fonera 2.0 with USB at fon.com , it may bring some cool ideas for you to do.
Cheers,
Jordi - FON
</description>
		<content:encoded><![CDATA[<p>I came here from your comment at Jokamajo site, awesome that Fonera is useful for your dev investigation too and thanks for supporting the FON community initiative on your audio file! ;) Again let us know if you need further help and check out the Fonera 2.0 with USB at fon.com , it may bring some cool ideas for you to do.<br />
Cheers,<br />
Jordi &#8211; FON</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1197</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 27 Mar 2008 17:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1197</guid>
		<description>Interesting! Thanks for posting the link -- I&#039;ve wanted to mess around with Mobile Processing for a while, but it had slipped my mind.  Your project makes it seem really doable.
</description>
		<content:encoded><![CDATA[<p>Interesting! Thanks for posting the link &#8212; I&#8217;ve wanted to mess around with Mobile Processing for a while, but it had slipped my mind.  Your project makes it seem really doable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: five.b.oh</title>
		<link>http://www.manifestdensity.net/2008/03/26/dorkbot-dc-arduino-meet-fonera/comment-page-1/#comment-1196</link>
		<dc:creator>five.b.oh</dc:creator>
		<pubDate>Thu, 27 Mar 2008 16:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1:8888/?p=507#comment-1196</guid>
		<description>That is really cool. Thanks for making these available. . . and so quickly.
Amazing what a bit of code on the right hardware can do for your budget.
I did a similar thing (albeit on a much smaller scale) using a motorola phone and mobile.processing - no wifi just gprs. check it out.
&lt;a href=&quot;http://five.b.oh.googlepages.com/&quot; rel=&quot;nofollow&quot;&gt;http://five.b.oh.googlepages.com/&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>That is really cool. Thanks for making these available. . . and so quickly.<br />
Amazing what a bit of code on the right hardware can do for your budget.<br />
I did a similar thing (albeit on a much smaller scale) using a motorola phone and mobile.processing &#8211; no wifi just gprs. check it out.<br />
<a href="http://five.b.oh.googlepages.com/" rel="nofollow">http://five.b.oh.googlepages.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
