Project of MAA 1
Project of MAA 1
8051
MICROPROJECT
REPORT
TELECOMMUNICATION
GARGOTI
( GOVT – AIDED )
1
SUBMITTED TO = SUBMITTED BY
2
PROJECT TEME MEMBERS
1. Mayur Sutar 14
2. Navjot Kamble 01
3. Pranil Kamble 17
4. Parth Nikam 11
5 Chinmay Kore 09
3
CONTENTS
1 . Introduction
2 . Component List
3 . Stepper Motor
4 . 8051 MIcrocontroller
5 .L293D(Quadruple Half H-Bridge IC)
6 . Circuit Diagram
7 . FlowChart
8 . C Program
4
Introduction
5
The Step angle is the
minimum degree of
rotation
associated with a
single step.
The Step angle is the
minimum degree of
rotation
associated with a
single step.
6
Components List
1.8051 Microcontroller
2. 8051 Development Board
3. L293D (Motor Driver)
4. Stepper Motor (Bipolar)
5.SPST Switch
6.Connectors
7
STEPPER MOTORTOR
1 A Stepper motor is a widely used device
that translates electric pulse into mechanical
movement
Concepts Related to
Stepper Motor
Step Angle
9
The Step angle is
the minimum
degree of rotation
associated with a
single step.
The Step angle is
the minimum
degree of rotation
associated with a
single step.
10
The Step angle is
the minimum
degree of rotation
associated with a
single step.
The Step angle is the minimum degree of rotate
associated with a single step.
Steps per Second & rpm Relaon
Motor Speed
The Speed of motor is measured in steps
per second(Steps/s) is a function of
Switchng Rate
11
Types of Stepper Motor
12
The Bipolar Stepper motor has 2 coils. The coils
are identical and are not electically connected.
You can identify the separate coils by touching the
terminals wires together. If the terminals of a coil
are connected,the coils becomes harder to turn.
13
Steps 1a 1b 2a 2b
1 1 0 0 0
2 0 1 0 0
3 0 0 1 0
4 0 0 0 1
Steps 1a 1b 2a 2b
U 1 0 0 0
1 1 1 0 0
14
2 0 1 0 0
3 0 1 1 0
4 0 0 1 0
5 0 0 1 1
6 0 0 0 1
7 1 0 0 1
8051 Microcontroller
15
1.Features
bit ALU.
16 bit PC and DPTR.
bit stack pointer and 8 bit PSW.
4K internal ROM
128 bytes of Internal RAM.
32 bits arranged as four,8 bit ports PO-P3.
Two 16 bit mer/counters, TO & T1.
Full duplex serial Port.
Control Registers TCON, TMOD,
SCON,PCON,IP,IE etc
Two External and three internal interrupt
sources.
0-12 MHz clock.
40 pin DIP package.
Powerful Instrucon set.
Pin Diagram
16
17
L293D (Motor Driver IC)
L293D are quadruple high-current half-H Driver
18
When the enable input is low, those drivers are
disabled and their outputs are o and in the high
impedance state.
Circuit Diagram
19
Hardware Description
Flowchart
Start
Check if
pin2.0=0
Yes No
Rotate Rotate
Clockwise Anticlockwise
21