EE6502 Microprocessors and Microcontrollers
EE6502 Microprocessors and Microcontrollers
EE6502 Microprocessors and Microcontrollers
net
OBJECTIVES:
To study the Architecture of uP8085 & uC 8051
To study the addressing modes & instruction set of 8085 & 8051.
To introduce the need & use of Interrupt structure 8085 & 8051.
To develop skill in simple applications development with programming 8085 & 8051
To introduce commonly used peripheral / interfacing
UNIT I 8085 PROCESSOR 9
Hardware Architecture, pinouts – Functional Building Blocks of Processor – Memory organization – I/O ports and
data transfer concepts– Timing Diagram – Interrupts.
UNIT II PROGRAMMING OF 8085 PROCESSOR 9
Instruction -format and addressing modes – Assembly language format – Data transfer, data manipulation& control
instructions – Programming: Loop structure with counting & Indexing – Look up table - Subroutine instructions -
stack.
UNIT III 8051 MICRO CONTROLLER 9
Hardware Architecture, pintouts – Functional Building Blocks of Processor – Memory organization – I/O ports and
data transfer concepts– Timing Diagram – Interrupts-Comparison to Programming concepts with 8085.
UNIT IV PERIPHERAL INTERFACING 9
Study on need, Architecture, configuration and interfacing, with ICs: 8255 , 8259 , 8254,8237,8251, 8279 ,- A/D
and D/A converters &Interfacing with 8085& 8051.
UNIT V MICRO CONTROLLER PROGRAMMING & APPLICATIONS 9
Data Transfer, Manipulation, Control Algorithms& I/O instructions – Simple programming exercises key board
and display interface – Closed loop control of servo motor- stepper motor control – Washing Machine Control.
TOTAL : 45 PERIODS
OUTCOMES:
Ability to understand and analyse, linear and digital electronic circuits.
To understand and apply computing platform and software for engineering problems.
TEXT BOOKS:
1. Krishna Kant, “Microprocessor and Microcontrollers”, Eastern Company Edition, Prentice Hall of India, New
Delhi , 2007.
2. R.S. Gaonkar, „Microprocessor Architecture Programming and Application‟, with 8085, Wiley
Eastern Ltd., New Delhi, 2013.
3. Soumitra Kumar Mandal, Microprocessor & Microcontroller Architecture, Programming &
Interfacing using 8085,8086,8051,McGraw Hill Edu,2013.
REFERENCES:
1. Muhammad Ali Mazidi & Janice Gilli Mazidi, R.D.Kinely „The 8051 Micro Controller and
Embedded Systems‟, PHI Pearson Education, 5th Indian reprint, 2003.
2. N.Senthil Kumar, M.Saravanan, S.Jeevananthan, „Microprocessors and Microcontrollers‟,
Oxford,2013.
3. Valder – Perez, “Microcontroller – Fundamentals and Applications with Pic,” Yeesdee
Publishers, Tayler & Francis, 2013.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
UNIT I
8085 PROCESSOR
1) 8085 Architecture:
The architecture of 8085 consist various components like:
1. Accumulator & Register sets.
2. Program counter and stack pointer.
3. Flag Register.
4. ALU.
5. Instruction decoder and machine cycle encoder.
6. Address buffer.
7. Address/data buffer.
8. Increment/Decrement latch.
9. Interrupt control.
10. Serial I/O like SOD,SID.
11. Timing and Control circuit.
Accumulator:
• The accumulator is an 8-bit register then is part of the arithmetic/logic unit(ALU).
• This register is used to store to store 8-bit data this data is used to perform arithmetic & logical operation.
• The result of an operation is stored in the accumulator.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Registersets:
• The 8085 simulator has six general-purpose registers to store 8-bit data; these are identified as B, C, D, E,
H and L. They can be combined as register pair likeBC, DE and HL – to perform some 16-bit operations.
• The programmer can use these registers to store or copy data into the registers by using data copy
instructions.
• Out of these six registers, four 8-bit registers are scratch pad registers which are accessible to the
programmer and hence can be used to temporarily store data during a program execution.
• And the two registers H and L are utilized in indirect addressing mode. In this mode, the memory location
i.e. the address is specified by the contents of the registers.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Address buffer:
• The remaining higher order address lines form the address buffer ranging from[A15-A8].This is having the
unidirectional buffer
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Address/data buffer:
• The address bus will be having 16 address lines[A15-A0] .In which A7-A0 are called as lower addressing
lines and these are multiplexed with data lines[D7-D0] to form multiplexed address /data buffer .The
address/data buffer is the bidirectional bus.
Interrupts:
The processor has 5 interrupts. They are presented below in the order of theirpriority (from lowest to highest):
• INTR is maskable 8080A compatible interrupt. When the interrupt occurs, the processor fetches from the
bus one instruction, usually one of these instructions: One of the 8 RST instructions (RST0 - RST7). The
processor saves current program counter into stack and branches to memory location N * 8 (where N is a 3-
bit number from 0 to 7 supplied with the RST instruction).
• CALL instruction (3 byte instruction). The processor calls the subroutine, address of which is specified in
the second and third bytes of the instruction.
• RST5.5 is a maskable interrupt. When this interrupt is received the processor saves the contents of the PC
register into stack and branches to 2CH (hexadecimal) address.
• RST6.5 is a maskable interrupt. When this interrupt is received the processor saves the contents of the PC
register into stack and branches to 34H (hexadecimal) address.
• RST7.5 is a maskable interrupt. When this interrupt is received the processor saves the contents of the PC
register into stack and branches to 3CH (hexadecimal) address.
• TRAP is a non-maskable interrupt. When this interrupt is received the processorsaves the contents of the
PC register into stack and branches to 24H (hexadecimal) address.
• All maskable interrupts can be enabled or disabled using EI and DI instructions. RST 5.5, RST6.5 and
RST7.5 interrupts can be enabled or disabled individually using SIM Instruction
2) PIN DIAGRAM
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
If Ready is high during a read or write cycle, it indicates that the memory or peripheral is readyto send or
receive data.
If Ready is low, the CPU will wait for Ready to go high before completing the read or write cycle.
HOLD (Input):
HOLD: indicates that another Master is requesting the use of the Address and Data Buses.
The CPU, upon receiving the Hold request will relinquish the use of buses as soon as the completion of the
current machine cycle.
Internal processing can continue. The processor can regain the buses only after the Hold is removed. When
the Hold is acknowledged, the Address, Data, RD, WR, and IO/M lines are 3stated.
HLDA (Output):
HOLD ACKNOWLEDGE: indicates that the CPU has received the Hold request and that it willrelinquish
the buses in the next clock cycle.
HLDA goes low after the Hold request is removed. The CPU takes the buses one half clock cycle after
HLDA goes low.
INTR (Input):
INTERRUPT REQUEST is used as a general purpose interrupt. It is sampled only during thenext to the last
clock cycle of the instruction. If it is active, the Program Counter (PC) will be inhibited from incrementing
and an INTA will be issued.
During this cycle a RESTART or CALL instruction can be inserted to jump to the interrupt service routine.
The INTR is enabled and disabled by software. It is disabled by Reset and immediately after an interrupt is
accepted.
INTA (Output):
INTERRUPT ACKNOWLEDGE: is used instead of (and has the same timing as) RD during theInstruction
cycle after an INTR is accepted.
It can be used to activate the 8259 Interrupt chip or some other interrupt port.
RESTART INTERRUPTS:
These three inputs have the same timing as INTR except they cause an internal RESTART to be
automatically inserted.
RST 7.5 Highest Priority
RST 6.5
RST 5.5 Lowest Priority
TRAP (Input):
Trap interrupt is a non maskable restart interrupt. It is recognized at the same time as INTR. It is unaffected
by any mask or Interrupt Enable. It has the highest priority of any interrupt.
RESET IN (Input):
Reset sets the Program Counter to zero and resets the Interrupt Enable and HLDA flipflops.
None of the other flags or registers (except the instruction register) are affected The CPU is held in the reset
condition as long as Reset is applied.
RESET OUT (Output):
Indicates CPlJ is being reset. Can be used as a system RESET. The signal is synchronized to the processor
clock.
X1, X2 (Input):
Crystal or R/C network connections to set the internal clock generator X1 can also be an external clock
input instead of a crystal. The input frequency is divided by 2 to give the internal operating frequency.
CLK (Output):
Clock Output for use as a system clock when a crystal or R/ C network is used as an input to the CPU. The
period of CLK is twice the X1, X2 input period.
IO/M (Output):
IO/M indicates whether the Read/Write is to memory or l/O Tristated during Hold and Halt modes.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
SID (Input):
Serial input data line The data on this line is loaded into accumulator bit 7 whenever a RIM instruction is
executed.
SOD (output):
Serial output data line. The output SOD is set or reset as specified by the SIM instruction.
3) MEMORY ORGANIZATION
Memory Interfacing
The memory is made up of semiconductor material used to store the programs and data. Three
types of memory is,
Process memory
Secondary memory
A typical semiconductor memory IC will have n address pins, m data pins (or output
pins).
Having two power supply pins (one for connecting required supply voltage (V and the other
for connecting ground).
The control signals needed for static RAM are chip select (chip enable), read control
The control signals needed for read operation in EPROM are chip select (chip enable)
Decoder
It is used to select the memory chip of processor during the execution of a program. No
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Consider a system in which the full memory space 64kb is utilized for EPROM memory. Interface the
EPROM with 8085 processor.
So, n = 16.
In this system the entire 16 address lines of the processor are connected to address input pins of
memory IC in order to address the internal locations of memory.
The chip select (CS) pin of EPROM is permanently tied to logic low (i.e., tied to ground).
Since the processor is connected to EPROM, the active low RD pin is connected to active low
output enable pin of EPROM.
The range of address for EPROM is 0000H to FFFFH.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Memory Interfacing
4) TIMING DIAGRAM
Timing Diagram is a graphical representation. It represents the execution time taken by each
instruction in a graphical format. The execution time is represented in T-states.
Instruction Cycle
Machine Cycle
The time required to access the memory or input/output devices is called machine cycle.
T-State
The machine cycle and instruction cycle takes multiple clock periods.
A portion of an operation carried out in one system clock period is called as T-state.
The 8085 microprocessor has 5 (seven) basic machine cycles. They are
Clock Signal
The time taken by the processor to execute the opcode fetch cycle is 4T.
In this time, the first, 3 T-states are used for fetching the opcode from memory and the
remaining T-states are used for internal operations by the processor.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
The memory read machine cycle is executed by the processor to read a data byte from
memory.
The processor takes 3T states to execute this cycle.
The instructions which have more than one byte word size will use the machine cycle after the
opcode fetch machine cycle.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
The memory write machine cycle is executed by the processor to write a data byte in a
memory location.
The processor takes, 3T states to execute this machine cycle.
The I/O Read cycle is executed by the processor to read a data byte from I/O port or from
the peripheral, which is I/O, mapped in the system.
The processor takes 3T states to execute this machine cycle.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
STA means Store Accumulator -The contents of the accumulator is stored in the specified
address(526A).
The opcode of the STA instruction is said to be 32H. It is fetched from the memory
Then the lower order memory address is read(6A). - Memory Read Machine Cycle
Read the higher order memory address (52).- Memory Read Machine Cycle
The combination of both the addresses are considered and the content from accumulator
is written in 526A. - Memory Write Machine Cycle
Assume the memory address for the instruction and let the content of accumulator is
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Fetching the Opcode 34H from the memory 4105H. (OF cycle)
Let the memory address (M) be 4250H. (MR cycle -To read Memory address and data)
Increment the memory content from 12H to 13H. (MW machine cycle)
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
5) INTERRUPTS:
Mainly in the microprocessor based system the interrupts are used for
data transfer between the peripheral and the microprocessor.
The processor will check the interrupts always at the 2nd T-state of last machine
cycle.
If there is any interrupt it accept the interrupt and send the INTA (active low)
signal to the peripheral.
Types of Interrupts:
Hardware
Software
Software interrupts:
The 8085 has eight software interrupts from RST 0 to RST 7. The vector
address for these interrupts can be calculated as follows.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Hardware interrupts:
(1) TRAP (2) RST 7.5 (3) RST 6.5 (4) RST 5.5 (5) INTR
(1)TRAP:
TRAP interrupt is edge and level triggered. This means hat the TRAP must go
high and remain high until it is acknowledged.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
In sudden power failure, it executes a ISR and send the data from main
memory to backup memory.
The signal, which overrides the TRAP, is HOLD signal. (i.e., If the processor
receives HOLD and TRAP at the same time then HOLD is recognized first and
then TRAP is recognized).
(2)RST 7.5:
It is edge sensitive. ie. Input goes to high and no need to maintain high state
until it recognized.
1.DI instruction
2.System or processor reset.
3.After reorganization of interrupt.
Enabled by EI instruction.
The RST 6.5 and RST 5.5 both are level triggered. . ie. Input goes to high and
stay high until it recognized.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Enabled by EI instruction.
The RST 6.5 has the third priority whereas RST 5.5 has the fourth priority.
Enabled by EI instruction.
Non- vectored interrupt. After receiving INTA (active low) signal, it has to
supply the address of ISR.
1. The 8085 checks the status of INTR signal during execution of each
instruction.
2. If INTR signal is high, then 8085 complete its current instruction and sends
active low interrupt acknowledge signal, if the interrupt is enabled.
4. On receiving the instruction, the 8085 save the address of next instruction on
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
The 8085 provide additional masking facility for RST 7.5, RST 6.5 and RST 5.5
using
SIM instruction.
The masking or unmasking of RST 7.5, RST 6.5 and RST 5.5 interrupts can be
performed by moving an 8-bit data to accumulator and then executing SIM
instruction.
The status of pending interrupts can be read from accumulator after executing
RIM instruction.
When RIM instruction is executed an 8-bit data is loaded in accumulator,
which can be interpreted as shown in fig.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
• Data Bus :
• Consists of 8 data lines: D0 – D7
• Operates in bidirectional mode
• The data bits are sent from the MPU to I/O & vice versa
• Data range: 00 (hex) – FF (hex)
• Control Bus:
• – Consists of various lines carrying the control signals such as read / write enable, flag
bits.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
UNIT II
PROGRAMMING OF 8085 MICROPROCESSOR
1)INSTRUCTION FORMAT
An instruction is a command to the microprocessor to perform a given task on a
specified data. Each instruction has two parts: one is task to be performed, called the
operation code (opcode), and the second is the data to be operated on, called the
operand. The operand (or data) can be specified in various ways. It may include 8-bit
(or 16-bit ) data, an internal register, a memory location, or 8-bit (or 16-bit) address.
In some instructions, the operand is implicit.
Instruction word size
The 8085 instruction set is classified into the following three groups according to
word size:
1. One-word or 1-byte instructions
2. Two-word or 2-byte instructions
3. Three-word or 3-byte instructions
In the 8085, "byte" and "word" are synonymous because it is an 8-bit microprocessor.
However, instructions are commonly referred to in terms of bytes rather than words.
2.1.1 One-Byte Instructions
A 1-byte instruction includes the opcode and operand in the same byte. Operand(s)
are internal register and are coded into the instruction
These instructions are 1-byte instructions performing three different tasks. In the first
instruction, both operand registers are specified. In the second instruction, the operand
B is specified and the accumulator is assumed. Similarly, in the third instruction, the
accumulator is assumed to be the implicit operand. These instructions are stored in 8-
bit binary format in memory; each requires one memory location.
MOV rd, rs
rd <-- rs copies contents of rs into rd.
Coded as 01 ddd sss where ddd is a code for one of the 7 general registers which is
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
the destination of the data, sss is the code of the source register.
Example: MOV A,B
Coded as 01111000 = 78H = 170 octal (octal was used extensively in instruction
design of such processors).
ADD r
A <-- A + r
Two-Byte Instructions
In a two-byte instruction, the first byte specifies the operation code and the second
byte specifies the operand. Source operand is a data byte immediately following the
opcode. For example
Three-Byte Instructions
In a three-byte instruction, the first byte specifies the opcode, and the following two
bytes specify the 16-bit address. Note that the second byte is the low-order address
and the third byte is the high-order address.
opcode + data byte + data byte
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
LDA addr
A <-- (addr) Addr is a 16-bit address in L H order.
Example: LDA 2134H coded as
3AH 34H 21H. This is also an example of direct addressing.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Data is present in the instruction. Load the immediate data to the destination provided.
Example: MVI R,data
(2)Register addressing
Data is provided through the registers.
Example: MOV Rd, Rs
(3)Direct addressing
Used to accept data from outside devices to store in the accumulator or send the data
stored in the accumulator to the outside device. Accept the data from the port 00H and
store them into the accumulator or Send the data from the accumulator to the port
01H.
Example: IN 00H or OUT 01H
(4)Indirect Addressing
This means that the Effective Address is calculated by the processor. And the contents of
the address (and the one following) is used to form a second address. The second address
is where the data is stored. Note that this requires several memory accesses; two accesses
to retrieve the 16-bit address and a further access (or accesses) to retrieve the data which
is to be loaded into the register.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Arithmetic Group
The arithmetic instructions add, subtract, increment, or decrement data in registers or
memory.
ADD Add to Accumulator
ADI Add Immediate Data to Accumulator
ADC Add to Accumulator Using Carry Flag
ACI Add Immediate data to Accumulator Using Carry
SUB Subtract from Accumulator
SUI Subtract Immediate Data from Accumulator
SBB Subtract from Accumulator Using Borrow (Carry) Flag
SBI Subtract Immediate from Accumulator Using Borrow (Carry) Flag
INR Increment Specified Byte by One
DCR Decrement Specified Byte by One
INX Increment Register Pair by One
DCX Decrement Register Pair by One
DAD Double Register Add; Add Content of Register
Pair to H & L Register Pair
Logical Group
This group performs logical (Boolean) operations on data in registers and memory and on
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
condition flags.
The logical AND, OR, and Exclusive OR instructions enable you to set specific bits in
the
accumulator ON or OFF.
ANA Logical AND with Accumulator
ANI Logical AND with Accumulator Using Immediate Data
ORA Logical OR with Accumulator
OR Logical OR with Accumulator Using Immediate Data
XRA Exclusive Logical OR with Accumulator
XRI Exclusive OR Using Immediate Data
The Compare instructions compare the content of an 8-bit value with the contents of the
accumulator;
CMP Compare
CPI Compare Using Immediate Data
The rotate instructions shift the contents of the accumulator one bit position to the left or
right:
RLC Rotate Accumulator Left
RRC Rotate Accumulator Right
RAL Rotate Left Through Carry
RAR Rotate Right Through Carry
Complement and carry flag instructions:
CMA Complement Accumulator
CMC Complement Carry Flag
STC Set Carry Flag
Branch Group
The branching instructions alter normal sequential program flow, either unconditionally
or
conditionally. The unconditional branching instructions are as follows:
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
JMP Jump
CALL Call
RET Return
Conditional branching instructions examine the status of one of four condition flags to
determine
whether the specified branch is to be executed. The conditions that may be specified are
as
follows:
NZ Not Zero (Z = 0)
Z Zero (Z = 1)
NC No Carry (C = 0)
C Carry (C = 1)
PO Parity Odd (P = 0)
PE Parity Even (P = 1)
P Plus (S = 0)
M Minus (S = 1)
Thus, the conditional branching instructions are specified as follows:
Jumps Calls Returns
C CC RC (Carry)
INC CNC RNC (No Carry)
JZ CZ RZ (Zero)
JNZ CNZ RNZ (Not Zero)
JP CP RP (Plus)
JM CM RM (Minus)
JPE CPE RPE (Parity Even)
JP0 CPO RPO (Parity Odd)
Two other instructions can affect a branch by replacing the contents or the program
counter:
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
SAMPLE PROGRAM
(1)Write an assembly program to add two numbers Program
MVI D, 8BH
MVI C, 6FH
MOV A, C
1100 0011
1000 0101
0010 0000
ADD D
OUT PORT1
HLT
(2)Write an assembly program to multiply a number by 8 Program
MVI A, 30H
RRC
RRC
RRC
OUT PORT1
HLT
(3)Write an assembly program to find greatest between two numbers Program
MVI B, 30H
MVI C, 40H
MOV A, B
CMP C
JZ EQU
JC GRT
OUT PORT1
HLT
EQU: MVI A, 01H
OUT PORT1
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
HLT
GRT: MOV A, C
OUT PORT1
HLT
2.5 Programming using Loop structure with Counting and Indexing
(i) 16 bit Multiplication
ADDRESS
LABEL
MNEMONICS
OPCODE
START
L1
L2
LHLD 4200
SPHL
LHLD 4202
XCHG
LXI H,0000
LXI B,0000
DAD SP
JNC L2
INX B
DCX D
MOV A,E
ORA D
JNZ L1
SHLD 4204
MOV L,C
MOV H,B
SHLD 4206
HLT
(ii)Finding the maximum number in the given array
ADDRESS
LABEL
MNEMONICS
OPCODE
START
L2
L3
L1
LDA 4500
MOV C, A
LXI H, 4501
MOV A, M
DCR C
INX H
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
JZ L1
CMP M
JC L2
JMP L3
STA 4520
HLT
(iii) To sort the array of data in ascending order
ADDRESS
LABEL
MNEMONICS
START
L3
L2
L1
MVI B, 00
LXI H, 4200
MOV C, M
DCR C
INX H
MOV A, M
INX H
CMP M
JC L1
MOV D, M
MOV M, A
DCX H
MOV M, D
INX H
MVI B, 01
DCR C
JNZ L2
DCR B
JZ L3
HLT
2.6 Programming using subroutine Instructions
Generation of Square waveform using DAC
ADDRESS
LABEL
MNEMONICS
START
DELAY
L2
L1
MVI A,00H
OUT C8
CALL DELAY
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
MVI A,FF
OUT C8
CALL DELAY
JMP START
MVI B,05H
MVI C,FF
DCR C
JNZ L1
DCR B
JNL L2
RET
2.7 Programming using Look up table
ADDRESS
LABEL
MNEMONICS
OPCODE
START
L2
MVI B,08
MVI A,00(DISPLAY MODE
SETUP)
OUT C2
MVI A,CC(CLEAR DISPLAY)
OUT C2
MVI A,90(WRITE DISPLAY
RAM)
OUT C2
MVI A, FF(CLEAR DISPLAY
RAM)
OUT C0
DCR B
JNZ L1
IN C2
ANI 07
JZ L2
MVI A, 40(SET TO READ FIFO
RAM)
OUT C2
IN C0
ANI 0F
MOV L, A
MVI H, 42
MOV A, M
OUT C0
JMP L2
LOOKUP TABLE
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
4200 0C 9F 4A 0B
4204 99 29 28 8F
4208 08 09 88 38
420C 6C 1A 68 E8
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
UNIT III
8051 MICROCONTROLLER
1)ARCHITECTURE OF 8051:
Memory Organization
- Logical separation of program and data memory
-Separate address spaces for Program (ROM) and Data (RAM) Memory
Allow Data Memory to be accessed by 8-bit addresses quickly and manipulated by
8-bit CPU
Program Memory
-Only be read, not written to
-The address space is 16-bit, so maximum of 64K bytes
-Up to 4K bytes can be on-chip (internal) of 8051 core
-PSEN (Program Store Enable) is used for access to external Program Memory
Data Memory
-Includes 128 bytes of on-chip Data Memory which are more easily accessible
directly by its instructions
-There is also a number of Special Function Registers (SFRs)
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
-Internal Data Memory contains four banks of eight registers and a special 32-
byte long segment which is bit addressable by 8051 bit-instructions
-External memory of maximum 64K bytes is accessible by “movx”
Interrupt Structure
The 8051 provides 4 interrupt sources
Two external interrupts
Two timer interrupts
Port Structure
The 8051 contains four I/O ports
All four ports are bidirectional
Each port has SFR (Special Function Registers P0 through P3) which works like a latch,
an output driver and an input buffer
Both output driver and input buffer of Port 0 and output driver of Port 2 are used for
accessing external memory
Accessing external memory works like this
Port 0 outputs the low byte of external memory address (which is timemultiplexed
with the byte being written or read)
Port 2 outputs the high byte (only needed when the address is 16 bits wide)
Port 3 pins are multifunctional
The alternate functions are activated with the 1 written in the corresponding bit in the
port SFR
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Timer/Counter
The 8051 has two 16-bit Timer/Counter registers
Timer 0
Timer 1
Both can work either as timers or event counters
Both have four different operating modes
2) INSTRUCTION FORMAT
An instruction is a command to the microprocessor to perform a given task on a
specified data. Each instruction has two parts: one is task to be performed, called the
operation code (opcode), and the second is the data to be operated on, called the
operand. The operand (or data) can be specified in various ways. It may include 8-bit
(or 16-bit ) data, an internal register, a memory location, or 8-bit (or 16-bit) address.
In some instructions, the operand is implicit.
Instruction word size
The 8051 instruction set is classified into the following three groups according to
word size:
1. One-word or 1-byte instructions
2. Two-word or 2-byte instructions
3. Three-word or 3-byte instructions
One-Byte Instructions
A 1-byte instruction includes the opcode and operand in the same byte. Operand(s)
are internal register and are coded into the instruction.
These instructions are 1-byte instructions performing three different tasks. In the first
instruction, both operand registers are specified. In the second instruction, the operand
B is specified and the accumulator is assumed. Similarly, in the third instruction, the
accumulator is assumed to be the implicit operand. These instructions are stored in 8-
bit binary format in memory; each requires one memory location.
Two-Byte Instructions
In a two-byte instruction, the first byte specifies the operation code and the second
byte specifies the operand. Source operand is a data byte immediately following the
opcode.
Three-Byte Instructions
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
In a three-byte instruction, the first byte specifies the opcode, and the following two
bytes specify the 16-bit address. Note that the second byte is the low-order address
and the third byte is the high-order address.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
External Interrupt
External interrupts ~INT0 and ~INT1 have two ways of activation
Level-activated
Transition-activated
This depends on bits IT0 and IT1 in TCON
The flags that actually generate these interrupts are bits IE0 and IE1 in TCON
On-chip hardware clears that flag that generated an external interrupt when the service
routine is vectored to, but only if the interrupt was transition-activated
When the interrupt is level-activated, then the external requesting source is controlling
the request flag, not the on-chip hardware
Handling Interrupt
When interrupt occurs (or correctly, when the flag for an enabled interrupt is found to be
set (1)), the interrupt system generates an LCALL to the appropriate location in Program
Memory, unless some other conditions block the interrupt
Several conditions can block an interrupt
An interrupt of equal or higher priority level is already in progress
The current (polling) cycle is not the final cycle in the execution of the instruction in
progress
The instruction in progress is RETI or any write to IE or IP registers
If an interrupt flag is active but not being responded to for one of the above conditions, must
be still active when the blocking condition is removed, or the
denied interrupt will not be serviced
Next step is saving the registers on stack. The hardware-generated LCALL causes only the
contents of the Program Counter to be pushed onto the stack, and reloads the PC with the
beginning address of the service routine
In some cases it also clears the flag that generated the interrupt, and in other cases it doesn‟t.
It clears an external interrupt flag (IE0 or IE1) only if it was transitionavtivated.
Having only PC be automatically saved gives programmer more freedom to decide how
much time to spend saving other registers. Programmer must also be more careful with proper
selection, which register to save.
The service routine for each interrupt begins at a fixed location. The interrupt locations are
spaced at 8-byte interval, beginning at 0003H for External Interrupt 0, 000BH for Timer 0,
0013H for External Interrupt 1 and 001BH for Timer 1.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
I/O Ports
The 8051 contains four I/O ports
All four ports are bidirectional
Each port has SFR (Special Function Registers P0 through P3) which works like a latch,
an output driver and an input buffer
Both output driver and input buffer of Port 0 and output driver of Port 2 are used for
accessing external memory
Accessing external memory works like this
Port 0 outputs the low byte of external memory address (which is timemultiplexed
with the byte being written or read)
Port 2 outputs the high byte (only needed when the address is 16 bits wide)
Port 3 pins are multifunctional
The alternate functions are activated with the 1 written in the corresponding bit in the
port SFR
Timers
The 8051 comes equipped with two timers, both of which may be controlled, set, read, and
configured individually. The 8051 timers have three general functions: 1) Keeping time and/or
calculating the amount of time between events, 2) Counting the events themselves, or 3)
Generating baud rates for the serial port.
one of the primary uses of timers is to measure time. We will discuss this use of timers first and
will subsequently discuss the use of timers to count events. When a timer is used to measure time
it is also called an "interval timer" since it is measuring the time of the interval between two
events.
Timer SFR
8051 has two timers which each function essentially the same way. One timer is TIMER0 and
the other is TIMER1. The two timers share two SFRs (TMOD and TCON) which control the
timers, and each timer also has two SFRs dedicated solely to itself (TH0/TL0 and TH1/TL1).
Table 4.4 SFR
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
We've discussed how a timer can be used for the obvious purpose of keeping track of
time. However, the 8051 also allows us to use the timers to count events. How can this be
useful? Let's say you had a sensor placed across a road that would send a pulse every time a car
passed over it. This could be used to determine the volume of traffic on the road. We could
attach this sensor to one of the 8051's I/O lines and constantly monitor it, detecting when it
pulsed high and then incrementing our counter when it went back to a low state. This is not
terribly difficult, but requires some code. Let's say we hooked the sensor to P1.0; the code to
count cars passing would look something like this: JNB P1.0,$ ;If a car hasn't raised the signal,
keep waiting JB P1.0,$ ;The line is high which means the car is on the sensor right now INC
COUNTER ;The car has passed completely, so we count it
Serial Communication
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Some of the external I/0 devices receive only the serial data.Normally serial
communication is used in the Multi Processor environment.8051 has two pins for serial
communication.
(1)SID- Serial Input data.
(2)SOD-Serial Output data.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
UNIT IV
PERIPHERAL INTERFACING
1)Architecture of 8255
The parallel input-output port chip 8255 is also called as programmable peripheral input output
port. The Intel‟s 8255 is designed for use with Intel‟s 8-bit, 16-bit and higher capability
microprocessors. It has 24 input/output lines which may be individually programmed in two
groups of twelve lines each, or three groups of eight lines. The two groups of I/O pins are named
as Group A and Group B. Each of these two groups contains a subgroup of eight I/O lines called
as 8-bit port and another subgroup of four lines or a 4-bit port. Thus Group A contains an 8-bit
port A along with a 4-bit port. C upper.The port A lines are identified by symbols PA0-PA7
while the port C lines are identified as PC4-PC7. Similarly, Group B contains an 8-bit port B,
containing lines PB0-PB7 and a 4-bit port C with lower bits PC0- PC3. The port C upper and
port C lower can be used in combination as an 8-bit port C. Both the port C are assigned the
same address. Thus one may have either three 8-bit I/O ports or two 8-bit and two 4-bit ports
from 8255. All of these ports can function independently either as input or as output ports. This
can be achieved by programming the bits of an internal register of 8255 called as control word
register ( CWR ). This buffer receives or transmits data upon the execution of input or output
instructions by the microprocessor. The control words or status information is also transferred
through the buffer.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
CS : This is a chip select line. If this line goes low, it enables the 8255 to respond to RD and WR
signals, otherwise RD and WR signal are neglected
A1-A0 : These are the address input lines and are driven by the microprocessor. These lines
A1-A0 with RD, WR and CS from the following operations for 8255. These address lines are
used for addressing any one of the four registers,i.e. three ports and a control word register as
given in table below
• In case of 8086 systems, if the 8255 is to be interfaced with lower order data bus, the A0 and
A1 pins of 8255 are connected with A1 and A2 respectively.
D0-D7 :
These are the data bus lines those carry data or control word to/from the Microprocessor.
RESET :
A logic high on this line clears the control word register of 8255. All ports are set as
input ports by default after reset.
Input/Output Mode
There are three types of the input/output mode. They are as follows:
Mode 0
In this mode, the ports can be used for simple input/output operations without handshaking. If
both port A and B are initialized in mode 0, the two halves of port C can be either used together
as an additional 8-bit port, or they can be used as individual 4-bit ports. Since the two halves of
port C are independent, they may be used such that one-half is initialized as an input port while
the other half is initialized as an output port. The input output features in mode 0 are as follows:
1. O/p are latched. 2. I/p are buffered not latched. 3. Port do not have handshake or interrupt
capability.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Mode 1
When we wish to use port A or port B for handshake (strobed) input or output operation, we
initialise that port in mode 1 (port A and port B can be initilalised to operate in different
modes,ie, for eg, port A can operate in mode 0 and port B in mode 1). Some of the pins of port C
function as handshake lines.
For port B in this mode (irrespective of whether is acting as an input port or output port), PC0,
PC1 and PC2 pins function as handshake lines.
If port A is initialised as mode 1 input port, then, PC3, PC4 and PC5 function as handshake
signals. Pins PC6 and PC7 are available for use as input/output lines.
The mode 1 which supports handshaking has following features: 1. Two ports i.e. port A and B
can be use as 8-bit i/o port. 2. Each port uses three lines of port c as handshake signal and
remaining two signals can be function as i/o port. 3. interrupt logic is supported. 4. Input and
Output data are latched.
Mode 2
Only group A can be initialised in this mode. Port A can be used for bidirectional handshake data
transfer. This means that data can be input or output on the same eight lines (PA0 - PA7). Pins
PC3 - PC7 are used as handshake lines for port A. The remaining pins of port C (PC0 - PC2) can
be used as input/output lines if group B is initialised in mode 0. In this mode, the 8255 may be
used to extend the system bus to a slave microprocessor or to transfer data bytes to and from a
floppy disk controller.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Pin diagram
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Control Words
There are two types of control word.
1. Mode instruction (setting of function)
2. Command (setting of operation)
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
1) Mode Instruction
Mode instruction is used for setting the function of the 8251. Mode instruction will be in "wait
for write" at either internal reset or external reset. That is, the writing of a control word after
resetting will be recognized as a "mode instruction."
Items set by mode instruction are as follows:
• Synchronous/asynchronous mode
• Stop bit length (asynchronous mode)
• Character length
• Parity bit
• Baud rate factor (asynchronous mode)
• Internal/external synchronization (synchronous mode)
• Number of synchronous characters (Synchronous mode)
The bit configuration of mode instruction is shown in Figure. In the case of synchronous mode, it
is necessary to write one-or two byte sync characters. If sync characters were written, a function
will be set because the writing of sync characters constitutes part of mode instruction.
Command
Command is used for setting the operation of the 8251. It is possible to write a command
whenever necessary after writing a mode instruction and sync characters.Items to be set by
command are as follows:
• Transmit Enable/Disable
• Receive Enable/Disable
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
The display section has eight output lines divided into two groups A0-A3 and B0-B3.
The output lines can be used either as a single group of eight lines or as two groups of four
lines, in conjunction with the scan lines for a multiplexed display.
The output lines are connected to the anodes through driver transistor in case of common
cathode 7-segment LEDs.
The cathodes are connected to scan lines through driver transistors.
The display can be blanked by BD (low) line.
The display section consists of 16 x 8 display RAM. The CPU can read from or write into any
location of the display RAM.
Scan section:
The scan section has a scan counter and four scan lines, SL0 to SL3.
In decoded scan mode, the output of scan lines will be similar to a 2-to-4 decoder.
In encoded scan mode, the output of scan lines will be binary count, and so an external decoder
should be used to convert the binary count to decoded output.
The scan lines are common for keyboard and display.
The scan lines are used to form the rows of a matrix keyboard and also connected to digit
drivers of a multiplexed display, to turn ON/OFF.
CPU interface section:
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
The CPU interface section takes care of data transfer between 8279 and the processor.
This section has eight bidirectional data lines DB0 to DB7 for data transfer between 8279 and
CPU.
It requires two internal address A =0 for selecting data buffer and A = 1 for selecting control
register of8279.
The control signals WR (low), RD (low), CS (low) and A0 are used for read/write to 8279.
It has an interrupt request line IRQ, for interrupt driven data transfer with processor.
The 8279 require an internal clock frequency of 100 kHz. This can be obtained by dividing the
input clock by an internal prescaler.
The RESET signal sets the 8279 in 16-character display with two -key lockout keyboard
modes.
Encoded: SL outputs are active-high, follow binary bit pattern 0-7 or 0-15.
Decoded: SL outputs are active-low (only one low at any time). Pattern output: 1110, 1101,
1011, 0111.
Strobed: An active high pulse on the CN/ST input pin strobes data from the RL pins into an
internal FIFO for reading by micro later.
2-key lockout/N-key rollover: Prevents 2 keys from being recognized if pressed
simultaneously/Accepts all keys pressed from 1st to last.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Features
The ADC0809 is an 8-bit successive approximation type ADC with inbuilt 8-channel
multiplexer.
The ADC0809 is suitable for interface with 8086 microprocessor.
The ADC0809 is available as a 28 pin IC in DIP (Dual Inline Package).
The ADC0809 has a total unadjusted error of ±1 LSD (Least Significant Digit).
The ADC0808 is also same as ADC0809 except the error. The total unadjusted error in
ADC0808 is ± 1/2 LSD.
The successive approximation register (SAR) performs eight iterations to determine the digital
code for input value. The SAR is reset on the positive edge of START pulse and start the
conversion process on the falling edge of START pulse. A conversion process will be interrupted
on receipt of new START pulse. The End-Of-Conversion (EOC) will go low between 0 and 8
clock pulses after the positive edge of START pulse. The ADC can be used in continuous
conversion mode by tying the EOC output to START input. In this mode an external START
pulse should be applied whenever power is switched ON. The 256R ladder network has been
provided instead of conventional R/2R ladder because of its inherent monotonic, which
guarantees no missing digital codes. Also the 256R resistor network does not cause load
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
To convert the digital signal to analog signal a Digital-to-Analog Converter (DAC) has to
be employed.
The DAC will accept a digital (binary) input and convert to analog voltage or current.
Every DAC will have "n" input lines and an analog output.
The DAC require a reference analog voltage (Vref) or current (Iref) source.
The smallest possible analog value that can be represented by the n-bit binary code is called
resolution.
The resolution of DAC with n-bit binary input is 1/2nof reference analog value.
The DAC0800 is an 8-bit, high speed, current output DAC with a typical settling time
(conversion time) of 100 ns.
It produces complementary current output, which can be converted to voltage by using simple
resistor load.
The DAC0800 require a positive and a negative supply voltage in the range of ± 5V to ±18V.
It can be directly interfaced with TTL, CMOS, PMOS and other logic families.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
For TTL input, the threshold pin should be tied to ground (VLC = 0V).
The reference voltage and the digital input will decide the analog output current, which can be
converted to a voltage by simply connecting a resistor to output terminal or by using an op-amp I
to V converter.
The DAC0800 is available as a 16-pin IC in DIP.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
UNIT V
MICRO CONTROLLER PROGRAMMING & APPLICATIONS
1)ARITHMETIC INSTRUCTIONS
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
2)LOGICAL INSTRCUTIONS
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
5)LOOK UP TABLES
6)BOOLEAN INSTRUCTION
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
7)JUMP INSTRUCTIONS
The key board here we are interfacing is a matrix keyboard. This key board is designed with a
particular rows and columns. These rows and columns are connected to the microcontroller
through its ports of the micro controller 8051. We normally use 8*8 matrix key board. So only
two ports of 8051 can be easily connected to the rows and columns of the key board. When ever
a key is pressed, a row and a column gets shorted through that pressed key and all the other keys
are left open. When a key is pressed only a bit in the port goes high. Which indicates
microcontroller that the key is pressed. By this high on the bit key in the corresponding column
is identified. Once we are sure that one of key in the key board is pressed next our aim is to
identify that key. To do this we firstly check for particular row and then we check the
corresponding column the key board.
To check the row of the pressed key in the keyboard, one of the row is made high by making one
of bit in the output port of 8051 high . This is done until the row is found out. Once we get the
row next out job is to find out the column of the pressed key. The column is detected by contents
in the input ports with the help of a counter. The content of the input port is rotated with carry
until the carry bit is set.
The contents of the counter is then compared and displayed in the display. This display is
designed using a seven segment display and a BCD to seven segment decoder IC 7447.
The BCD equivalent number of counter is sent through output part of 8051 displays the number
of pressed key.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Step motor is the easiest to control. It's handling simplicity is really hard to deny – all there is to
do is to bring the sequence of rectangle impulses to one input of step controller and direction
information to another input. Direction information is very simple and comes down to "left" for
logical one on that pin and "right" for logical zero. Motor control is also very simple every
impulse makes the motor operating for one step and if there is no impulse the motor won't start.
Pause between impulses can be shorter or longer and it defines revolution rate. This rate cannot
be infinite because the motor won't be able to "catch up" with all the impulses (documentation on
specific motor should contain such information). The picture below represents the scheme for
connecting the step motor to microcontroller and appropriate program code follows.
The key to driving a stepper is realizing how the motor is constructed. A diagram shows the
representation of a 4 coil motor, so named because 4 coils are used to cause the revolution of the
drive shaft. Each coil must be energized in the correct order for the motor to spin.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Step angle
It is angle through which motor shaft rotates in one step. step angle is different for different
motor . selection of motor according to step angle depends on the application , simply if you
require small increments in rottion choose motor having smaller step angle. No of steps require
to rotate one complete rotation = 360 deg. / step angle in deg.
INTERFACING TO 8051.
To cause the stepper to rotate, we have to send a pulse to each coil in turn. The 8051 does
not have sufficient drive capability on its output to drive each coil, so there are a number of ways
to drive a stepper, Stepper motors are usually controlled by transistor or driver IC like ULN2003.
Driving current for each coil is then needed about 60mA at +5V supply.
Servo Motor
Servos are DC motors with built in gearing and feedback control loop circuitry. And no motor
drivers required. They are extremely popular with robot, RC plane, and RC boat builders. Most
servo motors can rotate about 90 to 180 degrees. Some rotate through a full 360degreesormore.
However, servos are unable to continually rotate, meaning they can't be used for driving wheels,
unless they are modified (how to modify), but their precision positioning makes them ideal for
robot legs and arms, rack and pinion steering, and sensor scanners to name a few. Since servos
are fully self contained, the velocity and angle control loops are very easy to impliment, while
prices remain very affordable. To use a servo, simply connect the black wire to ground, the red to
a 4.8-6V source, and the yellow/white wire to a signal generator (such as from your
microcontroller). Vary the square wave pulse width from 1-2 ms and your servo is now
position/velocity controlled.
Pulse width modulation (PWM) is a powerful technique for controlling analog circuits with a
processor's digital outputs. PWM is employed in a wide variety of applications, ranging from
measurement and communications to power control and conversion. The general concept is to
simply send an ordinary logic square wave to your servo at a specific wave length, and your
servo goes to a particular angle (or velocity if your servo is modified).The wavelength directly
maps to servo angle.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
PWM
Pulse width modulation (PWM) is a powerful technique for controlling analog circuits with a
processor's digital outputs. PWM is employed in a wide variety of applications, ranging from
measurement and communications to power control and conversion. The general concept is to
simply send an ordinary logic square wave to your servo at a specific wave length, and your
servo goes to a particular angle (or velocity if your servo is modified). The wavelength directly
maps to servo angle.
The PCA is a special modules in Philips P89V51RD2 which includes a special 16-bit Timer that
has five 16-bit capture/compare modules associated with it. Each of the modules can be
programmed to operate in one of four modes: rising and/or falling edge capture, software timer,
high-speed output, or pulse width modulator. Each module has a pin associated with it in port 1.
Module 0 is connected to P1.3 (CEX0), module 1 to P1.4 (CEX1), etc. Registers CH and CL
contain current value of the free running up counting 16-bit PCA timer. The PCA timer is a
common time base for all five modules and can be programmed to run at: 1/6 the oscillator
frequency, 1/2 the oscillator frequency, the Timer 0 overflow, or the input on the ECI pin (P1.2).
The timer count source is determined from the CPS1 and CPS0 bits in the CMOD SFR. In the
CMOD SFR there are three additional bits associated with the PCA. They are CIDL which
allows the PCA to stop during idle mode, WDTE which enables or disables the Watchdog
function on module 4, and ECF which when set causes an interrupt and the PCA overflow flag
CF (in the CCON SFR) to be set when the PCA timer overflows. The Watchdog timer function is
implemented in module 4 of PCA. Here, we are interested only PWM mode.
8051 Pulse width modulator mode
All of the PCA modules can be used as PWM outputs. Output frequency depends on the source
for the PCA timer. All of the modules will have the same frequency of output because they all
share one and only PCA timer. The duty cycle of each module is independently variable using
the module's capture register CCAPnL.When the value of the PCA CL SFR is less than the value
in the module's CCAPnL SFR the output will be low, when it is equal to or greater than the
output will be high. When CL overflows from FF to 00, CCAPnL is reloaded with the value in
CCAPnH. this allows updating the PWM without glitches. The PWM and ECOM bits in the
module's CCAPMn register must be set to enable the PWM mode. For more details see
P89V51RD2 datasheet. This is an example how to control servos with 8051 by using PWM. The
schematic is shown below. I use P1.4 (CEX1) to control the left servo and P1.2 (CEX2) to
control the right servo. Here, I use GWS servo motor model S03T STD. I need three states of
duty cycle:
20 ms to Stop the servo
1 ms to Rotate Clockwise
Calculation for duty cycle (for XTAL 18.432 MHz with 6 Clock/Machine cycle)
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Many washing m/c shell in the market has mechanical controlled sequence for activated the
timer and the sequence back and forth for their motor; washing motor or spinning motor.
Spinning motor control only has one direction only, and its simple could be changed to the
discrete mechanical timer which sell on the market. But washing motor control has 2 direction
for this purpose, it means to squeeze the clothes, it must go to forward and then reversed. The
sequence is like this :
First, go to forward direction for about a few seconds
Than stop, while the chamber is still rotate
Second, go back to reverse direction for about a few seconds
Than stop, while the chamber is still rotate
And so on, back and forth, until the the timer elapsed
SCHEMATIC
Timing sequence like the above description, can be implemented with many way, by using
discrete electronic components, timer, using a program or a microcontroller or microprocessor,
etc. Because I am learning the PIC microcontroller for right now, I will implement this function
using this microcontroller, but for you who familiar with another kind of microcontroller my
adapted it to your purpose. By using PIC micro, it can be made more compact. First I plan to
make 2 buttons, 1 for set the timer and another for reset the timer or for the emergency stop push
button. Then to know the timer works or not, I need a visual display. For this purpose I will use
7-segmen display showing the rest of the timer. To run the motor sequence of course I need a
pair of relays (power relays, about 3 Amperes output), one for forward and another for reverse
option. I will use the very common family of PIC micro, ie : 16F84A, because this is the most
popular type and very simples used and very much used. Also can be obtained easily in the
market. But this is the medium type of PIC micro family. It has 1kByte of memory (EEPROM
type) and 13 I/O pins. It can be reprogrammable thousands times. Because the I/O just only 13
pins, I used a BCD to 7-segmen chip. So it will left a few I/O pins for expanded in the future.
You can omitted this chip for timing sequence purpose and save one IC price, because the I/O
just exactly enough.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
The I/O can be configured as input pin or output pin bit-ly. It is up to you to choose the I/O pin
number goes to what function, but it infect the program firmware of course. Once you choose,
then it is just like that, except you also change both, the program and the hardware.
The direction of rotation can be controlled When switchS1 is in position A, coil L1 of the motor
receives the current directly, whereas coil L2 receives the current with a phase shiftdue to
capacitor C. So the rotor rotates in clockwise direction (see Fig. 2(a)). Whenswitch S1 is in
position B, the reverse happens and the rotor rotates in anti-clockwisedirection Thus switch S1
can change the rotation direction.The motor cannot be reversed instantly. It needs abrief pause
between switching directions, or else it mayget damaged. For this purpose, another spin direction
control timer (IC2) is employed. It is realised with an IC 555. This timer gives an alternate „on‟
and „off‟ time duration of 10 seconds and 3 seconds, respectively.So after every l0 seconds of
running (either in clockwise or anticlockwisedirection), the motor stops for a brief duration of 3
seconds. The values of R3 and R4 are calculated accordingly.The master timer is realised with
monostable IC555 (IC1) and its „on‟ time is decided by the resistance of 1-megaohm
potmeterVR. A 47-kilo-ohm resistor is added in series so thateven when the VR knob in zero
resistance position ,the net series resistanceis not zero.
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net
Visit : www.Easyengineering.net