RFID Reader

An RFID reader module that reads tags and sends the ID as a 9600-8N1 serial stream.

Hardware

source:/RFID/doc/RFIDInterface.png source:/RFID/doc/RFIDProduct.jpg

Software

Right-click the project to import to, select "Import Library..." and use the following details:

View the library

--API SUMMARY IMPORT-- 
RFID::RFID(int tx, int rx);
int RFID::readable(void);	
int RFID::read(void);

Hello World!

source:/RFID/doc/RFIDSchematic.png source:/RFID/doc/RFIDPhoto.jpg
Schematic Photo
#include "mbed.h"
#include "RFID.h"

RFID rfid (p13,p14);
Serial pc (USBTX,USBRX);
int main() {
  while (1){
    int id = rfid.read();
    pc.printf("Tag ID = %d\n\r",id);
    }
}
RFID.bin
Source Code Binary

Resources

Datasheets

PCB Library and Footprint

The Eagle PCB repsitory can be found at the Eagle page.

The Library for the MobileLCD is