<?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>umkk.eu &#187; electronics</title>
	<atom:link href="http://umkk.eu/category/electronics/feed/" rel="self" type="application/rss+xml" />
	<link>http://umkk.eu</link>
	<description>you can also go there !</description>
	<lastBuildDate>Fri, 25 Jun 2010 16:00:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stepper motor controller</title>
		<link>http://umkk.eu/stepper-motor-controller/01/</link>
		<comments>http://umkk.eu/stepper-motor-controller/01/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 14:43:06 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[cnc]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[microcontrollers]]></category>
		<category><![CDATA[pic16f84]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://umkk.eu/?p=289</guid>
		<description><![CDATA[Hi, in this post i will explain the stepper motor controller, the "smart" part of the driver also called ROAR HB brain module.
There are a few things that should be noted here, this is not just a simple stepper controller it's a smart controller which can be easily updated and changed.
Some advantages of the driver [...]


Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/' rel='bookmark' title='Permanent Link: Stepper motor inteligent driver and controller'>Stepper motor inteligent driver and controller</a></li>
<li><a href='http://umkk.eu/programming-the-pic16f84/03/' rel='bookmark' title='Permanent Link: programming the pic16f84'>programming the pic16f84</a></li>
<li><a href='http://umkk.eu/testing-my-controller-and-software/10/' rel='bookmark' title='Permanent Link: Testing my stepper motor driver and software'>Testing my stepper motor driver and software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hi, in this post i will explain the stepper motor controller, the "smart" part of the driver also called ROAR HB brain module.</p>
<p>There are a few things that should be noted here, this is not just a simple stepper controller it's a smart controller which can be easily updated and changed.</p>
<p>Some advantages of the driver :</p>
<ul>
<li>more drive modes selectable by jumpers or program (normal, half step,  high torque)</li>
<li>power saving mode</li>
<li>ability to add temperature sensors, limit sensors to protect the machine</li>
</ul>
<p>The driver is built around a pic16f84 microcontroller, basically the circuit is a tension stabilizer, an oscillator for the pic microcontroller, some components to set pin B0 as interrupt and all the ports pins are connected to pins so they can be easily connected.</p>
<p><strong>WARNING</strong>: to create this you will need to program the pic microcontroller, and for that you need a programmer, you can see how to build one on this blog, here : <a href="http://umkk.eu/pic-16f84-jdm-programmer/03/" target="_self">pic 16f84 jdm programmer</a></p>
<p>Here is a picture with the final product :</p>
<div id="attachment_291" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/IMG_6333.jpg"><img class="size-medium wp-image-291" title="stepper driver front view" src="http://umkk.eu/wp-content/uploads/2010/01/IMG_6333-300x200.jpg" alt="stepper driver front view" width="300" height="200" /></a><p class="wp-caption-text">stepper driver front view</p></div>
<div id="attachment_292" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/IMG_6337.jpg"><img class="size-medium wp-image-292" title="stepper driver back view" src="http://umkk.eu/wp-content/uploads/2010/01/IMG_6337-300x200.jpg" alt="stepper driver back view" width="300" height="200" /></a><p class="wp-caption-text">stepper driver back view</p></div>
<div id="attachment_294" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/IMG_6562.jpg"><img class="size-medium wp-image-294" title="2 controllers in an 2 axis driver" src="http://umkk.eu/wp-content/uploads/2010/01/IMG_6562-300x249.jpg" alt="2 controllers in an 2 axis driver" width="300" height="249" /></a><p class="wp-caption-text">2 controllers in an 2 axis driver</p></div>
<p>For the pcb design i used the eagle software (great software) to create first a schematic then the board and then the print files,</p>
<p>here is the schematic :</p>
<div id="attachment_295" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/2010-01-19_1301.png"><img class="size-medium wp-image-295" title="Stepper controller schematic" src="http://umkk.eu/wp-content/uploads/2010/01/2010-01-19_1301-300x258.png" alt="Stepper controller schematic" width="300" height="258" /></a><p class="wp-caption-text">Stepper controller schematic</p></div>
<p>The huge advantage for this is that you have all the port pins connected to pins, and all of them except the pin b0 (which is made to be kept low or high) can be used for anything.</p>
<p>In this case we have pins bo - tact, pin b1 - direction, pins b2- b5 as phases selection.</p>
<p>And now here are the designs for this schematic :</p>
<div id="attachment_301" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/2010-01-19_1306.png"><img class="size-medium wp-image-301" title="bottom view" src="http://umkk.eu/wp-content/uploads/2010/01/2010-01-19_1306-300x297.png" alt="bottom view" width="300" height="297" /></a><p class="wp-caption-text">bottom view</p></div>
<div id="attachment_302" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/2010-01-19_13061.png"><img class="size-medium wp-image-302" title="top view" src="http://umkk.eu/wp-content/uploads/2010/01/2010-01-19_13061-300x297.png" alt="top view" width="300" height="297" /></a><p class="wp-caption-text">top view</p></div>
<p>And here is the file ready to be printed, this file is at the actual dimensions :</p>
<div id="attachment_303" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/HB-brain-to-print-copy.jpg"><img class="size-medium wp-image-303" title="HB brain.brd" src="http://umkk.eu/wp-content/uploads/2010/01/HB-brain-to-print-copy-300x141.jpg" alt="stepper controller print" width="300" height="141" /></a><p class="wp-caption-text">stepper controller print</p></div>
<p>In the above image the top layer is already mirrored so all you have to do is print it and follow the instructions from this post : <a title="How to create PCB’s using toner transfer method" href="http://umkk.eu/how-to-create-pcbs-using-toner-transfer-method/11/" target="_self">How to create PCB’s using toner transfer method</a></p>
<p>All you have to do now is to program the pic, here is the compiled version : <a href="../wp-content/uploads/2010/01/vic.zip">Compiled program</a></p>
<p>The program is compiled using ccs compiler, if you are interested here is the  source code : <a href="http://umkk.eu/wp-content/uploads/2010/01/vic.c">source code</a></p>
<p>And this is is.... have fun.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://umkk.eu/stepper-motor-controller/01/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://umkk.eu/stepper-motor-controller/01/&amp;title=Stepper+motor+controller" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://umkk.eu/stepper-motor-controller/01/&amp;title=Stepper+motor+controller" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://umkk.eu/stepper-motor-controller/01/&amp;title=Stepper+motor+controller&amp;desc=Hi%2C%20in%20this%20post%20i%20will%20explain%20the%20stepper%20motor%20controller%2C%20the%20%22smart%22%20part%20of%20the%20driver%20also%20called%20ROAR%20HB%20brain%20module.%0D%0A%0D%0AThere%20are%20a%20few%20things%20that%20should%20be%20noted%20here%2C%20this%20is%20not%20just%20a%20simple%20stepper%20controller%20it%27s%20a%20smart%20controller%20which%20can%20be%20easily%20updated%20and%20changed.%0D%0A%0D%0ASome%20ad" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://umkk.eu/stepper-motor-controller/01/&amp;t=Stepper+motor+controller" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Stepper+motor+controller&amp;body=Link: http://umkk.eu/stepper-motor-controller/01/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Hi%2C%20in%20this%20post%20i%20will%20explain%20the%20stepper%20motor%20controller%2C%20the%20%22smart%22%20part%20of%20the%20driver%20also%20called%20ROAR%20HB%20brain%20module.%0D%0A%0D%0AThere%20are%20a%20few%20things%20that%20should%20be%20noted%20here%2C%20this%20is%20not%20just%20a%20simple%20stepper%20controller%20it%27s%20a%20smart%20controller%20which%20can%20be%20easily%20updated%20and%20changed.%0D%0A%0D%0ASome%20ad" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://umkk.eu/stepper-motor-controller/01/&amp;title=Stepper+motor+controller" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://umkk.eu/stepper-motor-controller/01/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://umkk.eu/stepper-motor-controller/01/&amp;bm_description=Stepper+motor+controller&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://umkk.eu/stepper-motor-controller/01/&amp;title=Stepper+motor+controller" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://umkk.eu/stepper-motor-controller/01/&amp;title=Stepper+motor+controller" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://umkk.eu/stepper-motor-controller/01/&amp;title=Stepper+motor+controller" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://umkk.eu/stepper-motor-controller/01/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Stepper+motor+controller+-+File: /data/app/webapp/functions.php<br />Line: 7<br />Message: Too many connections&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/' rel='bookmark' title='Permanent Link: Stepper motor inteligent driver and controller'>Stepper motor inteligent driver and controller</a></li>
<li><a href='http://umkk.eu/programming-the-pic16f84/03/' rel='bookmark' title='Permanent Link: programming the pic16f84'>programming the pic16f84</a></li>
<li><a href='http://umkk.eu/testing-my-controller-and-software/10/' rel='bookmark' title='Permanent Link: Testing my stepper motor driver and software'>Testing my stepper motor driver and software</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://umkk.eu/stepper-motor-controller/01/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mood light</title>
		<link>http://umkk.eu/mood-light/01/</link>
		<comments>http://umkk.eu/mood-light/01/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 18:46:47 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[leds]]></category>
		<category><![CDATA[Light-emitting diode]]></category>
		<category><![CDATA[Lighting]]></category>
		<category><![CDATA[mood light]]></category>
		<category><![CDATA[RGB color model]]></category>
		<category><![CDATA[tricolor]]></category>

		<guid isPermaLink="false">http://umkk.eu/?p=268</guid>
		<description><![CDATA[I wanted to build this for o long time... and today I finally had the "mood" and the time to do it... it's a mood light created with a tricolor led and a laptop with a parallel port.
I did this to see what is required to create a mood light, because the plan is to [...]


Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/' rel='bookmark' title='Permanent Link: Stepper motor inteligent driver and controller'>Stepper motor inteligent driver and controller</a></li>
<li><a href='http://umkk.eu/stepper-motor-controller/01/' rel='bookmark' title='Permanent Link: Stepper motor controller'>Stepper motor controller</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I wanted to build this for o long time... and today I finally had the "mood" and the time to do it... it's a mood light created with a tricolor led and a laptop with a parallel port.<br />
I did this to see what is required to create a mood light, because the plan is to create one with a pic microcontroller and use it as a digital candle.<br />
Here is the youtube movie with it :<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/vKtDyY8Z22o&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/vKtDyY8Z22o&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>As you can see I created a paper cube and inserted the led into it to have a diffuse light, or else the 3 basic colors  will appear as 3 red circles, and we don't want that.</p>
<p>Here are some pictures too :</p>
<div id="attachment_275" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/IMG_6466.jpg"><img class="size-medium wp-image-275" title="IMG_6466" src="http://umkk.eu/wp-content/uploads/2010/01/IMG_6466-300x199.jpg" alt="Mood light" width="300" height="199" /></a><p class="wp-caption-text">Mood light</p></div>
<div id="attachment_276" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/IMG_6467.jpg"><img class="size-medium wp-image-276" title="mood ligt cube" src="http://umkk.eu/wp-content/uploads/2010/01/IMG_6467-300x199.jpg" alt="the paper cube inside which the led is inserted" width="300" height="199" /></a><p class="wp-caption-text">the paper cube inside which the led is inserted</p></div>
<div id="attachment_277" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2010/01/IMG_6469.jpg"><img class="size-medium wp-image-277" title="IMG_6469" src="http://umkk.eu/wp-content/uploads/2010/01/IMG_6469-300x199.jpg" alt="the rgb led" width="300" height="199" /></a><p class="wp-caption-text">the rgb led</p></div>
<p>And if you are interested in building the paper cube here is the plan (print on an A4 sheet of paper) :</p>
<div id="attachment_279" class="wp-caption aligncenter" style="width: 222px"><a href="http://umkk.eu/wp-content/uploads/2010/01/cuba4.jpg"><img class="size-medium wp-image-279" title="paper_cube" src="http://umkk.eu/wp-content/uploads/2010/01/cuba4-212x300.jpg" alt="Paper cube" width="212" height="300" /></a><p class="wp-caption-text">Paper cube</p></div>
<p><strong>If you are interested here is some theory :</strong></p>
<p>Each color is build using 3 base colors : red, green and blue, the led has 4 pins, a comon one and one for each color, so you can individualy turn on and off each color, so we will use 4 pins from the paralel port.</p>
<p>In my program (which is not yet optimized) each component (rgb) can have a value between 0 and 255, to do this we have a huge while cycle where we show the colors, here is a diagram to make it easier.</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://content.screencast.com/users/rsergiu2003/folders/Jing/media/13f62357-4b4a-43ca-be6b-2008dd6426cc/2010-01-02_2038.png"><img title="Diagram" src="http://content.screencast.com/users/rsergiu2003/folders/Jing/media/13f62357-4b4a-43ca-be6b-2008dd6426cc/2010-01-02_2038.png" alt="Diagram" width="400" height="300" /></a><p class="wp-caption-text">Diagram</p></div>
<p>So from diagram is pretty clear, based on each color value we show that color an amount of time, as bigger the value, more the time and brighter the color, a resolution of 255 values for each color is more then enough for this case.</p>
<p>There are more things in the program, for example you can increase or decrease the value for each color using the keyboard to see how diferent colors look like.</p>
<p>Also from the setR, setG, setB functions you can customize what to do for each color, in case you use diferent pins i used pin0: red, pin1:common, pin2: blue, pin3: green, feel free to use any other combination but remember to change those functions.</p>
<p>Any questions are welcome.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://umkk.eu/mood-light/01/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://umkk.eu/mood-light/01/&amp;title=Mood+light" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://umkk.eu/mood-light/01/&amp;title=Mood+light" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://umkk.eu/mood-light/01/&amp;title=Mood+light&amp;desc=I%20wanted%20to%20build%20this%20for%20o%20long%20time...%20and%20today%20I%20finally%20had%20the%20%22mood%22%20and%20the%20time%20to%20do%20it...%20it%27s%20a%20mood%20light%20created%20with%20a%20tricolor%20led%20and%20a%20laptop%20with%20a%20parallel%20port.%0D%0AI%20did%20this%20to%20see%20what%20is%20required%20to%20create%20a%20mood%20light%2C%20because%20the%20plan%20is%20to%20create%20one%20with%20a%20pic%20microcontrol" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://umkk.eu/mood-light/01/&amp;t=Mood+light" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Mood+light&amp;body=Link: http://umkk.eu/mood-light/01/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20wanted%20to%20build%20this%20for%20o%20long%20time...%20and%20today%20I%20finally%20had%20the%20%22mood%22%20and%20the%20time%20to%20do%20it...%20it%27s%20a%20mood%20light%20created%20with%20a%20tricolor%20led%20and%20a%20laptop%20with%20a%20parallel%20port.%0D%0AI%20did%20this%20to%20see%20what%20is%20required%20to%20create%20a%20mood%20light%2C%20because%20the%20plan%20is%20to%20create%20one%20with%20a%20pic%20microcontrol" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://umkk.eu/mood-light/01/&amp;title=Mood+light" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://umkk.eu/mood-light/01/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://umkk.eu/mood-light/01/&amp;bm_description=Mood+light&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://umkk.eu/mood-light/01/&amp;title=Mood+light" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://umkk.eu/mood-light/01/&amp;title=Mood+light" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://umkk.eu/mood-light/01/&amp;title=Mood+light" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://umkk.eu/mood-light/01/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Mood+light+-+http://b2l.me/6hn7k&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/' rel='bookmark' title='Permanent Link: Stepper motor inteligent driver and controller'>Stepper motor inteligent driver and controller</a></li>
<li><a href='http://umkk.eu/stepper-motor-controller/01/' rel='bookmark' title='Permanent Link: Stepper motor controller'>Stepper motor controller</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://umkk.eu/mood-light/01/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Stepper motor inteligent driver and controller</title>
		<link>http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/</link>
		<comments>http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 08:50:48 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[microcontrollers]]></category>
		<category><![CDATA[pic16f84]]></category>
		<category><![CDATA[board]]></category>
		<category><![CDATA[Electric motors]]></category>
		<category><![CDATA[pcb]]></category>
		<category><![CDATA[pcb tutorial]]></category>
		<category><![CDATA[Stepper motor]]></category>
		<category><![CDATA[toner transfer]]></category>

		<guid isPermaLink="false">http://umkk.eu/?p=212</guid>
		<description><![CDATA[Now, i'm sure that each one of you has some stepper motors laying around and wanted to test them at a given time but never had the time to build a driver or to buy one. I had the same problem until i decided that is the time to build that cnc machine that am [...]


Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-controller/01/' rel='bookmark' title='Permanent Link: Stepper motor controller'>Stepper motor controller</a></li>
<li><a href='http://umkk.eu/testing-my-controller-and-software/10/' rel='bookmark' title='Permanent Link: Testing my stepper motor driver and software'>Testing my stepper motor driver and software</a></li>
<li><a href='http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/' rel='bookmark' title='Permanent Link: My CNC machine, the beginnings, the X axis working'>My CNC machine, the beginnings, the X axis working</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Now, i'm sure that each one of you has some stepper motors laying around and wanted to test them at a given time but never had the time to build a driver or to buy one. I had the same problem until i decided that is the time to build that cnc machine that am dreaming about, for this i will need at least 3 stepper motors and of course  3 drivers... or one for 3 motors.<br />
I decided to build a separate driver for each axis, will be easier to change if something goes wrong and will be more flexible.</p>
<p>The driver is composed from 2 parts, 2 separates modules the power module (ROAR HB power module)  which contains the H bridges and the control module (ROAR MPP brain module) which will send signals to the power module.</p>
<p>The power module is pretty straight forward, will need 4 input pins, 4 output pins, and in pins for logic supply and power supply. As i was going to use the driver maybe in future robots also i decided to put some leds on the board 2 red led for each supply and 1 led for each input pin, so a total of 6 leds, i also added some pins for the cooling fan for the h bridge as the motor can suck a lot of power the bridge gets pretty hot.</p>
<p>Here is the full driver (the power module and the brain module, and a cooling fan)</p>
<div id="attachment_229" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2009/11/IMG_6319.jpg"><img class="size-medium wp-image-229" title="full driver" src="http://umkk.eu/wp-content/uploads/2009/11/IMG_6319-300x200.jpg" alt="full driver" width="300" height="200" /></a><p class="wp-caption-text">full driver</p></div>
<p>Here is my final version of the power module a.k.a ROAR HB power module</p>
<div id="attachment_213" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2009/10/IMG_6227.JPG"><img class="size-medium wp-image-213" title="ROAR HB power module" src="http://umkk.eu/wp-content/uploads/2009/10/IMG_6227-300x199.jpg" alt="ROAR HB power module" width="300" height="199" /></a><p class="wp-caption-text">ROAR HB power module</p></div>
<p>The huge advantage of this module is that it can use on a multitude of circuits all inputs and outputs are connected to pins. This can also be used to control a robot with 2 motors (control speed and direction for each one).  All the plans and logic you need to build it is available on this web page, if you don't have the time, the mood or the tools to build it, you can post a comment and i'll build one for you on a very good price... 25$ let's say.</p>
<p>The construction pf the power module can be seen in detail on a diferent post. (i'm working on it right now)</p>
<p>Here is the components list for the ROAR HB power module :</p>
<ul>
<li>1 * L298N (dual full h bridge)</li>
<li>6 * 1k resistor</li>
<li>12 * 1N5819 (fast diode, you can use any fast diode that can handle 30V/1A)</li>
<li>2 * red leds</li>
<li>4 * green leds</li>
<li>19 * pins</li>
<li>2 * jumpers</li>
</ul>
<p>And finally here is the ROAR MPP brain module :</p>
<div id="attachment_237" class="wp-caption aligncenter" style="width: 310px"><a href="http://umkk.eu/wp-content/uploads/2009/10/IMG_6338.jpg"><img class="size-medium wp-image-237" title="IMG_6338" src="http://umkk.eu/wp-content/uploads/2009/10/IMG_6338-300x200.jpg" alt="the driver brain module" width="300" height="200" /></a><p class="wp-caption-text">the driver ROAR MPP brain module</p></div>
<p>This module is also very usefull in lots of application because it's fully customizable, on this board is everything the pic needs to run, the pin B0 seted to be used as an interrupt... and a power led.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;title=Stepper+motor+inteligent+driver+and+controller" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;title=Stepper+motor+inteligent+driver+and+controller" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;title=Stepper+motor+inteligent+driver+and+controller&amp;desc=Now%2C%20i%27m%20sure%20that%20each%20one%20of%20you%20has%20some%20stepper%20motors%20laying%20around%20and%20wanted%20to%20test%20them%20at%20a%20given%20time%20but%20never%20had%20the%20time%20to%20build%20a%20driver%20or%20to%20buy%20one.%20I%20had%20the%20same%20problem%20until%20i%20decided%20that%20is%20the%20time%20to%20build%20that%20cnc%20machine%20that%20am%20dreaming%20about%2C%20for%20this%20i%20will%20need%20at%20l" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;t=Stepper+motor+inteligent+driver+and+controller" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Stepper+motor+inteligent+driver+and+controller&amp;body=Link: http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Now%2C%20i%27m%20sure%20that%20each%20one%20of%20you%20has%20some%20stepper%20motors%20laying%20around%20and%20wanted%20to%20test%20them%20at%20a%20given%20time%20but%20never%20had%20the%20time%20to%20build%20a%20driver%20or%20to%20buy%20one.%20I%20had%20the%20same%20problem%20until%20i%20decided%20that%20is%20the%20time%20to%20build%20that%20cnc%20machine%20that%20am%20dreaming%20about%2C%20for%20this%20i%20will%20need%20at%20l" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;title=Stepper+motor+inteligent+driver+and+controller" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;bm_description=Stepper+motor+inteligent+driver+and+controller&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;title=Stepper+motor+inteligent+driver+and+controller" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;title=Stepper+motor+inteligent+driver+and+controller" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/&amp;title=Stepper+motor+inteligent+driver+and+controller" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Stepper+motor+inteligent+driver+and+controller+-+http://b2l.me/6hn7p&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-controller/01/' rel='bookmark' title='Permanent Link: Stepper motor controller'>Stepper motor controller</a></li>
<li><a href='http://umkk.eu/testing-my-controller-and-software/10/' rel='bookmark' title='Permanent Link: Testing my stepper motor driver and software'>Testing my stepper motor driver and software</a></li>
<li><a href='http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/' rel='bookmark' title='Permanent Link: My CNC machine, the beginnings, the X axis working'>My CNC machine, the beginnings, the X axis working</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My CNC machine, the beginnings, the X axis working</title>
		<link>http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/</link>
		<comments>http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 05:56:10 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[cnc]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[microcontrollers]]></category>
		<category><![CDATA[Milling machine]]></category>
		<category><![CDATA[Stepper motor]]></category>

		<guid isPermaLink="false">http://umkk.eu/?p=170</guid>
		<description><![CDATA[A while ago I started working on a CNC machine (milling machine or 3d plotter), something very simple, very cheap, something that can be built with the stuff you find at local stores, without using very expensive and complicated parts.
The frame of the machine is build from wood and use furniture rails as guides for [...]


Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/' rel='bookmark' title='Permanent Link: Stepper motor inteligent driver and controller'>Stepper motor inteligent driver and controller</a></li>
<li><a href='http://umkk.eu/stepper-motor-controller/01/' rel='bookmark' title='Permanent Link: Stepper motor controller'>Stepper motor controller</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A while ago I started working on a CNC machine (milling machine or 3d plotter), something very simple, very cheap, something that can be built with the stuff you find at local stores, without using very expensive and complicated parts.</p>
<p>The frame of the machine is build from wood and use furniture rails as guides for the moving parts. The stepper motors are from old printers on floppy disk units and they are very different one from each other. The driver motor drivers are build by me from scratch using L298n (i'll ost about the driver later) and a pic micro controller to command the driver (i'll also post about that later).</p>
<p>I'll just post a video with the x axis working and detail each part in later posts.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/cuVLnjRid30&hl=en&fs=1&color1=0x006699&color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cuVLnjRid30&hl=en&fs=1&color1=0x006699&color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;title=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;title=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;title=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+&amp;desc=A%20while%20ago%20I%20started%20working%20on%20a%20CNC%20machine%20%28milling%20machine%20or%203d%20plotter%29%2C%20something%20very%20simple%2C%20very%20cheap%2C%20something%20that%20can%20be%20built%20with%20the%20stuff%20you%20find%20at%20local%20stores%2C%20without%20using%20very%20expensive%20and%20complicated%20parts.%0D%0A%0D%0AThe%20frame%20of%20the%20machine%20is%20build%20from%20wood%20and%20use%20furniture" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;t=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+&amp;body=Link: http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A A%20while%20ago%20I%20started%20working%20on%20a%20CNC%20machine%20%28milling%20machine%20or%203d%20plotter%29%2C%20something%20very%20simple%2C%20very%20cheap%2C%20something%20that%20can%20be%20built%20with%20the%20stuff%20you%20find%20at%20local%20stores%2C%20without%20using%20very%20expensive%20and%20complicated%20parts.%0D%0A%0D%0AThe%20frame%20of%20the%20machine%20is%20build%20from%20wood%20and%20use%20furniture" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;title=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;bm_description=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;title=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;title=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/&amp;title=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=My+CNC+machine%2C+the+beginnings%2C+the+X+axis+working++-+http://b2l.me/6hn7u&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/' rel='bookmark' title='Permanent Link: Stepper motor inteligent driver and controller'>Stepper motor inteligent driver and controller</a></li>
<li><a href='http://umkk.eu/stepper-motor-controller/01/' rel='bookmark' title='Permanent Link: Stepper motor controller'>Stepper motor controller</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Testing my stepper motor driver and software</title>
		<link>http://umkk.eu/testing-my-controller-and-software/10/</link>
		<comments>http://umkk.eu/testing-my-controller-and-software/10/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 13:25:12 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[bipolar]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[Electric motors]]></category>
		<category><![CDATA[mottor]]></category>
		<category><![CDATA[Stepper]]></category>
		<category><![CDATA[Stepper motor]]></category>
		<category><![CDATA[stepper mottor]]></category>
		<category><![CDATA[unipolar]]></category>
		<category><![CDATA[Unipolar motor]]></category>

		<guid isPermaLink="false">http://umkk.eu/?p=142</guid>
		<description><![CDATA[this is a simple test for a driver for stepper motors it uses a l298 IC and runs great, i'll post more details later.

and here is a unipolar motor controlled by the driver.

Also in this second video i use different sources for powering the circuit board and the power source for the motor.




		
			Subscribe to the [...]


Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/' rel='bookmark' title='Permanent Link: Stepper motor inteligent driver and controller'>Stepper motor inteligent driver and controller</a></li>
<li><a href='http://umkk.eu/stepper-motor-controller/01/' rel='bookmark' title='Permanent Link: Stepper motor controller'>Stepper motor controller</a></li>
<li><a href='http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/' rel='bookmark' title='Permanent Link: My CNC machine, the beginnings, the X axis working'>My CNC machine, the beginnings, the X axis working</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>this is a simple test for a driver for stepper motors it uses a l298 IC and runs great, i'll post more details later.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/BekEfzePB9w&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/BekEfzePB9w&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>and here is a unipolar motor controlled by the driver.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/dn5oFSkl1fk&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dn5oFSkl1fk&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Also in this second video i use different sources for powering the circuit board and the power source for the motor.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://umkk.eu/testing-my-controller-and-software/10/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://umkk.eu/testing-my-controller-and-software/10/&amp;title=Testing+my+stepper+motor+driver+and+software" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://umkk.eu/testing-my-controller-and-software/10/&amp;title=Testing+my+stepper+motor+driver+and+software" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://umkk.eu/testing-my-controller-and-software/10/&amp;title=Testing+my+stepper+motor+driver+and+software&amp;desc=this%20is%20a%20simple%20test%20for%20a%20driver%20for%20stepper%20motors%20it%20uses%20a%20l298%20IC%20and%20runs%20great%2C%20i%27ll%20post%20more%20details%20later.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0Aand%20here%20is%20a%20unipolar%20motor%20controlled%20by%20the%20driver.%0D%0A%0D%0A%0D%0A%0D%0AAlso%20in%20this%20second%20video%20i%20use%20different%20sources%20for%20powering%20the%20circuit%20board%20and%20the%20power%20source%20for%20the%20m" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://umkk.eu/testing-my-controller-and-software/10/&amp;t=Testing+my+stepper+motor+driver+and+software" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Testing+my+stepper+motor+driver+and+software&amp;body=Link: http://umkk.eu/testing-my-controller-and-software/10/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A this%20is%20a%20simple%20test%20for%20a%20driver%20for%20stepper%20motors%20it%20uses%20a%20l298%20IC%20and%20runs%20great%2C%20i%27ll%20post%20more%20details%20later.%0D%0A%0D%0A%0D%0A%0D%0A%0D%0Aand%20here%20is%20a%20unipolar%20motor%20controlled%20by%20the%20driver.%0D%0A%0D%0A%0D%0A%0D%0AAlso%20in%20this%20second%20video%20i%20use%20different%20sources%20for%20powering%20the%20circuit%20board%20and%20the%20power%20source%20for%20the%20m" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://umkk.eu/testing-my-controller-and-software/10/&amp;title=Testing+my+stepper+motor+driver+and+software" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://umkk.eu/testing-my-controller-and-software/10/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://umkk.eu/testing-my-controller-and-software/10/&amp;bm_description=Testing+my+stepper+motor+driver+and+software&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://umkk.eu/testing-my-controller-and-software/10/&amp;title=Testing+my+stepper+motor+driver+and+software" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://umkk.eu/testing-my-controller-and-software/10/&amp;title=Testing+my+stepper+motor+driver+and+software" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://umkk.eu/testing-my-controller-and-software/10/&amp;title=Testing+my+stepper+motor+driver+and+software" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://umkk.eu/testing-my-controller-and-software/10/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Testing+my+stepper+motor+driver+and+software+-+http://b2l.me/6ryq6&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://umkk.eu/stepper-motor-inteligent-driver-and-controller/10/' rel='bookmark' title='Permanent Link: Stepper motor inteligent driver and controller'>Stepper motor inteligent driver and controller</a></li>
<li><a href='http://umkk.eu/stepper-motor-controller/01/' rel='bookmark' title='Permanent Link: Stepper motor controller'>Stepper motor controller</a></li>
<li><a href='http://umkk.eu/my-cnc-machine-the-beginnings-the-x-axis-working/10/' rel='bookmark' title='Permanent Link: My CNC machine, the beginnings, the X axis working'>My CNC machine, the beginnings, the X axis working</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://umkk.eu/testing-my-controller-and-software/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
