0% found this document useful (0 votes)
34 views

Mi Fare

This document describes an MI-Fare card reader system using an RCM2200 microprocessor. The system includes a card reader, microprocessor, and 128x64 graphical LCD. The card reader is connected to the RCM2200 microprocessor, which features an Ethernet port for connectivity. The microprocessor is connected to a P89V51RD2 microcontroller to display data on the LCD. C language is used to code the microcontroller and microprocessor. The system can be used for staff attendance tracking and messaging capabilities.

Uploaded by

Nilesh Patel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Mi Fare

This document describes an MI-Fare card reader system using an RCM2200 microprocessor. The system includes a card reader, microprocessor, and 128x64 graphical LCD. The card reader is connected to the RCM2200 microprocessor, which features an Ethernet port for connectivity. The microprocessor is connected to a P89V51RD2 microcontroller to display data on the LCD. C language is used to code the microcontroller and microprocessor. The system can be used for staff attendance tracking and messaging capabilities.

Uploaded by

Nilesh Patel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

SYNOPSIS

Subject: MI-Fare card reader using RCM2200 µprocessor.

Block diagram:

Above block diagram shows about the MI-Fare card reader. This module is devided into
three functional parts:
1. Card reader.
2. Core part.
3. Graphical LCD(128*64).

Card reader which we are using here is mfrc500 by philips which serially connected to
the micro processor. The micro processor RCM2200 is by rabbit semiconductor. which is
built in RJ-45 Ethernet port with 10 Base-T interface. So,we can easily interface it with
computer.

Easy C-language program development and debugging, including rapid production


loading of programs. Competitive pricing when compared with the alternative of
purchasing and assembling individual components.

It has large memory space so, it allows large programs with tens of thousands of lines of
code, and substantial data storage. Integrated Ethernet port for network connectivity,
royalty-free TCP/IP software.
It is serially connected with the philips p89v51rd2 micro controller to display the data on
the graphical LCD. It generally sends the code to the controller for displaying data.the
code is predefined in the processor.

The glcd(128*64) is used to show data written on card. Through the connection with com
port, we can also display some instant messages through communication terminal from
computer.

Software:

Here we use ‘C’ language for coding P89v51rd2 to interface with the graphical LCD.

Also using ‘C’ for RCM2200 coding which gives control messages to p89v51rd2 to
display data on LCD display.

Use of ‘C’ coding here is that it creates the smaller sized hex file and it has own
compilers that produce hex files which we can easily download into ROM of the
microcontroller and micro processor.

Application:

This module is used in the administrative purpose such as attendance of the staff at
particular time slots detection that shown and collects data of time regularity. With this, if
the administrative want to message to particular employee he/she can also do the same.

With some attachments the security systems may be increased and used in vast use for
public addressing systems.

Group No. __

You might also like