<?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>Unipolar stepper motor | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/unipolar-stepper-motor/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Thu, 04 Jun 2009 05:19:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>Stepper motor control board</title>
		<link>https://studentprojects.in/electronics/microcontroller/8051-8951/stepper-motor-control-board/</link>
					<comments>https://studentprojects.in/electronics/microcontroller/8051-8951/stepper-motor-control-board/#comments</comments>
		
		<dc:creator><![CDATA[Editorial Team]]></dc:creator>
		<pubDate>Mon, 17 Nov 2008 12:57:54 +0000</pubDate>
				<category><![CDATA[8051/8951]]></category>
		<category><![CDATA[8951]]></category>
		<category><![CDATA[Stepper motor]]></category>
		<category><![CDATA[microcontroller programming]]></category>
		<category><![CDATA[Unipolar stepper motor]]></category>
		<category><![CDATA[RPM calculation]]></category>
		<category><![CDATA[control board circuit]]></category>
		<category><![CDATA[8951 programs]]></category>
		<guid isPermaLink="false">http://studentprojects.in/?p=127</guid>

					<description><![CDATA[<p>This project is actually an educational kit. One can study the full operation of unipolar type stepper motor using this board. As it is micro controller based it can be programmable also and one can learn micro controller interfacing with LEDs, key board and stepper motor. Thus single board serves the purpose of learning stepper</p>
<p>The post <a href="https://studentprojects.in/electronics/microcontroller/8051-8951/stepper-motor-control-board/">Stepper motor control board</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>This project is actually an educational kit. One can study the full operation of unipolar type stepper motor using this board. As it is micro controller based it can be programmable also and one can learn micro controller interfacing with LEDs, key board and stepper motor. Thus single board serves the purpose of learning stepper motor control as well as learning micro controller programming.</p>
<p><strong>General description and system block diagram:-</strong></p>
<p>The complete board consists of transformer, control circuit, keypad and stepper motor as shown in snap. The given figure shows the block diagram of project.</p>
<figure id="attachment_128" aria-describedby="caption-attachment-128" style="width: 368px" class="wp-caption aligncenter"><img decoding="async" class="size-full wp-image-128" title="System block diagram" src="https://studentprojects.in/wp-content/uploads/2008/11/block3.gif" alt="System block diagram" width="368" height="180" /><figcaption id="caption-attachment-128" class="wp-caption-text">System block diagram</figcaption></figure>
<p>The circuit has inbuilt 5 V power supply so when it is connected with transformer it will give the supply to circuit and motor both. The 8 Key keypad is connected with circuit through which user can give the command to control stepper motor. The control circuit includes micro controller 89C51, indicating LEDs, and current driver chip ULN2003A. One can program the controller to control the operation of stepper motor. He can give different commands through keypad like, run clockwise, run anticlockwise, increase/decrease RPM, increase/decrease revolutions, stop motor, change the mode, etc. before we start with project it is must that we first understood the operation of unipolar stepper motor.</p>
<p><strong>Unipolar stepper motor:-</strong></p>
<p>In the construction of unipolar stepper motor there are four coils. One end of each coil is tide together and it gives common terminal which is always connected with positive terminal of supply. The other ends of each coil are given for interface.  Specific color code may also be given. Like in my motor orange is first coil (L1), brown is second (L2), yellow is third (L3), black is fourth (L4) and red for common terminal.</p>
<p>By means of controlling a stepper motor operation we can</p>
<ol>
<li>Increase or decrease the RPM (speed) of it</li>
<li>Increase or decrease number of revolutions of it</li>
<li>Change its direction means rotate it clockwise or anticlockwise</li>
</ol>
<p>To vary the RPM of motor we have to vary the PRF (Pulse Repetition Frequency). Number of applied pulses will vary number of rotations and last to change direction we have to change pulse sequence.</p>
<p>So all these three things just depends on applied pulses. Now there are three different modes to rotate this motor</p>
<ol>
<li>Single coil excitation</li>
<li>Double coil excitation</li>
<li>Half step excitation</li>
</ol>
<p>The table given below will give you the complete idea that how to give pulses in each mode</p>
<figure id="attachment_129" aria-describedby="caption-attachment-129" style="width: 600px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-129" title="Pulses for stepper motor module" src="https://studentprojects.in/wp-content/uploads/2008/11/steppertable.jpg" alt="Pulses for stepper motor module" width="600" height="256" /><figcaption id="caption-attachment-129" class="wp-caption-text">Pulses for stepper motor module</figcaption></figure>
<p>Note:- In half step excitation mode motor will rotate at half the specified given step resolution. Means if step resolution is 1.8 degree then in this mode it will be 0.9 degree. Step resolution means on receiving on 1 pulse motor will rotate that much degree. If step resolution is 1.8 degree then it will take 200 pulses for motor to compete 1 revolution (360 degree).</p>
<p>Now let me give you the specification of the stepper motor that I have used.</p>
<p>Max rated voltage: &#8211;    5 V<br />
Max rated current per coil: &#8211; 0.5 Amp<br />
Step resolution: &#8211;    1.8 degree / pulse<br />
Max RPM: &#8211;    20 in single/double coil excitation mode and 60 in half step mode<br />
Torque: &#8211; 1.5 Kg/cm2</p>
<p><strong>RPM calculation:-</strong></p>
<p>One can calculate the exact RPM at which motor will run. We know that motor needs 200 pulses to complete 1 revolution. Means if 200 pulses applied in 1 second motor will complete 1 revolution in 1 second. Now 1 rev. in 1 sec means 60 rev. in 1 minute. That will give us 60 RPM. Now 200 pulses in 1 sec means the PRF is 200 Hz. And delay will be 5 millisecond (ms). Now lets see it reverse.</p>
<p>*  If delay is 10 ms then PRF will be 100 Hz.<br />
*  So 100 pulses will be given in 1 sec<br />
*  Motor will complete 1 revolution in 2 second<br />
*  So the RPM will be 30.</p>
<p>In same manner as you change delay the PRF will be changed and it will change RPM</p>
<p><strong>Stepper motor control board circuit:-</strong></p>
<figure id="attachment_130" aria-describedby="caption-attachment-130" style="width: 591px" class="wp-caption aligncenter"><img decoding="async" loading="lazy" class="size-full wp-image-130" title="Stepper motor control board circuit" src="https://studentprojects.in/wp-content/uploads/2008/11/circuit.gif" alt="Stepper motor control board circuit" width="591" height="555" /><figcaption id="caption-attachment-130" class="wp-caption-text">Stepper motor control board circuit</figcaption></figure>
<p>The circuit consists of very few components. The major components are 7805, 89C51 and ULN2003A.</p>
<p><strong>Connections:-</strong></p>
<ol>
<li>The transformer terminals are given to bridge rectifier to generate rectified DC.</li>
<li>It is filtered and given to regulator IC 7805 to generate 5 V pure DC. LED indicates supply is ON.</li>
<li>All the push button micro switches J1 to J8 are connected with port P1 as shown to form serial keyboard.</li>
<li>12 MHz crystal is connected to oscillator terminals of 89C51 with two biasing capacitors.</li>
<li>All the LEDs are connected to port P0 as shown</li>
<li>Port P2 drives stepper motor through current driver chip ULN2003A.</li>
<li>The common terminal of motor is connected to Vcc and rest all four terminals are connected to port P2 pins in sequence through ULN chip.</li>
</ol>
<p>Now by downloading different programs in to 89C51 we can control the operation of stepper motor. Let us see all different kind of program.</p><p>The post <a href="https://studentprojects.in/electronics/microcontroller/8051-8951/stepper-motor-control-board/">Stepper motor control board</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/electronics/microcontroller/8051-8951/stepper-motor-control-board/feed/</wfw:commentRss>
			<slash:comments>34</slash:comments>
		
		
			</item>
	</channel>
</rss>
