SlideShare a Scribd company logo
Networking of Multiple
Microcontrollers
http://www.edgefxkits.com/
Introduction
Networking of Multiple
Microcontrollers
 The project is designed to demonstrate how multiple microcontrollers
can be connected in a network to achieve the desired output. More and
more microcontrollers are embedded in different kinds of products from
industrial environment to domestic area; a good example is the
automobile sector. A modern day car has number of microcontrollers
integrated within its system.
http://www.edgefxkits.com/
Block Diagram
Networking of Multiple
Microcontrollers
http://www.edgefxkits.com/
Hardware Requirements
Networking of Multiple
Microcontrollers
 8051 series Microcontrollers
 Keypad
 LCD
 Relay
 Transformer
 Diodes
 LED
 Resistors
 Capacitors
 Regulator
 Buzzer
 Lamp
http://www.edgefxkits.com/
Software Requirements
Networking of Multiple
Microcontrollers
 Keil compiler
 Language: Embedded C or Assembly
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Communications and Networks
 Data Communications
• Transmission of signals
• Encoding, interfacing, signal integrity, multiplexing etc.
 Networking
• Topology & architecture used to interconnect devices
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Network Trends
Microcontroller Networking
Wireless
Voice, Image, Data, Video
Integrated Systems!
Microcontroller
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Communication Systems
 Process describing transfer of information, data, instructions
between one or more systems through some media.
Examples:
• People, computers, cell phones, etc.
• Computer communication systems
 Receivers and transmitters: Desktop computers, mainframe
computers, etc.
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
 Signals passing through the communication channel can be
Digital, or analog.
• Analog signals: continuous electrical waves.
• Digital signals: individual electrical pulses (bits)
TX
RX
RX
RX
Communication channel
Communication
media
Amp/Adaptor
Communication Systems
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
The networking and communication between them becomes
necessary.
The importance of having multiple microcontrollers against a
single one is if one of the microcontrollers goes bad only the
function related to that particular microcontroller will be
affected.
Working Principle
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
The project demonstrates a command based monitoring tool
using the RS232 protocol.
A network of three microcontrollers is used in this project.
The first one is connected to a keypad for input action.
The second one is connected to an LCD display and the third
one to drive a relay for controlling any load (LAMP).
Working Principle
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
 Input takes a password on the first MC to display it on the second MC while
the third one executes the output only if the password is right.
 Wrong password if entered will generate a buzzer sound.
 Though this task can be performed by a single microcontroller.
 The project uses multiple microcontrollers to explain the concept of
networking.
Working Principle
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
 It is practically impossible by a single microcontroller to handle input
action, display and output which are located way apart.
 The system uses a combination of three microcontrollers for this purpose.
• One is used to operate the load.
• second one is used to display output on LCD display .
• The third one is used to take user input through a keypad.
Working Principle
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
 Consider a situation which requires 15 connections for a display unit
from microcontroller, and 7 connections from keypad.
 So instead of using single microprocessor and multicore cables for
kilometers.
 We use a single cable and more microcontrollers to simplify the
working and reduce costs.
Working Principle
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
MICROCONTROLLER
 It is a smaller computer
 Has on-chip RAM, ROM, I/O ports. etc..
RAM ROM
I/O
Port
Timer
Serial
COM
Port
Microcontroller
CPU
A single chip
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
INTERNAL STRUCTURE OF A MICRO CONTROLLER
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Multi Microcontroller Networking System
 Our system aims at connecting and coordinating multiple
microcontrollers in order to achieve the desired output.
 Increasing number of microcontrollers are used these days
for various industrial and domestic applications.
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Designing The Communications Microcontroller
Microcontrollers
• Main Microcontroller: i.MX31 from Freescale
• Communications Microcontroller: LPC2194/01 from NXP
• Low Level Microcontroller: LPC2194/01 from NXP
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Communication Protocols
• Main to Communications Full Speed USB
• Communications to Low Level CAN Bus
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Power Supply
 A DC Power Supply Unit (commonly called a PSU) deriving power from
