+ All Categories
Home > Documents > Micro controller Kit -...

Micro controller Kit -...

Date post: 09-Feb-2018
Category:
Upload: voliem
View: 219 times
Download: 0 times
Share this document with a friend
26
Micro controller Kit Micro controller Kit
Transcript

Micro controller KitMicro controller Kit

Micro controller KitMicro controller KitList 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 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 1. Programming of 8051on simulator (simple programs)simulator (simple programs)#include<reg52.h>

void MSDelay(unsigned int);

void main(void)

{

unsigned char mybyte;

P2=0xFF;

while(1)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 2. Programming of 8051on simulator (complex programs)simulator (complex programs)

3. LED interfacing with 8951 3. LED interfacing with 8951 using timer with interruptusing timer with interrupt

4. LCD and keypad interfacing with 4. LCD and keypad interfacing with 8951 using assembly and C in 4 bit 8951 using assembly and C in 4 bit and 8 bit modeand 8 bit mode

5. ADC interfacing using I2C bus 5. ADC interfacing using I2C bus with 8951/PIC 18FXXwith 8951/PIC 18FXX

6. DAC interfacing using I2C bus 6. DAC interfacing using I2C bus with 8951/PIC 18FXXwith 8951/PIC 18FXX

7. Stepper motor interfacing 7. Stepper motor interfacing with 8951/PIC 18FXXwith 8951/PIC 18FXX

8. Serial communication using RS 8. Serial communication using RS 232 using serial port of 8951 with 232 using serial port of 8951 with and without interruptand without interrupt

9. Case Study 9. Case Study –– I*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 GearMotor

10. Case Study 10. Case Study –– II*II*Case Study- system design using 8051/89C51/PIC microcontrollers - General Data Acquisition system,

TCP-IP based application, Robot development.

Micro controller KitMicro controller KitText 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 using3. 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 KitMicro controller Kit

Micro controller Inbuilt Micro controller Inbuilt Programmer Programmer

Serial To USB convertor For Serial To USB convertor For LAPTOP userLAPTOP user

Serial Cable For PCSerial Cable For PC

Micro controller Programs CDMicro controller Programs CD

� Keil 3.0 Software� EZ Downloader Flash Software� All Programs with Hex File� All Programs with Hex File� Orcad Software� Protel Software

RelimateRelimate 16 Pin connector cable16 Pin connector cable

� For Seven SegmentDisplay

RelimateRelimate 10 Pin connector cable10 Pin connector cable

For � LED Board� LED Board� Keypad Board�ADC board

RelimateRelimate 5 Pin connector cable5 Pin connector cable

For�ADC board�MAX232 Board�MAX232 Board

Micro controller Kit Package 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 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 KitMicro controller Kit

Micro controller Kit available atMicro controller Kit available at

Contact InformationContact Information

Micro controller KitMicro controller Kit


Recommended