SlideShare a Scribd company logo
1 of 28
Presentation
On
Microcontroller 8051
Presented By -
Rahul Kumar
B.Tech /ECE
1325271
Department Of ECE
Shaheed Udham Singh College of Engg. & Tech.
EMBEDDED SYSTEM
• Special-purpose computer system designed
to perform a dedicated function.
• Performs one or a few pre-defined tasks,
usually with very specific requirements, and
often includes task-specific hardware and
mechanical parts not usually found in a
general-purpose computer.
INTRODUCTION TO 8051
• 4K bytes internal ROM
• 128 bytes internal RAM
• Four 8-bit I/O ports (P0 - P3).
• Two 16-bit timers/counters
• One serial interface
Microcontroller
A single chip
RAM
I/O
Port
Timer
Serial
COM
Port
CPU ROM
Pin Description of the 8051
Inside Structure of 8051 Microcontroller
Software Used
• KEIL uVISION
PROJECT :- RF Based Car
Team Members :-
Rahul Kumar
Sahil Kumar
Karan Dhall
Components
• AT89c51
• Battery
• LED(6)
• HT12E
• HT12D
• L293D
• Resistors
1 k ohm(7)
10 k ohm
50 k ohm
100 k ohm
• Xtal – 11.0592 KHz
• Tectile switch (5)
• DC motors
• Voltage Regulator(IC7805)
• Wheels and chechis
• Capacitors
1 n f
10 uf
1uf
33pf(2)
Introduction of IC HT12E
• HOLTEK Semiconductor.
• HT12E is a encoder integrated circuit that
belongs to 212 series of encoders.
• They are paired with 212 series of decoders
for use in remote control system
applications.
• HT12E converts the parallel input into serial
outputs. It encodes the parallel data into
serial for transmission through an RF
transmitter.
Pin Diagram:
Introduction of IC HT12D
• HT12D is a decoder integrated circuit that
belongs to 212 series of decoders.
• This series of decoders are mainly used for
remote control system applications.
• HT12D converts the serial input into
parallel outputs. It decodes the serial
addresses and data received by an RF
receiver, into parallel data and sends them
to output data pins.
Pin Diagram:
HT12D
Pin
No
Function Name
1
8 bit Address pins for input
A0
2 A1
3 A2
4 A3
5 A4
6 A5
7 A6
8 A7
9 Ground (0V) Ground
10
4 bit Data/Address pins for output
D0
11 D1
12 D2
13 D3
14 Serial data input Input
15 Oscillator output Osc2
16 Oscillator input Osc1
17 Valid transmission; active high VT
18 Supply voltage; 5V (2.4V-12V) Vcc
Pin Description of both:
HT12E/HT12D FEATURES:
• Operating voltage: 2.4V~12V
• Low power and high noise immunity.
• Low standby current.
• Capable of decoding 12 bits of information.
• Binary address setting.
• Received codes are checked 3 times.
• 8 address bits and 4 data bits.
• Built-in oscillator needs only 5% resistor.
• Valid transmission indicator.
RF Transmission and Reception
RF Transmitter
1 2 3 4
Block Diagram Of RF Transmitter RF Transmitter Module
RF Receiver
1 2 3 4 5 6 7 8
RF Receiver ModuleBlock Diagram of RF Receiver
Interfacing Of HT12E with RF Tx
Interfacing Of HT12D with RF Rx
L293D
• L293D is a motor driver. As its name
suggests it can drive a motor .
• Since the output voltage of 8051 is
limited to 5V only thus motors with
higher required voltage need some
drivers to provide them their desired
input voltage.
• What L293D does is, it takes the
(0/5v) input from the output pins
of 8051 microcontroller and forwards
the output through itself of higher
voltage.
• Connecting a DC motor directly to
the pins of 8051 would not work. It
may even damage the
microcontroller.
Interfacing of 8051 with L293D
Transmitter Hardware
Remote
Receiver Hardware
CAR
PROGRAM CODE
#include<reg51.h>
sbit sw1=P1^4;
sbit sw2=P1^5;
sbit sw3=P1^6;
sbit sw4=P1^7;
sbit m1=P1^0;
sbit m2=P1^1;
sbit m3=P1^2;
sbit m4=P1^3;
void main()
{
m1=m2=m3=m4=0;
while(1)
{
if(sw1==1)
{
m1=1;
}
else
{
m1=0;
}
if(sw2==1)
{
m2=1;
}
else
{
m2=0;
}
if(sw3==1)
{
m3=1;
}
else
{
m3=0;
}
if(sw4==1)
{
m4=1;
}
else
{
m4=0;
}
}
}
WORKING VIDEO
Applications of RF Module
• Data
Communication
• Escalators &
Elevators
• Military
• Security Monitoring
• Unmanned Vehicles
Receiver Transmitter
Future Developments
• Spy cameras can be added for security
purpose.
• GPS Module can be added to get the
location or to move the car to a specific
location.
• For Military , Remote weapons can be
added to use as fighter Robo car.
THANKS
FOR YOUR PRECIOUS TIME