the AC mains (line) supply performs a number of tasks:
• It changes (in most cases reduces) the level of supply to a value
suitable for driving the load circuit.
• It produces a DC supply from the mains (or line) supply AC sine
wave.
• It prevents any AC from appearing at the supply output.
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Parts of a Power Supply
 The output voltage is kept at a constant level, independent of
changes in:
• The AC supply voltage at the supply input.
• The Load current drawn from the supply output.
• Temperature.
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Power Supply
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Relay
 It is a electro magnetic switch.
 Used to control the electrical
devices.
 Copper core magnetic flux plays main
role here.
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
 The relay's switch connections are usually labeled COM, NC and NO:
 COM = Common, always connect to this; it is the moving part of the itch.
 NC = Normally Closed, COM is connected to this when the relay coil is off.
 NO = Normally Open, COM is connected to this when the relay coil is on .
Relay
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
BC547 (NPN –Transistor)
 The BC547 transistor is an NPN Epitaxial Silicon Transistor.
 It is used in general-purpose switching and amplification BC847/BC547
series 45 V, 100 mA NPN general-purpose transistors.
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
 The ratio of two currents (Ic/Ib) is called the DC Current Gain of
the device and is given the symbol of hfe or nowadays Beta,
(β).
BC547 (NPN –Transistor)
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
 The current gain from the emitter to the collector terminal,
Ic/Ie, is called Alpha, (α), and is a function of the transistor
itself.
BC547 (NPN –Transistor)
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Liquid Crystal Display (LCD)
 Most common LCDs connected to the microcontrollers are 16x2
and 20x2 displays.
 This means 16 characters per line by 2 lines and 20 characters per
line by 2 lines, respectively.
 The standard is referred to as HD44780U.
 It refers to the controller chip which receives data from an
external source (and communicates directly with the LCD.
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
If an 8-bit data bus is used the LCD will require 11 data lines
(3 control lines plus the 8 lines for the data bus).
The three control lines are referred to as EN, RS, and RW.
Liquid Crystal Display (LCD)
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Liquid Crystal Display (LCD) Diagram
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Application
 This technology is widely used in modern automobiles.
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Future Enhancement
 This project being based on serial communication can
be enhanced by using wireless communication among
the controllers by avoiding costly cabling.
http://www.edgefxkits.com/
Networking of Multiple
Microcontrollers
Conclusion
 We have learned how multiple microcontrollers can be connected in a
simple networking system to get the desired output. These type of
networking of multiple microcontrollers are used in many areas like
industrial and domestic areas.
http://www.edgefxkits.com/

More Related Content

What's hot (20)

WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)
Vikram Purohit
 
Introduction to chopper & analysis
Introduction to chopper & analysisIntroduction to chopper & analysis
Introduction to chopper & analysis
sachin kr
 
Electric Drives and Controls Unit 1 Introduction
Electric Drives and Controls Unit 1 IntroductionElectric Drives and Controls Unit 1 Introduction
Electric Drives and Controls Unit 1 Introduction
Dr.Raja R
 
1 phase semiconverter
1 phase semiconverter1 phase semiconverter
1 phase semiconverter
Raviraj solanki
 
ppt on inveters
ppt on invetersppt on inveters
ppt on inveters
Urvashi Khandelwal
 
Ac voltage controller
Ac voltage controllerAc voltage controller
Ac voltage controller
Josin Hippolitus
 
Unit iii ROTOR CONTROLLED AC DRIVES,ME PED,
Unit iii ROTOR CONTROLLED AC DRIVES,ME PED,Unit iii ROTOR CONTROLLED AC DRIVES,ME PED,
Unit iii ROTOR CONTROLLED AC DRIVES,ME PED,
Dr SOUNDIRARAJ N
 
Thyristors and its series and parallel combinations
Thyristors and its series and parallel combinationsThyristors and its series and parallel combinations
Thyristors and its series and parallel combinations
Ilyas Ghumman
 
Comparison of ac and dc transmission
Comparison of ac and dc transmissionComparison of ac and dc transmission
Comparison of ac and dc transmission
jawaharramaya
 
