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

Digital electronics Multiplexers & Demultiplexers
Digital electronics Multiplexers & DemultiplexersDigital electronics Multiplexers & Demultiplexers
Digital electronics Multiplexers & DemultiplexersSweta Kumari Barnwal
 
Flynn's classification
Flynn's classificationFlynn's classification
Flynn's classificationHamidul Islam
 
Pin diagram 8085 and explanation of 8085 microprocessor.
Pin diagram 8085 and explanation of 8085 microprocessor.Pin diagram 8085 and explanation of 8085 microprocessor.
Pin diagram 8085 and explanation of 8085 microprocessor.Mr. Sk Habibur Rahaman
 
Control system Lab record
Control system Lab record Control system Lab record
Control system Lab record Yuvraj Singh
 
Lect 2 ARM processor architecture
Lect 2 ARM processor architectureLect 2 ARM processor architecture
Lect 2 ARM processor architectureDr.YNM
 
Computer Architecture - Program Execution
Computer Architecture - Program ExecutionComputer Architecture - Program Execution
Computer Architecture - Program ExecutionVarun Bhargava
 
Introduction to Embedded Systems I: Chapter 2 (1st portion)
Introduction to Embedded Systems I: Chapter 2 (1st portion)Introduction to Embedded Systems I: Chapter 2 (1st portion)
Introduction to Embedded Systems I: Chapter 2 (1st portion)Moe Moe Myint
 
Chapt 01 Assembly Language
Chapt 01 Assembly LanguageChapt 01 Assembly Language
Chapt 01 Assembly LanguageHamza Akram
 
Dee2034 chapter 4 flip flop for students part
Dee2034 chapter 4 flip flop  for students partDee2034 chapter 4 flip flop  for students part
Dee2034 chapter 4 flip flop for students partSITI SABARIAH SALIHIN
 
Chp6 assembly language programming for pic copy
Chp6 assembly language programming for pic   copyChp6 assembly language programming for pic   copy
Chp6 assembly language programming for pic copymkazree
 
8051 microcontroller
8051 microcontroller8051 microcontroller
8051 microcontrollerJhemi22
 
Mikrokontroler pertemuan 2
Mikrokontroler pertemuan 2Mikrokontroler pertemuan 2
Mikrokontroler pertemuan 2Rumah Belajar
 
Deadlock Avoidance - OS
Deadlock Avoidance - OSDeadlock Avoidance - OS
Deadlock Avoidance - OSMsAnita2
 
Microcontoller and Embedded System
Microcontoller and Embedded SystemMicrocontoller and Embedded System
Microcontoller and Embedded SystemKaran Thakkar
 

What's hot (20)

Digital electronics Multiplexers & Demultiplexers
Digital electronics Multiplexers & DemultiplexersDigital electronics Multiplexers & Demultiplexers
Digital electronics Multiplexers & Demultiplexers
 
Flynn's classification
Flynn's classificationFlynn's classification
Flynn's classification
 
Pin diagram 8085 and explanation of 8085 microprocessor.
Pin diagram 8085 and explanation of 8085 microprocessor.Pin diagram 8085 and explanation of 8085 microprocessor.
Pin diagram 8085 and explanation of 8085 microprocessor.
 
Control system Lab record
Control system Lab record Control system Lab record
Control system Lab record
 
Lect 2 ARM processor architecture
Lect 2 ARM processor architectureLect 2 ARM processor architecture
Lect 2 ARM processor architecture
 
Chapter 2: Microprocessors
Chapter 2: MicroprocessorsChapter 2: Microprocessors
Chapter 2: Microprocessors
 
6 arithmetic logic inst and prog
6 arithmetic logic inst and prog6 arithmetic logic inst and prog
6 arithmetic logic inst and prog
 
Computer Architecture - Program Execution
Computer Architecture - Program ExecutionComputer Architecture - Program Execution
Computer Architecture - Program Execution
 
Lecture 10.ppt
Lecture 10.pptLecture 10.ppt
Lecture 10.ppt
 
Esd mod 3
Esd mod 3Esd mod 3
Esd mod 3
 
Esd module2
Esd module2Esd module2
Esd module2
 
Introduction to Embedded Systems I: Chapter 2 (1st portion)
Introduction to Embedded Systems I: Chapter 2 (1st portion)Introduction to Embedded Systems I: Chapter 2 (1st portion)
Introduction to Embedded Systems I: Chapter 2 (1st portion)
 
Chapt 01 Assembly Language
Chapt 01 Assembly LanguageChapt 01 Assembly Language
Chapt 01 Assembly Language
 
Dee2034 chapter 4 flip flop for students part
Dee2034 chapter 4 flip flop  for students partDee2034 chapter 4 flip flop  for students part
Dee2034 chapter 4 flip flop for students part
 
Chp6 assembly language programming for pic copy
Chp6 assembly language programming for pic   copyChp6 assembly language programming for pic   copy
Chp6 assembly language programming for pic copy
 
8051 microcontroller
8051 microcontroller8051 microcontroller
8051 microcontroller
 
8086 instruction set
8086  instruction set8086  instruction set
8086 instruction set
 
Mikrokontroler pertemuan 2
Mikrokontroler pertemuan 2Mikrokontroler pertemuan 2
Mikrokontroler pertemuan 2
 
Deadlock Avoidance - OS
Deadlock Avoidance - OSDeadlock Avoidance - OS
Deadlock Avoidance - OS
 
Microcontoller and Embedded System
Microcontoller and Embedded SystemMicrocontoller and Embedded System
Microcontoller and Embedded System
 

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

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 

Recently uploaded (20)

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 

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.