<?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: Arduino: Reading the Maxbotix Ultrasonic Rangefinder</title>
	<atom:link href="http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/</link>
	<description>self-deprecating yet still self-promotional witty comment</description>
	<lastBuildDate>Fri, 22 Jul 2011 21:32:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: zero</title>
		<link>http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/comment-page-1/#comment-26399</link>
		<dc:creator>zero</dc:creator>
		<pubDate>Tue, 05 Apr 2011 09:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/#comment-26399</guid>
		<description>Hi,

I&#039;ve build the program above but there are some errors:

Undeclared identifier [pinMode] &amp; [OUTPUT] in expression;

I try to declared the identifier but failed. Can you help me?

Tq</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve build the program above but there are some errors:</p>
<p>Undeclared identifier [pinMode] &amp; [OUTPUT] in expression;</p>
<p>I try to declared the identifier but failed. Can you help me?</p>
<p>Tq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jet</title>
		<link>http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/comment-page-1/#comment-25926</link>
		<dc:creator>jet</dc:creator>
		<pubDate>Sun, 27 Mar 2011 17:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/#comment-25926</guid>
		<description>1 - Sorry, I don&#039;t know much about using the PIC.  Basically all we&#039;re doing is reading a value from the analog pin that is reported as an integer between 0 and 512.

2 -- Using the Serial class wouldn&#039;t be any more accurate and it would also be slower.   The sensor reports a byte between 0 and 512, it&#039;s faster to read that directly off of the analog input than it is to read it as a serial character then convert it to an int.</description>
		<content:encoded><![CDATA[<p>1 &#8211; Sorry, I don&#8217;t know much about using the PIC.  Basically all we&#8217;re doing is reading a value from the analog pin that is reported as an integer between 0 and 512.</p>
<p>2 &#8212; Using the Serial class wouldn&#8217;t be any more accurate and it would also be slower.   The sensor reports a byte between 0 and 512, it&#8217;s faster to read that directly off of the analog input than it is to read it as a serial character then convert it to an int.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amogh Gudi</title>
		<link>http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/comment-page-1/#comment-25925</link>
		<dc:creator>Amogh Gudi</dc:creator>
		<pubDate>Sun, 27 Mar 2011 16:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/#comment-25925</guid>
		<description>Any possibility you can post code for doing the same thing using the serial com pin? Would be great help. I feel that would have more accuracy. Thanks. :D</description>
		<content:encoded><![CDATA[<p>Any possibility you can post code for doing the same thing using the serial com pin? Would be great help. I feel that would have more accuracy. Thanks. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zero</title>
		<link>http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/comment-page-1/#comment-25438</link>
		<dc:creator>zero</dc:creator>
		<pubDate>Fri, 18 Mar 2011 15:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.flatline.net/journal/2007/12/02/arduino-reading-the-maxbotix-ultrasonic-rangefinder/#comment-25438</guid>
		<description>hi,

If i want to build a circuit refer to EZ1 circuit diagram, can you teach me about the c code to program PIC16F676? Is the TX supposed to be an output in this program?

Tq</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>If i want to build a circuit refer to EZ1 circuit diagram, can you teach me about the c code to program PIC16F676? Is the TX supposed to be an output in this program?</p>
<p>Tq</p>
]]></content:encoded>
	</item>
</channel>
</rss>