Automatic light control Using LDR
Automatic light control Using LDRAutomatic light control Using LDR
Automatic light control Using LDR
Badrul Alam
 
Losses in 3 phase induction motor
Losses in 3 phase induction motorLosses in 3 phase induction motor
Losses in 3 phase induction motor
mpsrekha83
 
Vfd (Variable Frequency Drive)
Vfd (Variable Frequency Drive)Vfd (Variable Frequency Drive)
Vfd (Variable Frequency Drive)
Sourabh sharma
 
Choppers
ChoppersChoppers
Choppers
Aniruddha Gautam
 
Boost converter
Boost converterBoost converter
Boost converter
sudarshan218
 
Basics of motor drives
Basics of motor drivesBasics of motor drives
Basics of motor drives
Muhammad Atta-ul-Ghaffar
 
Equivalent circuit of Induction Motor
Equivalent circuit of Induction MotorEquivalent circuit of Induction Motor
Equivalent circuit of Induction Motor
Citharthan Durairaj
 
Protection & switchgear
Protection & switchgear   Protection & switchgear
Protection & switchgear
johny renoald
 
Hvdc notes
Hvdc notesHvdc notes
Hvdc notes
mahesh babu
 
DC-DC Converter.pptx
DC-DC Converter.pptxDC-DC Converter.pptx
DC-DC Converter.pptx
Porselvi T
 
Synchronous generator construction
Synchronous generator constructionSynchronous generator construction
Synchronous generator construction
AnilKumarJain19
 
WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)
Vikram Purohit
 
Introduction to chopper & analysis
Introduction to chopper & analysisIntroduction to chopper & analysis
Introduction to chopper & analysis
sachin kr
 
Electric Drives and Controls Unit 1 Introduction
Electric Drives and Controls Unit 1 IntroductionElectric Drives and Controls Unit 1 Introduction
Electric Drives and Controls Unit 1 Introduction
Dr.Raja R
 
Unit iii ROTOR CONTROLLED AC DRIVES,ME PED,
Unit iii ROTOR CONTROLLED AC DRIVES,ME PED,Unit iii ROTOR CONTROLLED AC DRIVES,ME PED,
Unit iii ROTOR CONTROLLED AC DRIVES,ME PED,
Dr SOUNDIRARAJ N
 
Thyristors and its series and parallel combinations
Thyristors and its series and parallel combinationsThyristors and its series and parallel combinations
Thyristors and its series and parallel combinations
Ilyas Ghumman
 
Comparison of ac and dc transmission
Comparison of ac and dc transmissionComparison of ac and dc transmission
Comparison of ac and dc transmission
jawaharramaya
 
Automatic light control Using LDR
Automatic light control Using LDRAutomatic light control Using LDR
Automatic light control Using LDR
Badrul Alam
 
Losses in 3 phase induction motor
Losses in 3 phase induction motorLosses in 3 phase induction motor
Losses in 3 phase induction motor
mpsrekha83
 
Vfd (Variable Frequency Drive)
Vfd (Variable Frequency Drive)Vfd (Variable Frequency Drive)
Vfd (Variable Frequency Drive)
Sourabh sharma
 
Equivalent circuit of Induction Motor
Equivalent circuit of Induction MotorEquivalent circuit of Induction Motor
Equivalent circuit of Induction Motor
Citharthan Durairaj
 
Protection & switchgear
Protection & switchgear   Protection & switchgear
Protection & switchgear
johny renoald
 
DC-DC Converter.pptx
DC-DC Converter.pptxDC-DC Converter.pptx
DC-DC Converter.pptx
Porselvi T
 
Synchronous generator construction
Synchronous generator constructionSynchronous generator construction
Synchronous generator construction
AnilKumarJain19
 

Viewers also liked (9)

Schneider automation
Schneider automationSchneider automation
Schneider automation
TECHNO INDIA NJR INSTITUTE OF TECHNOLOGY
 
DSP Processor
DSP Processor DSP Processor
DSP Processor
Laxmikant Kalkonde
 
