You are on page 1of 18

|  

|
  
`About RFID technique.

`Interfacing with 8051.

`Programming of rfid.

|
RFID stands for Radio-Frequency Identification.

The acronym refers to small electronic devices


that consist of a small chip and an antenna.

The chip typically is capable of carrying 2,000


bytes of data or less
G 

An RFID system has two main components: the RF
reader (known also as the base station or interrogator)
and the RF tag (or transponder). When RFID tags are
attached to physical objects they enable those objects to
identify themselves to RFID readers
through the use of radio frequency communication.

The radio frequency part of RFID is the communication


medium between tags and readers. With passive RFID
tags, radio frequency is also used to deliver power to the
tag, as they do not have on-board power systems.
G  
|     
   
 -ar codes are line-of-sight technology, which means
people usually have to orient the bar code towards a
scanner for it to be read. Radio frequency identification,
by contrast, doesn͛t require line of sight.
 RFID tags can be read as long as they are within range of
a reader.
 -ar codes have other shortcomings as well. If a label is
ripped, soiled or falls off, there is no way to scan the
item.
 Standard bar codes identify only the manufacturer and
product, not the unique item. The bar code on one
cylinder is the same as every other, making it impossible
to identify which one might pass the inspection.
¦ ¦
There are two main components present in the RFID tag.
Firstly, a small silicon chip or integrated circuit which
contains a „ „  
 „  

antenna that can send and receive radio waves.

These tags can be attached to or incorporated into a


product, animal, or person for the purpose of
identification using radio waves. Chip-based RFID tags
contain silicon chips and antennas. Passive tags require
no internal power source, whereas active tags require a
power source.

|    

  

a  a a
   
a 
 6   
    
!"# „  #  „# $
$!"

$ „ #" 
%  # ##
#  
   & '#% 
###
 (  ) 
 * +,
!"# „ #% 
# 
"(
-„
%
. % " /   „ #% 
#

(  *


a #„     #


$ ##
„  
  &
„#
 
$ /#$""
% 
"
& 
#% „  „ #
00
,#
„ 
$

" $ ##"

&#*  1„

"
!"" "

&#  #& 
/ 
  „## " 
" /  „ 
# „" 
##" &
„  $ "" $"#
" ##  &

%% a ## # „#
"*  1„

"  

#"  #
%
#
a 

! &#  #%
 $"" /#  
#&   
#%
#
# #
„  
#& 
2 ! &
  #     # "%" #
# # 

„ 
 
2 ! &  %
&   „ „ 

 #  

2 ! &#%
$  ""&"%
$ 
& 
&   "  #3 „#„  

$ #
2 !" 
$#""%  
   4  
$ #& 
   &" 
2 5
#

3 
& 

 „% &# "  
&3 # %

#%   " /„  &#

Tags can be attached to
almost anything:
· pallets or cases of product
· vehicles
· company assets or personnel
· items such as apparel,
luggage, laundry
· people, livestock, or pets
· high value electronics such
as computers, TVs, camcorders
¦    
a 
 a        
a  &!"   " #   "  # 

$ /#6" & #%
# #  & #  

!"   " #$


 #
%
 #3
2 #  & 
2  #/ $" 
 
  % " 
¦  
 a  # 
& 
#    4
%
 #„" #
· -  4
· 7
 
# 
· * "
„#

 a  #  #
 

'' " 
" '"
$ ##
  
]iddleware provides reader connectivity to other systems
on the network, translates that data and transmits it to
other applications.
|       



3. Connect rfid module with controller through RS232


cross cable.
2. set controller in receiving mode.
3. store rfid tag number in a array or string.
4. swap rfid tag and receive 3 digit number.
5. compare stored number with received.
6. perform required task if number is same.
0 PROG. TO DISPLAY CARD NO. ON THE LCD 0
include<reg53.h>
sbit rs=P  
sbit e=P 3
control3()
{
rs= e=3e= 

data2()
{
rs=3e=3e= 


delay()
{
int i
for(i= i<=3 i++)

void main()
{
P2= 38
control3()
delay()
P2=  6
control3()
delay()
P2=  e
control3()
delay()
P2=  3
control3()
delay()
P2= 8 
control3()
delay()
while(3)
{
T]OD= 2  00hypr
TH3= FD
SCON= 5 
TR3=3
while(!RI)
P2=S-F
data2()
RI= 



You might also like