SlideShare a Scribd company logo
WELCOME 
A WARM
TO
ALL
M.RAMA CHANDRA RAO
RF CONTROL FOR POWER LINE DEVICES
Introduction
 This Project “RF CONTROL FOR POWER LINE DEVICES” using
“PIC16F877A” is a reliable circuit that takes over the task of controlling the
Appliances and after checking and giving the output which we were giving
will perform very accurately and efficiently.
 The total number of inputs that which we are giving is taking and giving
the output accurately. The PIC Microcontroller does the above job. It
receives the signal from the Transmitter section and sent to receiving
section and the control of the Software is done through the Software
which we have stored in ROM.
 Microcontroller PIC16F877A continuously monitors and keeps on checking,
whether any signal is passing through the RF modules Section.
BLOCK DIAGRAM OF RF:
PROCESS OF RECEIVING & TRANSMITTING SECTION:
DESCRIPTION OF RF BLOCK DIAGRAM:
 The above Block diagram describes that when the input is given
then the given signals which we are giving is parallel signals that
parallel signals is encoded as Series and transmitted to the
receiver through the Transmitter. That transmitted signals are
again Decoded through the Decoder Ic and the parallel signals are
again decoded in to Parallel signals. Then the Home appliances
can be controlled as Wireless through the Remote.
PIN CONFIGURATION OF RF:
ENCODER:
• An encoder is a device, circuit, transducer,
software program, algorithm or person
that converts information from one format
or code to another, for the purposes of
standardization, speed, secrecy, security
or compressions.
DECODER:
• A decoder is a device which does the reverse operation of
an encoder, undoing the encoding so that the original
information can be retrieved. The same method used to
encode is usually just reversed in order to decode. It is a
combinational circuit that converts binary information from
n input lines to a maximum of 2n unique output lines.
• A 2-to-4 line single-bit decoder
• In digital electronics, a decoder can take the form of a
multiple-input, multiple-output logic circuit that converts
coded inputs into coded outputs, where the input and
output codes are different. e.g. n-to-2n, binary-coded
decimal decoders. Enable inputs must be on for the decoder
to function, otherwise its outputs assume a single
"disabled" output code word. Decoding is necessary in
applications such as data multiplexing, 7 segment display
and memory address decoding
CIRCUIT DIAGRAM
HARDWARE CONNECTION OF OUR PROJECT:
HERE WE HAVE
WRITTEN &
USED 2 ASM
PROGRAMS
1
• list p=16f877a
• #include<p16f877a.inc>
• __CONFIG 0x3F7A;CONFIGERATION BITS
• ORG 000H
• GOTO MAIN
• ORG 0AH
• MAIN:
• CLRF PORTB
• CLRF PORTD
• BSF STATUS,RP0
• CLRF TRISD
• MOVLW 0FFH
• MOVWF PORTB
• BCF STATUS,RP0
• LOOP:
• BTFSS PORTB,0
• BSF PORTD,0
• BTFSS PORTB,1
• BSF PORTD,1
• BTFSS PORTB,2
• BSF PORTD,2
• BTFSS PORTB,3
• BSF PORTD,3
• BTFSS PORTB,0
• BCF PORTD,0
• BTFSS PORTB,1
• BCF PORTD,1
• BTFSS PORTB,2
• BCF PORTD,2
• BTFSS PORTB,3
• BCF PORTD,3
• GOTO LOOP
• END
PIC16F877
PIC:
• A PIC Microcontroller is a single integrated
circuit small enough to fit in palm of a hand.
• In PIC Microcontroller some EPROM program
memory chip, some RAM memory and i/p o/p
interface .
• All these functions are included with in one
single package, making them cost effective
and easy to use.
PIC
16F87X
RAM FLASH PSP
EEPROM CCP LCD
I/O PORTS ICSP
TIMER/COUNTER SSP
USART ADC
Special
features
PIC
PIN CONFIGURATION
WORKING OF HARD WARE
ANY QUERY ?

More Related Content

What's hot

An application of 8085 register interfacing with LCD
An application  of 8085 register interfacing with LCDAn application  of 8085 register interfacing with LCD
An application of 8085 register interfacing with LCD
Taha Malampatti
 
Advanced motion controls dr101ee15a40lac
Advanced motion controls dr101ee15a40lacAdvanced motion controls dr101ee15a40lac
Advanced motion controls dr101ee15a40lac
Electromate
 
