IoT_Based_Smart_Attendance_System_Using
IoT_Based_Smart_Attendance_System_Using
IoT Based Smart Attendance System Using RFID and Google Sheet
Prof. (Dr) Ajay Talele1, Rushikesh Joshi2, Pratiksha Mandage3, Gayatri Waghmare4, Jenifer
Khanvilkar5, Rahul Gaikwad6, Mayur Devle7
1Professor, Dept. of Electronics and Telecommunication, Vishwakarma Institute of Technology, Pune, India
2,3,4,5,6,7Student,Dept. of Electronics and Telecommunication, Vishwakarma Institute of Technology, pune, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The traditional manual attendance system is very the engineers who are working towards developing their
time-consuming, It is insecure and this system can lead to innovative products for real-time applications focus their
human errors. This system is ineffective as our valuable time work on RFID. The conventional methods can also create
and work get wasted in organizing attendance on pen and interrup- tions as a result of passing a sheet of papers
paper. Hence to overcome this problem we have used a around during academic lectures, conferences presentations,
relational database system to store the real-time data of the or workshops. It disturbs both students’ and the teachers’
students. For this project, we used RFID tags and readers to attentiveness and concentration. This in turn reduces the
record the attendance of the students. To manipulate and effectiveness of such sessions.[3]
represent the data based on the unique RFID tags, which get
fast and easily scanned on the RFID reader [1].RFID 2. LITERATURE REVIEW
technology is an automatic wireless identification system. This
particular system works with active and passive RFID cards This paper introduces a new approach to utilizing RFID
and a reader. In this work, we have tried to erase the problem (Radio Frequency Identification) to track student attendance
of manually taking attendance with the use of RFID that is based on the Internet of Things (IoT). Educational
technology. This system is used to help the authority manage institutions are concerned about student absences. The
the attendance of students in a more organized, efficient, and general academic achievement of a pupil may suffer from
time-saving manner. This particular system has been truancy. It takes a lot of time and is ineffective to take
implemented in a prototype system that uses RFID tags and a attendance the old-fashioned way, by calling names or
reader to calculate attendance which proves its effectiveness having people sign their names on paper. One of the answers
over the normal attendance approach. The design of the to the issue is an RFID-based attendance system that uses an
system is simple, not expensive, and portable to use which IoT system. The two most well-liked technological research
makes it good for candidates and also for commercial and trends—IoT and RFID—are included in the suggested study
academic purposes. [2] [4]. If we look at the state of our educational system right
now, we can see that although there are many technologies
Key Words: Attendence, RFID, Google Sheet, Node- available, we are still using the conventional system. When it
MCU,IoT. comes to the university and school attendance systems,
professors handled that work manually. The database was
1. INTRODUCTION manually updated by lecturers using the attendance data.
When it comes to technology, there are several solutions
This paper focuses on the implementation of a smart atten- available that can be used to lighten the load of lectures. One
dance management system using Radio Frequency illustration of such is the use of RFID. If RFID and IoT
Identifica- tion (RFID ). In recent times technologies have (Internet of Things) are used together, they can be done
min- imized the time-consuming process which improves the automatically without the need for lectures. For improved
fast response with high reliability. Hence the idea of RFID speed, we intend to use the Cloud as storage in this case. We
emerged to compensate for the requirement in terms of can access it at any time and from any location via IoT and
automation in real-time applications. The conventional the cloud, giving us greater proficiency and flexibility
methods are old enough and are still used in taking student [5].Students are required to be present. The lecturer or
attendance in many institutions and schools. This teacher cannot evaluate a student’s participation without the
particular type of attendance system has many loopholes like attendance procedure. However, the current procedure still
a student can give fake attendance to friends. If the list is involves physically taking attendance on paper. The use of
missed they have to take re- attendance, which is a very excessive paper is the first issue, and it is challenging for the
inefficient method. Right now most of the researchers administration to summarize student attendance data that is
basically concentrating on RFID systems. The main the second issue. This is due to the administration having to
advantage and utility feasibility of RFID is access control. review a large number of attendance records. Therefore, a
This could be working in miscellaneous environments. All system for tracking students’ attendance that can gather data
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 980
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
quickly, effectively, and precisely is required. By doing data spreadsheet code has generated the deployment link, we
collecting, system analysis, system design, and system have to copy that link and paste it into the code and with the
implementation, this student attendance system is carried help, nodeMCU will send the data on the spreadsheet.
out. The programming languages PHP and Java Android were
used to construct this system. Ibeacon is also used by the B. RFID Tags and Cards
system to identify classrooms. The goal of this project is to
create student attendance system applications and class
schedule alerts based on BEACON. It is anticipated that by
doing this, the attendance process would be more effective
and simpler for lecturers and the central administration to
monitor[6].This paper mainly tries to describe the
implementation of RFID based smart attendance monitoring
system. This RFID system uses RFID cards (tags) to identify
student IDs. This particular system monitors attendance Fig. 2. RFID Tags and Cards
using both hardware and software using the Internet of
things (IoT). The hardware components include an RC155 The RFID tags are differentiated as passive and active tags. If
RFID reader and RFID tags. The software components the device doesn’t have its power supply it is called a passive
include GUI which is mainly used for viewing the students’ RFID tag. Thus, The passive tags have to be in very close
attendance and data which is hosted on a server[7]. range of an RFID reader and make use of the radio waves
which are broadcasted by the reader to power the response
3. PROPOSED WORK alternatively if the device has its battery power to perform
entire operations which are called active RFID tags.
Existing systems for attendance are very time-wasting, Not
efficient, and ineffective because the lecturers have to take C. RFID Reader
attendance using traditional and manual pen paper work
which is also not a secure attendance option. In this project,
we have developed a model which is a secure option for
attendance. In this project, we have used RFID tags and
readers for taking attendance of students Existing systems
for attendance are very time-wasting, Not efficient, and
ineffective because the lecturers have to take attendance
using traditional and manual pen paper work which is also
not secure attendance option. In this project, we have
developed a project which is a secure option for attendance. Fig. 3. RFID Reader
In this project, we have used RFID tags and readers for
taking attendance of students An RFID reader consists of an antenna and a Radio fre-
quency module which basically generates a high-frequency
COMPONENT USED electromagnetic field. As we all know an RFID tag is a passive
device which means that it doesn’t have a power supply or a
A. ESP8266 NodeMCU
battery. An RFID reader has a microchip that is used to store
and process the information. And also it has an antenna that
is used to receive to transmit a signal. To read the
information on the RFID tag it needs to be placed in very
close range of the reader. An RFID reader basically generates
an electromagnetic field that causes electrons to move
through the tag in the antenna and it powers up the chip.
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 981
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
D. Buzzer upload the code take a new fresh card, and scan. After that in
the third code, we have pasted a link to the google
spreadsheet which is deployed/generated when we run the
google spreadsheet code. So after registering the card we
have to just simply upload the third code when the code is
successfully uploaded we have to take our ”Registered Card”
close to the RFID-RC522 module once the card has scanned
the buzzer will immediately beep for a few seconds and the
serial monitor will give us the link and the HTTPS code. If the
HTTPS code is 302 that means our data is successfully read
on the spreadsheet.
Fig. 4. Buzzer
OVERALL COSTING
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 982
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
7. FUTURE SCOPE
8. REFERENCES
Fig. 8. Hardware implementation [2] Lim, T. S., S. C. Sim, and M. M. Mansor. ”RFID based
attendance system.” In 2009 IEEE Symposium on
Industrial Electronics & Applications, vol. 2, pp. 778-782.
IEEE, 2009.
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 983
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 12 | Dec 2022 www.irjet.net p-ISSN: 2395-0072
https://drive.google.com/drive/folders/ 15U-
ix2a8yXDgEztukVh85B0ITeAmM9fa
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 984