Student Smart Identity Card
Student Smart Identity Card
IDENTITY CARD
UNDER
SUPERVISION OF SUBMITTED BY:
• RFID reader
• RFID tag
• AT89C51 (Microcontroller)
• LCD
• Keypad
• MAX232
• EEPROM
• Power Supply
• HARDWARE
RFID READER :
1.Readers are devices which continuously emits radio frequency up to
certain range depending upon the type of reader used.
2.It is a trans-receiver which can transmit as receive an information
using radio frequency.
3.These devices can be hand-held or portable depending upon the
application.
4.The typical reader has an antenna to communicate with the tag.
The size and the form of the antenna depend on the application and
frequency used.
5.There are two main classes of RFID readers:
(a)Read only Reader.
(b)Read/write type of reader.
MICROCONTROLLER (8051)
Features Quantity
ROM 4k bytes
RAM 128 Bytes
TIMER 2
I/O Pins 32
Serial Port 1
Interrupt Sources 6
MICROCONTROLLER (8051) BLOCK DIAGRAM
MAX 232
The drivers provide TIA-232 voltage level outputs (about ±7.5 volts)
from a single 5-volt supply by on-chip charge pumps and
external capacitors. This makes it useful for implementing TIA-232 in
devices that otherwise do not need any other voltages.
The receivers reduce TIA-232 inputs, which may be as high as ±25
volts, to standard 5 volt TTL levels. These receivers have a typical
threshold of 1.3 volts and a typical hysteresis of 0.5 volts.
EEPROM
EEPROM (also written E2PROM and pronounced "e-e-prom", "double-e-
prom" or "e-squared-prom") stands
for electrically erasable programmable read-only memory and is a
type of non-volatile memory used in computers and other electronic
devices to store relatively small amounts of data but allowing
individual bytes to be erased and reprogrammed.
EEPROMs are organized as arrays of floating-gate transistors.
EEPROMs can be programmed and erased in-circuit, by applying
special programming signals. Originally, EEPROMs were limited to
single byte operations which made them slower, but modern EEPROMs
allow multi-byte page operations.
SOFTWARE