<?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>YourITronics &#187; Motor</title>
	<atom:link href="http://www.youritronics.com/tag/motor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Fri, 16 Dec 2011 19:22:15 +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>Implementing a Brushless DC Motor Controller</title>
		<link>http://www.youritronics.com/implementing-a-brushless-dc-motor-controller/</link>
		<comments>http://www.youritronics.com/implementing-a-brushless-dc-motor-controller/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 12:44:40 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[brushless]]></category>
		<category><![CDATA[DC]]></category>
		<category><![CDATA[Motor]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=3318</guid>
		<description><![CDATA[For an upcoming project I&#8217;ll be needing a brushless dc motor controller so I had to choose between purchasing one (more than 4 actually) and adapt my system around those or design&#38;build one that would best fit my system. Obviously I went with the second option for 2 reasons : I like making stuff &#38; [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_3325" class="wp-caption alignnone" style="width: 624px"><a href="http://www.youritronics.com/wp-content/uploads/2010/09/inside-of-a-brushless-dc-motor-1.jpg"><img class="size-large wp-image-3325  " title="inside-of-a-brushless-dc-motor" src="http://www.youritronics.com/wp-content/uploads/2010/09/inside-of-a-brushless-dc-motor-1-1024x539.jpg" alt="inside of a SONY brushless dc motor" width="614" height="323" /></a><p class="wp-caption-text">Inside of a SONY brushless dc motor</p></div>
<p>For an upcoming project I&#8217;ll be needing a brushless dc motor controller so I had to choose between purchasing one (more than 4 actually) and adapt my system around those or design&amp;build one that would best fit my system. Obviously I went with the second option for 2 reasons : I like making stuff &amp; it&#8217;s cheaper to make than to buy. After I finish it , this project will be open-source and I hope people will contribute by making it better.</p>
<p>Brushless DC motors (BLDC motors, also known as electronically commutated motors) are electric motors powered by DC electricity that have electronic commutation systems. Usually the electronic commutation system is external and this is our case also. A BLDC motor is constructed with a permanent magnet rotor and wire wound stator; This type of construction offers many advantages including more efficiency and torque per weight, reduced noise, reliability, longer lifetime (no brush erosion), elimination of ionizing sparks from the commutator, more power, and overall reduction of electromagnetic interference (EMI).</p>
<p>There are 2 main methods for controlling a BLDC motor one is with the use of hall sensors for sensing the position of the rotor and the other one also called sensorless driving involves sensing the rotor position by measuring the back EMF (electromotive force) feedback from the motor instead of external sensors. I&#8217;m gonna focus my project on the sensorless method, the advantage being the ability to use any motor no matter if it has the sensors fitted or not.</p>
<p>I&#8217;m gonna post updates as I make progress on the project, but first here is the documentation that I&#8217;ve read so far:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Brushless_DC_electric_motor">wikipedia on BLDC motors</a></li>
<li><a href="http://ww1.microchip.com/downloads/en/AppNotes/00857a.pdf">Microchip AN857</a> &#8211; Brushless DC Motor Control Made Easy</li>
<li><a href="http://www.atmel.com/dyn/resources/prod_documents/doc8012.pdf">Atmel AVR444</a> &#8211; Sensorless control of 3-phase brushless DC motors</li>
<li><a href="http://www.atmel.com/dyn/resources/prod_documents/doc2596.pdf">Atmel AVR443</a> &#8211; Sensor-based control of three phase brushless DC motor (although I&#8217;m going to use sensorless control its good to know the difference between the two methods)</li>
<li><a href="http://www.atmel.com/dyn/resources/prod_documents/doc8138.pdf">Atmel AVR194</a> &#8211; Brushless DC motor Control using ATmega32M1</li>
</ul>
<p>These documents cover the basics and the actual control of BLDC motors so I suggest you start by reading these.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/implementing-a-brushless-dc-motor-controller/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Braitenberg robot with Arduino</title>
		<link>http://www.youritronics.com/braitenberg-robot-with-arduino/</link>
		<comments>http://www.youritronics.com/braitenberg-robot-with-arduino/#comments</comments>
		<pubDate>Wed, 06 May 2009 14:01:36 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[LDR]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[Servo]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2137</guid>
		<description><![CDATA[Here is a good project for those who want to start with robotics. Fairly simple and if you are using a breadboard there is no soldering involved. It is a vehicle that follows a light source using two LDRs, two servo motors, two wheels and an Arduino as its brain. The two LDRs are placed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-2138" src="http://www.youritronics.com/wp-content/uploads/2009/05/braitenberg-robot-with-arduino-300x214.jpg" mce_src="http://www.youritronics.com/wp-content/uploads/2009/05/braitenberg-robot-with-arduino-300x214.jpg" alt="braitenberg robot with arduino" width="300" height="214"/></p>
<p>Here is a good project for those who want to start with robotics. Fairly simple and if you are using a breadboard there is no soldering involved. It is a vehicle that follows a light source using two LDRs, two servo motors, two wheels and an Arduino as its brain. The two LDRs are placed one on the left and one on the right side of the vehicle and each one controls the motor from the opposite side.</p>
<p>Although this project can be done using discrete components alone, using an Arduino allows you to further develop the project. Light is detected by the two LDRs. Each LDR is connected in series with a resistor between Vcc and ground forming a voltage divider. The joint point between the LDR and the resistor is connected to one of the Arduino&#8217;s analog inputs.</p>
<p>You will need to play a little bit with the values of the resistor so that you get the right sensitivity for light detection. A variable resistor could be very handy. The motors who spin the wheels are two hacked servo motors. Since servo motors don&#8217;t spin 360 degrees there is a way explained in the project to transform them into gear motors.</p>
<p>Servo motors are however pretty easy to control with the microcontroller. You have a center value which will make the motor stand still and if you add or subtract&nbsp; from that value it will make it go forward or reverse. You will need to run a few tests to determine these values and to adjust the light sensors.</p>
<p><b>Braitenberg robot with Arduino: </b><a href="http://tinkerlog.com/2009/04/18/arduino-powered-braitenberg-vehicle/" mce_href="http://tinkerlog.com/2009/04/18/arduino-powered-braitenberg-vehicle/">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/braitenberg-robot-with-arduino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controlling the flight of a Zeppelin</title>
		<link>http://www.youritronics.com/controlling-the-flight-of-a-zeppelin/</link>
		<comments>http://www.youritronics.com/controlling-the-flight-of-a-zeppelin/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:00:51 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PIC16F84]]></category>
		<category><![CDATA[PIC16F874]]></category>
		<category><![CDATA[PIC16F877]]></category>
		<category><![CDATA[PIC16F88]]></category>
		<category><![CDATA[remote control]]></category>
		<category><![CDATA[zeppelin]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=2107</guid>
		<description><![CDATA[A teams of students from Colorado State University have designed and built a PIC-based circuit to control the flight of a blimp. You can control it manually by remote or let the zeppelin find it&#8217;s own path to a specific destination that is designated by an infrared beacon. The remote control has a 20&#215;4 LCD [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-2118" src="http://www.youritronics.com/wp-content/uploads/2009/04/controlling-the-flight-of-a-zeppelin-300x240.jpg" alt="controlling the flight of a zeppelin" width="300" height="240" /></p>
<p>A teams of students from Colorado State University have designed and built a PIC-based circuit to control the flight of a blimp. You can control it manually by remote or let the zeppelin find it&#8217;s own path to a specific destination that is designated by an infrared beacon.</p>
<p>The remote control has a 20&#215;4 LCD display which shows the commands and a 12 key keypad from which you can control take off, land, forward, reverse and steering commands. The zeppelin also has an altitude controller with ultrasonic sensors. This makes it go higher if it detects the ground too close or go lower if it&#8217;s altitude increases too much.</p>
<p>The thrust is given by two motors, each set at the end of a horizontal bar. A servo motor controls the angle of this bar and thus the direction of the thrust. There are four IR sensors each placed  in the four cardinal points. These sensors serve the autonomous flight mode.  The IR sensors output a low pulse when it &#8220;sees&#8221; the beacon so the zeppelin will follow the direction of the sensor which gives out the most pulses. The beacon is made with 16 IR LEDs driven by two 555 circuits.</p>
<p>The altitude control is been taking care of by a PIC16F84 designated IC2 in the schematics, steering is done by a PIC16F88, IC3, and all communicate with the control center a PIC16F874, IC4. Thrust motors are driven by SN754410, IC5 in the schematics. In the remote control you will find a PIC16F877P who takes care of all the RC functions, reading the keypad, displaying characters on the LCD, sending audio message to speaker and sending serial  commands to the zeppelin.</p>
<p><strong>Controlling the flight of a Zeppelin: </strong><a href="http://www.designnews.com/article/210105-Gadget_Freak_Case_139_The_Autonomous_Blimp.php?nid=2337&amp;rid=2897067#PartsList">[Link]</a> &#8211; <a href="http://blog.makezine.com/archive/2009/04/autonomous_pic-based_blimp.html?CMP=OTC-0D6B48984890">[Via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/controlling-the-flight-of-a-zeppelin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3in1 Stepper Motor Controller</title>
		<link>http://www.youritronics.com/3in1-stepper-motor-controller/</link>
		<comments>http://www.youritronics.com/3in1-stepper-motor-controller/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:52:44 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[ATmega8]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[PCB]]></category>
		<category><![CDATA[stepper]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1388</guid>
		<description><![CDATA[This article was submited by morgoth and is part of the PCB giveaway program, so for submitting he&#8217;s work morgoth will receive a free PCB. Also in the future we&#8217;ll see more of he&#8217;s projects. Of-course there are other projects based on this idea around the web, but what makes this one special, it&#8217;s he&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>This article was submited by morgoth and is part of the <a title="pcb giveaway" href="http://www.youritronics.com/pcb-giveaway/">PCB giveaway</a> program, so for submitting he&#8217;s work morgoth will receive a <a title="free pcb" href="http://www.youritronics.com/pcb-giveaway/">free PCB</a>. Also in the future we&#8217;ll see more of he&#8217;s projects.</p>
<p>Of-course there are other projects based on this idea around the web, but what makes this one special, it&#8217;s he&#8217;s features. There are 3 stepper motors controlled by a single <a href="http://www.youritronics.com/tag/atmega8/">ATmega8</a> that runs at 8 MHz, and a motor driver for each motor. The motors and their drivers were recovered from an old printer.</p>
<div class="mceTemp">
<p><a href="http://www.youritronics.com/wp-content/uploads/2008/09/3in1-motor-stepper-controller-board.jpg"><img class="size-medium wp-image-1389" title="3in1-motor-stepper-controller-board2" src="http://www.youritronics.com/wp-content/uploads/2008/09/3in1-motor-stepper-controller-board-300x225.jpg" alt="3in1 Motor stepper controller" width="300" height="225" /></a></p>
<p>Although the motors are controlled by the same microcontroller each one can move independent. The board can receive commands to drive the motors trough serial interface from a computer. There is also a PC software that enables you to send commands from a nice graphical interface.</p>
<p><a href="http://www.youritronics.com/wp-content/uploads/2008/09/interface-for-motor-driver.jpg"><img class="size-full wp-image-1390" title="interface-for-motor-driver" src="http://www.youritronics.com/wp-content/uploads/2008/09/interface-for-motor-driver.jpg" alt="interface-for-motor-driver" width="500" height="288" /></a></p>
<p>As you can see this is a very practical application, for example it can be easily developed into a CNC machine. I personally like morgoth&#8217;s coding skils and i think he has some more great projects to show.</p>
<p>And in the ending here is a movie with the motors in action.</p>
<a href="http://www.youritronics.com/3in1-stepper-motor-controller/"><img src="http://img.youtube.com/vi/vkZcXYnuQZQ/default.jpg" width="130" height="97" border=0></a>
<p>Here are some downloads:</p>
<ul>
<li><a href="http://www.youritronics.com/wp-content/uploads/2008/09/3in1-motor-stepper-controllersourcehexboard.zip">asm source, hex, and board files</a></li>
<li><a href="http://www.youritronics.com/wp-content/uploads/2008/09/interface-source.zip">source files for pc interface</a></li>
<li><a href="http://www.youritronics.com/wp-content/uploads/2008/09/interfacefor3in1motorsteper.exe">pc interface.exe</a></li>
<li><a href="http://www.youritronics.com/wp-content/uploads/2008/09/motorsteper3in1.jpg">pcb picture</a></li>
<li><a title="schematic" href="http://www.youritronics.com/wp-content/uploads/2008/09/motorsteper3in1-schematic.jpg">schematic picture</a></li>
<li><strong><span style="color: #ff0000;">NOTE: <span style="color: #000000;"><span style="font-weight: normal;">youritronics reader Radu pointed out that the schematic is wrong. According to the datasheet the Atmega8 has GND on pin 3 and 5 and VCC on pin 4 and 6. The schematic has the VCC and GND the other way around, you need to correct that for the system to work.</span></span></span></strong></li>
</ul>
</div>
<div class="mceTemp">And here are the downloads for unipolar stepper motors:</div>
<div class="mceTemp">
<ul>
<li><a href="http://www.youritronics.com/wp-content/uploads/2008/11/3in1motorsteppercontrollerforunipolar.jpg">schematic for unipolar motor</a></li>
<li><a href="http://www.youritronics.com/wp-content/uploads/2008/11/interface-and-source-code-for-unipolar-motor-and-uln2803.zip">interface and source code for unipolar motor and ULN2803</a></li>
<li><strong><span style="color: #ff0000;">NOTE:</span> </strong>youritronics reader Radu pointed out that the schematic is wrong. According to the datasheet the Atmega8 has GND on pin 3 and 5 and VCC on pin 4 and 6. The schematic has the VCC and GND the other way around, you need to correct that for the system to work.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/3in1-stepper-motor-controller/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>DC motor speed control using PWM</title>
		<link>http://www.youritronics.com/dc-motor-speed-control-using-pwm/</link>
		<comments>http://www.youritronics.com/dc-motor-speed-control-using-pwm/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:01:55 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[ADC]]></category>
		<category><![CDATA[DC]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[PWM]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1302</guid>
		<description><![CDATA[The PWM frequency is about 10 kHz and does not make a noise in the motor. The 5 K Ohm potentiometer is connected to ADC input channel 0 and is converted to 1024 (10 bit) value, this value is applied to the PWM control and produces very smooth speed control. The HEXFET type IRL1004 has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2008/07/dc-motor-speed-control-using-pwm.jpg"><img class="alignnone size-medium wp-image-1303" title="dc-motor-speed-control-using-pwm" src="http://www.youritronics.com/wp-content/uploads/2008/07/dc-motor-speed-control-using-pwm-300x300.jpg" alt="DC motor speed control using PWM" width="300" height="300" /></a></p>
<p>The PWM frequency is about 10 kHz and does not make a noise in the motor. The 5 K Ohm potentiometer is connected to ADC input channel 0 and is converted to 1024 (10 bit) value, this value is applied to the PWM control and produces very smooth speed control. The HEXFET type IRL1004 has extremely low on resistance (0.009 Ohm) and requires only logic level drive, in this application it does not get warm even when controlling 1 Amp motor current. according the IRL1004 data sheet it can handle much higher motor current.</p>
<p><strong>DC motor speed control using PWM:</strong> <a href="http://hans-w.com/speed_control.htm">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/dc-motor-speed-control-using-pwm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stepping Motor Controlled Over USB Interface</title>
		<link>http://www.youritronics.com/stepping-motor-controlled-over-usb-interface/</link>
		<comments>http://www.youritronics.com/stepping-motor-controlled-over-usb-interface/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 18:28:19 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[MPlab]]></category>
		<category><![CDATA[PIC18F4550]]></category>
		<category><![CDATA[stepper motor]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1222</guid>
		<description><![CDATA[This project demonstrates how you can control a stepper motor over USB using a special software. The motor is driven by a  PIC18F4550 running with full speed USB interface at 48MHz. The software for the computer was written in Delphi and the code for PIC was written in MPlab. The source files are provided so [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1223" href="http://www.youritronics.com/stepping-motor-controlled-over-usb-interface/stepping-motor-controlled-over-usb-interface/"><img class="alignnone size-full wp-image-1223" title="stepping-motor-controlled-over-usb-interface" src="http://www.youritronics.com/wp-content/uploads/2008/07/stepping-motor-controlled-over-usb-interface.jpg" alt="Stepping Motor Controlled Over USB Interface" width="315" height="171" /></a></p>
<p>This project demonstrates how you can control a stepper motor over USB using a special software. The motor is driven by a  PIC18F4550 running with full speed USB interface at 48MHz. The software for the computer was written in Delphi and the code for PIC was written in MPlab. The source files are provided so you can make any adjustments needed.</p>
<p><strong>Stepping Motor Controlled Over USB Interface:</strong> <a href="http://www.sixca.com/eng/articles/usbstepping/">[Link]</a> &#8211; <a href="http://www.coolcircuit.com/gadgets/2008/07/06/control-stepping-motor-via-usb-interface/">[via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/stepping-motor-controlled-over-usb-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driving a Bipolar Stepper Motor</title>
		<link>http://www.youritronics.com/driving-a-bipolar-stepper-motor/</link>
		<comments>http://www.youritronics.com/driving-a-bipolar-stepper-motor/#comments</comments>
		<pubDate>Wed, 07 May 2008 21:11:00 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[breadboard]]></category>
		<category><![CDATA[Motor]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/driving-a-bipolar-stepper-motor/</guid>
		<description><![CDATA[  Jason writes:This entry shows the configuration I used to make a NMB (Minebea Electronics Co.) PM35L-048, 24VDC, 9.4 Ohm unipolar stepper motor work. I salvaged several of these motors from some Xerox inkjet printers. The motors were labeled well and I found manufacture specifications on-line. I was not able to find a wire diagram [...]]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.youritronics.com/driving-a-bipolar-stepper-motor/driving-a-bipolar-stepper-motor-on-breadboard/" rel="attachment wp-att-1025" title="Driving a Bipolar Stepper Motor on Breadboard"><img src="http://www.youritronics.com/wp-content/uploads/2008/05/driving-a-bipolar-stepper-motor-on-breadboard.jpg" alt="Driving a Bipolar Stepper Motor on Breadboard" /></a></p>
<p>Jason writes:This entry shows the configuration I used to make a NMB (Minebea Electronics Co.) PM35L-048, 24VDC, 9.4 Ohm unipolar stepper motor work. I salvaged several of these motors from some Xerox inkjet printers. The motors were labeled well and I found manufacture specifications on-line. I was not able to find a wire diagram so I defaulted to making a truth table as I had done for unipolar steppermotors. Most steppers with 4 wires can usually be identified as bipolar stepper motors, which can be driven with a dual H-bridge IC such as the SN754410 by Texas Instruments.</p>
<p><strong>Driving a Bipolar Stepper Motor:</strong> <a href="http://www.jasonbabcock.com/computing/breadboard/bipolar/index.html">[Link]</a> &#8211; <a href="http://www.coolcircuit.com/gadgets/2008/05/07/driving-a-bipolar-stepper-motor/">[Via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/driving-a-bipolar-stepper-motor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PIC30f4012  DC motor controller</title>
		<link>http://www.youritronics.com/pic30f4012-dc-motor-controller/</link>
		<comments>http://www.youritronics.com/pic30f4012-dc-motor-controller/#comments</comments>
		<pubDate>Fri, 02 May 2008 19:20:09 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[DC]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[PIC]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/pic30f4012-dc-motor-controller/</guid>
		<description><![CDATA[  This project was developed as an inexpensive way to drive small dc brushed motors as positioning servos for use on a desktop sized CNC machine. The board is interfaced to the PC through 2 pins of a parallel port. The drive signal on these pins is known as quadrature drive. The power stage consists [...]]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.youritronics.com/pic30f4012-dc-motor-controller/pic30f4012-dc-motor-controller/" rel="attachment wp-att-977" title="PIC30f4012  DC motor controller"><img src="http://www.youritronics.com/wp-content/uploads/2008/05/pic30f4012-dc-motor-controller.jpg" alt="PIC30f4012  DC motor controller" height="263" width="350" /></a></p>
<p>This project was developed as an inexpensive way to drive small dc brushed motors as positioning servos for use on a desktop sized CNC machine. The board is interfaced to the PC through 2 pins of a parallel port. The drive signal on these pins is known as quadrature drive. The power stage consists of a power op amp driven in constant current mode. The internal PIC processor ( a 30f4012 from Microchip ) is programmed in C through the C30 compiler and the Microchip IDE. The servo loop parameters are programmed through a serial port connection and are saved in the dspic eeprom.</p>
<p>Once set for a particular drive, they should not need to be changed. The serial programming interface is used to tune the PID and other servo loop parameters to optimize the performance in a particular application. The serial port runs at a fixed baud rate of 9600N81. Any terminal program such as minicom, gtkterm, or hyperterminal may be used to talk to the dspic-servo.</p>
<p><strong>PIC30f4012  DC motor controller</strong>: <a href="http://members.shaw.ca/swstuff/dspic-servo.html">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/pic30f4012-dc-motor-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DC motor speed controller</title>
		<link>http://www.youritronics.com/dc-motor-speed-controller/</link>
		<comments>http://www.youritronics.com/dc-motor-speed-controller/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 18:27:24 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[Motor]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PIC16F873]]></category>
		<category><![CDATA[Power]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/dc-motor-speed-controller/</guid>
		<description><![CDATA[  This motor speed controller powered by the PIC16F873 detects and controls the rotational speed of the motor. When lower than the specification speed, it increases a control electric current. When higher than the specification speed, it reduces a control electric current. It is possible to use when wanting to keep constant speed even if [...]]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.youritronics.com/dc-motor-speed-controller/dc-motor-speed-controller-board/" rel="attachment wp-att-878" title="DC motor speed controller board"><img src="http://www.youritronics.com/wp-content/uploads/2008/04/dc-motor-speed-controller-board.jpg" alt="DC motor speed controller board" /></a><a href="http://www.youritronics.com/dc-motor-speed-controller/dc-motor-speed-controller-board-2/" rel="attachment wp-att-879" title="DC motor speed controller board"><img src="http://www.youritronics.com/wp-content/uploads/2008/04/dc-motor-speed-controller-board_3.jpg" alt="DC motor speed controller board" /></a></p>
<p>This motor speed controller powered by the <font size="4"><u>PIC16F873</u> </font>detects and controls the rotational speed of the motor. When lower than the specification speed, it increases a control electric current. When higher than the specification speed, it reduces a control electric current. It is possible to use when wanting to keep constant speed even if the load to the motor changes.</p>
<p><strong>DC motor speed controller</strong>: <a href="http://www.hobby-elec.org/e_pic6_9.htm">[Link]</a> &#8211; <a href="http://www.electronics-lab.com/blog/?p=1710">[Via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/dc-motor-speed-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L298 stepper motor controller</title>
		<link>http://www.youritronics.com/l298-stepper-motor-controller/</link>
		<comments>http://www.youritronics.com/l298-stepper-motor-controller/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 17:29:22 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[L298]]></category>
		<category><![CDATA[Motor]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/l298-stepper-motor-controller/</guid>
		<description><![CDATA[Stepper motors are a very powerful, yet accurate type of motor. The ability to &#8216;step&#8217; through motion instead of to run uncontrollably like dc motors do is a great advantage. This write-up shows you how to use an L298 to control a stepper motor. L298 stepper motor controller: [Link]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/l298-stepper-motor-controller/l298-stepper-motor-controller-assembled-on-a-breadbord/" rel="attachment wp-att-717" title="L298 stepper motor controller assembled on a breadbord"><img src="http://www.youritronics.com/wp-content/uploads/2008/04/l298-stepper-motor-controller-assembled-on-a-breadbord.jpg" alt="L298 stepper motor controller assembled on a breadbord" /></a></p>
<p>Stepper motors are a very powerful, yet accurate type of motor. The ability to &#8216;step&#8217; through motion instead of to run uncontrollably like dc motors do is a great advantage. This write-up shows you how to use an L298 to control a stepper motor.</p>
<p><strong>L298 stepper motor controller:</strong> <a href="http://www.pyroelectro.com/2008/04/01/89/">[Link]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/l298-stepper-motor-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

