SlideShare a Scribd company logo
1 of 200
Download to read offline
MT2301
EMBEDDED SYSTEMS AND PROGRAMMING
Dr. K. Kannan, M.E., M.E., Ph.D.,
Professor & Head,
Department of Mechatronics Engineering
Preamble
• To familiarize the architecture and
fundamental units of microcontroller.
• To understand the microcontroller
programming methodology
• To acquire the interfacing skills
• To exchange data using various
communication protocols.
Unit I – Introduction to Microcontroller (9)
• Fundamentals, Functions of ALU
• Microprocessor, Microcontrollers, CISC and
RISC, Types Microcontroller
• 8051 Family, Architecture, Features and
Specifications
• Memory Organization
• Instruction Sets and Addressing Modes.
Unit II – Programming and Communication (9)
Fundamentals of Assembly Language Programming
Instruction to Assembler, Compiler and IDE
C Programming for 8051 Microcontroller
Basic Arithmetic and Logical Programming
Timer and Counter, Interrupts
Interfacing and Programming of Serial Communication, I2C, SPI
and CAN of 8051 Microcontroller
Bluetooth and WI-FI interfacing of 8051 Microcontroller.
Unit III – ARM Processor (9)
• Introduction ARM 7 Processor
• Internal Architecture
• Modes of Operations
• Register Set, Instruction Sets
• ARM Thumb, Thumb State Registers
• Pipelining
• Basic programming of ARM 7 - Applications.
Unit IV – PIC Microcontroller (9)
• Architecture
• Instruction set, Addressing modes
• Timers, Interrupt logic
• CCP modules
• ADC
Unit V – Real Time Operating System (9)
• Real time operating systems Architecture
• Tasks and Task states - Tasks and Data
• Semaphore and shared data
• Message queues, mail boxes and pipes,
• Encapsulating semaphores and queues
• Interrupt routines in an RTOS Environment.
Learning Resources
Text Books
1. David E. Simon, An embedded software primer, Addison – Wesley,
Indian Edition Reprint,2009.
2. Kenneth J. Aylala, The 8051 Microcontroller, the Architecture and
Programming Applications, 2003.
Reference Books
1. Muhammad Ali Mazidi and Janice Gillispic Mazdi, The 8051
Microcontroller and Embedded Systems, Pearson Education, 2006.
2. James W. Stewart, The 8051 Microcontroller Hardware, Software and
Outcome
CO. No. Course Outcome K-Level
CO1
Explain the various functional units of microcontroller, processors and
system-on-chip based on the features and specifications.
K2
CO2
Recognize the role of each functional units in microcontroller,
processors and system-on-chip based on the features and
specifications.
K2
CO3 Explain the architecture and Instruction set in ARM Processor K2
CO4
Explain the architecture and fundamental operating concepts behind
PIC Microcontroller
K2
CO5
Summarize the basics of Real time operating system and its
applications.
K2
Unit II – Programming and Communication (9)
Fundamentals of Assembly Language Programming
Instruction to Assembler, Compiler and IDE
C Programming for 8051 Microcontroller
Basic Arithmetic and Logical Programming
Timer and Counter, Interrupts
Interfacing and Programming of Serial Communication, I2C, SPI
and CAN of 8051 Microcontroller
Bluetooth and WI-FI interfacing of 8051 Microcontroller.
Fundamentals of Assembly Language
Programming
Fundamentals of Assembly Language
Programming
Fundamentals of Assembly Language
Programming
Fundamentals of Assembly Language
Programming
Fundamentals of Assembly Language
Programming
Fundamentals of Assembly Language
Programming
Fundamentals of Assembly Language
Programming
Fundamentals of Assembly Language
Programming
Fundamentals of Assembly Language
Programming
Assembler, Compiler & IDE
The difference between compiler and assembler is that a
compiler is used to convert high-level programming language
code into machine language code. On the other hand, an
assembler converts assembly level language code into machine
language code. Both these terms are relevant in context to
program execution.
An integrated development environment (IDE) is a software
application that helps programmers develop software code
efficiently. It increases developer productivity by combining
capabilities such as software editing, building, testing, and
packaging in an easy-to-use application
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
8051 Assembler
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
Assembly Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
I/O Programming
Timers & Counters Programming
Timers & Counters Programming
Timers & Counters Programming
Timers & Counters Programming
Timers & Counters Programming
Timers & Counters Programming
Timers & Counters Programming
Timers & Counters Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Timer and Counter Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Interrupt Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
Serial Communication Programming
I2C Interfacing
I²C is a serial computer bus, which is invented by NXP
semiconductors (Philips semiconductors). The I²C bus is used
to attach low-speed peripheral integrated circuits to 8051
microcontrollers. I²C bus uses two bidirectional lines such as
SDA (serial data line) and SCl (serial clock line). I²C bus
permits a master device to start communication with a slave
device. Data is interchanged between these two devices.
Typical voltages used are +3.3V or +5V although systems with
extra voltages are allowed. Nowadays new microcontrollers
have inbuilt I²C Registers. But in 8051 there is no such
registers. For the sake of interfacing I²C, EEPROM should be
interfaced with 8051
I2C Interfacing
I2C Interfacing
Write Mode
Send the START command from the Master.
Send Device (EEPROM) Address with write mode.
Send Register address in Device (EEPROM)
Send the Data to the Device (EEPROM).
If more than one byte to be send, keep sending that byte.
Finally, Send the STOP command.
Read Mode
Send the START command from the Master.
Send Device (EEPROM) Address with Read mode.
Send Register address in Device (EEPROM)
Send again START command
Send Device address with Reading mode.
Read the data from Device (EEPROM).
Finally, Send the STOP command.
I2C Interfacing
Initially, SDA and SCL are High.
SDA first goes to Zero.
Then SCL goes to Zero.
Initially, SDA and SCL are low.
SCL first goes to High.
Then SDA goes to High.
Serial Peripheral Interface
Serial bus protocol
Fast, easy to use, and simple
Very widely used
Not “standardized”
A 4-wire communications bus
Typically communicate across short distances
Supports
Single master
Multiple slaves
Synchronized
Communications are “clocked”
Serial Peripheral Interface
Always full-duplex
Communicates in both directions simultaneously
Transmitted (or received) data may not be meaningful
Multiple Mbps transmission speeds
0-50 MHz clock speeds not uncommon
Transfer data in 4 to 16 bit characters
Supports multiple slaves
Serial Peripheral Interface
MOSI – carries data out of master to slave
MISO – carries data out of slave to master
Both MOSI and MISO are active during every transmission
SS# (or CS) – unique line to select each slave chip
SCLK – produced by master to synchronize transfers
Serial Peripheral Interface
SPI uses a “shift register” model of communications
Master shifts out data to Slave, and shifts in data from Slave
Serial Peripheral Interface
Two bus configuration models
Master and multiple independent slave
Master and multiple daisy-chained slaves
Controller Area Network
CAN is a serial bus system developed to satisfy the following
requirements:
 Network multiple microcontrollers with 1 pair of wires.
 Allow microcontrollers communicate with each other.
 High speed, real-time communication.
 Provide noise immunity in an electrically noisy
