SlideShare a Scribd company logo
1 of 21
A 
PRESENTATION 
ON 
EMBEDDED SYSTEM 
PRESENTED TO : PRESENTED BY : 
Er. VIKAS JINDAL PARAS JHA 
(ASSISTANT PROFFESOR) 4912316 
DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING 
GEETA ENGINEERING COLLEGE, PANIPAT
ABOUT THE INSTITUTION 
īļ CETPA Infotech PVT LTD is the leader in the “specialized 
training” brands of India certified by ISO 9001:2008 for its 
optimum quality. CETPA INFOTECH is the largest training 
service provider in various engineering domains for all 
Engineering students as well as for the working 
professionals. It has an extensive experience of nurturing 
over 20000+ students in the past few years. 
īļ CETPA has been awarded as the “Best IT and Embedded 
Training Company” for 4 consecutive years for delivering 
high quality training and workshops at more than 500 
colleges across India.
CONTENT 
īļ ABOUT THE EMBEDDED SYSTEM 
īļ KEY COMPONENT OF EMBEDDED SYSTEM 
īļ EXAMPLES OF EMBEDDED SYSTEM 
īļ BLOCK DISCRIPTION OF THE SYSTEM 
īļ ABOUT THE MICROCONTROLLER 
īļ BLOCK DIAGRAM OF MICROCONTROLLER 
īļ CLASSIFICATION OF MICROCONTROLLER 
īļ ABOUT THE PIC MICROCONTROLLER
CONTINUEâ€Ļâ€Ļ.. 
īļ PIN DIAGRAM OF PIC MICROCONTROLLER 
īļ DIFFERENCE BETWEEN MICROCONTROLLER 
AND MICROPROCESSOR 
īļ Software (MikroC PRO FOR PIC) 
īļ SOFTWARE ON THAT EXCEUTION IS 
PERFORMED (Proteus_V7.8i) 
īļ INTERFACING WITH PIC MICROCONTROLLER 
īļ INTERFACING PIC MICROCONTROLLER WITH LED 
PROGRAMMING OF mikroC 
īļ HARDWARE ON THAT WE PERFORM 
īļ ABOUT THE HARDWARE
ABOUT THE EMBEDDED SYSTEM 
īļ An Embedded System employs a 
combination of hardware & software to 
perform a specific function. 
īļ Embedded systems are involved in almost 
every fact of modern life. 
īļ An embedded system is a special purpose 
system in which the computer is completely 
encapsulated by the device it controls.
KEY COMPONENT OF EMBEDDED SYSTEM 
PROCESSORS: 
īļ It is the central processing unit known as the heart of 
the embedded systems. 
īļ It is the hardware that executes the software and 
brings life to the embedded system. 
īļ Controls the activities of all the other circuits. 
MEMORY: 
īļ Used to store the software that the processor will run. 
īļ Also provides storage for data such as program 
variables, intermediate results, status information and 
any other data generated throughout the operation.
EXAMPLE OF EMBEDDED SYSTEM
BLOCK DISCRIPTION OF THE SYSTEM 
SENSOR 
S 
CONTRO 
L UNIT 
ACTUATO 
R
ABOUT THE MICROCONTROLLER 
A microcontroller is a functional computer 
system on a single chip. 
It contains a processor core , memory and 
programmable input/output peripheral. 
Microcontrollers are used in automatically 
controlled products and devices. 
Microcontrollers often operate at very low 
speed compared to microprocessors.
BLOCK DIAGRAM OF MICROCONTROLLER
CLASSIFICATION OF MICROCONTROLLER
ABOUT THE PIC MICROCONTROLLER 
Pic microcontroller is discovered in 1975. 
Pic microcontroller is belong to the family of 
Harvard architecture. 
Pic microcontroller was made by micro chip 
technology. 
Pic microcontroller is based on large user 
base technology. 
Pic microcontroller is a dual impakage 40 pin 
IC
PIN DIAGRAM OF PIC MICROCONTROLLER
DIFFERENCE BETWEEN MICROCONTROLLER 
AND MICROPROCESSOR 
Microprocessor is an IC which has only 
the CPU inside them. 
These microprocessors don’t have RAM, 
ROM, and other peripheral on the chip. 
Microprocessor find applications where 
tasks are unspecific like developing 
software, games, websites, photo editing 
etc 
Microprocessor is costlier. 
Microcontroller has a CPU, in addition with 
a fixed amount of RAM, ROM and other 
peripherals all embedded on a single chip. 
At times it is also termed as a mini 
computer or a computer on a single chip. 
Microcontrollers are designed to perform 
specific tasks. For example, keyboards, 
mouse, washing machine, etc. 
A microcontroller is far cheaper than a 
microprocessor.
SOFTWARE (MIKROC PRO FOR PIC)
SOFTWARE ON THAT EXCEUTION IS PERFORMED 
(PROTEUS_V7.8I)
INTERFACING WITH PIC MICROCONTROLLER 
INTERFACING PIC MICROCONTROLLER 
WITH LED 
INTERFACING PIC MICROCONTROLLER 
WITH LCD 
INTERFACING PIC MICROCONTROLLER 
WITH SEVEN SEGMENT DISPLAY 
INTERFACING PIC MICROCONTROLLER 
WITH D.C. MOTOR
INTERFACING PIC MICROCONTROLLER WITH LED 
PROGRAMING OF MIKROC 
void main() 
{ 
TRISB=0X00; 
while(1) 
{ 
PORTB=0X81; 
delay_ms(500); 
PORTB=0X42; 
delay_ms(500); 
PORTB=0X24; 
delay_ms(500); 
PORTB=0X18; 
delay_ms(500); 
} 
}
HARDWARE ON THAT WE PERFORM
ABOUT THE HARDWARE 
Hardware consist of following component 
īƒ˜ Pic microcontroller slot 
īƒ˜ Bunch of LED 
īƒ˜ LCD display 
īƒ˜ Keypad 
īƒ˜ Seven segment display slot 
īƒ˜ Power supply connector 
īƒ˜ D.C motor and Stepper motor slot
Presentation on Embedded system using micro controller  by PARAS JHA