8051 microcontrollers
8051 microcontrollers8051 microcontrollers
8051 microcontrollers
Chih-Hsiang Tang
 
GPU - An Introduction
GPU - An IntroductionGPU - An Introduction
GPU - An Introduction
Dhan V Sagar
 
Graphics processing unit (GPU)
Graphics processing unit (GPU)Graphics processing unit (GPU)
Graphics processing unit (GPU)
Amal R
 
Microcontrollers and embedded devices
Microcontrollers and embedded devicesMicrocontrollers and embedded devices
Microcontrollers and embedded devices
Neven Boyanov
 
8085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing18085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing1
techbed
 
Interrupts
InterruptsInterrupts
Interrupts
guest2e9811e
 
My Final Year Project - Individual Control Home Automation System
My Final Year Project - Individual Control Home Automation SystemMy Final Year Project - Individual Control Home Automation System
My Final Year Project - Individual Control Home Automation System
Michael Olafusi
 
GPU - An Introduction
GPU - An IntroductionGPU - An Introduction
GPU - An Introduction
Dhan V Sagar
 
Graphics processing unit (GPU)
Graphics processing unit (GPU)Graphics processing unit (GPU)
Graphics processing unit (GPU)
Amal R
 
Microcontrollers and embedded devices
Microcontrollers and embedded devicesMicrocontrollers and embedded devices
Microcontrollers and embedded devices
Neven Boyanov
 
8085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing18085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing1
techbed
 
My Final Year Project - Individual Control Home Automation System
My Final Year Project - Individual Control Home Automation SystemMy Final Year Project - Individual Control Home Automation System
My Final Year Project - Individual Control Home Automation System
Michael Olafusi
 

Similar to Networking of multiple microcontrollers (20)

Networking of Micro-Controllers through USB
Networking of Micro-Controllers through USBNetworking of Micro-Controllers through USB
Networking of Micro-Controllers through USB
pranjal009
 
Microcontroller Based Embedded Systems Classroom Training
Microcontroller Based Embedded Systems Classroom TrainingMicrocontroller Based Embedded Systems Classroom Training
Microcontroller Based Embedded Systems Classroom Training
Srihitha Technologies
 
CommunicationGYU HFYTDKGHJHGHGGFGZXNMKUYTER
CommunicationGYU HFYTDKGHJHGHGGFGZXNMKUYTERCommunicationGYU HFYTDKGHJHGHGGFGZXNMKUYTER
CommunicationGYU HFYTDKGHJHGHGGFGZXNMKUYTER
32VThMaiLanD16THKTH2
 
PLC
PLCPLC
PLC
Mavuri Malleswara Rao
 
An Introduction to Microcontrollers.pptx
An Introduction to Microcontrollers.pptxAn Introduction to Microcontrollers.pptx
An Introduction to Microcontrollers.pptx
139RAJESHA
 
Electronicsprojects123
Electronicsprojects123Electronicsprojects123
Electronicsprojects123
Chittipolu Praveen
 
A Microcontroller Framework For PC Based Electrical Appliance Control System
A Microcontroller Framework For PC Based Electrical Appliance Control SystemA Microcontroller Framework For PC Based Electrical Appliance Control System
A Microcontroller Framework For PC Based Electrical Appliance Control System
Stephen Faucher
 
Command based street light controlling through pc (2)
Command  based street light controlling through pc (2)Command  based street light controlling through pc (2)
Command based street light controlling through pc (2)
Ravinder Katla
 
Critical Information Infrastructure Systems Worldwide
Critical Information Infrastructure Systems WorldwideCritical Information Infrastructure Systems Worldwide
Critical Information Infrastructure Systems Worldwide
Angela Hays
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances Control
Edgefxkits & Solutions
 
Process control using Ethernet to io
Process control using Ethernet to ioProcess control using Ethernet to io
Process control using Ethernet to io
brainboxes
 
C bus(mahmood)
C bus(mahmood)C bus(mahmood)
C bus(mahmood)
md mahmood
 
Introduction to Microcontrollers
Introduction to MicrocontrollersIntroduction to Microcontrollers
Introduction to Microcontrollers
mike parks
 
