<?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: EOPD &#8211; How to measure distance</title>
	<atom:link href="http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/</link>
	<description>All about HiTechnic products and projects</description>
	<lastBuildDate>Sat, 08 Dec 2012 17:18:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gus</title>
		<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/comment-page-1/#comment-2588</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Tue, 08 Nov 2011 16:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.hitechnic.com/blog/?p=178#comment-2588</guid>
		<description>You can&#039;t use the EOPD sensor to measure distance as easily as the Ultrasonic sensor so I&#039;m not sure if a driver or an NXT-G block will be the solution.  If you are programming in NXT-G, then you really only need one math block together with the EOPD block to estimate distance.  Put the math block after the EOPD block and pass in the Processed value from the EOPD block to the B input on the math block.  Now set the math block to divide and put a constant in the A field.  The amount of the constant will depend on the surface you are measure distance to so it will require some experimenting.  Start with something like 1000 and see what you get.  Write a program that displays this result on the NXT screen so you can easily see what you get for different distances.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t use the EOPD sensor to measure distance as easily as the Ultrasonic sensor so I&#8217;m not sure if a driver or an NXT-G block will be the solution.  If you are programming in NXT-G, then you really only need one math block together with the EOPD block to estimate distance.  Put the math block after the EOPD block and pass in the Processed value from the EOPD block to the B input on the math block.  Now set the math block to divide and put a constant in the A field.  The amount of the constant will depend on the surface you are measure distance to so it will require some experimenting.  Start with something like 1000 and see what you get.  Write a program that displays this result on the NXT screen so you can easily see what you get for different distances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GSRobo</title>
		<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/comment-page-1/#comment-2587</link>
		<dc:creator>GSRobo</dc:creator>
		<pubDate>Tue, 08 Nov 2011 15:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hitechnic.com/blog/?p=178#comment-2587</guid>
		<description>Hi I&#039;ve got a problem because I dont Understand this programm. Can you make a Library so I can use it like a Ultrasonic Sensor ! Please
Love this sensors, they are better than these other seonsors from LEGO NXT. But what if i cant use them because im a Big idiot!
Thanks if you help me !

LG GSRobo</description>
		<content:encoded><![CDATA[<p>Hi I&#8217;ve got a problem because I dont Understand this programm. Can you make a Library so I can use it like a Ultrasonic Sensor ! Please<br />
Love this sensors, they are better than these other seonsors from LEGO NXT. But what if i cant use them because im a Big idiot!<br />
Thanks if you help me !</p>
<p>LG GSRobo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/comment-page-1/#comment-2042</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Sat, 12 Mar 2011 15:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.hitechnic.com/blog/?p=178#comment-2042</guid>
		<description>Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gus</title>
		<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/comment-page-1/#comment-2041</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Sat, 12 Mar 2011 14:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hitechnic.com/blog/?p=178#comment-2041</guid>
		<description>Your NXT does support the latest LEGO firmware.  You can download from here:
&lt;a href=&quot;http://mindstorms.lego.com/en-us/support/files/default.aspx#Firmware&quot; rel=&quot;nofollow&quot;&gt;Mindstorms.LEGO.com &lt;/a&gt;
You can use either the LEGO Mindstorms software or something like BricxCC to download the firmware to your NXT.

Even though this firmware supports floating point math, the LEGO Mindstorms 1.0 software does not.  To use floating point math in your program you will either need to upgrade to the 2.0 LEGO Mindstorms software or switch to NXC.</description>
		<content:encoded><![CDATA[<p>Your NXT does support the latest LEGO firmware.  You can download from here:<br />
<a href="http://mindstorms.lego.com/en-us/support/files/default.aspx#Firmware" rel="nofollow">Mindstorms.LEGO.com </a><br />
You can use either the LEGO Mindstorms software or something like BricxCC to download the firmware to your NXT.</p>
<p>Even though this firmware supports floating point math, the LEGO Mindstorms 1.0 software does not.  To use floating point math in your program you will either need to upgrade to the 2.0 LEGO Mindstorms software or switch to NXC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/comment-page-1/#comment-2039</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Sat, 12 Mar 2011 10:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hitechnic.com/blog/?p=178#comment-2039</guid>
		<description>Hi! I have NXT with firmware 1.05, how  I can use float type in it? The firmware 1.29 isn&#039;t work in my brick..
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi! I have NXT with firmware 1.05, how  I can use float type in it? The firmware 1.29 isn&#8217;t work in my brick..<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steffan</title>
		<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/comment-page-1/#comment-519</link>
		<dc:creator>steffan</dc:creator>
		<pubDate>Fri, 25 Jun 2010 19:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hitechnic.com/blog/?p=178#comment-519</guid>
		<description>ya just figured that out. before i downloaded the sensor block it kept showing up as a my block sorry.</description>
		<content:encoded><![CDATA[<p>ya just figured that out. before i downloaded the sensor block it kept showing up as a my block sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gus</title>
		<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/comment-page-1/#comment-517</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Fri, 25 Jun 2010 17:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hitechnic.com/blog/?p=178#comment-517</guid>
		<description>Steffan, that is not a MyBlock.  You need to download and install the EOPD sensor block from the HiTechnic downloads page.   The EOPD sensor block gives you the processed as well as the raw output and lets you set the range.</description>
		<content:encoded><![CDATA[<p>Steffan, that is not a MyBlock.  You need to download and install the EOPD sensor block from the HiTechnic downloads page.   The EOPD sensor block gives you the processed as well as the raw output and lets you set the range.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steffan</title>
		<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/comment-page-1/#comment-516</link>
		<dc:creator>steffan</dc:creator>
		<pubDate>Fri, 25 Jun 2010 17:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hitechnic.com/blog/?p=178#comment-516</guid>
		<description>I think i understand how the sensor works but im not sure how exaclty to program the EOPD sensor block that will allow me to use the sensor. I see in your programs you have the myblock but i would like to learn how to program it myself. it would be great if you could help.</description>
		<content:encoded><![CDATA[<p>I think i understand how the sensor works but im not sure how exaclty to program the EOPD sensor block that will allow me to use the sensor. I see in your programs you have the myblock but i would like to learn how to program it myself. it would be great if you could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Measuring Distance With the EOPD &#171; I&#39;d Rather Be Building Robots</title>
		<link>http://www.hitechnic.com/blog/eopd-sensor/eopd-how-to-measure-distance/comment-page-1/#comment-293</link>
		<dc:creator>Measuring Distance With the EOPD &#171; I&#39;d Rather Be Building Robots</dc:creator>
		<pubDate>Fri, 30 Apr 2010 17:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hitechnic.com/blog/?p=178#comment-293</guid>
		<description>[...] Filed under: Uncategorized &#8212; Xander @ 18:51   Gus Jansson of HiTechnic has written a nice article on how to use the HiTechnic EOPD sensor as a distance measuring [...]</description>
		<content:encoded><![CDATA[<p>[...] Filed under: Uncategorized &#8212; Xander @ 18:51   Gus Jansson of HiTechnic has written a nice article on how to use the HiTechnic EOPD sensor as a distance measuring [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