More Related Content

What's hot

Microcontroller presentation
Microcontroller presentationMicrocontroller presentation
Microcontroller presentationxavierpaulino
 
Microcontroller
MicrocontrollerMicrocontroller
Microcontrollersanjay kumar
 
Microprocessor vs. microcontroller
Microprocessor vs. microcontrollerMicroprocessor vs. microcontroller
Microprocessor vs. microcontrolleraviban
 
Microcontoller and Embedded System
Microcontoller and Embedded SystemMicrocontoller and Embedded System
Microcontoller and Embedded SystemKaran Thakkar
 
embedded system
embedded systemembedded system
embedded systemVivek Ranjan
 
Introduction to Microcontrollers
Introduction to MicrocontrollersIntroduction to Microcontrollers
Introduction to Microcontrollersmike parks
 
8051 microcontrollers
8051 microcontrollers8051 microcontrollers
8051 microcontrollersChih-Hsiang Tang
 
Presentation on embedded system by abhishek sharma
Presentation on embedded system by abhishek sharmaPresentation on embedded system by abhishek sharma
Presentation on embedded system by abhishek sharmaAbhishekSharma2517
 
Introduction to Advanced embedded systems course
Introduction to Advanced embedded systems courseIntroduction to Advanced embedded systems course
Introduction to Advanced embedded systems courseanishgoel
 
The 8051 microcontroler based embedded systems
The 8051 microcontroler based embedded systemsThe 8051 microcontroler based embedded systems
The 8051 microcontroler based embedded systemsmanishpatel_79
 
Embedded system 8051 Microcontroller
Embedded system 8051 MicrocontrollerEmbedded system 8051 Microcontroller
Embedded system 8051 Microcontrollerankitsharmaj
 
Embedded system
Embedded systemEmbedded system
Embedded systemCHANCHAL SONI
 
Embeded system by Mitesh Kumar
Embeded system by Mitesh KumarEmbeded system by Mitesh Kumar
Embeded system by Mitesh KumarMitesh Kumar
 
Embedded Systems
Embedded SystemsEmbedded Systems
Embedded Systemshariiyuvii
 
Intro to micro controller (Atmega16)
Intro to micro controller (Atmega16)Intro to micro controller (Atmega16)
Intro to micro controller (Atmega16)Ramadan Ramadan
 
Embedded system application
Embedded system applicationEmbedded system application
Embedded system applicationDhruwank Vankawala
 
microcontroller basics
microcontroller basicsmicrocontroller basics
microcontroller basicssagar Ramdev
 

What's hot (20)

Microcontroller presentation
Microcontroller presentationMicrocontroller presentation
Microcontroller presentation
 
Introduction in microcontroller
Introduction in microcontrollerIntroduction in microcontroller
Introduction in microcontroller
 