environment.
 Low cost
Who uses CANBUS?
• Designed specifically for automotive applications
• Today - industrial automation / medical equipment
0%
10%
20%
30%
40%
50%
60%
70%
80%
90%
100%
Automotive Medical / Industrial
Markets
CANBUS Market Distribution
CANBUS and the OSI Model
CANBUS Physical Layer
 Physical medium – two wires terminated at both ends by
resistors.
 Differential signal - better noise immunity.
 Benefits:
 Reduced weight, Reduced cost
 Fewer wires = Increased reliability
Transmission Characteristics
CAN is a serial, asynchronous, multi-master
communication protocol for connecting control
modules.
CAN supports bit rates in the range of 1Kbps to
1Mbps. The data rate less than 125Kbps normally
known as low speed CAN. Data rate 125Kbps to
1Mbps is known as high speed CAN.
CAN node has its own clock generator for sampling
the incoming data.
CAN uses single wire, dual wire or fault tolerant techniques
for signaling.
In single wire CAN data rates are 33.3Kbps and 83.33Kbps
and signaling is single ended.
Dual wire CAN data rates are at high speed CAN and
signaling is differential.
Fault tolerant CAN intended for low speed CAN. If any wire
is shorted to battery or ground, fault tolerant CAN still be
operational.
Binary zero is represented by a "dominant" state in the
bus and binary one by a recessive state.
Transmission Characteristics
If the network is idle, any node can send a message. If
two messages are sent simultaneously, the node that
sends a recessive bit, but detects a dominant bit stops
transmitting, leaving the network free for the higher
priority message. The higher priority message is not
corrupted.
Transmission Characteristics
Message Oriented Transmission Protocol
• Each node – receiver & transmitter
• A sender of information transmits to all devices on the bus
• All nodes read message, then decide if it is relevant to them
• All nodes verify reception was error-free
• All nodes acknowledge reception
Message Format
• Each message has an ID, Data and overhead.
• Data –8 bytes max
• Overhead – start, end, CRC, ACK
Message Format
Bus Arbitration
• Arbitration – needed when multiple nodes try to transmit
at the same time
• Only one transmitter is allowed to transmit at a time.
• A node waits for bus to become idle
• Nodes with more important messages continue
transmitting
Bus Arbitration
• Message importance is encoded in message ID.
Lower value = More important
• As a node transmits each bit, it verifies that it sees the same bit value
on the bus that it transmitted.
• A “0” on the bus wins over a “1” on the bus.
• Losing node stops transmitting, winner continues.
Thank You