More Related Content

What's hot

8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller NotesDr.YNM
 
Varactor diode or varicap diode working and applications
Varactor diode or varicap diode working and applicationsVaractor diode or varicap diode working and applications
Varactor diode or varicap diode working and applicationselprocus
 
Microprocessor and Microcontroller Anna University Answer Key April / May - 2015
Microprocessor and Microcontroller Anna University Answer Key April / May - 2015Microprocessor and Microcontroller Anna University Answer Key April / May - 2015
Microprocessor and Microcontroller Anna University Answer Key April / May - 2015JCT COLLEGE OF ENGINEERING AND TECHNOLOGY
 
Seven segment display
Seven segment display Seven segment display
Seven segment display SalmaAkter37
 
7 segment led interfacing with 8051
7 segment led interfacing with 80517 segment led interfacing with 8051
7 segment led interfacing with 8051Sam Patel
 
Addressing modes 8085
Addressing modes 8085Addressing modes 8085
Addressing modes 8085ShivamSood22
 
8086 MICROPROCESSOR
8086 MICROPROCESSOR8086 MICROPROCESSOR
8086 MICROPROCESSORAkhila Rahul
 
DIGITAL ELECTRONICS- Logic Gates
DIGITAL ELECTRONICS- Logic GatesDIGITAL ELECTRONICS- Logic Gates
DIGITAL ELECTRONICS- Logic GatesTrinity Dwarka
 
Timing Diagram of MVI Instruction of 8085 Microprocessor
Timing Diagram of MVI Instruction of 8085 MicroprocessorTiming Diagram of MVI Instruction of 8085 Microprocessor
Timing Diagram of MVI Instruction of 8085 MicroprocessorDhrumil Panchal
 
EMBEDDED SYSTEM
EMBEDDED  SYSTEMEMBEDDED  SYSTEM
EMBEDDED SYSTEMAIRTEL
 
8051 Microcontroller ppt
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller pptRahul Kumar
 
Low power vlsi design ppt
Low power vlsi design pptLow power vlsi design ppt
Low power vlsi design pptAnil Yadav
 
Blinking Of LEDs On LPC2148 ARM 7 TDMIS Based Microcontroller
Blinking Of LEDs On LPC2148 ARM 7 TDMIS Based MicrocontrollerBlinking Of LEDs On LPC2148 ARM 7 TDMIS Based Microcontroller
Blinking Of LEDs On LPC2148 ARM 7 TDMIS Based MicrocontrollerOmkar Rane
 

What's hot (20)

Graph theory
Graph theoryGraph theory
Graph theory
 
8051 Microcontroller Notes
8051 Microcontroller Notes8051 Microcontroller Notes
8051 Microcontroller Notes
 
Basics of digital electronics
Basics of digital electronicsBasics of digital electronics
Basics of digital electronics
 
Varactor diode or varicap diode working and applications
Varactor diode or varicap diode working and applicationsVaractor diode or varicap diode working and applications
Varactor diode or varicap diode working and applications
 
Microprocessor and Microcontroller Anna University Answer Key April / May - 2015
Microprocessor and Microcontroller Anna University Answer Key April / May - 2015Microprocessor and Microcontroller Anna University Answer Key April / May - 2015
Microprocessor and Microcontroller Anna University Answer Key April / May - 2015
 
Seven segment display
Seven segment display Seven segment display
Seven segment display
 
7 segment led interfacing with 8051
7 segment led interfacing with 80517 segment led interfacing with 8051
7 segment led interfacing with 8051
 
Addressing modes 8085
Addressing modes 8085Addressing modes 8085
Addressing modes 8085
 
LCD Interacing with 8051
LCD Interacing with 8051LCD Interacing with 8051
LCD Interacing with 8051
 
Object counter
Object counterObject counter
Object counter
 
8086 MICROPROCESSOR
8086 MICROPROCESSOR8086 MICROPROCESSOR
8086 MICROPROCESSOR
 
DIGITAL ELECTRONICS- Logic Gates
DIGITAL ELECTRONICS- Logic GatesDIGITAL ELECTRONICS- Logic Gates
DIGITAL ELECTRONICS- Logic Gates
 