Microcontroller
MicrocontrollerMicrocontroller
Microcontroller
 
Microprocessor vs. microcontroller
Microprocessor vs. microcontrollerMicroprocessor vs. microcontroller
Microprocessor vs. microcontroller
 
Microcontoller and Embedded System
Microcontoller and Embedded SystemMicrocontoller and Embedded System
Microcontoller and Embedded System
 
embedded system
embedded systemembedded system
embedded system
 
Introduction to Microcontrollers
Introduction to MicrocontrollersIntroduction to Microcontrollers
Introduction to Microcontrollers
 
8051 microcontrollers
8051 microcontrollers8051 microcontrollers
8051 microcontrollers
 
Presentation on embedded system by abhishek sharma
Presentation on embedded system by abhishek sharmaPresentation on embedded system by abhishek sharma
Presentation on embedded system by abhishek sharma
 
Introduction to Advanced embedded systems course
Introduction to Advanced embedded systems courseIntroduction to Advanced embedded systems course
Introduction to Advanced embedded systems course
 
The 8051 microcontroler based embedded systems
The 8051 microcontroler based embedded systemsThe 8051 microcontroler based embedded systems
The 8051 microcontroler based embedded systems
 
Embedded system 8051 Microcontroller
Embedded system 8051 MicrocontrollerEmbedded system 8051 Microcontroller
Embedded system 8051 Microcontroller
 
Embedded system
Embedded systemEmbedded system
Embedded system
 
Embeded system by Mitesh Kumar
Embeded system by Mitesh KumarEmbeded system by Mitesh Kumar
Embeded system by Mitesh Kumar
 
embedded system and AVR
embedded system and AVRembedded system and AVR
embedded system and AVR
 
Training report on embedded sys_AVR
Training report on embedded sys_AVRTraining report on embedded sys_AVR
Training report on embedded sys_AVR
 
Embedded Systems
Embedded SystemsEmbedded Systems
Embedded Systems
 
Intro to micro controller (Atmega16)
Intro to micro controller (Atmega16)Intro to micro controller (Atmega16)
Intro to micro controller (Atmega16)
 
Embedded system application
Embedded system applicationEmbedded system application
Embedded system application
 
microcontroller basics
microcontroller basicsmicrocontroller basics
microcontroller basics
 

Viewers also liked

Mobile ipv6
Mobile ipv6Mobile ipv6
Mobile ipv6Paras Jha
 
Java ring
Java ringJava ring
Java ringEtty94
 
Introduction to Mobile IPv6
Introduction to Mobile IPv6Introduction to Mobile IPv6
Introduction to Mobile IPv6guestbeb9a5
 
Presentation On: "Micro-controller 8051 & Embedded System"
Presentation On: "Micro-controller 8051 & Embedded System"Presentation On: "Micro-controller 8051 & Embedded System"
Presentation On: "Micro-controller 8051 & Embedded System"surabhii007
 
Mobile ipv6
Mobile ipv6Mobile ipv6
Mobile ipv6Paras Jha
 
training report on embedded system and AVR
training report on embedded system and AVRtraining report on embedded system and AVR
training report on embedded system and AVRUrvashi Khandelwal
 
Smart farm SME Chiangmai Maker Club
Smart farm SME Chiangmai Maker ClubSmart farm SME Chiangmai Maker Club
Smart farm SME Chiangmai Maker ClubAdun Nanthakaew
 
java-ring
 java-ring java-ring
java-ringAkhil Kumar
 
Project Report On Micro-controller Embedded System
Project Report On Micro-controller Embedded SystemProject Report On Micro-controller Embedded System
Project Report On Micro-controller Embedded SystemRkrishna Mishra
 
Body Adapted Wearable Bio Sensor
Body Adapted Wearable Bio SensorBody Adapted Wearable Bio Sensor
Body Adapted Wearable Bio Sensorkavindrakrishna
 
Java ring Engg SEMINAR
Java ring Engg SEMINARJava ring Engg SEMINAR
Java ring Engg SEMINARrajdeepsatapathy
 
Wearable Biosensors Presentation
Wearable Biosensors PresentationWearable Biosensors Presentation
Wearable Biosensors Presentationraj7
 
ppt on embedded system
ppt on embedded systemppt on embedded system
ppt on embedded systemmanish katara
 
Wearable bio sensors
Wearable bio sensorsWearable bio sensors
Wearable bio sensorsAbiresh Mishra
 

