<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>scottmetoyer.com &#187; Arduino</title>
	<atom:link href="http://www.scottmetoyer.com/archives/category/arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottmetoyer.com</link>
	<description>Things I&#039;m working on</description>
	<lastBuildDate>Sun, 06 Jun 2010 16:01:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DFRobot 4WD Arduino Mobile Platform</title>
		<link>http://www.scottmetoyer.com/archives/dfrobot-4wd-arduino-mobile-platform/</link>
		<comments>http://www.scottmetoyer.com/archives/dfrobot-4wd-arduino-mobile-platform/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 03:39:05 +0000</pubDate>
		<dc:creator>Scott M.</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[pedro2]]></category>
		<category><![CDATA[robot]]></category>

		<guid isPermaLink="false">http://www.scottmetoyer.com/?p=100</guid>
		<description><![CDATA[I just got my DFRobot 4WD Arduino Mobile Platform from RobotShop (Arduino not included).




The whole kit was pretty simple to put together, and DFRobot throws in a couple of nice extras like a toggle switch for power, and a female receptacle you can use for your charging system.  All in all, it seems like [...]]]></description>
			<content:encoded><![CDATA[<p>I just got my <a href ="http://www.robotshop.ca/dfrobot-4wd-arduino-mobile-platform-2.html">DFRobot 4WD Arduino Mobile Platform</a> from <a href="http://www.robotshop.ca/">RobotShop</a> (Arduino not included).</p>
<div>
<a href="http://www.scottmetoyer.com/images/2010-03-25 13.16.38.jpg" rel="lightbox" title="DFRobot picture 1"><img  src="http://www.scottmetoyer.com/images/2010-03-25 13.16.38_thumb.jpg" /></a><br/><br />
<a href="http://www.scottmetoyer.com/images/2010-03-25 13.16.58.jpg" rel="lightbox" title="DFRobot picture 2"><img src="http://www.scottmetoyer.com/images/2010-03-25 13.16.58_thumb.jpg" /></a>
</div>
<p>The whole kit was pretty simple to put together, and DFRobot throws in a couple of nice extras like a toggle switch for power, and a female receptacle you can use for your charging system.  All in all, it seems like a pretty sweet deal at ~$50.</p>
<p>I&#8217;m using the platform with an <a href="http://www.adafruit.com/index.php?main_page=product_info&#038;products_id=81">Adafruit Motor Shield</a> and an Arduino to control the four included gear motors.  This probably isn&#8217;t the optimal solution, because the yellow motors that come with the platform have a stall current of 1.5 amps at 3 volts.  The Motor Shield has a max current of 1.2 amps per motor.  I did some testing and couldn&#8217;t get the motors to pull more than 700mA so I should be OK, but it is something to consider.</p>
<p>The biggest hurdle in getting the platform working with the Motor Shield was the fact that the motors would not run consistently: they would stop and start at random intervals.  After half a day of research, I came across <a href="http://forums.adafruit.com/viewtopic.php?f=31&#038;t=13385&#038;p=64818&#038;hilit=dfrobot#p64976">this post</a> describing exactly the symptoms I was experiencing.  My solution was to solder .1uF caps across the leads on each motor.  They&#8217;ve worked without a hiccup ever since.</p>
<div>
<a href="http://www.scottmetoyer.com/images/2010-03-25 13.17.12.jpg" rel="lightbox" title="DFRobot picture 3"><img src="http://www.scottmetoyer.com/images/2010-03-25 13.17.12_thumb.jpg" /></a>
</div>
<p>My other big concern was load capacity.  I&#8217;ve managed to carry about two pounds with the platform, but any more weight and it just won&#8217;t move.</p>
<p>My original steering plan for Pedro2 also would not work here.  I had initially planned to rotate the robot by spinning the left and right wheels in opposite directions, like a tank.  Due to the spacing of the tires, the four wheels actually work against each other when this is done and the tires will eventually work themselves right off the gear motors (they just press on to the motor nubs).  My solution was to only slow the motors down on the side that I want to turn in.  The turning radius is greater (no more turning on a dime), but the tires won&#8217;t pop off and all four motors will push the robot through the turn now.</p>
<p>So it wasn&#8217;t quite a plug and play solution, but it does look like this will be an adequate base for Pedro2.  Here&#8217;s a quick shot of the upper level chassis I&#8217;ve put together paired with the mobile platform:</p>
<div>
<a href="http://www.scottmetoyer.com/images/2010-03-25 13.18.07.jpg" rel="lightbox" title="DFRobot picture 4"><img  src="http://www.scottmetoyer.com/images/2010-03-25 13.18.07_thumb.jpg" /></a><br/>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.scottmetoyer.com/archives/dfrobot-4wd-arduino-mobile-platform/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Arduino Mousetrap</title>
		<link>http://www.scottmetoyer.com/archives/arduino-mousetrap/</link>
		<comments>http://www.scottmetoyer.com/archives/arduino-mousetrap/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:56:49 +0000</pubDate>
		<dc:creator>Scott M.</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[mousetrap]]></category>

		<guid isPermaLink="false">http://www.scottmetoyer.com/?p=74</guid>
		<description><![CDATA[The Arduino Mousecatcher is a quick project I put together to learn some of the basics of working with Arduino, and to assist in the relocation of a little gray rodent I&#8217;ve seen darting around the baseboard in my bedroom.

It was built only with an Arduino, a servo, and miscellaneous things I had laying around. [...]]]></description>
			<content:encoded><![CDATA[<p>The Arduino Mousecatcher is a quick project I put together to learn some of the basics of working with Arduino, and to assist in the relocation of a little gray rodent I&#8217;ve seen darting around the baseboard in my bedroom.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/YoeSoHXQGJw&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/YoeSoHXQGJw&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>It was built only with an Arduino, a servo, and miscellaneous things I had laying around. The main body of the trap is made from two plastic Tupperware type containers. When the mouse enters the lower container to scope out the cheese and breadsticks I have in there, a small tripwire signals the Arduino to activate the servo. The servo has a string attached to it, which pulls a pin and allows the weighted upper plastic container to drop, effectively sealing the little invader and allowing me to humanely deposit it outside.</p>
<div>
<a href="http://www.scottmetoyer.com/images/DSCN0679.JPG" rel="lightbox" title="Arduino mousetrap picture 1"><img src="http://www.scottmetoyer.com/images/DSCN0679_Thumb.jpg" /></a><br/><br />
<a href="http://www.scottmetoyer.com/images/DSCN0681.JPG" rel="lightbox" title="Arduino mousetrap picture 2" ><img style="border: 0px;" src="http://www.scottmetoyer.com/images/DSCN0681_Thumb.jpg" /></a><br/><br />
<a href="http://www.scottmetoyer.com/images/DSCN0682.JPG" rel="lightbox" title="Arduino mousetrap picture 3"><img src="http://www.scottmetoyer.com/images/DSCN0682_Thumb.jpg" /></a><br/><br />
<a href="http://www.scottmetoyer.com/images/DSCN0683.JPG" rel="lightbox" title="Arduino mousetrap picture 4"><img src="http://www.scottmetoyer.com/images/DSCN0683_Thumb.jpg" /></a><br/>
</div>
<p>The trip wire is made from a flat piece of tin and a piece of small-gauge wire.  The wire hovers over the tin by a fraction of an inch, and the slightest pressure forces it down to make a connection. It&#8217;s really just a super-sensitive homemade switch.</p>
<p>The code is pretty simple; really not much more than an adaption of the Servo code that can be found in the Arduino examples.</p>
<p><a href="http://www.scottmetoyer.com/downloads/Arduino_Mousecatcher.zip">Arduino Mousecatcher source</a></p>
<p>I&#8217;ve got the trap situated in the corner I&#8217;ve seen the mouse poking around&#8230; now it&#8217;s just a matter of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottmetoyer.com/archives/arduino-mousetrap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pedro2</title>
		<link>http://www.scottmetoyer.com/archives/pedro2/</link>
		<comments>http://www.scottmetoyer.com/archives/pedro2/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 02:03:37 +0000</pubDate>
		<dc:creator>Scott M.</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[pedro2]]></category>
		<category><![CDATA[robot]]></category>

		<guid isPermaLink="false">http://www.scottmetoyer.com/?p=3</guid>
		<description><![CDATA[Mobile Arduino / Netbook powered telepresence, featuring webcam and IR rangefinding.]]></description>
			<content:encoded><![CDATA[Mobile Arduino / Netbook powered telepresence, featuring webcam and IR rangefinding.]]></content:encoded>
			<wfw:commentRss>http://www.scottmetoyer.com/archives/pedro2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.131 seconds -->