More Related Content

Similar to MT2301_Unit II.pdf

Introduction to Computer Architecture and Organization
Introduction to Computer Architecture and OrganizationIntroduction to Computer Architecture and Organization
Introduction to Computer Architecture and OrganizationDr. Balaji Ganesh Rajagopal
 
Project report on embedded system using 8051 microcontroller
Project  report on embedded system using 8051 microcontrollerProject  report on embedded system using 8051 microcontroller
Project report on embedded system using 8051 microcontrollerVandna Sambyal
 
MICROPROCESSOR_Notes.pptx
MICROPROCESSOR_Notes.pptxMICROPROCESSOR_Notes.pptx
MICROPROCESSOR_Notes.pptxWorkingad
 
PLCs And Industrial Robotics
PLCs And Industrial RoboticsPLCs And Industrial Robotics
PLCs And Industrial RoboticsHites
 
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptxINDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptxMeghdeepSingh
 
Introduction_to_Mechatronics_Chapter67.pdf
Introduction_to_Mechatronics_Chapter67.pdfIntroduction_to_Mechatronics_Chapter67.pdf
Introduction_to_Mechatronics_Chapter67.pdfBereket Walle
 
Lecture 1 (course overview and 8051 architecture) rv01
Lecture 1 (course overview and 8051 architecture) rv01Lecture 1 (course overview and 8051 architecture) rv01
Lecture 1 (course overview and 8051 architecture) rv01cairo university
 
20838382 microprocessor-8085-notes
20838382 microprocessor-8085-notes20838382 microprocessor-8085-notes
20838382 microprocessor-8085-notesRavali Sunki
 
Eee iv-microcontrollers [10 es42]-notes
Eee iv-microcontrollers [10 es42]-notesEee iv-microcontrollers [10 es42]-notes
Eee iv-microcontrollers [10 es42]-notesGopinath.B.L Naidu
 
Inception Institute of Industrial Training Brochure 2014 by APRM
Inception Institute of Industrial Training Brochure 2014 by APRMInception Institute of Industrial Training Brochure 2014 by APRM
Inception Institute of Industrial Training Brochure 2014 by APRMATHAL Public Relations & Marketing
 
ATmega32-AVR microcontrollers-Part I
ATmega32-AVR microcontrollers-Part IATmega32-AVR microcontrollers-Part I
ATmega32-AVR microcontrollers-Part IVineethMP2
 
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
 
8051 microcontroller
8051 microcontroller8051 microcontroller
8051 microcontrollersnehapvs
 

Similar to MT2301_Unit II.pdf (20)

EEE226a.ppt
EEE226a.pptEEE226a.ppt
EEE226a.ppt
 
Introduction to Computer Architecture and Organization
Introduction to Computer Architecture and OrganizationIntroduction to Computer Architecture and Organization
Introduction to Computer Architecture and Organization
 
Plc ppt filke
Plc ppt filkePlc ppt filke
Plc ppt filke
 
Project report on embedded system using 8051 microcontroller
Project  report on embedded system using 8051 microcontrollerProject  report on embedded system using 8051 microcontroller
Project report on embedded system using 8051 microcontroller
 
MICROPROCESSOR_Notes.pptx
MICROPROCESSOR_Notes.pptxMICROPROCESSOR_Notes.pptx
MICROPROCESSOR_Notes.pptx
 
PLCs And Industrial Robotics
PLCs And Industrial RoboticsPLCs And Industrial Robotics
PLCs And Industrial Robotics
 
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptxINDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
INDUSTRIAL TRAINING REPORT EMBEDDED SYSTEM.pptx
 
A STUDY OF AN ENTRENCHED SYSTEM USING INTERNET OF THINGS
A STUDY OF AN ENTRENCHED SYSTEM USING INTERNET OF THINGSA STUDY OF AN ENTRENCHED SYSTEM USING INTERNET OF THINGS
A STUDY OF AN ENTRENCHED SYSTEM USING INTERNET OF THINGS
 