Precise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detectorPrecise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detector
vivekmv716
 
Edgereadererp40 ds en
Edgereadererp40 ds enEdgereadererp40 ds en
Edgereadererp40 ds en
sanzen enterprises
 
Fx3 ge
Fx3 geFx3 ge
Fx3 ge
Yashodip Chinagi
 
Control Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unitControl Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unit
abdosaidgkv
 
Switches and LEDs interface to the 8051 microcontroller
Switches and LEDs interface to the 8051 microcontrollerSwitches and LEDs interface to the 8051 microcontroller
Switches and LEDs interface to the 8051 microcontroller
University of Technology - Iraq
 
Analog Interfacing to Embedded Microprocessor Systems 2nd ed Edition Stuart Ball
Analog Interfacing to Embedded Microprocessor Systems 2nd ed Edition Stuart BallAnalog Interfacing to Embedded Microprocessor Systems 2nd ed Edition Stuart Ball
Analog Interfacing to Embedded Microprocessor Systems 2nd ed Edition Stuart Ball
djamesfrazoa
 
ELN_3modul.pptx
ELN_3modul.pptxELN_3modul.pptx
ELN_3modul.pptx
MrSunilKumarP
 
Networking of Micro-Controllers through USB
Networking of Micro-Controllers through USBNetworking of Micro-Controllers through USB
Networking of Micro-Controllers through USB
pranjal009
 
Microcontroller Based Embedded Systems Classroom Training
Microcontroller Based Embedded Systems Classroom TrainingMicrocontroller Based Embedded Systems Classroom Training
Microcontroller Based Embedded Systems Classroom Training
Srihitha Technologies
 
CommunicationGYU HFYTDKGHJHGHGGFGZXNMKUYTER
CommunicationGYU HFYTDKGHJHGHGGFGZXNMKUYTERCommunicationGYU HFYTDKGHJHGHGGFGZXNMKUYTER
CommunicationGYU HFYTDKGHJHGHGGFGZXNMKUYTER
32VThMaiLanD16THKTH2
 
An Introduction to Microcontrollers.pptx
An Introduction to Microcontrollers.pptxAn Introduction to Microcontrollers.pptx
An Introduction to Microcontrollers.pptx
139RAJESHA
 
A Microcontroller Framework For PC Based Electrical Appliance Control System
A Microcontroller Framework For PC Based Electrical Appliance Control SystemA Microcontroller Framework For PC Based Electrical Appliance Control System
A Microcontroller Framework For PC Based Electrical Appliance Control System
Stephen Faucher
 
Command based street light controlling through pc (2)
Command  based street light controlling through pc (2)Command  based street light controlling through pc (2)
Command based street light controlling through pc (2)
Ravinder Katla
 
Critical Information Infrastructure Systems Worldwide
Critical Information Infrastructure Systems WorldwideCritical Information Infrastructure Systems Worldwide
Critical Information Infrastructure Systems Worldwide
Angela Hays
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances Control
Edgefxkits & Solutions
 
Process control using Ethernet to io
Process control using Ethernet to ioProcess control using Ethernet to io
Process control using Ethernet to io
brainboxes
 
C bus(mahmood)
C bus(mahmood)C bus(mahmood)
C bus(mahmood)
md mahmood
 
Introduction to Microcontrollers
Introduction to MicrocontrollersIntroduction to Microcontrollers
Introduction to Microcontrollers
mike parks
 
Precise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detectorPrecise kilometer calculation by underground cable fault detector
Precise kilometer calculation by underground cable fault detector
vivekmv716
 
Control Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unitControl Units : Microprogrammed and Hardwired:control unit
Control Units : Microprogrammed and Hardwired:control unit
abdosaidgkv
 
Analog Interfacing to Embedded Microprocessor Systems 2nd ed Edition Stuart Ball
Analog Interfacing to Embedded Microprocessor Systems 2nd ed Edition Stuart BallAnalog Interfacing to Embedded Microprocessor Systems 2nd ed Edition Stuart Ball
Analog Interfacing to Embedded Microprocessor Systems 2nd ed Edition Stuart Ball
djamesfrazoa
 