Timing Diagram of MVI Instruction of 8085 Microprocessor
Timing Diagram of MVI Instruction of 8085 MicroprocessorTiming Diagram of MVI Instruction of 8085 Microprocessor
Timing Diagram of MVI Instruction of 8085 Microprocessor
 
vlsi question bank
vlsi question bankvlsi question bank
vlsi question bank
 
EMBEDDED SYSTEM
EMBEDDED  SYSTEMEMBEDDED  SYSTEM
EMBEDDED SYSTEM
 
7 Segment Decoder
7 Segment Decoder7 Segment Decoder
7 Segment Decoder
 
8155 PPI
8155 PPI8155 PPI
8155 PPI
 
8051 Microcontroller ppt
8051 Microcontroller ppt8051 Microcontroller ppt
8051 Microcontroller ppt
 
Low power vlsi design ppt
Low power vlsi design pptLow power vlsi design ppt
Low power vlsi design ppt
 
Blinking Of LEDs On LPC2148 ARM 7 TDMIS Based Microcontroller
Blinking Of LEDs On LPC2148 ARM 7 TDMIS Based MicrocontrollerBlinking Of LEDs On LPC2148 ARM 7 TDMIS Based Microcontroller
Blinking Of LEDs On LPC2148 ARM 7 TDMIS Based Microcontroller
 

Viewers also liked

Five Port Router Architecture
Five Port Router ArchitectureFive Port Router Architecture
Five Port Router Architectureijsrd.com
 
xbee pro digi-mesh 2.4 oem rf modules
xbee pro  digi-mesh  2.4 oem rf modulesxbee pro  digi-mesh  2.4 oem rf modules
xbee pro digi-mesh 2.4 oem rf modulesSyamim Sempoi
 
Zigbee based smart restaurant slide_ppt
Zigbee based smart restaurant slide_pptZigbee based smart restaurant slide_ppt
Zigbee based smart restaurant slide_pptSudhansu Kumar Sahu
 
Metal detector robot
Metal detector robotMetal detector robot
Metal detector robotf114n
 
Presentation2
Presentation2Presentation2
Presentation2Jie Wang
 
Radio frequency identification
Radio frequency identificationRadio frequency identification
Radio frequency identificationMustahid Ali
 
Understanding the characteristics of android wear os
Understanding the characteristics of android wear osUnderstanding the characteristics of android wear os
Understanding the characteristics of android wear osPratik Jain
 
Voltage Doubler using NE 555 timer IC
Voltage Doubler using NE 555 timer IC Voltage Doubler using NE 555 timer IC
Voltage Doubler using NE 555 timer IC Partha P. Mishra
 
A basic presentation on cycloconverter
A basic presentation on cycloconverterA basic presentation on cycloconverter
A basic presentation on cycloconverterRezvi Hossain
 
Density based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerDensity based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerkrity kumari
 

Viewers also liked (20)

Embedded systemppt2343
Embedded systemppt2343Embedded systemppt2343
Embedded systemppt2343
 
Rf robot
Rf robotRf robot
Rf robot
 
Five Port Router Architecture
Five Port Router ArchitectureFive Port Router Architecture
Five Port Router Architecture
 
Solar based robot
Solar based robotSolar based robot
Solar based robot
 
B.TECH/M.TECH EMBEDDED IEEE PROJECTS
B.TECH/M.TECH EMBEDDED IEEE PROJECTSB.TECH/M.TECH EMBEDDED IEEE PROJECTS
B.TECH/M.TECH EMBEDDED IEEE PROJECTS
 
xbee pro digi-mesh 2.4 oem rf modules
xbee pro  digi-mesh  2.4 oem rf modulesxbee pro  digi-mesh  2.4 oem rf modules
xbee pro digi-mesh 2.4 oem rf modules
 
Zigbee based smart restaurant slide_ppt
Zigbee based smart restaurant slide_pptZigbee based smart restaurant slide_ppt
Zigbee based smart restaurant slide_ppt
 
8051 zigbee interface
8051 zigbee interface8051 zigbee interface
8051 zigbee interface
 
Zigbee module interface with ARM 7
Zigbee module interface with ARM 7Zigbee module interface with ARM 7
Zigbee module interface with ARM 7
 
Metal detector robot
Metal detector robotMetal detector robot
Metal detector robot
 
Wireless notice board using zigbee
Wireless notice board using zigbeeWireless notice board using zigbee
Wireless notice board using zigbee
 
Presentation2
Presentation2Presentation2
Presentation2
 
Microcontrollers
MicrocontrollersMicrocontrollers
Microcontrollers
 
