<?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>The Electronics Hobbyist &#187; motor</title>
	<atom:link href="http://www.theelectronicshobbyist.com/blog/tag/motor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theelectronicshobbyist.com/blog</link>
	<description>A Passion for Curiosity and Play</description>
	<lastBuildDate>Fri, 20 Jan 2012 14:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Arduino Motor Control for the Spinning Night Light &#124; Part 3</title>
		<link>http://www.theelectronicshobbyist.com/blog/arduino-motor-control-spinning-night-light/</link>
		<comments>http://www.theelectronicshobbyist.com/blog/arduino-motor-control-spinning-night-light/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 05:00:40 +0000</pubDate>
		<dc:creator>Natalia</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[circuit]]></category>
		<category><![CDATA[diode]]></category>
		<category><![CDATA[motor]]></category>
		<category><![CDATA[transistor]]></category>

		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=325</guid>
		<description><![CDATA[Most motor control applications can be accomplished with a simple single-transistor circuit. This type of circuit controls the basic operation of turning the motor on and off, and allows very fast switching of the motor, which makes it possible to control the speed of the motor using pulse width modulation (PWM). The basic problem with [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/07/simple-motor-control.jpg"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="size-medium wp-image-326 alignright" title="simple-motor-control" src="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2010/07/simple-motor-control-286x300.jpg" alt="Simple motor control" width="286" height="300" /></a>Most motor control applications can be accomplished with a simple single-transistor circuit. This type of circuit controls the basic operation of turning the <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=21273&amp;url=http%3A%2F%2Fwww.jameco.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FProduct_10001_10001_2081895_-1" target="_blank">motor<img style="border: none !important; margin: 0px !important;" src="http://www.avantlink.com/tpv/10609/0/17253/21273/-/cl/image.png" alt="" width="0" height="0" /></a> on and off, and allows very fast switching of the motor, which makes it possible to control the speed of the motor using pulse width modulation (PWM).</p>
<p>The basic problem with this circuit is that the direction of the motor cannot be reversed. For our simple application in this <a href="http://www.cutedigi.com/product_info.php?ref=3&amp;products_id=4212&amp;affiliate_banner_id=1" target="_blank">RGB LED</a> night light, spinning the motor in one direction is enough. In the future we will use motors in applications which require us to reverse the direction as well, and for that we will be using the type of motor control circuit called H-bridge circuit.<br />
<span id="more-325"></span><br />
Note that a diode has been used in this circuit. The core of all types of motors is the inductor (or coil). When the amount of current (which can be moderate to high) passing through the inductor is changed, it produces large voltage spikes (&#8220;kickback&#8221; ) .</p>
<p>The diode used in <a href="http://www.theelectronicshobbyist.com/blog/goto/motor" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.theelectronicshobbyist.com/blog/goto/motor';return true;" onmouseout="self.status=''">motor</a> control circuits is called a kickback diode and its purpose is to absorb the voltage that is produced when the transistor is turned on and off. When you are developing <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=21273&amp;url=http%3A%2F%2Fwww.jameco.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FProduct_10001_10001_2081895_-1" target="_blank">motor<img style="border: none !important; margin: 0px !important;" src="http://www.avantlink.com/tpv/10609/0/17253/21273/-/cl/image.png" alt="" width="0" height="0" /></a> control applications using a bipolar transistor you should always put in the kickback diode in order to protect the other parts of your circuit.</p>
<p>Here&#8217;s the <a href="http://www.theelectronicshobbyist.com/blog/2010/07/arduino-rgb-led-spinning-night-light/">sketch for the spinning night light</a>.</p>
<p>You might also enjoy:<ol>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-rgb-led-spinning-night-light-assembly/' rel='bookmark' title='Arduino RGB LED Spinning Night Light: Assembly | Part 2'>Arduino RGB LED Spinning Night Light: Assembly | Part 2</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-rgb-led-spinning-night-light/' rel='bookmark' title='Arduino RGB LED Spinning Night Light | Part 1'>Arduino RGB LED Spinning Night Light | Part 1</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-rgb-led-control-spinning-night-light/' rel='bookmark' title='Arduino RGB LED Control for the Spinning Night Light | Part 4'>Arduino RGB LED Control for the Spinning Night Light | Part 4</a></li>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-led-control-using-dip-switch-schematic/' rel='bookmark' title='Arduino LED Control Using DIP Switch: Schematic | Part 2'>Arduino LED Control Using DIP Switch: Schematic | Part 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.theelectronicshobbyist.com/blog/arduino-motor-control-spinning-night-light/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.theelectronicshobbyist.com @ 2012-02-06 22:28:16 -->