More from Edgefxkits & Solutions (20)

Mains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchMains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switch
Edgefxkits & Solutions
 
Scada for remote industrial plant
Scada for remote industrial plant Scada for remote industrial plant
Scada for remote industrial plant
Edgefxkits & Solutions
 
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsTV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
Edgefxkits & Solutions
 
Predefined speed control of bldc motor
Predefined speed control of bldc motorPredefined speed control of bldc motor
Predefined speed control of bldc motor
Edgefxkits & Solutions
 
Microcontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemMicrocontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security System
Edgefxkits & Solutions
 
How to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsHow to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering students
Edgefxkits & Solutions
 
Smooth start of a single phase induction motor
Smooth start of a single phase induction motorSmooth start of a single phase induction motor
Smooth start of a single phase induction motor
Edgefxkits & Solutions
 
How to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerHow to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontroller
Edgefxkits & Solutions
 
Opto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsOpto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and Applications
Edgefxkits & Solutions
 
Importance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsImportance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering Students
Edgefxkits & Solutions
 
Common mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierCommon mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifier
Edgefxkits & Solutions
 
Vehicle tracking by gps gsm
Vehicle tracking by gps   gsm Vehicle tracking by gps   gsm
Vehicle tracking by gps gsm
Edgefxkits & Solutions
 
Tutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsTutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applications
Edgefxkits & Solutions
 
Photodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsPhotodiode working principle characteristics and applications
Photodiode working principle characteristics and applications
Edgefxkits & Solutions
 
Cro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsCro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applications
Edgefxkits & Solutions
 
Rfid security access control system
Rfid security access control systemRfid security access control system
Rfid security access control system
Edgefxkits & Solutions
 
Density based traffic signal system
Density based traffic signal systemDensity based traffic signal system
Density based traffic signal system
Edgefxkits & Solutions
 
Electronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsElectronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And Applications
Edgefxkits & Solutions
 
Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1
Edgefxkits & Solutions
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
Edgefxkits & Solutions
 
Mains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchMains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switch
Edgefxkits & Solutions
 
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsTV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
Edgefxkits & Solutions
 
Predefined speed control of bldc motor
Predefined speed control of bldc motorPredefined speed control of bldc motor
Predefined speed control of bldc motor
Edgefxkits & Solutions
 
Microcontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemMicrocontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security System
Edgefxkits & Solutions
 
How to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsHow to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering students
Edgefxkits & Solutions
 
Smooth start of a single phase induction motor
Smooth start of a single phase induction motorSmooth start of a single phase induction motor
Smooth start of a single phase induction motor
Edgefxkits & Solutions
 
How to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerHow to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontroller
Edgefxkits & Solutions
 
Opto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsOpto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and Applications
Edgefxkits & Solutions
 
Importance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsImportance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering Students
Edgefxkits & Solutions
 
Common mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierCommon mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifier
Edgefxkits & Solutions
 
Tutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsTutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applications
Edgefxkits & Solutions
 
Photodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsPhotodiode working principle characteristics and applications
Photodiode working principle characteristics and applications
Edgefxkits & Solutions
 
Cro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsCro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applications
Edgefxkits & Solutions
 
Electronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsElectronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And Applications
Edgefxkits & Solutions
 
Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1
Edgefxkits & Solutions
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
Edgefxkits & Solutions
 

Recently uploaded (20)

What is dbms architecture, components of dbms architecture and types of dbms ...
What is dbms architecture, components of dbms architecture and types of dbms ...What is dbms architecture, components of dbms architecture and types of dbms ...
What is dbms architecture, components of dbms architecture and types of dbms ...
cyhuutjdoazdwrnubt
 
[HIFLUX] Lok Fitting&Valve Catalog 2025 (Eng)
[HIFLUX] Lok Fitting&Valve Catalog 2025 (Eng)[HIFLUX] Lok Fitting&Valve Catalog 2025 (Eng)
[HIFLUX] Lok Fitting&Valve Catalog 2025 (Eng)
하이플럭스 / HIFLUX Co., Ltd.
 
