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
 
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
 
Introduction to Microcontrollers
Introduction to MicrocontrollersIntroduction to Microcontrollers
Introduction to Microcontrollersmike parks
 
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
 
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
 
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

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
 
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
 
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
 
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
 

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
 
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
 

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
 
MD JAHID HASAN
MD JAHID HASANMD JAHID HASAN
MD JAHID HASAN
 
152-15-5588
152-15-5588152-15-5588
152-15-5588
 

Recently uploaded

SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 

Recently uploaded (20)

Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 

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