Advanced motion controls dr101ee15a40ldc
Advanced motion controls dr101ee15a40ldcAdvanced motion controls dr101ee15a40ldc
Advanced motion controls dr101ee15a40ldc
Electromate
 
Advanced motion controls dr101ee15a40nac
Advanced motion controls dr101ee15a40nacAdvanced motion controls dr101ee15a40nac
Advanced motion controls dr101ee15a40nac
Electromate
 
FAR/MARS Avionics CDR
FAR/MARS Avionics CDRFAR/MARS Avionics CDR
FAR/MARS Avionics CDR
Cade Walton
 
Serial Io
Serial IoSerial Io
Serial IoAisu
 
8254 timer - Microprocessor and interfacing
8254 timer - Microprocessor and interfacing8254 timer - Microprocessor and interfacing
8254 timer - Microprocessor and interfacingAmitabh Shukla
 
Advanced motion controls dr101ee30a40ndc
Advanced motion controls dr101ee30a40ndcAdvanced motion controls dr101ee30a40ndc
Advanced motion controls dr101ee30a40ndc
Electromate
 
Serial1
Serial1Serial1
Serial1
anishgoel
 
My i2c
My i2cMy i2c
Hart - Highway Addressable Remote Transducer Protocol
Hart - Highway Addressable Remote Transducer ProtocolHart - Highway Addressable Remote Transducer Protocol
Hart - Highway Addressable Remote Transducer Protocol
Vasanthan Ravichandran
 
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
Pooja M
 
Serial Data Communication
Serial Data CommunicationSerial Data Communication
Serial Data CommunicationDesty Rahayu
 
Serial Communication In Atmega 16
Serial Communication In Atmega 16Serial Communication In Atmega 16
Serial Communication In Atmega 16Suren Kumar
 
LTC4222 - Dual Hot Swap Controller with I2C
LTC4222 - Dual Hot Swap Controller with I2C LTC4222 - Dual Hot Swap Controller with I2C
LTC4222 - Dual Hot Swap Controller with I2C
Premier Farnell
 
Advanced motion controls dr101ee30a40ldc
Advanced motion controls dr101ee30a40ldcAdvanced motion controls dr101ee30a40ldc
Advanced motion controls dr101ee30a40ldcElectromate
 
Serial Communication in 8051
Serial Communication in 8051Serial Communication in 8051
Serial Communication in 8051
Sudhanshu Janwadkar
 
Advanced motion controls dr101ee30a40nac
Advanced motion controls dr101ee30a40nacAdvanced motion controls dr101ee30a40nac
Advanced motion controls dr101ee30a40nac
Electromate
 

What's hot (20)

An application of 8085 register interfacing with LCD
An application  of 8085 register interfacing with LCDAn application  of 8085 register interfacing with LCD
An application of 8085 register interfacing with LCD
 
Advanced motion controls dr101ee15a40lac
Advanced motion controls dr101ee15a40lacAdvanced motion controls dr101ee15a40lac
Advanced motion controls dr101ee15a40lac
 
Advanced motion controls dr101ee15a40ldc
Advanced motion controls dr101ee15a40ldcAdvanced motion controls dr101ee15a40ldc
Advanced motion controls dr101ee15a40ldc
 
Advanced motion controls dr101ee15a40nac
Advanced motion controls dr101ee15a40nacAdvanced motion controls dr101ee15a40nac
Advanced motion controls dr101ee15a40nac
 
FAR/MARS Avionics CDR
FAR/MARS Avionics CDRFAR/MARS Avionics CDR
FAR/MARS Avionics CDR
 
Serial Io
Serial IoSerial Io
Serial Io
 
8254 timer - Microprocessor and interfacing
8254 timer - Microprocessor and interfacing8254 timer - Microprocessor and interfacing
8254 timer - Microprocessor and interfacing
 
Advanced motion controls dr101ee30a40ndc
Advanced motion controls dr101ee30a40ndcAdvanced motion controls dr101ee30a40ndc
Advanced motion controls dr101ee30a40ndc
 
Serial1
Serial1Serial1
Serial1
 
My i2c
My i2cMy i2c
My i2c
 
Hart - Highway Addressable Remote Transducer Protocol
Hart - Highway Addressable Remote Transducer ProtocolHart - Highway Addressable Remote Transducer Protocol
Hart - Highway Addressable Remote Transducer Protocol
 
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
 
