RFID Reader for the 125 kHz frequency

RFID Reader Basics

The RFID reader continuously transmits a 125 kHz carrier signal using its antenna. The passive RFID tag, embedded in an id card for example, powers on from the carrier signal. Once powered on, the tag transmits, back to the reader, an FSK encoded signal containing the data stored on the card. The FSK signal is a 125 kHz carrier, with 12.5 kHz as the mark frequency, and a 15.625 kHz as the space frequency. The encoded signal is picked up by the reader‘s antenna, filtered, and processed on the embedded microcontroller to extract the tag‘s unique identity. At this point the identity can be matched against the records stored on the reader.


Top Level Design

From the functional description we can extract the basic tasks that a reader must perform:

  • Continuously transmit a 125 kHz sinusoidal signal using the antenna
  • Receive and filter the signal returning from the tag
  • Extract the digital data from the processed signal
  • Authenticate the tag using stored records

Schematic Diagram

Let‘s start peeling off the layers of abstraction.

Following is our schematic implementation of the proposed top level design. Notice that every block on the schematic corresponds to a block in the top level design.

Clock Generator

The clock generator serves a single purpose. It generates a low level 125 kHz square wave for use by the transmitting circuit within the antenna module.

Note that the Microcontroller does not need a clock source as it is using the internal clock of the chip.


Antenna Module

The antenna module takes a 125 kHz square wave input, buffers it, using three shunted inverting gates, and converts it into a 125 kHz sinusoidal wave using the RLC circuit immediately following the buffers. The resulting wave is amplified, using a push pull amplifier, forming the carrier signal, and fed into an antenna that transmits the carrier continuously toward any RFID tag position above it.

The same antenna is used to capture the FSK encoded waveform returning from the tag. This resulting waveform, or simply the 125 kHz carrier, if no tag is present, is available as an output from the antena module.

Note that this is the only stage requiring a 12V supply


Filtering Module

The filtering module‘s main purpose is to filter out the carrier signal and any noise that was picked up by the antenna.

To get rid of any high frequency interference and the 125 kHz carrier, which contains no data, we apply an envelope detector. The resulting waveform is a sinusoidal waveform of varrying frequency (ie. varrying period, if you prefer), with the variation representing our data.

From the previous stage we still have some low frequency and traces of high frequency interference in our signal. To get rid of both we pass the signal through two active bandpass filters, one at our mark frequency of 12.5 kHz, and one at our space frequency of 15.625 kHz. At this point we have a fairly clean signal at either the mark or the space frequency and minimal noise. The signal is still sinusoidal.

Refer to the Microchip RFID Guide for some illustrations of this process.


Microcontroller

We use a PIC 16F88 chip as the microcontroller.

The chip does not need an external clock source as it is using one of the internal oscillator to generate its clock.

The resistors are used to set the reference level for an internal comparator used to process the output of the filtering stage. The comparator is formed by the reference voltage at RA2 and the output of the filtering module at RA1.

The microcontroller processes the signal coming from the filtering module to extract the bits and decode them into usable data as per HID H10301 format, which is being used by the DuoProx II id cards. The hardware here is not very interesting. Most of the work is done in software on the chip. Read more about the chip and its function here.

时间: 2024-10-11 03:32:27

RFID Reader for the 125 kHz frequency的相关文章

125 kHz RFID Reader

125 kHz RFID Reader • A small circuit to read RFID badges operating at 125 kHz (EM4102)• This circuit is used here : Coffee Tally Sheet • Kaffee-Strichliste Reading RFID-badges operating at 125 kHz is very easy. You just have to put a carrier (125 kH

Microchip 125 kHz RFID System Design Guide

Passive RFID Basics - AN680 INTRODUCTION Radio Frequency Identification (RFID) systems use radio frequency to identify, locate and track people, assets and animals. Passive RFID systems are composed of three components – a reader (interrogator), pass

RFID Reader 线路图收集

This 125 kHz RFID reader http://www.serasidis.gr/circuits/RFID_reader/125kHz_RFID_reader.htm http://www.serasidis.gr/circuits/RFID_reader/images/125kHz_RFID_reader_schem.GIF I will try to explain with simple words how the RFID works. The ATtiny13 use

Creating a RFID Reader From Scratch

Creating a RFID Reader From Scratch Part 1 For a couple of years now, each fall, I've been attending the ritual of collecting sheep from their  summer pastures in the mountains to get them back to their farm and owners for the winter. The way this wo

RFID Reader Writer Detector Emulator Sniffer

How does RFID tag technology works RFID is so called Radio Frequency Identification system which consists of two main parts: transmitter and receiver. The labels, access cards and even passports in some countries they have RFID transponders integrate

RFID 克隆/仿真/模拟/监控/拦截/检测/嗅探器

Demo: Cloning a Verichip Yourself Download I have: schematics as PDF BOM, with Digikey part numbers board artwork (Gerbers and drill file) PIC source code (assembly for MPASM / IHEX binary) Theory of Operation Please refer to the schematic. It's impo

RFID 基础/分类/编码/调制/传输

不同频段的RFID产品会有不同的特性,本文详细介绍了无源的感应器在不同工作频率产品的特性以及主要的应用. 目前定义RFID产品的工作频率有低频.高频和甚高频的频率范围内的符合不同标准的不同的产品,而且不同频段的RFID产品会有不同的特性. 其中感应器有无源和有源两种方式,下面详细介绍无源的感应器在不同工作频率产品的特性以及主要的应用. 1. 低频(从125KHz到134KHz)   其实RFID技术首先在低频得到广泛的应用和推广.该频率主要是通过电感耦合的方式进行工作, 也就是在读写器线圈和感应

RFID Emulator -- A Universal RFID Key

A Universal RFID Key RFID projects have been pretty prominent recently, ranging from projects here in Instructables, to our local Silicon Chip magazine in Australia publishing a RFID door lock project in their November issue.  Even I recently purchas

RFID Detector

RFID Detector There is a lot of buzz lately about RFID (Radio Frequency ID) tags, mostly because of JC Penny's announcement of switching their retail system to RFID. Some of the buzz contains horror scenes like a hacker driving past your house and sc