Axial Capacity Estimation of FRP-strengthened Corroded Concrete Columns
Axial Capacity Estimation of FRP-strengthened Corroded Concrete ColumnsAxial Capacity Estimation of FRP-strengthened Corroded Concrete Columns
Axial Capacity Estimation of FRP-strengthened Corroded Concrete Columns
Journal of Soft Computing in Civil Engineering
 
Direct Current circuitsDirect Current circuitsDirect Current circuitsDirect C...
Direct Current circuitsDirect Current circuitsDirect Current circuitsDirect C...Direct Current circuitsDirect Current circuitsDirect Current circuitsDirect C...
Direct Current circuitsDirect Current circuitsDirect Current circuitsDirect C...
BeHappy728244
 
Electrical and Electronics Engineering: An International Journal (ELELIJ)
Electrical and Electronics Engineering: An International Journal (ELELIJ)Electrical and Electronics Engineering: An International Journal (ELELIJ)
Electrical and Electronics Engineering: An International Journal (ELELIJ)
elelijjournal653
 
9aeb2aae-3b85-47a5-9776-154883bbae57.pdf
9aeb2aae-3b85-47a5-9776-154883bbae57.pdf9aeb2aae-3b85-47a5-9776-154883bbae57.pdf
9aeb2aae-3b85-47a5-9776-154883bbae57.pdf
RishabhGupta578788
 
MODULE 5 BUILDING PLANNING AND DESIGN SY BTECH ACOUSTICS SYSTEM IN BUILDING
MODULE 5 BUILDING PLANNING AND DESIGN SY BTECH ACOUSTICS SYSTEM IN BUILDINGMODULE 5 BUILDING PLANNING AND DESIGN SY BTECH ACOUSTICS SYSTEM IN BUILDING
MODULE 5 BUILDING PLANNING AND DESIGN SY BTECH ACOUSTICS SYSTEM IN BUILDING
Dr. BASWESHWAR JIRWANKAR
 
world subdivision.pdf...................
world subdivision.pdf...................world subdivision.pdf...................
world subdivision.pdf...................
bmmederos10
 
All about the Snail Power Catalog Product 2025
All about the Snail Power Catalog  Product 2025All about the Snail Power Catalog  Product 2025
All about the Snail Power Catalog Product 2025
kstgroupvn
 
ISO 5011 Air Filter Catalogues .pdf
ISO 5011 Air Filter Catalogues      .pdfISO 5011 Air Filter Catalogues      .pdf
ISO 5011 Air Filter Catalogues .pdf
FILTRATION ENGINEERING & CUNSULTANT
 
Air Filter Flat Sheet Media-Catalouge-Final.pdf
Air Filter Flat Sheet Media-Catalouge-Final.pdfAir Filter Flat Sheet Media-Catalouge-Final.pdf
Air Filter Flat Sheet Media-Catalouge-Final.pdf
FILTRATION ENGINEERING & CUNSULTANT
 
Video Games and Artificial-Realities.pptx
Video Games and Artificial-Realities.pptxVideo Games and Artificial-Realities.pptx
Video Games and Artificial-Realities.pptx
HadiBadri1
 
ISO 4548-7 Filter Vibration Fatigue Test Rig Catalogue.pdf
ISO 4548-7 Filter Vibration Fatigue Test Rig Catalogue.pdfISO 4548-7 Filter Vibration Fatigue Test Rig Catalogue.pdf
ISO 4548-7 Filter Vibration Fatigue Test Rig Catalogue.pdf
FILTRATION ENGINEERING & CUNSULTANT
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning ModelEnhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Structural Health and Factors affecting.pptx
Structural Health and Factors affecting.pptxStructural Health and Factors affecting.pptx
Structural Health and Factors affecting.pptx
gunjalsachin
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
HVAC Air Filter Equipment-Catalouge-Final.pdf
HVAC Air Filter Equipment-Catalouge-Final.pdfHVAC Air Filter Equipment-Catalouge-Final.pdf
HVAC Air Filter Equipment-Catalouge-Final.pdf
FILTRATION ENGINEERING & CUNSULTANT
 