Serial Data Communication
Serial Data CommunicationSerial Data Communication
Serial Data Communication
 
Serial Communication In Atmega 16
Serial Communication In Atmega 16Serial Communication In Atmega 16
Serial Communication In Atmega 16
 
LTC4222 - Dual Hot Swap Controller with I2C
LTC4222 - Dual Hot Swap Controller with I2C LTC4222 - Dual Hot Swap Controller with I2C
LTC4222 - Dual Hot Swap Controller with I2C
 
Lpc2148 i2c
Lpc2148 i2cLpc2148 i2c
Lpc2148 i2c
 
Advanced motion controls dr101ee30a40ldc
Advanced motion controls dr101ee30a40ldcAdvanced motion controls dr101ee30a40ldc
Advanced motion controls dr101ee30a40ldc
 
Serial Communication in 8051
Serial Communication in 8051Serial Communication in 8051
Serial Communication in 8051
 
Xilinxaxi uart16550
Xilinxaxi uart16550Xilinxaxi uart16550
Xilinxaxi uart16550
 
Advanced motion controls dr101ee30a40nac
Advanced motion controls dr101ee30a40nacAdvanced motion controls dr101ee30a40nac
Advanced motion controls dr101ee30a40nac
 

Similar to RF CONTROLLED POWER LINE DEVICESProject.ppt

Assembler4
Assembler4Assembler4
Assembler4
Omar Sanchez
 
Secure Data Transmission
Secure Data TransmissionSecure Data Transmission
Secure Data Transmission
bjp4642
 
Wireless Microcontroller (IEEE802.15.4 and ZigBee): JN5139
Wireless Microcontroller  (IEEE802.15.4 and ZigBee): JN5139Wireless Microcontroller  (IEEE802.15.4 and ZigBee): JN5139
Wireless Microcontroller (IEEE802.15.4 and ZigBee): JN5139
Premier Farnell
 
Wireless fuel level sensor using rfid
Wireless fuel level sensor using rfidWireless fuel level sensor using rfid
Wireless fuel level sensor using rfid
Sriteja Rst
 
ivr system
ivr systemivr system
ivr system
tulika310
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51biharimukund
 
RFID Based Toll Gate System
RFID Based Toll Gate SystemRFID Based Toll Gate System
RFID Based Toll Gate System
Ameer Khan
 
digital clock atmega16
digital clock atmega16digital clock atmega16
digital clock atmega16
Arcanjo Salazaku
 
ELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECT
vasav2204
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering project
vasav2204
 
Training Report on embedded Systems and Robotics
Training Report on embedded  Systems and RoboticsTraining Report on embedded  Systems and Robotics
Training Report on embedded Systems and Robotics
NIT Raipur
 
Rfid
RfidRfid
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
 
DTMF based load control
DTMF based load controlDTMF based load control
DTMF based load control
bhavana kanisetty
 
Galil rio catalog
Galil rio catalogGalil rio catalog
Galil rio catalog
Electromate
 
Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC Microcontroller
CSCJournals
 
Software Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGASoftware Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGA
IRJET Journal
 
Remote
RemoteRemote
Remote
Colloquium
 

Similar to RF CONTROLLED POWER LINE DEVICESProject.ppt (20)

Wds
WdsWds
Wds
 
Assembler4
Assembler4Assembler4
Assembler4
 
Secure Data Transmission
Secure Data TransmissionSecure Data Transmission
Secure Data Transmission
 
Wireless Microcontroller (IEEE802.15.4 and ZigBee): JN5139
Wireless Microcontroller  (IEEE802.15.4 and ZigBee): JN5139Wireless Microcontroller  (IEEE802.15.4 and ZigBee): JN5139
Wireless Microcontroller (IEEE802.15.4 and ZigBee): JN5139
 
Wireless fuel level sensor using rfid
Wireless fuel level sensor using rfidWireless fuel level sensor using rfid
Wireless fuel level sensor using rfid
 
ivr system
ivr systemivr system
ivr system
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51
 
RFID Based Toll Gate System
RFID Based Toll Gate SystemRFID Based Toll Gate System
RFID Based Toll Gate System
 
digital clock atmega16
digital clock atmega16digital clock atmega16
digital clock atmega16
 
ELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECT
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering project
 
23.pptx
23.pptx23.pptx
23.pptx
 
Training Report on embedded Systems and Robotics
Training Report on embedded  Systems and RoboticsTraining Report on embedded  Systems and Robotics
Training Report on embedded Systems and Robotics
 
