<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Beacon Locating Robot &#8211; Powered by Arduino and IR Transceiver</title>
	<atom:link href="http://www.robotishappy.com/2009/12/beacon-locating-robot-powered-by-arduino-and-ir-transceiver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robotishappy.com/2009/12/beacon-locating-robot-powered-by-arduino-and-ir-transceiver/</link>
	<description>creating our robot overlords one day at a time</description>
	<lastBuildDate>Sat, 07 Aug 2010 00:23:48 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christopher Hazlett</title>
		<link>http://www.robotishappy.com/2009/12/beacon-locating-robot-powered-by-arduino-and-ir-transceiver/comment-page-1/#comment-322</link>
		<dc:creator>Christopher Hazlett</dc:creator>
		<pubDate>Sat, 07 Aug 2010 00:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robotishappy.com/?p=414#comment-322</guid>
		<description>@Guillaume

The robot looks great.  Sorry I haven&#039;t been monitoring comments as of late, but I&#039;m finally getting back to work on electronics experimentation and I&#039;m working on some posts.  I have unboxed everything and have set up a great workbench with all my parts and what not.

The robots look really nice.  Are you writing up your project experience anywhere, or would you like to? Send me an email: chris at robotishappy.com.

- Chris</description>
		<content:encoded><![CDATA[<p>@Guillaume</p>
<p>The robot looks great.  Sorry I haven&#8217;t been monitoring comments as of late, but I&#8217;m finally getting back to work on electronics experimentation and I&#8217;m working on some posts.  I have unboxed everything and have set up a great workbench with all my parts and what not.</p>
<p>The robots look really nice.  Are you writing up your project experience anywhere, or would you like to? Send me an email: chris at robotishappy.com.</p>
<p>- Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.robotishappy.com/2009/12/beacon-locating-robot-powered-by-arduino-and-ir-transceiver/comment-page-1/#comment-239</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Thu, 22 Jul 2010 13:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.robotishappy.com/?p=414#comment-239</guid>
		<description>by the way, here is a video you can see the robot motion. it is not so fluid right now so I have to make to code better.

http://www.youtube.com/watch?v=t3XzdJa_PiA

Guillaume</description>
		<content:encoded><![CDATA[<p>by the way, here is a video you can see the robot motion. it is not so fluid right now so I have to make to code better.</p>
<p><a href="http://www.youtube.com/watch?v=t3XzdJa_PiA" rel="nofollow">http://www.youtube.com/watch?v=t3XzdJa_PiA</a></p>
<p>Guillaume</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.robotishappy.com/2009/12/beacon-locating-robot-powered-by-arduino-and-ir-transceiver/comment-page-1/#comment-197</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Fri, 16 Jul 2010 11:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robotishappy.com/?p=414#comment-197</guid>
		<description>Hi Chris

Thanks for the reply.

I received my Pololu beacon pair last month and I could test it on my robot. The range of the IR beacon is really impressive and much better than the 20&quot; feet announced on the website.

Anyway I have implemented the beacon on my robot but I just get the orientation of the other beacon (North, East, South and West), no way to get the distance between the 2 devices. So I will have to trust the US sensor to avoid the collision with the leader.

I design just a simple algorithm (not C code) for the ATOM-pro PIC (my robot&#039;s controller). And the first observation are that it can reach the other beacon --&gt; that is a win =)

What about you ? Have you made some progress on your project or it is still boxed up ?

Byebye

Guillaume</description>
		<content:encoded><![CDATA[<p>Hi Chris</p>
<p>Thanks for the reply.</p>
<p>I received my Pololu beacon pair last month and I could test it on my robot. The range of the IR beacon is really impressive and much better than the 20&#8243; feet announced on the website.</p>
<p>Anyway I have implemented the beacon on my robot but I just get the orientation of the other beacon (North, East, South and West), no way to get the distance between the 2 devices. So I will have to trust the US sensor to avoid the collision with the leader.</p>
<p>I design just a simple algorithm (not C code) for the ATOM-pro PIC (my robot&#8217;s controller). And the first observation are that it can reach the other beacon &#8211;&gt; that is a win =)</p>
<p>What about you ? Have you made some progress on your project or it is still boxed up ?</p>
<p>Byebye</p>
<p>Guillaume</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Hazlett</title>
		<link>http://www.robotishappy.com/2009/12/beacon-locating-robot-powered-by-arduino-and-ir-transceiver/comment-page-1/#comment-135</link>
		<dc:creator>Christopher Hazlett</dc:creator>
		<pubDate>Wed, 09 Jun 2010 18:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robotishappy.com/?p=414#comment-135</guid>
		<description>@Guillame

The voltage seemed like enough.  I could get at least 25 feet away from the base and the robot would find it just fine.  For me it was just that operating the motors, arduino and ir beacons was more than one 9v power supply could handle.

I&#039;m not sure about distance.  I found that It was easier to determine direction than distance in this project.  However, determining distance wasn&#039;t my goal.  With some experimentation, I think it&#039;s possible, but you may need to check on the Pololu forums to see how others achieved it. I would hook up my robots and run a few tests, but everything is boxed up (I just recently moved) and I was rolling my own motor shield before I moved (which wasn&#039;t working quite right).

Good luck. Let me know how you fair.

- Chris

[WORDPRESS HASHCASH] The poster sent us &#039;0 which is not a hashcash value.</description>
		<content:encoded><![CDATA[<p>@Guillame</p>
<p>The voltage seemed like enough.  I could get at least 25 feet away from the base and the robot would find it just fine.  For me it was just that operating the motors, arduino and ir beacons was more than one 9v power supply could handle.</p>
<p>I&#8217;m not sure about distance.  I found that It was easier to determine direction than distance in this project.  However, determining distance wasn&#8217;t my goal.  With some experimentation, I think it&#8217;s possible, but you may need to check on the Pololu forums to see how others achieved it. I would hook up my robots and run a few tests, but everything is boxed up (I just recently moved) and I was rolling my own motor shield before I moved (which wasn&#8217;t working quite right).</p>
<p>Good luck. Let me know how you fair.</p>
<p>- Chris</p>
<p>[WORDPRESS HASHCASH] The poster sent us &#8216;0 which is not a hashcash value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.robotishappy.com/2009/12/beacon-locating-robot-powered-by-arduino-and-ir-transceiver/comment-page-1/#comment-133</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Fri, 04 Jun 2010 15:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robotishappy.com/?p=414#comment-133</guid>
		<description>Hi Chris,

I&#039;m doing an MSc and my thesis is about path following. I just bought the Pololu Beacon (hopefully i&#039;ll receive it next week) to achieve a path following algorithm. I&#039;m going to implement the first beacon on a RC car (Leader) and the second one on an autonomous robot (Follower).

I saw that you used a 9v battery for the IR beacon, is that enough ? I mean the Voltage range is 6-16V and maybe the IR signal range could be higher if we use 15V battery, what do you think about ? 

Another question: the IR beacon gives the direction of the leader (+- 25°) right, but what about the range of the IR LEDs and sensor. I mean is it possible to determine the distance between the two beacon just from the output signal of the IR sensor ? Is there any kind of signal proportionality from the distance ?

I am asking this because I would like to try to implement a fuzzy logic controller with the bearing/distance as input and velocity/angular velocity as output.

Thanks and good job by the way =)

Guillaume</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I&#8217;m doing an MSc and my thesis is about path following. I just bought the Pololu Beacon (hopefully i&#8217;ll receive it next week) to achieve a path following algorithm. I&#8217;m going to implement the first beacon on a RC car (Leader) and the second one on an autonomous robot (Follower).</p>
<p>I saw that you used a 9v battery for the IR beacon, is that enough ? I mean the Voltage range is 6-16V and maybe the IR signal range could be higher if we use 15V battery, what do you think about ? </p>
<p>Another question: the IR beacon gives the direction of the leader (+- 25°) right, but what about the range of the IR LEDs and sensor. I mean is it possible to determine the distance between the two beacon just from the output signal of the IR sensor ? Is there any kind of signal proportionality from the distance ?</p>
<p>I am asking this because I would like to try to implement a fuzzy logic controller with the bearing/distance as input and velocity/angular velocity as output.</p>
<p>Thanks and good job by the way =)</p>
<p>Guillaume</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.275 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-08-09 20:39:26 -->
