<?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>Triangle Amateur Robotics</title>
	<atom:link href="http://triangleamateurrobotics.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://triangleamateurrobotics.org</link>
	<description>Raleigh, Durham, Chapel Hill</description>
	<lastBuildDate>Wed, 21 Dec 2011 02:49:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Robot Rumble 2010</title>
		<link>http://triangleamateurrobotics.org/2010/07/robot-rumble-2010/</link>
		<comments>http://triangleamateurrobotics.org/2010/07/robot-rumble-2010/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 01:14:05 +0000</pubDate>
		<dc:creator>Bill Farrow</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://triangleamateurrobotics.org/?p=63</guid>
		<description><![CDATA[The Robot Rumble at the NCMLS was a big success. You can view photos on Daniel Kohn&#8217;s site.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://web.archive.org/web/20080508013936/http://www.newsobserver.com/news/story/1010307.html">Robot  Rumble at the NCMLS</a> was a big success. You can <a href="http://web.archive.org/web/20080508013936/http://dankohn.info/tar/">view  photos on Daniel Kohn&#8217;s site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://triangleamateurrobotics.org/2010/07/robot-rumble-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Motor Control</title>
		<link>http://triangleamateurrobotics.org/2010/07/basic-motor-control/</link>
		<comments>http://triangleamateurrobotics.org/2010/07/basic-motor-control/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 20:06:32 +0000</pubDate>
		<dc:creator>Bill Farrow</dc:creator>
				<category><![CDATA[Past Meetings]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[theory]]></category>

		<guid isPermaLink="false">http://triangleamateurrobotics.org/?p=24</guid>
		<description><![CDATA[At the Triangle Robotics Club meeting this month (July 2010) we went over the three common types of motors and discussed how to control them. A number of people brought in projects for a quick show and tell.  Tonight we had working examples showing each type of motor and it&#8217;s controller circuit. This was a [...]]]></description>
			<content:encoded><![CDATA[<p>At the Triangle Robotics Club meeting this month (July 2010) we went over the three common types of motors and discussed how to control them.</p>
<p>A number of people brought in projects for a quick show and tell.  Tonight we had working examples showing each type of motor and it&#8217;s controller circuit. This was a great way to kick off the nights discussion on basic motor control theory.</p>
<div id="attachment_20" class="wp-caption aligncenter" style="width: 310px"><a href="http://triangleamateurrobotics.org/wp-content/uploads/2010/07/IMG_2444.jpg"><img class="size-medium wp-image-20" title="Bug bot ?" src="http://triangleamateurrobotics.org/wp-content/uploads/2010/07/IMG_2444-300x261.jpg" alt="" width="300" height="261" /></a><p class="wp-caption-text">Basic Stamp with 2 RC Servos and an Ultra Sonic range finder</p></div>
<p>The great thing about the robotics clubs is that we have many experienced and knowledgeable members who are willing to help.</p>
<h2>Field Effect Transistors (<a href="http://en.wikipedia.org/wiki/Field-effect_transistor">FET</a>)</h2>
<ul>
<li> FETs are better than transistors for controlling motors</li>
<li>FETs typically have built in protection diodes</li>
<li>FETs are more easily controlled directly from Microcontroller GPIO pins</li>
<li>FETs that switch current on and off don&#8217;t generate too much heat</li>
<li>FETs don&#8217;t have a voltage drop like transistors do</li>
</ul>
<h2>Back EMF</h2>
<ul>
<li>Transistors used to drive motors require an additional protection diode</li>
<li>Motors generate large<a href="http://www.acroname.com/robotics/info/articles/back-emf/back-emf.html"> back-emf</a> voltages when they move under inertia (when you turn off the current and the motor keeps spinning)</li>
</ul>
<h2>DC Motors</h2>
<ul>
<li>DC Motor forward and reverse control using an <a href="http://en.wikipedia.org/wiki/H-bridge">H-Bridge</a> circuit</li>
<li>Use <a href="http://en.wikipedia.org/wiki/Pulse-width_modulation">PWM</a> to control motor speed</li>
<li>Active motor breaking to stop motor rotation using the H-Bridge</li>
</ul>
<p>H-Bridges can be built from descrete components (4x FETs) and are also available in a single package.</p>
<ul>
<li><a href="http://focus.ti.com/docs/prod/folders/print/sn754410.html">SN754410</a> which cost about $3</li>
<li><a href="http://www.national.com/mpf/LM/LMD18200.html">LMD18200</a> which cost more but handle higher loads</li>
</ul>
<div id="attachment_21" class="wp-caption aligncenter" style="width: 310px"><a href="http://triangleamateurrobotics.org/wp-content/uploads/2010/07/IMG_2442.jpg"><img class="size-medium wp-image-21 " title="Whiteboard_2010-07-05_001" src="http://triangleamateurrobotics.org/wp-content/uploads/2010/07/IMG_2442-300x200.jpg" alt="" width="300" height="200" /></a><p class="wp-caption-text">DC Motor control with H-Bridge</p></div>
<h2>RC Servos</h2>
<ul>
<li>RC Servo Motor control using digital pulses &#8211; not strictly PWM
<p><div id="attachment_22" class="wp-caption aligncenter" style="width: 310px"><a href="http://triangleamateurrobotics.org/wp-content/uploads/2010/07/IMG_2445.jpg"><img class="size-medium wp-image-22 " title="Whiteboard_2010-07-05_002" src="http://triangleamateurrobotics.org/wp-content/uploads/2010/07/IMG_2445-300x200.jpg" alt="" width="300" height="200" /></a><p class="wp-caption-text">RC Servo Motor control</p></div></li>
</ul>
<h2>Stepper Motors</h2>
<p>Stepper motors are used because they have high torque, discrete step positions, and will not be damaged if externally forced to rotate (no gears to strip).  The downside is that they require current at all times to maintain an accurate position, which is not ideal for battery powered robots.</p>
<ul>
<li>Unipolar Steppers need two H-Bridges</li>
<li>Bipolar Steppers can use four transistors or FETs
<p><div id="attachment_23" class="wp-caption aligncenter" style="width: 310px"><a href="http://triangleamateurrobotics.org/wp-content/uploads/2010/07/IMG_2446.jpg"><img class="size-medium wp-image-23 " title="Whiteboard_2010-07-05_003" src="http://triangleamateurrobotics.org/wp-content/uploads/2010/07/IMG_2446-300x200.jpg" alt="" width="300" height="200" /></a><p class="wp-caption-text">Bipolar and Unipolar Stepper Motor Control</p></div></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://triangleamateurrobotics.org/2010/07/basic-motor-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pneumatic Walker</title>
		<link>http://triangleamateurrobotics.org/2010/05/pneumatic-walker/</link>
		<comments>http://triangleamateurrobotics.org/2010/05/pneumatic-walker/#comments</comments>
		<pubDate>Thu, 06 May 2010 02:05:36 +0000</pubDate>
		<dc:creator>Bill Farrow</dc:creator>
				<category><![CDATA[Past Meetings]]></category>
		<category><![CDATA[leggo]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://triangleamateurrobotics.org/?p=7</guid>
		<description><![CDATA[Dan brought some of his Leggo projects to a meeting one week.  This is a pneumatic walker that is driven by a small hand pump. Dan had a great many more projects at the Maker Faire NC 2010 as well.]]></description>
			<content:encoded><![CDATA[<p><a href="http://triangleamateurrobotics.org/wp-content/uploads/2010/05/IMG_1694.jpg"><img class="alignright size-medium wp-image-11" title="Pneumatic Walker" src="http://triangleamateurrobotics.org/wp-content/uploads/2010/05/IMG_1694-300x274.jpg" alt="" width="240" height="219" /></a>Dan brought some of his <a href="http://projectsbydan.blogspot.com/">Leggo projects</a> to a meeting one week.  This is a pneumatic walker that is driven by a small hand pump.</p>
<p>Dan had a great many more projects at the <a href="http://makerfairenc.com/">Maker Faire NC 2010</a> as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://triangleamateurrobotics.org/2010/05/pneumatic-walker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