Awesome presentation
Awesome presentationAwesome presentation
Awesome presentation
 
Radio frequency identification
Radio frequency identificationRadio frequency identification
Radio frequency identification
 
Understanding the characteristics of android wear os
Understanding the characteristics of android wear osUnderstanding the characteristics of android wear os
Understanding the characteristics of android wear os
 
Voltage Doubler using NE 555 timer IC
Voltage Doubler using NE 555 timer IC Voltage Doubler using NE 555 timer IC
Voltage Doubler using NE 555 timer IC
 
A basic presentation on cycloconverter
A basic presentation on cycloconverterA basic presentation on cycloconverter
A basic presentation on cycloconverter
 
Voltagedoubler
VoltagedoublerVoltagedoubler
Voltagedoubler
 
Density based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerDensity based traffic signal control using microcontroller
Density based traffic signal control using microcontroller
 

Similar to RF based Wireless Robot using 8051 Microcontroller

Fire fighting robot - Micro-controller based project
Fire fighting robot - Micro-controller based projectFire fighting robot - Micro-controller based project
Fire fighting robot - Micro-controller based projectPooja M
 
Live B tech Projects & Industrial Training @Technogroovy
Live B tech Projects & Industrial Training @Technogroovy Live B tech Projects & Industrial Training @Technogroovy
Live B tech Projects & Industrial Training @Technogroovy Technogroovy India
 
Embedded systems, 8051 microcontroller
Embedded systems, 8051 microcontrollerEmbedded systems, 8051 microcontroller
Embedded systems, 8051 microcontrollerAmandeep Alag
 
5. Features of the LPC214X Family.pptx
5. Features of the LPC214X Family.pptx5. Features of the LPC214X Family.pptx
5. Features of the LPC214X Family.pptxSivakumarG52
 
Gesture Controlled Robot
Gesture Controlled RobotGesture Controlled Robot
Gesture Controlled RobotSujit Singh
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Boxncct
 
RFID Based Toll Gate System
RFID Based Toll Gate SystemRFID Based Toll Gate System
RFID Based Toll Gate SystemAmeer Khan
 
RFID based Access Control using 8051 Micro Controller
RFID based Access Control using 8051 Micro ControllerRFID based Access Control using 8051 Micro Controller
RFID based Access Control using 8051 Micro ControllerCircuitsToday
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLshiv kapil
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlEdgefxkits & Solutions
 

Similar to RF based Wireless Robot using 8051 Microcontroller (20)

Badal sharma
Badal sharmaBadal sharma
Badal sharma
 
Fire fighting robot - Micro-controller based project
Fire fighting robot - Micro-controller based projectFire fighting robot - Micro-controller based project
Fire fighting robot - Micro-controller based project
 
Parth xyz
Parth xyzParth xyz
Parth xyz
 
embedded system bye Sj
embedded system bye Sjembedded system bye Sj
embedded system bye Sj
 
Live B tech Projects & Industrial Training @Technogroovy
Live B tech Projects & Industrial Training @Technogroovy Live B tech Projects & Industrial Training @Technogroovy
Live B tech Projects & Industrial Training @Technogroovy
 
embedded system
embedded systemembedded system
embedded system
 
8051
80518051
8051
 
Metal Detector Robotic Vehicle
Metal Detector Robotic VehicleMetal Detector Robotic Vehicle
Metal Detector Robotic Vehicle
 
Embedded systems, 8051 microcontroller
Embedded systems, 8051 microcontrollerEmbedded systems, 8051 microcontroller
Embedded systems, 8051 microcontroller
 
5. Features of the LPC214X Family.pptx
5. Features of the LPC214X Family.pptx5. Features of the LPC214X Family.pptx
5. Features of the LPC214X Family.pptx
 
Seminar
SeminarSeminar
Seminar
 
Gesture Controlled Robot
Gesture Controlled RobotGesture Controlled Robot
Gesture Controlled Robot
 
8051
80518051
8051
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
RFID Based Toll Gate System
RFID Based Toll Gate SystemRFID Based Toll Gate System
RFID Based Toll Gate System
 
Avr and arm
Avr and armAvr and arm
Avr and arm
 
RFID based Access Control using 8051 Micro Controller
RFID based Access Control using 8051 Micro ControllerRFID based Access Control using 8051 Micro Controller
RFID based Access Control using 8051 Micro Controller
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
Microcontroller 8051
Microcontroller 8051Microcontroller 8051
Microcontroller 8051
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances Control
 

Recently uploaded

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
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
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 

