News Item: Building RFID Card Reader using PIC Microcontroller
(Category: PIC projects)
Posted by ajay_bhargav
Mon Nov 23 2009, 06:35 pm

Many times people have asked me if its possible to make an RFID reader, I said yes but its complicated and recommend go for an RFID module instead. The complication includes not only the hardware but also the software part. The project utilizes a PIC16F628A with an on-chip comparator in order to feed the output from the op-amp directly into the PIC and extract the digital signal from an RFID card reader.


RFID Reader using PIC Microcontroller


The use of PIC16F628A is for more efficient signal reading by using interrupt based compare capture module since it is provides 150kHz carrier signal generation. Changing the values of capacitance causes the frequency of the entire system to be fine tuned. This is made possible using the function generator to sweep for the peak output observed with the scope where the capacitor size is altered until the peak response of the resonance circuit is at 150kHz.

The op-amp used in the project is TL062 with a simple diode detector. The detected voltage goes through the first op-amp configured as an inverting amplifier with low pass frequency response which will remove bulk of the carrier frequency. Extracting the FSK signal is the next stage of analog circuit which is a resonant band pass circuit with a center frequency.

The capture hardware shares resources with the PWM module that generates the 150kHz carrier signal, and only one function activates at a time.

For complete information on this project Read More here


This news item is from Rickey's World of Microcontrollers & Microprocessors
( http://www.8051projects.net/news.php?extend.140 )