Viewers also liked (17)

Mobile ipv6
Mobile ipv6Mobile ipv6
Mobile ipv6
 
Java ring
Java ringJava ring
Java ring
 
Introduction to Mobile IPv6
Introduction to Mobile IPv6Introduction to Mobile IPv6
Introduction to Mobile IPv6
 
Java Ring
Java RingJava Ring
Java Ring
 
Presentation On: "Micro-controller 8051 & Embedded System"
Presentation On: "Micro-controller 8051 & Embedded System"Presentation On: "Micro-controller 8051 & Embedded System"
Presentation On: "Micro-controller 8051 & Embedded System"
 
Mobile ipv6
Mobile ipv6Mobile ipv6
Mobile ipv6
 
training report on embedded system and AVR
training report on embedded system and AVRtraining report on embedded system and AVR
training report on embedded system and AVR
 
Smart farm SME Chiangmai Maker Club
Smart farm SME Chiangmai Maker ClubSmart farm SME Chiangmai Maker Club
Smart farm SME Chiangmai Maker Club
 
java-ring
 java-ring java-ring
java-ring
 
Project Report On Micro-controller Embedded System
Project Report On Micro-controller Embedded SystemProject Report On Micro-controller Embedded System
Project Report On Micro-controller Embedded System
 
Body Adapted Wearable Bio Sensor
Body Adapted Wearable Bio SensorBody Adapted Wearable Bio Sensor
Body Adapted Wearable Bio Sensor
 
Java ring Engg SEMINAR
Java ring Engg SEMINARJava ring Engg SEMINAR
Java ring Engg SEMINAR
 
WEARABLE BIOSENSORS
WEARABLE BIOSENSORSWEARABLE BIOSENSORS
WEARABLE BIOSENSORS
 
Wearable Biosensors Presentation
Wearable Biosensors PresentationWearable Biosensors Presentation
Wearable Biosensors Presentation
 
Mobile I Pv6
Mobile I Pv6Mobile I Pv6
Mobile I Pv6
 
ppt on embedded system
ppt on embedded systemppt on embedded system
ppt on embedded system
 
Wearable bio sensors
Wearable bio sensorsWearable bio sensors
Wearable bio sensors
 

Similar to Presentation on Embedded system using micro controller by PARAS JHA

Introduction to embedded systems using the msp430 6. 1 Enumerate the.pdf
Introduction to embedded systems using the msp430 6. 1 Enumerate the.pdfIntroduction to embedded systems using the msp430 6. 1 Enumerate the.pdf
Introduction to embedded systems using the msp430 6. 1 Enumerate the.pdfaienterpresses
 
Introduction to embedded systems using the msp430 6.1 Enumerate the .pdf
Introduction to embedded systems using the msp430 6.1 Enumerate the .pdfIntroduction to embedded systems using the msp430 6.1 Enumerate the .pdf
Introduction to embedded systems using the msp430 6.1 Enumerate the .pdfaienterpresses
 
MICROCONTROLLER PROGRAMMING COURSES.pdf
MICROCONTROLLER PROGRAMMING COURSES.pdfMICROCONTROLLER PROGRAMMING COURSES.pdf
MICROCONTROLLER PROGRAMMING COURSES.pdfGhulamHussain799241
 
Embedded system by owais
Embedded system by owaisEmbedded system by owais
Embedded system by owaisOwais Mushtaq
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems Suhani Singh
 
Difference Between Microprocessors and Microcontrollers
Difference Between Microprocessors and MicrocontrollersDifference Between Microprocessors and Microcontrollers
Difference Between Microprocessors and Microcontrollerselprocus
 
Embedded systems- nanocdac
Embedded systems- nanocdacEmbedded systems- nanocdac
Embedded systems- nanocdacnanocdac
 
Applied Microprocessor
Applied MicroprocessorApplied Microprocessor
Applied MicroprocessorArif Dzikrullah
 
microprocessor
microprocessormicroprocessor
microprocessorillpa
 
Introduction to microcontroller
Introduction to microcontrollerIntroduction to microcontroller
Introduction to microcontrollerRajib Roy
 
Microcontroller Training Courses in Pakistan.pdf
Microcontroller Training Courses in Pakistan.pdfMicrocontroller Training Courses in Pakistan.pdf
Microcontroller Training Courses in Pakistan.pdfGhulamHussain799241
 