Introduction_to_Mechatronics_Chapter67.pdf
Introduction_to_Mechatronics_Chapter67.pdfIntroduction_to_Mechatronics_Chapter67.pdf
Introduction_to_Mechatronics_Chapter67.pdf
 
Lecture 1 (course overview and 8051 architecture) rv01
Lecture 1 (course overview and 8051 architecture) rv01Lecture 1 (course overview and 8051 architecture) rv01
Lecture 1 (course overview and 8051 architecture) rv01
 
20838382 microprocessor-8085-notes
20838382 microprocessor-8085-notes20838382 microprocessor-8085-notes
20838382 microprocessor-8085-notes
 
Plc on cnc
Plc on cncPlc on cnc
Plc on cnc
 
Eee iv-microcontrollers [10 es42]-notes
Eee iv-microcontrollers [10 es42]-notesEee iv-microcontrollers [10 es42]-notes
Eee iv-microcontrollers [10 es42]-notes
 
Inception Institute of Industrial Training Brochure 2014 by APRM
Inception Institute of Industrial Training Brochure 2014 by APRMInception Institute of Industrial Training Brochure 2014 by APRM
Inception Institute of Industrial Training Brochure 2014 by APRM
 
ATmega32-AVR microcontrollers-Part I
ATmega32-AVR microcontrollers-Part IATmega32-AVR microcontrollers-Part I
ATmega32-AVR microcontrollers-Part I
 
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
 
Embedded project-development-training
Embedded project-development-trainingEmbedded project-development-training
Embedded project-development-training
 
8051 microcontroller
8051 microcontroller8051 microcontroller
8051 microcontroller
 
Embedded system
Embedded systemEmbedded system
Embedded system
 
Plc 131022133632-phpapp02
Plc 131022133632-phpapp02Plc 131022133632-phpapp02
Plc 131022133632-phpapp02
 

More from Kannan Kanagaraj

Digital Electronics – Unit V.pdf
Digital Electronics – Unit V.pdfDigital Electronics – Unit V.pdf
Digital Electronics – Unit V.pdfKannan Kanagaraj
 
Digital Electronics – Unit IV.pdf
Digital Electronics – Unit IV.pdfDigital Electronics – Unit IV.pdf
Digital Electronics – Unit IV.pdfKannan Kanagaraj
 
Digital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdfDigital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdfKannan Kanagaraj
 
Digital Electronics-Unit II.pdf
Digital Electronics-Unit II.pdfDigital Electronics-Unit II.pdf
Digital Electronics-Unit II.pdfKannan Kanagaraj
 
Digital Electronics – Unit I.pdf
Digital Electronics – Unit I.pdfDigital Electronics – Unit I.pdf
Digital Electronics – Unit I.pdfKannan Kanagaraj
 

More from Kannan Kanagaraj (10)

Digital Electronics – Unit V.pdf
Digital Electronics – Unit V.pdfDigital Electronics – Unit V.pdf
Digital Electronics – Unit V.pdf
 
Digital Electronics – Unit IV.pdf
Digital Electronics – Unit IV.pdfDigital Electronics – Unit IV.pdf
Digital Electronics – Unit IV.pdf
 
Digital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdfDigital Electronics – Unit III.pdf
Digital Electronics – Unit III.pdf
 
Digital Electronics-Unit II.pdf
Digital Electronics-Unit II.pdfDigital Electronics-Unit II.pdf
Digital Electronics-Unit II.pdf
 
Digital Electronics – Unit I.pdf
Digital Electronics – Unit I.pdfDigital Electronics – Unit I.pdf
Digital Electronics – Unit I.pdf
 
AE8751 - Unit V.pdf
AE8751 - Unit V.pdfAE8751 - Unit V.pdf
AE8751 - Unit V.pdf
 
AE8751 - UnitIV.pdf
AE8751 - UnitIV.pdfAE8751 - UnitIV.pdf
AE8751 - UnitIV.pdf
 
AE8751 - Unit III.pdf
AE8751 - Unit III.pdfAE8751 - Unit III.pdf
AE8751 - Unit III.pdf
 
AE8751 - Unit II.pdf
AE8751 - Unit II.pdfAE8751 - Unit II.pdf
AE8751 - Unit II.pdf
 
AE8751-UnitI.pdf
AE8751-UnitI.pdfAE8751-UnitI.pdf
AE8751-UnitI.pdf
 

Recently uploaded

Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Recently uploaded (20)

Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

MT2301_Unit II.pdf