Design of Automated Student Permission System using RFID and NodeMCU

[{“box”:0,”content”:”

n

Year : December 4, 2023 | Volume : 01 | Issue : 01 | Page : 23-31

n

n

n

n

n

n

By

n

    n t

    [foreach 286]n

    n

    BVR Gowri, S.S. Kiran, K. Gurucharan, Mouli Sai, A. Aswini, A. Venkatesh

  1. [/foreach]

    n

n

n

    [foreach 286] [if 1175 not_equal=””]n t

  1. Student, Assistant Professor, Assistant Professor, Student, Student, Student, Electronics and Communication Engineering, GVP College of Engineering for Women, Electronics and Communication Engineering, Lendi Institute of Engineering and Technology,, Electronics and Communication Engineering, Lendi Institute of Engineering and Technology,, , Electronics and Communication EngineeringLendi Institute of Engineering and Technology, Electronics and Communication EngineeringLendi Institute of Engineering and Technology, Electronics and Communication EngineeringLendi Institute of Engineering and Technology, Andhra Pradesh, Andhra Pradesh, Andhra Pradesh, Andhra Pradesh, Andhra Pradesh, Andhra Pradesh, India, India, India, India, India, India
  2. n[/if 1175][/foreach]

n

n

Abstract

nAutomated Student Permission System is a system that can be used to automate the process of monitoring students attendance and granting permission to students to leave college early. The system works by having a sign-out sheet placed at the college’s entrance that students can access using their college ID. When a student wants to leave the college early, they log in to the electronic sign-out sheet using their college ID. The authorities can either approve or deny the request based on the information provided by the student. This system can replace the traditional paper-based process of granting permission, making it more efficient and cost-effective. It eliminates the need for manual entry and reduces the risk of errors. Furthermore, the system provides a record of all sign-out requests for auditing purposes. A RFID transponder has been implanted in every classroom, lab, library, staff room, etc. through which we will be able to locate students and staff members. There will be a website where students, teachers, and parents may check a student’s attendance status and current whereabouts on campus.

n

n

n

Keywords: RFID, NodeMCU, automated, Wi-Fi connectivity, OTA

n[if 424 equals=”Regular Issue”][This article belongs to International Journal of Mechanical Dynamics and Systems Analysis(ijmdsa)]

n

[/if 424][if 424 equals=”Special Issue”][This article belongs to Special Issue under section in International Journal of Mechanical Dynamics and Systems Analysis(ijmdsa)][/if 424][if 424 equals=”Conference”]This article belongs to Conference [/if 424]

n

n

n

How to cite this article: BVR Gowri, S.S. Kiran, K. Gurucharan, Mouli Sai, A. Aswini, A. Venkatesh Design of Automated Student Permission System using RFID and NodeMCU ijmdsa December 4, 2023; 01:23-31

n

How to cite this URL: BVR Gowri, S.S. Kiran, K. Gurucharan, Mouli Sai, A. Aswini, A. Venkatesh Design of Automated Student Permission System using RFID and NodeMCU ijmdsa December 4, 2023 {cited December 4, 2023};01:23-31. Available from: https://journals.stmjournals.com/ijmdsa/article=December 4, 2023/view=0/

nn


nn[if 992 equals=”Open Access”] Full Text PDF[else] nvar fieldValue = “[user_role]”;nif (fieldValue == ‘indexingbodies’) {n document.write(‘Full Text PDF‘);n }nelse if (fieldValue == ‘administrator’) { document.write(‘Full Text PDF‘); }nelse if (fieldValue == ‘ijmdsa’) { document.write(‘Full Text PDF‘); }n else { document.write(‘ ‘); }n [/if 992] [if 379 not_equal=””]nn

Browse Figures

n

n

[foreach 379]n

n[/foreach]n

nn

n

n[/if 379]n

n

References

n[if 1104 equals=””]n

  1. Whai-De Chen Hsuan-Pu Chang, Using RFID Technology to Develop an Attendance System and Avoid Traffic Congestion around Kindergartens, Ubi-Media Computing, 2008 First IEEE International Conference
  2. Qaiser, ; Khan, S.A., Automation of Time and Attendance using RFID Systems, IEEE-ICET 2006 2nd International Conference on Emerging Technologies Peshawar
  3. Yeop Sabri, M.K. Abdul Aziz, M.Z.A. Mohd Shah, M.S.R. Abd Kadir, M.F., Smart Attendance System by Using RFID, Applied Electromagnetics, APACE 2007
  4. Lim, T.S. Sim, S.C. Mansor, M.M., RFID Based Attendance System, Industrial Electronics & Applications, ISIEA 2009. IEEE Symposium
  5. http://en.wikipedia.org/wiki/Fingerprint
  6. “What is a GSM Modem?” http://www.nowsms.com/faq/what-is- a-gsm-modem
  7. “RF GSM Modem”, http://www.electriccurrent.net/tag/playing- cards/
  8. “Nitgen Hamster I – PC/Server Fingerprint Reader”, http://www.nitgenltd.com/nitgen-hamster-1-entry-level-pc- fingerprint-reader
  9. “Advantages of .NET Framework”, http://www.startvbdotnet.com/dotnet/frameworkadvan
    aspx
  10. Shafi, Khan, J. Munir, N. Baloch, N.K., Fingerprint Verification over the Network and its Application in Attendance Management, 2011 2nd International Conference on Electronics and Information Engineering, IEEE 2010

nn[/if 1104][if 1104 not_equal=””]n

    [foreach 1102]n t

  1. [if 1106 equals=””], [/if 1106][if 1106 not_equal=””],[/if 1106]
  2. n[/foreach]

n[/if 1104]

nn


nn[if 1114 equals=”Yes”]n

n[/if 1114]

n

n

Regular Issue Subscription Review Article

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

n

Volume 01
Issue 01
Received September 12, 2023
Accepted September 18, 2023
Published December 4, 2023

n

n

n

[if 1190 not_equal=””]n

Editor

n

[foreach 1188]n

n[/foreach]

n[/if 1190] [if 1177 not_equal=””]n

Reviewer

n

[foreach 1176]n

n[/foreach]

n[/if 1177]

n

n

n

n function myFunction2() {n var x = document.getElementById(“browsefigure”);n if (x.style.display === “block”) {n x.style.display = “none”;n }n else { x.style.display = “Block”; }n }n document.querySelector(“.prevBtn”).addEventListener(“click”, () => {n changeSlides(-1);n });n document.querySelector(“.nextBtn”).addEventListener(“click”, () => {n changeSlides(1);n });n var slideIndex = 1;n showSlides(slideIndex);n function changeSlides(n) {n showSlides((slideIndex += n));n }n function currentSlide(n) {n showSlides((slideIndex = n));n }n function showSlides(n) {n var i;n var slides = document.getElementsByClassName(“Slide”);n var dots = document.getElementsByClassName(“Navdot”);n if (n > slides.length) { slideIndex = 1; }n if (n (item.style.display = “none”));n Array.from(dots).forEach(n item => (item.className = item.className.replace(” selected”, “”))n );n slides[slideIndex – 1].style.display = “block”;n dots[slideIndex – 1].className += ” selected”;n }n n function myfun() {n x = document.getElementById(“editor”);n y = document.getElementById(“down”);n z = document.getElementById(“up”);n if (x.style.display == “none”) {n x.style.display = “block”;n }n else {n x.style.display = “none”;n }n if (y.style.display == “none”) {n y.style.display = “block”;n }n else {n y.style.display = “none”;n }n if (z.style.display == “none”) {n z.style.display = “block”;n }n else {n z.style.display = “none”;n }n }n function myfun2() {n x = document.getElementById(“reviewer”);n y = document.getElementById(“down2”);n z = document.getElementById(“up2”);n if (x.style.display == “none”) {n x.style.display = “block”;n }n else {n x.style.display = “none”;n }n if (y.style.display == “none”) {n y.style.display = “block”;n }n else {n y.style.display = “none”;n }n if (z.style.display == “none”) {n z.style.display = “block”;n }n else {n z.style.display = “none”;n }n }n”}]