Recently uploaded (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
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...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 

RF based Wireless Robot using 8051 Microcontroller

  • 1. Presentation On Microcontroller 8051 Presented By - Rahul Kumar B.Tech /ECE 1325271 Department Of ECE Shaheed Udham Singh College of Engg. & Tech.
  • 2. EMBEDDED SYSTEM • Special-purpose computer system designed to perform a dedicated function. • Performs one or a few pre-defined tasks, usually with very specific requirements, and often includes task-specific hardware and mechanical parts not usually found in a general-purpose computer.
  • 3. INTRODUCTION TO 8051 • 4K bytes internal ROM • 128 bytes internal RAM • Four 8-bit I/O ports (P0 - P3). • Two 16-bit timers/counters • One serial interface Microcontroller A single chip RAM I/O Port Timer Serial COM Port CPU ROM
  • 5. Inside Structure of 8051 Microcontroller
  • 7. PROJECT :- RF Based Car Team Members :- Rahul Kumar Sahil Kumar Karan Dhall
  • 8. Components • AT89c51 • Battery • LED(6) • HT12E • HT12D • L293D • Resistors 1 k ohm(7) 10 k ohm 50 k ohm 100 k ohm • Xtal – 11.0592 KHz • Tectile switch (5) • DC motors • Voltage Regulator(IC7805) • Wheels and chechis • Capacitors 1 n f 10 uf 1uf 33pf(2)
  • 9. Introduction of IC HT12E • HOLTEK Semiconductor. • HT12E is a encoder integrated circuit that belongs to 212 series of encoders. • They are paired with 212 series of decoders for use in remote control system applications. • HT12E converts the parallel input into serial outputs. It encodes the parallel data into serial for transmission through an RF transmitter.
  • 11. Introduction of IC HT12D • HT12D is a decoder integrated circuit that belongs to 212 series of decoders. • This series of decoders are mainly used for remote control system applications. • HT12D converts the serial input into parallel outputs. It decodes the serial addresses and data received by an RF receiver, into parallel data and sends them to output data pins.
  • 13. Pin No Function Name 1 8 bit Address pins for input A0 2 A1 3 A2 4 A3 5 A4 6 A5 7 A6 8 A7 9 Ground (0V) Ground 10 4 bit Data/Address pins for output D0 11 D1 12 D2 13 D3 14 Serial data input Input 15 Oscillator output Osc2 16 Oscillator input Osc1 17 Valid transmission; active high VT 18 Supply voltage; 5V (2.4V-12V) Vcc Pin Description of both:
  • 14. HT12E/HT12D FEATURES: • Operating voltage: 2.4V~12V • Low power and high noise immunity. • Low standby current. • Capable of decoding 12 bits of information. • Binary address setting. • Received codes are checked 3 times. • 8 address bits and 4 data bits. • Built-in oscillator needs only 5% resistor. • Valid transmission indicator.
  • 15. RF Transmission and Reception
  • 16. RF Transmitter 1 2 3 4 Block Diagram Of RF Transmitter RF Transmitter Module
  • 17. RF Receiver 1 2 3 4 5 6 7 8 RF Receiver ModuleBlock Diagram of RF Receiver
  • 18. Interfacing Of HT12E with RF Tx
  • 19. Interfacing Of HT12D with RF Rx
  • 20. L293D • L293D is a motor driver. As its name suggests it can drive a motor . • Since the output voltage of 8051 is limited to 5V only thus motors with higher required voltage need some drivers to provide them their desired input voltage. • What L293D does is, it takes the (0/5v) input from the output pins of 8051 microcontroller and forwards the output through itself of higher voltage. • Connecting a DC motor directly to the pins of 8051 would not work. It may even damage the microcontroller.
  • 21. Interfacing of 8051 with L293D
  • 24. PROGRAM CODE #include<reg51.h> sbit sw1=P1^4; sbit sw2=P1^5; sbit sw3=P1^6; sbit sw4=P1^7; sbit m1=P1^0; sbit m2=P1^1; sbit m3=P1^2; sbit m4=P1^3; void main() { m1=m2=m3=m4=0; while(1) { if(sw1==1) { m1=1; } else { m1=0; } if(sw2==1) { m2=1; } else { m2=0; } if(sw3==1) { m3=1; } else { m3=0; } if(sw4==1) { m4=1; } else { m4=0; } } }
  • 26. Applications of RF Module • Data Communication • Escalators & Elevators • Military • Security Monitoring • Unmanned Vehicles Receiver Transmitter
  • 27. Future Developments • Spy cameras can be added for security purpose. • GPS Module can be added to get the location or to move the car to a specific location. • For Military , Remote weapons can be added to use as fighter Robo car.