Components used in RF robotic
             car

1.Micro controller P89V51RD2
2.RF module transmitter
3.RF module receiver
4.Switch
5.LED
6.
7.
Why micro controller is used?

Micro controller contains micro processor,
memory (RAM & ROM),I/O interfacing circuits
and a peripheral devices such as A/D
converter,serial I/O,timer etc.
It has many bit handling instructions.
Less access times for built in memory and I/O
devices.
Micro controller based system requires less
hardware reduction PCB size and increasing
reliability.
Power supply unit

Initially power supply are design to convert
high voltage ac mains ac to suitable low volt-
age supply for electronics circuits and other
devices. A power supply can by broken down
in a series of blocks, each of which perform a
particular function. A DC power supply which
maintain the output voltage constant irrespec-
tive to the ac main fluctuation or load varia-
tions is known as “Regulated DC Power Sup-
ply”.
Fulfilling
           Customer Needs
Describe the main attributes of the product
Link the product attributes to customer needs
Working of RF based robotic car

The RF module, as the name suggest,
operates at the radio frequency. The
corresponding frequency ranges between
30kHz to 300kHz. This RF module comprises
of an RF transmitter and RF receiver.
The transmitter/receiver (Tx/Rx) pairs
operates at a frequency of 434 MHz.
The RF module has been used in conjunction
with a set of four channel encoder / decoder
ICs.
Working:-

The encoder converts the parallel input(from
the remote switches) into the serial set of sig-
nals.
These signal are serially transmit through RF
to the reception point.
The decoder is used after the receiver to de-
code the serial format and retrieve the original
signal as output.
Flow chart of RF based robotic
              car
Coding of RF based robot:-
#include<reg51.h>

sbit sw1=P1^4;
sbit sw2=P1^5;
sbit sw3=P1^2;
sbit sw4=P1^3;

sbit m11=P0^0;
sbit m12=P0^1;
sbitm21=P0^3;
sbit m22=P0^2;

void main(void)
{
P1=P0=0X00;
while(1)
if (sw==1)         {
{                  m11=m12=m21=0;
m12=m22=0;         m22=1;
m11=m21=1;         }
}                  else
else if(sw2==1)    {
{                  m11=m12=m21=m22=0;
m11=m22=0;         }
m12=m22=1;
}
else if (sw3==1)
{
m11=m21=m22=0;
m12=1;
}
else if(sw4==1)
Introduction of RF based robot

Rfid

  • 1.
    Components used inRF robotic car 1.Micro controller P89V51RD2 2.RF module transmitter 3.RF module receiver 4.Switch 5.LED 6. 7.
  • 2.
    Why micro controlleris used? Micro controller contains micro processor, memory (RAM & ROM),I/O interfacing circuits and a peripheral devices such as A/D converter,serial I/O,timer etc. It has many bit handling instructions. Less access times for built in memory and I/O devices. Micro controller based system requires less hardware reduction PCB size and increasing reliability.
  • 3.
    Power supply unit Initiallypower supply are design to convert high voltage ac mains ac to suitable low volt- age supply for electronics circuits and other devices. A power supply can by broken down in a series of blocks, each of which perform a particular function. A DC power supply which maintain the output voltage constant irrespec- tive to the ac main fluctuation or load varia- tions is known as “Regulated DC Power Sup- ply”.
  • 4.
    Fulfilling Customer Needs Describe the main attributes of the product Link the product attributes to customer needs
  • 5.
    Working of RFbased robotic car The RF module, as the name suggest, operates at the radio frequency. The corresponding frequency ranges between 30kHz to 300kHz. This RF module comprises of an RF transmitter and RF receiver. The transmitter/receiver (Tx/Rx) pairs operates at a frequency of 434 MHz. The RF module has been used in conjunction with a set of four channel encoder / decoder ICs.
  • 6.
    Working:- The encoder convertsthe parallel input(from the remote switches) into the serial set of sig- nals. These signal are serially transmit through RF to the reception point. The decoder is used after the receiver to de- code the serial format and retrieve the original signal as output.
  • 7.
    Flow chart ofRF based robotic car
  • 8.
    Coding of RFbased robot:- #include<reg51.h> sbit sw1=P1^4; sbit sw2=P1^5; sbit sw3=P1^2; sbit sw4=P1^3; sbit m11=P0^0; sbit m12=P0^1; sbitm21=P0^3; sbit m22=P0^2; void main(void) { P1=P0=0X00; while(1)
  • 9.
    if (sw==1) { { m11=m12=m21=0; m12=m22=0; m22=1; m11=m21=1; } } else else if(sw2==1) { { m11=m12=m21=m22=0; m11=m22=0; } m12=m22=1; } else if (sw3==1) { m11=m21=m22=0; m12=1; } else if(sw4==1)
  • 10.
    Introduction of RFbased robot