Embedded System Project: RFID Based Attendance SystemRFID Based Attendance System Using 8051 MicrocontrollerNowadays, attendance in schools and colleges is based on paper. Sometimes this process causes errors and takes more time. This project uses RFID technology for making a note of every student entering in a classroom and also calculates the time resides in a class. In this system every student is allotted with an RFID tag. The attendance can be done by placing card near RFID reader. What is RFID?The Radio Frequency Identification (RFID) is an electronic device which includes a small antenna and a chip. This device is used for transmitting information between reader and RFID tag using radio frequency electromagnetic fields. The operating frequency ranges of these devices include low, mid and high ranges. The low frequency range is from 30 KHz to 500 KHz, middle frequency range is from 500 KHz to 900 KHz and high frequency range is from 2.4 MHz to 2.5 MHz Block Diagram of RFID Based Attendance systemThe attendance system in most of schools and colleges is mostly documented based. For automatic attendance system a wireless technology based RFID system is proposed. Every student is provided with an RFID tag, which uses inbuilt IC for storing and processing the information. The block diagram of this system includes preset circuit, a microcontroller, an oscillator circuit, LCD display and an RFID reader.
Working of Attendance System CircuitAfter connecting all the components of attendance system, give the power supply to switch on the circuit. Then LCD will displays, please swipe the card. The information contain in the RFID tag is stated as the ID and attendance of the student. When person placed card in front of RFID reader, it reads the information and start matching with the information stored in the AT89S52 microcontroller. Before operation microcontroller is preprogrammed with embedded C language. If the data of the card matches with RFID reader, then information will display on LCD. By using this system the operational time can be save as all the information is stored directly inside the database. Source Code: Consider the embedded system program required for operating the microcontroller system as RFID based attendance system is:- Next TopicEmbedded System Projects |