• Videos
  • Projects
  • Home
  • Training
  • About Us
  • Location
  • Contact Us
  • Blog
  • Career
  • gallery
  • Projects
TwitterFacebookGoogleYouTube

Training Workshop Projects

  • Videos
  • Projects
    • Electronics Embedded projects ludhiana jallandhar punjab chandigarh patiala phagwara ambla
    • Mechanical Projects
    • Electrical Projects capstone phagwara jallandhar ludhiana bathinda chandigarh
    • Automobile Engineering Projects
    • mechannical projects chandigarh electronics electrical
    • Mechanical project ambala
    • mechannical projects chandigarh electronics electrical
    • Mechanical Projects Ludhiana chandigarh bathinda patiala
    • Electronics Projects Gurdaspur
    • Civil Engineering capstone projects
  • Home
  • Training
    • PLC Automation Training
    • Arduino Training
    • Six Weeks industrial Training Ludhiana
    • Robotics Training Ludhiana
    • robotics training amritsar ludhiana jalandhar chandigarh
    • Six Months Industrial Training For Btech BCA MCA
    • Industrial Training
    • Robotics Training jalandhar
    • embedded training projects
  • About Us
    • Minor Projects Mini kits
    • Latest projects
    • Price List Electronics Projects
    • Engineering projects
    • Science fair project ideas
    • Robotics Projects
    • AVR Projects
    • Civil Project
    • Gallery
    • Final Year Btech major ece projects Ludhiana Bathinda Gurdaspur hoshiarpur jalandhar amritsar ferozepur chandigarh ambala
    • Artificial intelligence
    • capstone projects help near phagwara
    • ECE projects
    • Major Projects final year Btech
    • Pneumatic Projects
    • Science Fair projects
    • Engineering Colleges in Punjab
    • B.tech Engineering Projects
  • Location
  • Contact Us
  • Blog
  • Career
  • gallery
  • Projects

Tag Archives: stepper motor control

Stepper motor control

Jul

4

2013

bansal212
Share
Tweet

In this project we will control stepper motor using Micro switches. We will work use push to on switches.  Stepper motor normally used in Dot Matrix printers , plotters and cutters. Mainly its applications are in Cotton and paper industries. It is also used in Robotics Control because of its accuracy and precision. Commercially it is very useful overall. With the help of microcontroller. We control the  output  devices in the receiver circuit. For this purpose we use two microcontroller in this project. Here we use  ATMEL microcontroller in the transmitter and receiver circuit. In atmel series  , here we use ic 89s52 as a main processor.. and IC 89s52 in the receiver circuit as a main receiver  circuit..

Proect is Divided in to following Parts:-

  • Power Supply Circuit 5v and 12V DC- Transformer, rectifier , Filter and Power Supply indicator.
  • Microcontroller Circuit- 89s52 circuit- It contain crystal and Reset Circuit .
  • Current Amplifier Circuit To drive Stepper motor- As a amplifier- it is required because microcontroller have not large current to drive stepper motor.

In the 89s52 microcontroller only two ports are available.. port p1 and port p3. We connect all the switches and output infra red led is connected to the  port p3

Pin no 12 to pin no 19 is port 1 ouput pins. On this pins we connect a  push to on switches . One point of the switch is connected to the pins of the microcontroller and other pin is connected to the ground pin. Port p1.0 and port p1.1 is special pins of this microcontroller, so we connect a two pull up resistor to this pins.

 

 

Pin no 40 is connected to the positive supply. Pin no 20 is connected to the negative supply. Pin no 1 is connected to the reset components via one capacitor and resistor 10 k in series. These two components auto reset the micrcontroller on power on .

COMPONENTS USED:

 

MICROCONTROLLER           89s52- 1nos.

ULN2003 IC                        Amplifier- 2nos.

CRYSTAL                           12Mhz

 

 

RESISTOR

10 K          11  Pc

50 K          2 Pc  VARIABLE

1 K            VARIABLE

2.2K          1 Pc

470 OHM   1Pc

 

CAPACITOR

22 PF                2 Pc

10 MFD     1 PC

 

PUSH TO ON SWITCH 2 PC.

 

7805 REGULATOR

STEP DOWN TRANSFORMER        9-0-9

DIODE       IN 4007( 4Pc)

 

ULN2003-   1nos

TSOP1738

10K OHM VARIABLE RESISTOR

Planning:

List of activities to be carried Out to complete the Project-

 

 

  • In First weeks I will collect study material and circuit diagram. I will finalized circuit and detail.
  • In next week I will test circuit on simulation softare proteus or bread board. Proteus is simulation software.
  • In Next we will make PCB on copper clad Board.
  • After it we will do programming and soldering.
  • After soldering we will Test circuit.
  • If there will be any problem then we will do repair of it.
  • After completion of project we will make report.

 

 

Applications:

 

Machine control

Robotics applications

Printers

Medical equipment

 

Advantage

Easy to fabricate

Portable

Reliable

Low cost

