<?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 for TakenApart</title>
	<atom:link href="http://takenapart.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://takenapart.com</link>
	<description>A journal of HW and SW hackery</description>
	<lastBuildDate>Wed, 23 Jun 2010 20:47:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Arduino and Asus wl520gu by Connecting Arduino to WL-520GU via Serial Port &#124; Maverick Geek</title>
		<link>http://takenapart.com/?p=3&#038;cpage=1#comment-402</link>
		<dc:creator>Connecting Arduino to WL-520GU via Serial Port &#124; Maverick Geek</dc:creator>
		<pubDate>Wed, 23 Jun 2010 20:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://takenapart.com/?p=3#comment-402</guid>
		<description>[...] I got the temp=$(grep -m 1 START /dev/tts/0) code from Tim&#8217;s blog [...]</description>
		<content:encoded><![CDATA[<p>[...] I got the temp=$(grep -m 1 START /dev/tts/0) code from Tim&#8217;s blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino and Asus wl520gu by tim</title>
		<link>http://takenapart.com/?p=3&#038;cpage=1#comment-22</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sun, 02 May 2010 21:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://takenapart.com/?p=3#comment-22</guid>
		<description>displacedtexan - I was using ser2net to configure the serial port to the correct baudrate .. it was a hack, but it also allowed for simple testing from a telnet prompt on the pc.  As for the 3.3V/5V difference, it would definitely be better to either use a 3.3V arduino or put a level-shifter between the two.  It&#039;s quite possible that I could have used a higher baud rate if I had resolved that difference, but in it&#039;s current state it works just fine.</description>
		<content:encoded><![CDATA[<p>displacedtexan &#8211; I was using ser2net to configure the serial port to the correct baudrate .. it was a hack, but it also allowed for simple testing from a telnet prompt on the pc.  As for the 3.3V/5V difference, it would definitely be better to either use a 3.3V arduino or put a level-shifter between the two.  It&#8217;s quite possible that I could have used a higher baud rate if I had resolved that difference, but in it&#8217;s current state it works just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino and Asus wl520gu by tim</title>
		<link>http://takenapart.com/?p=3&#038;cpage=1#comment-21</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sun, 02 May 2010 21:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://takenapart.com/?p=3#comment-21</guid>
		<description>Hey Marcus, I had thought about trying that myself, but I never actually looked into how the programming worked.  For my eventual purposes it won&#039;t be that big of a deal to have to program via USB, but it would definitely be more convenient to program via the wireless.</description>
		<content:encoded><![CDATA[<p>Hey Marcus, I had thought about trying that myself, but I never actually looked into how the programming worked.  For my eventual purposes it won&#8217;t be that big of a deal to have to program via USB, but it would definitely be more convenient to program via the wireless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino and Asus wl520gu by Marcus Porter</title>
		<link>http://takenapart.com/?p=3&#038;cpage=1#comment-20</link>
		<dc:creator>Marcus Porter</dc:creator>
		<pubDate>Sun, 02 May 2010 19:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://takenapart.com/?p=3#comment-20</guid>
		<description>Have you actually been able to use the arduino IDE or avrdude to program the arduino with the set2net exposed serial port?

I&#039;m doing something similar and have been able to talk to the arduino via a windows virtual serial port driver, but have been unable to actually program it, possibly due to the DTR pulsing that the bootloader wants.

I would like to eventually be able to reprogram the arduino&#039;s remotely.</description>
		<content:encoded><![CDATA[<p>Have you actually been able to use the arduino IDE or avrdude to program the arduino with the set2net exposed serial port?</p>
<p>I&#8217;m doing something similar and have been able to talk to the arduino via a windows virtual serial port driver, but have been unable to actually program it, possibly due to the DTR pulsing that the bootloader wants.</p>
<p>I would like to eventually be able to reprogram the arduino&#8217;s remotely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino and Asus wl520gu by displacedtexan</title>
		<link>http://takenapart.com/?p=3&#038;cpage=1#comment-12</link>
		<dc:creator>displacedtexan</dc:creator>
		<pubDate>Thu, 01 Apr 2010 16:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://takenapart.com/?p=3#comment-12</guid>
		<description>Thanks so much!  I have wanted to do something very similar with my arduino and 520gu.  I was stuck on how to get serial info from my arduino using a shell script.  Your temp=$(grep -m 1 TEMPF /dev/tts/0 &#124; cut -d : -f 2) code was perfect.

Two quick questions... you install ser2net, but I don&#039;t think you ever used it... is that correct?

Also, the 520gu serial is at 3.3v and the arduino is 5v.  Do you foresee problems with that setup?

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks so much!  I have wanted to do something very similar with my arduino and 520gu.  I was stuck on how to get serial info from my arduino using a shell script.  Your temp=$(grep -m 1 TEMPF /dev/tts/0 | cut -d : -f 2) code was perfect.</p>
<p>Two quick questions&#8230; you install ser2net, but I don&#8217;t think you ever used it&#8230; is that correct?</p>
<p>Also, the 520gu serial is at 3.3v and the arduino is 5v.  Do you foresee problems with that setup?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino and Asus wl520gu by tim</title>
		<link>http://takenapart.com/?p=3&#038;cpage=1#comment-3</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Wed, 27 Jan 2010 17:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://takenapart.com/?p=3#comment-3</guid>
		<description>The arduino is an arduino duemilanove and the TX and RX from the router were connected directly to digital pins 0 &amp; 1.   Although I don&#039;t see that I stated it explicitly, I haven&#039;t had time to find a way to configure the serial at boot (actually haven&#039;t done more than look at the output since making this post) .. currently it takes a telnet to the ser2net port after a reboot before the port is configured correctly to use any of the scripts.</description>
		<content:encoded><![CDATA[<p>The arduino is an arduino duemilanove and the TX and RX from the router were connected directly to digital pins 0 &#038; 1.   Although I don&#8217;t see that I stated it explicitly, I haven&#8217;t had time to find a way to configure the serial at boot (actually haven&#8217;t done more than look at the output since making this post) .. currently it takes a telnet to the ser2net port after a reboot before the port is configured correctly to use any of the scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino and Asus wl520gu by Adam</title>
		<link>http://takenapart.com/?p=3&#038;cpage=1#comment-2</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://takenapart.com/?p=3#comment-2</guid>
		<description>I&#039;m curious. Which model of the arduino are you using? And when you say that you connected the TX and RX from the router to the arduino, did you connect it directly to the USB port on the Arduino, or did you use some of the digital pins on the arduino? It&#039;s kind of hard to infer from the picture because the shield is in the way.</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious. Which model of the arduino are you using? And when you say that you connected the TX and RX from the router to the arduino, did you connect it directly to the USB port on the Arduino, or did you use some of the digital pins on the arduino? It&#8217;s kind of hard to infer from the picture because the shield is in the way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