Android basics – Key Codes – ADB – Rooting Android – Boot Process – File Syst...
Android basics – Key Codes – ADB – Rooting Android – Boot Process – File Syst...Android basics – Key Codes – ADB – Rooting Android – Boot Process – File Syst...
Android basics – Key Codes – ADB – Rooting Android – Boot Process – File Syst...
ManiMaran230751
 
UNIT-5-PPT Computer Control Power of Power System
UNIT-5-PPT Computer Control Power of Power SystemUNIT-5-PPT Computer Control Power of Power System
UNIT-5-PPT Computer Control Power of Power System
Sridhar191373
 
What is dbms architecture, components of dbms architecture and types of dbms ...
What is dbms architecture, components of dbms architecture and types of dbms ...What is dbms architecture, components of dbms architecture and types of dbms ...
What is dbms architecture, components of dbms architecture and types of dbms ...
cyhuutjdoazdwrnubt
 
Direct Current circuitsDirect Current circuitsDirect Current circuitsDirect C...
Direct Current circuitsDirect Current circuitsDirect Current circuitsDirect C...Direct Current circuitsDirect Current circuitsDirect Current circuitsDirect C...
Direct Current circuitsDirect Current circuitsDirect Current circuitsDirect C...
BeHappy728244
 
Electrical and Electronics Engineering: An International Journal (ELELIJ)
Electrical and Electronics Engineering: An International Journal (ELELIJ)Electrical and Electronics Engineering: An International Journal (ELELIJ)
Electrical and Electronics Engineering: An International Journal (ELELIJ)
elelijjournal653
 
9aeb2aae-3b85-47a5-9776-154883bbae57.pdf
9aeb2aae-3b85-47a5-9776-154883bbae57.pdf9aeb2aae-3b85-47a5-9776-154883bbae57.pdf
9aeb2aae-3b85-47a5-9776-154883bbae57.pdf
RishabhGupta578788
 
MODULE 5 BUILDING PLANNING AND DESIGN SY BTECH ACOUSTICS SYSTEM IN BUILDING
MODULE 5 BUILDING PLANNING AND DESIGN SY BTECH ACOUSTICS SYSTEM IN BUILDINGMODULE 5 BUILDING PLANNING AND DESIGN SY BTECH ACOUSTICS SYSTEM IN BUILDING
MODULE 5 BUILDING PLANNING AND DESIGN SY BTECH ACOUSTICS SYSTEM IN BUILDING
Dr. BASWESHWAR JIRWANKAR
 
world subdivision.pdf...................
world subdivision.pdf...................world subdivision.pdf...................
world subdivision.pdf...................
bmmederos10
 
All about the Snail Power Catalog Product 2025
All about the Snail Power Catalog  Product 2025All about the Snail Power Catalog  Product 2025
All about the Snail Power Catalog Product 2025
kstgroupvn
 
Video Games and Artificial-Realities.pptx
Video Games and Artificial-Realities.pptxVideo Games and Artificial-Realities.pptx
Video Games and Artificial-Realities.pptx
HadiBadri1
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning ModelEnhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Structural Health and Factors affecting.pptx
Structural Health and Factors affecting.pptxStructural Health and Factors affecting.pptx
Structural Health and Factors affecting.pptx
gunjalsachin
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Android basics – Key Codes – ADB – Rooting Android – Boot Process – File Syst...
Android basics – Key Codes – ADB – Rooting Android – Boot Process – File Syst...Android basics – Key Codes – ADB – Rooting Android – Boot Process – File Syst...
Android basics – Key Codes – ADB – Rooting Android – Boot Process – File Syst...
ManiMaran230751
 
UNIT-5-PPT Computer Control Power of Power System
UNIT-5-PPT Computer Control Power of Power SystemUNIT-5-PPT Computer Control Power of Power System
UNIT-5-PPT Computer Control Power of Power System
Sridhar191373
 

Networking of multiple microcontrollers