Look around. Notice the smart “intelligent” systems? Be it the T.V, washing machines, video games, telephones, automobiles, aero planes, power systems, or any application having a LED or a LCD as a user interface, the control is likely to be in the hands of a micro controller!

Measure and control, that’s where the micro controller is at its best.

Micro controllers are here to stay. Going by the current trend, it is obvious that micro controllers will be playing bigger and bigger roles in the different activities of our lives.

So where does this scenario leave us? Think about it……

The world of Micro controllers

What is the primary difference between a microprocessor and a micro controller? Unlike the microprocessor, the micro controller can be considered to be a true “Computer on a chip”.

In addition to the various features like the ALU, PC, SP and registers found on a microprocessor, the micro controller also incorporates features like the ROM, RAM, Ports, timers, clock circuits, counters, reset functions etc.

While the microprocessor is more a general-purpose device, used for read, write and calculations on data, the micro controller, in addition to the above functions also controls the environment.

We have used a whole lot of technical terms already! Don’t get worried about the meanings at this point. We shall understand these terms as we proceed further

For now just be aware of the fact, that all these terms literally mean what they say.

Bits and Bytes

Before starting on the 8051, here is a quick run through on the bits and bytes. The basic unit of data for a computer is a bit. Four bits make a nibble. Eight bits or two nibbles make a byte. Sixteen bits or four nibbles or two bytes make a word.

1024 bytes make a kilobyte or 1KB, and 1024 KB make a Mega Byte or 1MB.

Thus when we talk of an 8-bit register, we mean the register is capable of holding data of 8 bits only.

The 8051

