You are on page 1of 26

Micro controller Kit

Micro controller Kit


List of Practicals :
1. Programming of 8051on simulator (simple programs)
2. Programming of 8051on simulator (complex programs)
3. LED interfacing with 8951 using timer with interrupt
4. LCD and keypad interfacing with 8951 using assembly and C
in 4 bit and 8 bit mode
5. ADC interfacing using I2C bus with 8951/PIC 18FXX
6. DAC interfacing using I2C bus with 8951/PIC 18FXX
7. Stepper motor interfacing with 8951/PIC 18FXX
8. Serial communication using RS 232 using serial port of 8951
with and without interrupt
9. Case Study – I*
10. Case Study – II*
1. Programming of 8051on
simulator (simple programs)
#include<reg52.h>
void MSDelay(unsigned int);
void main(void)
{
unsigned char mybyte;
P2=0xFF;
while(1)
{
mybyte=P2;
MSDelay(500);
P0=mybyte;
}
}
void MSDelay(unsigned int itime)
{
unsigned int i,j;
for(i=0;i<itime;i++)
for(j=0;j<1275;j++);
}
Page No 160
2. Programming of 8051on
simulator (complex programs)
3. LED interfacing with 8951
using timer with interrupt
4. LCD and keypad interfacing with
8951 using assembly and C in 4 bit
and 8 bit mode
5. ADC interfacing using I2C bus
with 8951/PIC 18FXX
6. DAC interfacing using I2C bus
with 8951/PIC 18FXX
7. Stepper motor interfacing
with 8951/PIC 18FXX
8. Serial communication using RS
232 using serial port of 8951 with
and without interrupt
9. Case Study – I*
Case Study- system design using 8051/89C51/PIC
microcontrollers - General Data Acquisition system,
TCP-IP based application, Robot development.

 Robot development
To Control DC Gear
Motor
10. Case Study – II*
Case Study- system design using 8051/89C51/PIC
microcontrollers - General Data Acquisition system,
TCP-IP based application, Robot development.
Micro controller Kit
Text Books:
1. Muhammas Mazidi, Janice Mazidi and Rolin McKinlay, ‘The 8051
Microcontroller and
Embedded Systems using Assembly and C’, Pearson Education, 2nd edition.
2. Kenneth J. Ayala, ‘The 8051 Microcontroller’, Cengage Learning.
3. Mazidi, Rolin McKinlay and Danny Causey, ‘PIC Microcontroller and
Embedded Systems using
Assembly and C for PIC18’, Pearson Education.
Reference Books:
1. Myke Predko, ‘Programming and customizing the 8051 microcontroller’,
TATA McGraw Hill.
2. Ajay Deshmukh, ‘Microcontrollers Theory and Applications’, TATA McGraw
Hill.
3. Subrata Ghoshal, ‘Embedded Systems and Robots- Projects using the 8051
Microcontroller’,
Cengage Learning.
Micro controller Kit
Micro controller Inbuilt
Programmer
Serial To USB convertor For
LAPTOP user
Serial Cable For PC
Micro controller Programs CD
 Keil 3.0 Software
 EZ Downloader Flash Software
 All Programs with Hex File
 Orcad Software
 Protel Software
Relimate 16 Pin connector cable
 For Seven Segment
Display
Relimate 10 Pin connector cable

For
 LED Board
 Keypad Board
 ADC board
Relimate 5 Pin connector cable

For
ADC board
MAX232 Board
Micro controller Kit Package
 Microcontroller Inbuilt Programmer Board
 ADC board with Power LED indication
 MAX232 Board Power LED indication
 LCD 16 x 2 with connector
 Keypad 16 key Board Power LED indication
 Seven Segment Board Power LED indication
 Relimate 16 Pin connector cable Qty1
 Relimate 10 Pin connector cable Qty 3
 Relimate 5 Pin connector cable Qty 2
 Micro controller Programs CD
 Keil 3.0 Software
 EZ Downloader Flash Software
 All Programs with Hex File
 Certificate
Micro controller Kit
Micro controller Kit available at
Contact Information
Micro controller Kit

You might also like