Rfid
RfidRfid
Rfid
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances Control
 
DTMF based load control
DTMF based load controlDTMF based load control
DTMF based load control
 
Galil rio catalog
Galil rio catalogGalil rio catalog
Galil rio catalog
 
Network Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC MicrocontrollerNetwork Based Data Acquisition and Logging System using PIC Microcontroller
Network Based Data Acquisition and Logging System using PIC Microcontroller
 
Software Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGASoftware Design of Digital Receiver using FPGA
Software Design of Digital Receiver using FPGA
 
Remote
RemoteRemote
Remote
 

Recently uploaded

Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 

Recently uploaded (20)

Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 

RF CONTROLLED POWER LINE DEVICESProject.ppt

  • 1.
  • 4. RF CONTROL FOR POWER LINE DEVICES
  • 5. Introduction  This Project “RF CONTROL FOR POWER LINE DEVICES” using “PIC16F877A” is a reliable circuit that takes over the task of controlling the Appliances and after checking and giving the output which we were giving will perform very accurately and efficiently.  The total number of inputs that which we are giving is taking and giving the output accurately. The PIC Microcontroller does the above job. It receives the signal from the Transmitter section and sent to receiving section and the control of the Software is done through the Software which we have stored in ROM.  Microcontroller PIC16F877A continuously monitors and keeps on checking, whether any signal is passing through the RF modules Section.
  • 7. PROCESS OF RECEIVING & TRANSMITTING SECTION:
  • 8. DESCRIPTION OF RF BLOCK DIAGRAM:  The above Block diagram describes that when the input is given then the given signals which we are giving is parallel signals that parallel signals is encoded as Series and transmitted to the receiver through the Transmitter. That transmitted signals are again Decoded through the Decoder Ic and the parallel signals are again decoded in to Parallel signals. Then the Home appliances can be controlled as Wireless through the Remote.
  • 10. ENCODER: • An encoder is a device, circuit, transducer, software program, algorithm or person that converts information from one format or code to another, for the purposes of standardization, speed, secrecy, security or compressions.
  • 11. DECODER: • A decoder is a device which does the reverse operation of an encoder, undoing the encoding so that the original information can be retrieved. The same method used to encode is usually just reversed in order to decode. It is a combinational circuit that converts binary information from n input lines to a maximum of 2n unique output lines. • A 2-to-4 line single-bit decoder • In digital electronics, a decoder can take the form of a multiple-input, multiple-output logic circuit that converts coded inputs into coded outputs, where the input and output codes are different. e.g. n-to-2n, binary-coded decimal decoders. Enable inputs must be on for the decoder to function, otherwise its outputs assume a single "disabled" output code word. Decoding is necessary in applications such as data multiplexing, 7 segment display and memory address decoding
  • 13. HARDWARE CONNECTION OF OUR PROJECT:
  • 14. HERE WE HAVE WRITTEN & USED 2 ASM PROGRAMS
  • 15. 1
  • 16. • list p=16f877a • #include<p16f877a.inc> • __CONFIG 0x3F7A;CONFIGERATION BITS • ORG 000H • GOTO MAIN • ORG 0AH • MAIN: • CLRF PORTB • CLRF PORTD • BSF STATUS,RP0 • CLRF TRISD • MOVLW 0FFH • MOVWF PORTB • BCF STATUS,RP0
  • 17. • LOOP: • BTFSS PORTB,0 • BSF PORTD,0 • BTFSS PORTB,1 • BSF PORTD,1 • BTFSS PORTB,2 • BSF PORTD,2 • BTFSS PORTB,3 • BSF PORTD,3 • BTFSS PORTB,0 • BCF PORTD,0 • BTFSS PORTB,1 • BCF PORTD,1 • BTFSS PORTB,2 • BCF PORTD,2 • BTFSS PORTB,3 • BCF PORTD,3 • GOTO LOOP • END
  • 19. PIC: • A PIC Microcontroller is a single integrated circuit small enough to fit in palm of a hand. • In PIC Microcontroller some EPROM program memory chip, some RAM memory and i/p o/p interface . • All these functions are included with in one single package, making them cost effective and easy to use.
  • 20. PIC 16F87X RAM FLASH PSP EEPROM CCP LCD I/O PORTS ICSP TIMER/COUNTER SSP USART ADC Special features PIC
  • 23.