The 8051 developed and launched in the early 80`s, is one of the most popular micro controller in use today. It has a reasonably large amount of built in ROM and RAM. In addition it has the ability to access external memory.

The generic term `8×51` is used to define the device. The value of x defining the kind of ROM, i.e. x=0, indicates none, x=3, indicates mask ROM, x=7, indicates EPROM and x=9 indicates EEPROM or Flash.

A note on ROM

The early 8051, namely the 8031 was designed without any ROM. This device could run only with external memory connected to it. Subsequent developments lead to the development of the PROM or the programmable ROM. This type had the disadvantage of being highly unreliable.

The next in line, was the EPROM or Erasable Programmable ROM. These devices used ultraviolet light erasable memory cells. Thus a program could be loaded, tested and erased using ultra violet rays. A new program could then be loaded again.

An improved EPROM was the EEPROM or the electrically erasable PROM. This does not require ultra violet rays, and memory can be cleared using circuits within the chip itself.

Finally there is the FLASH, which is an improvement over the EEPROM. While the terms EEPROM and flash are sometimes used interchangeably, the difference lies in the fact that flash erases the complete memory at one stroke, and not act on the individual cells. This results in reducing the time for erasure.

Understanding the basic features of the 8051 core

Let’s now move on to a practical example. We shall work on a simple practical application and using the example as a base, shall explore the various features of the 8051 microcontroller.

Consider an electric circuit as follows,

The positive side (+ve) of the battery is connected to one side of a switch. The other side of the switch is connected to a bulb or LED (Light Emitting Diode). The bulb is then connected to a resistor, and the other end of the resistor is connected to the negative (-ve) side of the battery.

When the switch is closed or ‘switched on’ the bulb glows. When the switch

 
Posted in digital projects, ece projects, electrical projects, Electronics Projects | Tags: 8051 stepper motor interface, speed control stepper motor, stepper motor control | Leave a comment |

Pages

  • Arduino based Auto Intensity Control of Street Lights
  • Arduino based Underground Cable Fault Detection
  • Arduino Training
    • VHDL Training
  • Arduino weather station part 2 using arduino
  • ARM based Final year projects
  • ARM Cortex (STM32) based Solar Street Light
  • Artificial intelligence
  • AVR Projects
  • Career
  • Dealers Required
  • DS1307 I²C Clock using arduino
  • ECE projects
  • Electricity Theft Detection
  • Electronic project list 1
  • Electronics Projects chandigarh Ambala bathinda hoshiarpur amritsar jalandhar
  • Electronics Projects Jalandhar
  • Electronics projects list 2
  • Electronics projects Ludhiana
  • Electronics Projects Ludhiana
  • gallery
  • Industrial Training
  • innovative ludhiana
  • IOT garbage collection system
  • Mechanical Projects Ludhiana chandigarh bathinda patiala
  • PLC Automation Projects
  • PLC Automation Training
  • Prepaid energy meter
  • Robotics Training jalandhar
  • Robotics Training Ludhiana
  • Science fair project ideas
  • Science Fair projects
  • Six week Training Ludhiana jalandhar chandigarh bathinda patiala rajpura ambala phagwara punjab
  • VHDL projects FPGA CPLD SMT
  • Videos
  • Home
  • Gallery
  • About Us
    • Engineering Colleges in Punjab
  • Projects
    • Automobile Engineering Projects
    • Civil Engineering capstone projects
    • Electrical Projects capstone phagwara jallandhar ludhiana bathinda chandigarh
    • Electronics Embedded projects ludhiana jallandhar punjab chandigarh patiala phagwara ambla
    • embedded training projects
    • GSM based Final year btech ece projects
    • Mechanical Projects
    • Robotics Projects
    • Electronics Projects Embedded Training Six Months Major Projects Ambala
    • Mechanical Projects
      • Electrical projects
      • Pneumatic Projects
    • Minor Projects Mini kits
    • Price List Electronics Projects
    • Civil Project
    • Computer Projects
    • Major Projects final year Btech
    • capstone projects help near phagwara
    • Final Year Btech major ece projects Ludhiana Bathinda Gurdaspur hoshiarpur jalandhar amritsar ferozepur chandigarh ambala
    • Latest projects
    • Engineering projects
    • Six Months Industrial Training For Btech BCA MCA
    • Six Weeks industrial Training Ludhiana
  • Location
    • B.tech Engineering Projects
    • Electronics Projects Gurdaspur
    • Electronics Projects Ludhiana chandigarh bathinda patiala jalandhar phagwara mumbai lucknow jaipur amabala
  • Mechanical project ambala
  • mechannical projects chandigarh electronics electrical
  • Contact Us
  • Blog
  • Career

Archives

  • January 2021
  • December 2020
  • May 2020
  • April 2020
  • January 2020
  • November 2019
  • September 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • October 2018
  • August 2018
  • July 2018
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • April 2017
  • February 2017
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • April 2016
  • March 2016
  • February 2016
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • May 2015
  • April 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • January 2011

Categories

  • Admission in engineering (9)
  • Arduino Projects (30)
  • arduino training (18)
  • ARM Based projects (23)
  • ARM projects (26)
  • atmega 16 (25)
  • atmega 328 training (20)
  • atmega 8 training (12)
  • Atmega Projects (21)
  • Atmel projects based on 89s52 (15)
  • autobraking system (6)
  • automation PLC projects (35)
  • automobile project (19)
  • Automobile Projects (17)
  • AVR projects (25)
  • best engineering colleges (11)
  • best engineering colleges of ludhiana (10)
  • best engineering colleges of Punjab (11)
  • Bluetooth projects (19)
  • C++ projects (6)
  • Civil engineering projects (1)
  • civil projects (4)
  • computer projects (21)
  • computer training (5)
  • Datasheet dowload (4)
  • digital projects (106)
  • DTMF based Projects (27)
  • ece projects (196)
  • electrical projects (109)
  • electronics components (40)
  • electronics parts (36)
  • Electronics Projects (378)
  • Embedded projects (42)
  • embedded traininig (22)
  • engineering colleges (18)
  • Finger Print module (5)
  • FPGA/CPLD projects (14)
  • gesture robot (18)
  • GPS receiver (28)
  • GSM modem (31)
  • GSM projects (29)
  • GSM Robot (29)
  • industrial automations projects (15)
  • innovative cse training phagwara (3)
  • innovative java training phagwara (2)
  • innovative phagwara (23)
  • innovative projects phagwara (24)
  • innovative training phagwara (23)
  • IT courses (22)
  • java projects (3)
  • LCD detail (1)
  • LED Matrix (2)
  • major projects (120)
  • mechincal projects (34)
  • mini projects (78)
  • minor projects (42)
  • Mobile charger (3)
  • php projects (9)
  • pic 16f676 training (1)
  • pic 16f84 training (1)
  • PIC Based projects (8)
  • PIC controller Projects (12)
  • PLC projects (19)
  • polytechnic colleges in punjab (32)
  • polytechnic near bathinda (32)
  • polytechnic near jalandhar (32)
  • polytechnic near ludhiana (33)
  • polytechnic near patiala (33)
  • power system projects (27)
  • Prepaid energy meter (14)
  • propeller clocj (11)
  • propeller clock (18)
  • Raspberry pi ludhiana (2)
  • RF controlled Robot (17)
  • RF projects (22)
  • Robotics (34)
  • robotics parts (16)
  • School Models (11)
  • school projects (14)
  • Science projects (10)
  • Six Months Training (13)
  • Six months training bathinda (14)
  • Six months training hoshiarpur (13)
  • Six months training jalandhar (15)
  • Six months training Ludhiana (14)
  • Six months training patiala (14)
  • Six months training phagwara (13)
  • Six months training punjab (13)
  • Six weeks Training (12)
  • speed breaker (1)
  • Steering head Light Control (1)
  • stepper motor (1)
  • Traffic Light Control (1)
  • training during engineering (10)
  • training engineering (10)
  • training in ludhiana engineering (12)
  • Ultrasonic based projects (1)
  • Uncategorized (106)
  • Verilog training punjab (10)
  • vhdl projects (18)
  • VLSI Projects (17)
  • web development (1)
  • XBee projects (3)

WordPress

  • Log in
  • WordPress

Subscribe

  • Entries (RSS)
  • Comments (RSS)
© Innovative Project Solutions 9888708401