<?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; cnc</title>
	<atom:link href="http://umkk.eu/category/cnc/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>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>4</slash:comments>
		</item>
	</channel>
</rss>