introduction to microprocessors
introduction to microprocessorsintroduction to microprocessors
introduction to microprocessorsvishi1993
 
K.Bhagavan gupta.pdf according to the labu
K.Bhagavan gupta.pdf according to the labuK.Bhagavan gupta.pdf according to the labu
K.Bhagavan gupta.pdf according to the labuShanmukhVegi
 
Casp report
Casp reportCasp report
Casp reportqudhuqdh
 
MD JAHID HASAN
MD JAHID HASANMD JAHID HASAN
MD JAHID HASANSelf-employed
 

Similar to Presentation on Embedded system using micro controller by PARAS JHA (20)

Introduction to embedded systems using the msp430 6. 1 Enumerate the.pdf
Introduction to embedded systems using the msp430 6. 1 Enumerate the.pdfIntroduction to embedded systems using the msp430 6. 1 Enumerate the.pdf
Introduction to embedded systems using the msp430 6. 1 Enumerate the.pdf
 
Introduction to embedded systems using the msp430 6.1 Enumerate the .pdf
Introduction to embedded systems using the msp430 6.1 Enumerate the .pdfIntroduction to embedded systems using the msp430 6.1 Enumerate the .pdf
Introduction to embedded systems using the msp430 6.1 Enumerate the .pdf
 
MICROCONTROLLER PROGRAMMING COURSES.pdf
MICROCONTROLLER PROGRAMMING COURSES.pdfMICROCONTROLLER PROGRAMMING COURSES.pdf
MICROCONTROLLER PROGRAMMING COURSES.pdf
 
Embedded system by owais
Embedded system by owaisEmbedded system by owais
Embedded system by owais
 
Unit-1.pptx
Unit-1.pptxUnit-1.pptx
Unit-1.pptx
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems
 
Difference Between Microprocessors and Microcontrollers
Difference Between Microprocessors and MicrocontrollersDifference Between Microprocessors and Microcontrollers
Difference Between Microprocessors and Microcontrollers
 
embedded systems
embedded systemsembedded systems
embedded systems
 
Embedded systems- nanocdac
Embedded systems- nanocdacEmbedded systems- nanocdac
Embedded systems- nanocdac
 
Nabaa (2)
Nabaa (2)Nabaa (2)
Nabaa (2)
 
Applied Microprocessor
Applied MicroprocessorApplied Microprocessor
Applied Microprocessor
 
microprocessor
microprocessormicroprocessor
microprocessor
 
Introduction to microcontroller
Introduction to microcontrollerIntroduction to microcontroller
Introduction to microcontroller
 
Report (2)
Report (2)Report (2)
Report (2)
 
Microcontroller Training Courses in Pakistan.pdf
Microcontroller Training Courses in Pakistan.pdfMicrocontroller Training Courses in Pakistan.pdf
Microcontroller Training Courses in Pakistan.pdf
 
introduction to microprocessors
introduction to microprocessorsintroduction to microprocessors
introduction to microprocessors
 
K.Bhagavan gupta.pdf according to the labu
K.Bhagavan gupta.pdf according to the labuK.Bhagavan gupta.pdf according to the labu
K.Bhagavan gupta.pdf according to the labu
 
Casp report
Casp reportCasp report
Casp report
 
152-15-5588
152-15-5588152-15-5588
152-15-5588
 
MD JAHID HASAN
MD JAHID HASANMD JAHID HASAN
MD JAHID HASAN
 

Recently uploaded

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Recently uploaded (20)

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

Presentation on Embedded system using micro controller by PARAS JHA

  • 1. A PRESENTATION ON EMBEDDED SYSTEM PRESENTED TO : PRESENTED BY : Er. VIKAS JINDAL PARAS JHA (ASSISTANT PROFFESOR) 4912316 DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING GEETA ENGINEERING COLLEGE, PANIPAT
  • 2. ABOUT THE INSTITUTION īļ CETPA Infotech PVT LTD is the leader in the “specialized training” brands of India certified by ISO 9001:2008 for its optimum quality. CETPA INFOTECH is the largest training service provider in various engineering domains for all Engineering students as well as for the working professionals. It has an extensive experience of nurturing over 20000+ students in the past few years. īļ CETPA has been awarded as the “Best IT and Embedded Training Company” for 4 consecutive years for delivering high quality training and workshops at more than 500 colleges across India.
  • 3. CONTENT īļ ABOUT THE EMBEDDED SYSTEM īļ KEY COMPONENT OF EMBEDDED SYSTEM īļ EXAMPLES OF EMBEDDED SYSTEM īļ BLOCK DISCRIPTION OF THE SYSTEM īļ ABOUT THE MICROCONTROLLER īļ BLOCK DIAGRAM OF MICROCONTROLLER īļ CLASSIFICATION OF MICROCONTROLLER īļ ABOUT THE PIC MICROCONTROLLER
  • 4. CONTINUEâ€Ļâ€Ļ.. īļ PIN DIAGRAM OF PIC MICROCONTROLLER īļ DIFFERENCE BETWEEN MICROCONTROLLER AND MICROPROCESSOR īļ Software (MikroC PRO FOR PIC) īļ SOFTWARE ON THAT EXCEUTION IS PERFORMED (Proteus_V7.8i) īļ INTERFACING WITH PIC MICROCONTROLLER īļ INTERFACING PIC MICROCONTROLLER WITH LED PROGRAMMING OF mikroC īļ HARDWARE ON THAT WE PERFORM īļ ABOUT THE HARDWARE
  • 5. ABOUT THE EMBEDDED SYSTEM īļ An Embedded System employs a combination of hardware & software to perform a specific function. īļ Embedded systems are involved in almost every fact of modern life. īļ An embedded system is a special purpose system in which the computer is completely encapsulated by the device it controls.
  • 6. KEY COMPONENT OF EMBEDDED SYSTEM PROCESSORS: īļ It is the central processing unit known as the heart of the embedded systems. īļ It is the hardware that executes the software and brings life to the embedded system. īļ Controls the activities of all the other circuits. MEMORY: īļ Used to store the software that the processor will run. īļ Also provides storage for data such as program variables, intermediate results, status information and any other data generated throughout the operation.
  • 8. BLOCK DISCRIPTION OF THE SYSTEM SENSOR S CONTRO L UNIT ACTUATO R
  • 9. ABOUT THE MICROCONTROLLER A microcontroller is a functional computer system on a single chip. It contains a processor core , memory and programmable input/output peripheral. Microcontrollers are used in automatically controlled products and devices. Microcontrollers often operate at very low speed compared to microprocessors.
  • 10. BLOCK DIAGRAM OF MICROCONTROLLER
  • 12. ABOUT THE PIC MICROCONTROLLER Pic microcontroller is discovered in 1975. Pic microcontroller is belong to the family of Harvard architecture. Pic microcontroller was made by micro chip technology. Pic microcontroller is based on large user base technology. Pic microcontroller is a dual impakage 40 pin IC
  • 13. PIN DIAGRAM OF PIC MICROCONTROLLER
  • 14. DIFFERENCE BETWEEN MICROCONTROLLER AND MICROPROCESSOR Microprocessor is an IC which has only the CPU inside them. These microprocessors don’t have RAM, ROM, and other peripheral on the chip. Microprocessor find applications where tasks are unspecific like developing software, games, websites, photo editing etc Microprocessor is costlier. Microcontroller has a CPU, in addition with a fixed amount of RAM, ROM and other peripherals all embedded on a single chip. At times it is also termed as a mini computer or a computer on a single chip. Microcontrollers are designed to perform specific tasks. For example, keyboards, mouse, washing machine, etc. A microcontroller is far cheaper than a microprocessor.
  • 16. SOFTWARE ON THAT EXCEUTION IS PERFORMED (PROTEUS_V7.8I)
  • 17. INTERFACING WITH PIC MICROCONTROLLER INTERFACING PIC MICROCONTROLLER WITH LED INTERFACING PIC MICROCONTROLLER WITH LCD INTERFACING PIC MICROCONTROLLER WITH SEVEN SEGMENT DISPLAY INTERFACING PIC MICROCONTROLLER WITH D.C. MOTOR
  • 18. INTERFACING PIC MICROCONTROLLER WITH LED PROGRAMING OF MIKROC void main() { TRISB=0X00; while(1) { PORTB=0X81; delay_ms(500); PORTB=0X42; delay_ms(500); PORTB=0X24; delay_ms(500); PORTB=0X18; delay_ms(500); } }
  • 19. HARDWARE ON THAT WE PERFORM
  • 20. ABOUT THE HARDWARE Hardware consist of following component īƒ˜ Pic microcontroller slot īƒ˜ Bunch of LED īƒ˜ LCD display īƒ˜ Keypad īƒ˜ Seven segment display slot īƒ˜ Power supply connector īƒ˜ D.C motor and Stepper motor slot