SlideShare a Scribd company logo
1 of 8
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 180
Iot Enabled Smart Class Room: A Step towards Supporting Digital India
Deep Ranjan Deb1, Mr. Bhupendra Pratap Singh2, Dr. S. Karthikeyan3
1M.E.(Embedded and IoT) in Association with CDAC, Pune, Sathyabama Institute of Science and Technology, Chennai,
Tamil Nadu, India
2Project Engineer, Centre for Development and Advance Computing, Headquarters, Pune
3Associate Professor, Sathyabama Institute of Science and Technology, Chennai, Tamil Nadu, India
----------------------------------------------------------------------------***--------------------------------------------------------------------------
Abstract: - The prime objective of this research is to develop a smart classroom by the use of Qtouch sensors and RFID
technology. Usually, this manual process of the classroom activities is done by manually, and consumes more time and also
requires a huge man power. This method of taking manual attendance can be enabled on a digital platform by the use of
Qtouch sensors. We are using RFID card to get access inside the smart classroom, so that better discipline and enhanced
reliability can be ensured and late comers will not be allowed to enter inside the classroom. The microcontroller also supports
other essential features in this smart class such as automatic white board cleaner, automatic control of room’s illumination by
the proximity sensors and regulation of classroom temperature using the temperature sensors, like DHT-11. The power supply
for the working of the smart classroom can be provided by inverter/solar panels the whole processing is done by the use of
SAMD21 microcontroller and ATMEL Studio 7.0.
Keywords: Smart classroom, Qtouch sensor, RFID technology, Proximity sensor, DHT-11 sensors, SAMD21 microcontroller,
ATMEL Studio7.0
1. Introduction
Nowadays all the information’s are easily available on internet thus the students are less motivated to attend the lectures in
college [1]. This project is to simplify the task of attendance recording by the use of the Qtouch sensors and also using RFID
technology to ensure strictness among the students.
So it is very essential to put an effort to stop bunking of the lectures by the students and also to inculcate regularity and
discipline in the college [6]. Moreover this attendance system saves time and avoids registration of fake attendance by the
students [2].In case of analyzing attendance the lecturer also has to perform manual computation to obtain the students’
attendance percentage, which usually consumes a lot of time and distracts them from teaching and getting full attention from
the students [5].
Having said the limitations imposed by the conventional attendance system, we propose a solution in the form of Qtouch
sensors which will be placed in the respective chair of a particular student. The main idea behind the system is to capture
student attendance in a automated way where the students are required to flash their student card at the RFID reader to get
access inside the classroom and take their respective seats. The time period will be calculated for the amount of time they are
seated in their seats and graph will be plotted accordingly. This data will be saved and sent to the attendance department
through the main server.
2. System Design
A variety of technologies are already available for the purpose of attendance registration. Those are Finger print recognition,
Face recognition, Biometric hand reader, RFID cards. But we are using different technology for the purpose of student
monitoring and attendance registration with the help of Qtouch sensor and RFID card is used for getting access inside the
classroom. Given below is the block diagram of the proposed system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 181
Figure 1: block diagram of IoT enable smart class room
3. Components description
A. QTouch Sensor
The Qtouch sensors are placed on the chairs. These devices are charging a sense electrode of unknown capacitance to a known
potential. The electrode is a copper area on a printed circuit board. The charge is transferred into a measurement circuit. The
capacitance of the sense plate can be determined by measuring the charge after one or more charge and-transfer cycles .When
we place a finger on the touch surface it introduces external capacitance which affects the charge flowing at that point. This is
registered as a touch. Qtouch microcontrollers can also be used to detect the proximity of a finger, rather than an absolute
touch.
Figure 2: touch mechanism
QTouch technology is basically deployed in two ways, normal mode or touch mode and high-sensitivity or proximity mode.
The high sensitive charge transfer proximity sensing. It is used for detecting an end-user's approaching finger, and the user
interface interrupt the electronic equipment.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 182
When several touch keys are placed close together, an approaching finger can causes a change in the capacitance around more
than one key. Quantum's patented adjacent key suppression AKS makes use of an iterative technique to repeatedly measure
the change in the capacitance on each key, then it compares the results and determines which key the user intended to touch.
AKS™ then ignores any kind of signals from allother keys, thus ensuring that the signal from the selected key remains above
the threshold value. With this false touch detections can be prevented on adjacent keys. AKS is selected by the system
designer.
B. Microcontroller (SAMD21)
Atmel SMART SAM D21 is a series of low-power microcontrollers that uses the 32-bit ARM Cortex -M0+ processor. Pin ranges
from 32 to 64 pins with 256KB Flash and 32KB of SRAM. SAM D21 devices operate
at a maximum frequency of 48MHz and can reach up to 2.46 CoreMark/MHz. The design are basically to support simple and
intuitive migration with identical peripheral modules, hex compatible code withidentical linear address map and along with
pin compatible migration.
1. Processor
It contains ARM Cortex-M0+ CPU running at maximum of 48MHz, Single cycle hardware multiplier and Micro Trace Buffer.
2. Memory
Memory consists of 32/64/128/256KB in system self-programmable Flash 4/8/16/32KB SRAM Memory.
3. System
Two important pins are Power on reset (POR) and brown out detection (BOD), internal and external clock options with a
frequency of 48MHz, and Fractional Digital Phase Locked Loop (FDPLL96M), External Interrupt Controller(EIC) and 16
external interrupts.
Along with one non maskable interrupt, 2 pin Serial Wire Debug (SWD) programming, test and debugging interface.
4. Low Power
It operates on few modes such as idle, standby, backup and off sleep modes. Battery back up support and embedded Buck/LDO
regulator supporting on the fly selection.
C. RFID Technology
RFID stands for Radio frequency identification whichmakes use ofelectromagnetic fields to automatically identify and track
tags which are attached to objects. These tags contain electronically stored information.
There are two type of tags Active and Passive. In case of passive tags it collects energy from a nearby RFID reader's
interrogating radio waves. Meanwhile active tags have a local power source such as a battery and can operate at 100m
distance from the RFID reader [5]. Unlike a barcode, it’s not necessarytag need not be within the line of sight of the reader, so
it can be embedded in the tracked object. RFID is one of the bestmethod for Automatic Identification and Data Capture (AIDC).
Figure 3: RFID tag and reader
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 183
1. Tags
Usually RFID tag has a unique serial number or ID. Basically three types of RFID tags which are most commonly used are
active, semi-passive and passive. Active and semi-passive RFID tags require internal battery for operating while, passive RFID
tags do not use any kind of batteries [7].
According to our scope of work, the student cards being used for identification of each individual student are the RFID cards
consist of passive RFID tag, which does not require internal battery. Now these cards are passed through the field generated
by a compatible reader and it transmit information back to the reader.
Most of the RFID tags contains an integrated circuit for modulating and demodulating radio frequency along with an antenna
for transmitting and receiving the signals. The Frequency ranges from low frequencies of 125-134 kHz and 140-148.5 kHz, and
high frequencies of 850-950 MHz and 2.4-2.5 GHz.
2. Reader
A radio frequency identification reader (RFID reader) is used to gather information from an RFID tag, which is used for
tracking individual objects. Radio waves are used for transferring the data from the tag to a particular reader.
RFID readers are basically of two types, which are the active and passive RFID readers. Active RFID reader used to detect an
active RFID tag while passive RFID reader used only for detection passive RFID tag which is located at a few
centimeters away from the reader. The compulsion is that the RFID tag it must be within the range of an RFID reader, which
ranges from 3 to 300 feet, to get the reading. This technology increases the scanning speed and also enables fast identification
of a particular product. Moreover it even works perfectly when it is surrounded by several other items.
4. Ideology
A. Schematic Diagram
Figure 4: Visual description
This is a prototype of the actual model of the smart classroom. The RFID interface shown in the prototype will be placed in the
door of the actual model. When the tag will be in the range of the reader the door will open to get access inside the classroom.
There is a visual indication of the complete sitting arrangement inside the classroom. The Qtouch sensors will be placed on the
chairs.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 184
The sensors and RFID are integrated with the microcontroller and in case of the prototype the power supply to the
microcontroller is taken from laptop.
B. Circuit Diagram
The layout of the PCB connection is shown in this diagram.
Figure 5: Circuit diagram
5. Implementation
A. Development board (Hardware)
This is the prototype of our proposed model. Sensor chairs are marked on the chip and when it comes in contact with any
human body the LED glows and indicates it’s presence. The RFID reader is also integrated with the controller .The power
supply for the working of the prototype is taken from laptop.
The sensitivity of the Qtouch controller can be adjusted by coding .The program is provided to the controller through
Atmel Ice programmer cum debugger. A regulator is present to convert 5V to 3.3V as the controller can work only at that
particular voltage. The whole setup can be visualized by the use Atmel Studio 7.0.
Figure 6: Hardware
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 185
B. SOFTWARE
Atmel Studio is basically an Integrated Development Environment (IDE) used for the purpose of writing and
debugging Atmel AVR and Atmel SAM applications in Windows environment. Atmel Studio consists of a project management
tool, source file editor, simulator, and assembler. The front-end is used for C/C++ programming, emulation and on-chip
debugging. Atmel Studio version 6.2 or the latest version that we are using i.e. Atmel 7.0 must be used in conjunction with the
Atmel-ICE. It has a modular architecture, which basically allows more interactive kind of environment with the 3rd party
software vendors. The other kind of modules such as GUI plugins can be written and hooked to the system.
In this particular project the programming is done in embedded C language. The platform we are using for the coding
is Atmel Studio 7.0. It is a free development software that is easily available a in Atmel website. Given below is how the output
will be displayed in the monitor. Few steps are required to be followed:
 After opening the Atmel Studio software click on the QTouch Analyser from atmel studio.Then the the program is
compiled .
 Now after the program is being uploaded to the micro controller a Pop up window will appear on the screen. This pop
up window displays that the kit is not yet connected with the Atmel ice programmer cum debugger. And thus there
won’t be any kind of graphical display.
 Now as the class is empty the authorized person will select start reading button in the system .Now the sensors will be
in working condition. All the information about a particular sensor will be displayed in a tabular format.
Figure 7: Empty class
 Now when all the students in the class are present .All the sensors will be in active mode. When the class is completed
the staff member will click on stop reading .And the complete data of the student will be stored.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 186
Figure 8: full class
 The stored information will be saved .Select save csv for logging the data. Now the particular csv file will be saved in the
specified folder and that information will be sent to the attender office through the main server in the college.
6. Graphical Output
Finally the output is obtained in a graphical format. This gives a complete analysis of the student’s attendance.
1- Denotes the presence of the student
0- Denotes the absence of the student
The output shows that the class was started at “21:07” and it ended at “21:34”. During that period of time the graph shows the
students who were present and the student who were absent .It also shows the duration for which the students were
attending their classes.
Figure 9: Output graph
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 187
7. Conclusions
Having said the limitations imposed by the conventional attendance system, we propose a solution in the form of
Qtouch sensors which will be placed in the respective chair of a particular student. The main idea behind the system is to
capture student attendance in a automated way where the students are required to flash their student card at the RFID reader
to get access inside the classroom and take their respective seats. The time period will be calculated for the amount of time
they are seated in their seats and graph will be plotted accordingly. This data will be saved and sent to the attendance
department through the main server.
In addition, a number of other advantages are gained by having an system, acting as a central repository of student
attendance record. Firstly all processes of managing the student attendance record are performed, allowing administrators
and lecturers to view or modify the users’ data through any computer via the web browser, as long as they are connected to
the Internet. This way, no specific software installation is required. Moreover with this approach there is less risk of data loss,
compared to a manual filing approach. Specially the lecturers or teachers will be benefitted the most, as they can easily
monitor their students’ attendance online and this could improve the quality of teaching since less time is needed to manage
the student attendance record. This system can be improved and upgraded further, e.g. by extending the system with new
features and modules such as automatic LCD display board, implementing temperature sensor and proximity sensor and
automatic board wiper.
Moreover this technology is not only to be used in the smart classrooms but it can also be used in the examination
halls Smart and intelligent teaching environment, will make students and teachers to access quality of information more
quickly, effortless and perfectly. Making the life of teaching staffs and students more easy and convenient, this would result in
the transformation from traditional form to next generation teaching methods.
References
[1] M. K. YeopSabri, M. Z. A. Abdul Aziz, M. S. R. Mohd Shah, M. F. AbdKadir.,”Smart Attendance System By Using RFID”,2007
ASIA-PACIFIC CONFERENCE ON APPPLIED ELECTROMAGNETICS PROCEEDINGS.4-6 December 2006.
[2]Mahyidin, M.F. Student Attendance Using RFID System. 2008 December 2012]; Available from: http://umpir.ump.edu.my.
[3]Herdawatiebinti Abdul Kadir, SitiNurulAqmariahbintiMohdKanafiah, MohdHelmy bin Abd. Wahab, ZarinaTukiran and
Zulidabte Abdul Kadir.,”Online students supervision (088) systems using passive RFID”, 2008 International Conference On
Electronic Design.1-3 December 2008.
[4]Pao-Ann Hsiung, Shu-Hui Yang.,”Innovative Application of RFID Systems to Special Education Schools”,2010 Fifth IEEE
International Conference on Networking, Architecture, and Storage. Page 299-304.
[5]MurizahKassim, HasbullahMazlan, NorlizaZaini, Muhammad KhidhirSalleh.,”Web-based Student Attendance System using
RFID Technology”.2012 IEEE ControlControl and and System System Graduate Graduate Research Research Colloquium
(ICSGRC 2012).page 213-218.
[6]SaikrishnaChatrati, Sumanth Naidu, CH.Raghava Prasad.“RFID based Student Monitoring and Attendance Tracking System.”
4th ICCCNT 2013. July 4-6 2013.
[7]Kassim, M. and S. Yahya. A case study: Reliability of smartcard applications and implementation in university environment,
Malaysia.in 2009 International Semiconductor Device Research Symposium, ISDRS '09. 2009. USA..

More Related Content

What's hot

Rotary RFID Parking Management Solution Controlled By Microcontroller
Rotary RFID Parking Management Solution Controlled By MicrocontrollerRotary RFID Parking Management Solution Controlled By Microcontroller
Rotary RFID Parking Management Solution Controlled By MicrocontrollerIJSRD
 
IRJET - RFID based Petrol Pump Automation System
IRJET - RFID based Petrol Pump Automation SystemIRJET - RFID based Petrol Pump Automation System
IRJET - RFID based Petrol Pump Automation SystemIRJET Journal
 
Biometric Attendence system asha
Biometric Attendence system ashaBiometric Attendence system asha
Biometric Attendence system ashaGaurav Hajare
 
Mypptinslideshare 180508104046 (1)
Mypptinslideshare 180508104046 (1)Mypptinslideshare 180508104046 (1)
Mypptinslideshare 180508104046 (1)raviteja srinivasula
 
Wireless e-passport using smart card technology
Wireless e-passport using smart card technologyWireless e-passport using smart card technology
Wireless e-passport using smart card technologyIRJET Journal
 
RFID and IR Based Attendance System
RFID and IR Based Attendance SystemRFID and IR Based Attendance System
RFID and IR Based Attendance SystemAtiq Shaikh
 
Rfid and gsm based cas
Rfid and gsm based casRfid and gsm based cas
Rfid and gsm based casNarsa Ram
 
IRJET- Students Smart Card using RFID
IRJET-  	  Students Smart Card using RFIDIRJET-  	  Students Smart Card using RFID
IRJET- Students Smart Card using RFIDIRJET Journal
 
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...ijasuc
 
IRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET Journal
 
IRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
IRJET- Cashless Automatic Rationing System by using GSM and RFID TechnologyIRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
IRJET- Cashless Automatic Rationing System by using GSM and RFID TechnologyIRJET Journal
 
Gvm project report g95
Gvm project report g95Gvm project report g95
Gvm project report g95G0VIND G0URAV
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition SystemIRJET Journal
 
RFID Based School Children Security System
RFID Based School Children Security SystemRFID Based School Children Security System
RFID Based School Children Security SystemIRJET Journal
 
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring FunctionIRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring FunctionIRJET Journal
 
Rfid based attendance system
Rfid based attendance systemRfid based attendance system
Rfid based attendance systemeskkarthik
 
Seminar Report on RFID Based Trackin System
Seminar Report on RFID Based Trackin SystemSeminar Report on RFID Based Trackin System
Seminar Report on RFID Based Trackin SystemShahrikh Khan
 
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET Journal
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring SystemIRJET Journal
 

What's hot (19)

Rotary RFID Parking Management Solution Controlled By Microcontroller
Rotary RFID Parking Management Solution Controlled By MicrocontrollerRotary RFID Parking Management Solution Controlled By Microcontroller
Rotary RFID Parking Management Solution Controlled By Microcontroller
 
IRJET - RFID based Petrol Pump Automation System
IRJET - RFID based Petrol Pump Automation SystemIRJET - RFID based Petrol Pump Automation System
IRJET - RFID based Petrol Pump Automation System
 
Biometric Attendence system asha
Biometric Attendence system ashaBiometric Attendence system asha
Biometric Attendence system asha
 
Mypptinslideshare 180508104046 (1)
Mypptinslideshare 180508104046 (1)Mypptinslideshare 180508104046 (1)
Mypptinslideshare 180508104046 (1)
 
Wireless e-passport using smart card technology
Wireless e-passport using smart card technologyWireless e-passport using smart card technology
Wireless e-passport using smart card technology
 
RFID and IR Based Attendance System
RFID and IR Based Attendance SystemRFID and IR Based Attendance System
RFID and IR Based Attendance System
 
Rfid and gsm based cas
Rfid and gsm based casRfid and gsm based cas
Rfid and gsm based cas
 
IRJET- Students Smart Card using RFID
IRJET-  	  Students Smart Card using RFIDIRJET-  	  Students Smart Card using RFID
IRJET- Students Smart Card using RFID
 
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
INTEGRATION OF AN RFID READER TO A WIRELESS SENSOR NETWORK AND ITS USE TO IDE...
 
IRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFID
 
IRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
IRJET- Cashless Automatic Rationing System by using GSM and RFID TechnologyIRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
IRJET- Cashless Automatic Rationing System by using GSM and RFID Technology
 
Gvm project report g95
Gvm project report g95Gvm project report g95
Gvm project report g95
 
IRJET- IoT based Portable Hand Gesture Recognition System
IRJET-  	  IoT based Portable Hand Gesture Recognition SystemIRJET-  	  IoT based Portable Hand Gesture Recognition System
IRJET- IoT based Portable Hand Gesture Recognition System
 
RFID Based School Children Security System
RFID Based School Children Security SystemRFID Based School Children Security System
RFID Based School Children Security System
 
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring FunctionIRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
IRJET- Review on RFID based Audio Tour Guide with NFC Monitoring Function
 
Rfid based attendance system
Rfid based attendance systemRfid based attendance system
Rfid based attendance system
 
Seminar Report on RFID Based Trackin System
Seminar Report on RFID Based Trackin SystemSeminar Report on RFID Based Trackin System
Seminar Report on RFID Based Trackin System
 
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring System
 

Similar to IRJET- IoT Enabled Smart Class Room: A Step Towards Supporting Digital India

IRJET- Examination Room Guidance System using RFID and Arduino
IRJET-  	  Examination Room Guidance System using RFID and ArduinoIRJET-  	  Examination Room Guidance System using RFID and Arduino
IRJET- Examination Room Guidance System using RFID and ArduinoIRJET Journal
 
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET Journal
 
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...IRJET Journal
 
IRJET- RFID based Authentication and Access of Vehicles
IRJET-  	  RFID based Authentication and Access of VehiclesIRJET-  	  RFID based Authentication and Access of Vehicles
IRJET- RFID based Authentication and Access of VehiclesIRJET Journal
 
IRJET- IoT Based E-Challan Automation for RTO using RFID
IRJET-  	  IoT Based E-Challan Automation for RTO using RFIDIRJET-  	  IoT Based E-Challan Automation for RTO using RFID
IRJET- IoT Based E-Challan Automation for RTO using RFIDIRJET Journal
 
RFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket AutomationRFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket AutomationIRJET Journal
 
Rfid based automated bank locker system
Rfid based automated bank locker systemRfid based automated bank locker system
Rfid based automated bank locker systemeSAT Publishing House
 
AUTOMATIC SMART SHOPPING TROLLY WITH BILLING
AUTOMATIC SMART SHOPPING TROLLY WITH BILLINGAUTOMATIC SMART SHOPPING TROLLY WITH BILLING
AUTOMATIC SMART SHOPPING TROLLY WITH BILLINGIRJET Journal
 
IRJET - RFID Based GYM Monitoring System
IRJET - RFID Based GYM Monitoring SystemIRJET - RFID Based GYM Monitoring System
IRJET - RFID Based GYM Monitoring SystemIRJET Journal
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET Journal
 
Parking Lot Security System using RFID Technology
Parking Lot Security System using RFID TechnologyParking Lot Security System using RFID Technology
Parking Lot Security System using RFID Technologyijtsrd
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoTIRJET Journal
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoTIRJET Journal
 
Time Table Management System using Raspberry PI and RFID
Time Table Management System using Raspberry PI and RFIDTime Table Management System using Raspberry PI and RFID
Time Table Management System using Raspberry PI and RFIDIRJET Journal
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET Journal
 
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...IRJET Journal
 
IRJET- Smart Trolley using Bluetooth Module
IRJET-  	  Smart Trolley using Bluetooth ModuleIRJET-  	  Smart Trolley using Bluetooth Module
IRJET- Smart Trolley using Bluetooth ModuleIRJET Journal
 
RFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemRFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemlaharipothula
 
RFID Technology: An Upgradation for Society
RFID Technology: An Upgradation for SocietyRFID Technology: An Upgradation for Society
RFID Technology: An Upgradation for SocietyIRJET Journal
 
MOBILE CHARGING SYSTEM USING COIN AND RFID
MOBILE CHARGING SYSTEM USING COIN AND RFIDMOBILE CHARGING SYSTEM USING COIN AND RFID
MOBILE CHARGING SYSTEM USING COIN AND RFIDIRJET Journal
 

Similar to IRJET- IoT Enabled Smart Class Room: A Step Towards Supporting Digital India (20)

IRJET- Examination Room Guidance System using RFID and Arduino
IRJET-  	  Examination Room Guidance System using RFID and ArduinoIRJET-  	  Examination Room Guidance System using RFID and Arduino
IRJET- Examination Room Guidance System using RFID and Arduino
 
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
 
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...IRJET -  	  Automatic Toll E-Tickting System for Transportation and Finding o...
IRJET - Automatic Toll E-Tickting System for Transportation and Finding o...
 
IRJET- RFID based Authentication and Access of Vehicles
IRJET-  	  RFID based Authentication and Access of VehiclesIRJET-  	  RFID based Authentication and Access of Vehicles
IRJET- RFID based Authentication and Access of Vehicles
 
IRJET- IoT Based E-Challan Automation for RTO using RFID
IRJET-  	  IoT Based E-Challan Automation for RTO using RFIDIRJET-  	  IoT Based E-Challan Automation for RTO using RFID
IRJET- IoT Based E-Challan Automation for RTO using RFID
 
RFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket AutomationRFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket Automation
 
Rfid based automated bank locker system
Rfid based automated bank locker systemRfid based automated bank locker system
Rfid based automated bank locker system
 
AUTOMATIC SMART SHOPPING TROLLY WITH BILLING
AUTOMATIC SMART SHOPPING TROLLY WITH BILLINGAUTOMATIC SMART SHOPPING TROLLY WITH BILLING
AUTOMATIC SMART SHOPPING TROLLY WITH BILLING
 
IRJET - RFID Based GYM Monitoring System
IRJET - RFID Based GYM Monitoring SystemIRJET - RFID Based GYM Monitoring System
IRJET - RFID Based GYM Monitoring System
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
 
Parking Lot Security System using RFID Technology
Parking Lot Security System using RFID TechnologyParking Lot Security System using RFID Technology
Parking Lot Security System using RFID Technology
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
Time Table Management System using Raspberry PI and RFID
Time Table Management System using Raspberry PI and RFIDTime Table Management System using Raspberry PI and RFID
Time Table Management System using Raspberry PI and RFID
 
IRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment SystemIRJET- College Bus Fee Payment System
IRJET- College Bus Fee Payment System
 
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
Implementation of IOT based Student Healthcare Monitoring and Automation Boot...
 
IRJET- Smart Trolley using Bluetooth Module
IRJET-  	  Smart Trolley using Bluetooth ModuleIRJET-  	  Smart Trolley using Bluetooth Module
IRJET- Smart Trolley using Bluetooth Module
 
RFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemRFID based smart shopping cart and billing system
RFID based smart shopping cart and billing system
 
RFID Technology: An Upgradation for Society
RFID Technology: An Upgradation for SocietyRFID Technology: An Upgradation for Society
RFID Technology: An Upgradation for Society
 
MOBILE CHARGING SYSTEM USING COIN AND RFID
MOBILE CHARGING SYSTEM USING COIN AND RFIDMOBILE CHARGING SYSTEM USING COIN AND RFID
MOBILE CHARGING SYSTEM USING COIN AND RFID
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Recently uploaded (20)

(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 

IRJET- IoT Enabled Smart Class Room: A Step Towards Supporting Digital India

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 180 Iot Enabled Smart Class Room: A Step towards Supporting Digital India Deep Ranjan Deb1, Mr. Bhupendra Pratap Singh2, Dr. S. Karthikeyan3 1M.E.(Embedded and IoT) in Association with CDAC, Pune, Sathyabama Institute of Science and Technology, Chennai, Tamil Nadu, India 2Project Engineer, Centre for Development and Advance Computing, Headquarters, Pune 3Associate Professor, Sathyabama Institute of Science and Technology, Chennai, Tamil Nadu, India ----------------------------------------------------------------------------***-------------------------------------------------------------------------- Abstract: - The prime objective of this research is to develop a smart classroom by the use of Qtouch sensors and RFID technology. Usually, this manual process of the classroom activities is done by manually, and consumes more time and also requires a huge man power. This method of taking manual attendance can be enabled on a digital platform by the use of Qtouch sensors. We are using RFID card to get access inside the smart classroom, so that better discipline and enhanced reliability can be ensured and late comers will not be allowed to enter inside the classroom. The microcontroller also supports other essential features in this smart class such as automatic white board cleaner, automatic control of room’s illumination by the proximity sensors and regulation of classroom temperature using the temperature sensors, like DHT-11. The power supply for the working of the smart classroom can be provided by inverter/solar panels the whole processing is done by the use of SAMD21 microcontroller and ATMEL Studio 7.0. Keywords: Smart classroom, Qtouch sensor, RFID technology, Proximity sensor, DHT-11 sensors, SAMD21 microcontroller, ATMEL Studio7.0 1. Introduction Nowadays all the information’s are easily available on internet thus the students are less motivated to attend the lectures in college [1]. This project is to simplify the task of attendance recording by the use of the Qtouch sensors and also using RFID technology to ensure strictness among the students. So it is very essential to put an effort to stop bunking of the lectures by the students and also to inculcate regularity and discipline in the college [6]. Moreover this attendance system saves time and avoids registration of fake attendance by the students [2].In case of analyzing attendance the lecturer also has to perform manual computation to obtain the students’ attendance percentage, which usually consumes a lot of time and distracts them from teaching and getting full attention from the students [5]. Having said the limitations imposed by the conventional attendance system, we propose a solution in the form of Qtouch sensors which will be placed in the respective chair of a particular student. The main idea behind the system is to capture student attendance in a automated way where the students are required to flash their student card at the RFID reader to get access inside the classroom and take their respective seats. The time period will be calculated for the amount of time they are seated in their seats and graph will be plotted accordingly. This data will be saved and sent to the attendance department through the main server. 2. System Design A variety of technologies are already available for the purpose of attendance registration. Those are Finger print recognition, Face recognition, Biometric hand reader, RFID cards. But we are using different technology for the purpose of student monitoring and attendance registration with the help of Qtouch sensor and RFID card is used for getting access inside the classroom. Given below is the block diagram of the proposed system.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 181 Figure 1: block diagram of IoT enable smart class room 3. Components description A. QTouch Sensor The Qtouch sensors are placed on the chairs. These devices are charging a sense electrode of unknown capacitance to a known potential. The electrode is a copper area on a printed circuit board. The charge is transferred into a measurement circuit. The capacitance of the sense plate can be determined by measuring the charge after one or more charge and-transfer cycles .When we place a finger on the touch surface it introduces external capacitance which affects the charge flowing at that point. This is registered as a touch. Qtouch microcontrollers can also be used to detect the proximity of a finger, rather than an absolute touch. Figure 2: touch mechanism QTouch technology is basically deployed in two ways, normal mode or touch mode and high-sensitivity or proximity mode. The high sensitive charge transfer proximity sensing. It is used for detecting an end-user's approaching finger, and the user interface interrupt the electronic equipment.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 182 When several touch keys are placed close together, an approaching finger can causes a change in the capacitance around more than one key. Quantum's patented adjacent key suppression AKS makes use of an iterative technique to repeatedly measure the change in the capacitance on each key, then it compares the results and determines which key the user intended to touch. AKS™ then ignores any kind of signals from allother keys, thus ensuring that the signal from the selected key remains above the threshold value. With this false touch detections can be prevented on adjacent keys. AKS is selected by the system designer. B. Microcontroller (SAMD21) Atmel SMART SAM D21 is a series of low-power microcontrollers that uses the 32-bit ARM Cortex -M0+ processor. Pin ranges from 32 to 64 pins with 256KB Flash and 32KB of SRAM. SAM D21 devices operate at a maximum frequency of 48MHz and can reach up to 2.46 CoreMark/MHz. The design are basically to support simple and intuitive migration with identical peripheral modules, hex compatible code withidentical linear address map and along with pin compatible migration. 1. Processor It contains ARM Cortex-M0+ CPU running at maximum of 48MHz, Single cycle hardware multiplier and Micro Trace Buffer. 2. Memory Memory consists of 32/64/128/256KB in system self-programmable Flash 4/8/16/32KB SRAM Memory. 3. System Two important pins are Power on reset (POR) and brown out detection (BOD), internal and external clock options with a frequency of 48MHz, and Fractional Digital Phase Locked Loop (FDPLL96M), External Interrupt Controller(EIC) and 16 external interrupts. Along with one non maskable interrupt, 2 pin Serial Wire Debug (SWD) programming, test and debugging interface. 4. Low Power It operates on few modes such as idle, standby, backup and off sleep modes. Battery back up support and embedded Buck/LDO regulator supporting on the fly selection. C. RFID Technology RFID stands for Radio frequency identification whichmakes use ofelectromagnetic fields to automatically identify and track tags which are attached to objects. These tags contain electronically stored information. There are two type of tags Active and Passive. In case of passive tags it collects energy from a nearby RFID reader's interrogating radio waves. Meanwhile active tags have a local power source such as a battery and can operate at 100m distance from the RFID reader [5]. Unlike a barcode, it’s not necessarytag need not be within the line of sight of the reader, so it can be embedded in the tracked object. RFID is one of the bestmethod for Automatic Identification and Data Capture (AIDC). Figure 3: RFID tag and reader
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 183 1. Tags Usually RFID tag has a unique serial number or ID. Basically three types of RFID tags which are most commonly used are active, semi-passive and passive. Active and semi-passive RFID tags require internal battery for operating while, passive RFID tags do not use any kind of batteries [7]. According to our scope of work, the student cards being used for identification of each individual student are the RFID cards consist of passive RFID tag, which does not require internal battery. Now these cards are passed through the field generated by a compatible reader and it transmit information back to the reader. Most of the RFID tags contains an integrated circuit for modulating and demodulating radio frequency along with an antenna for transmitting and receiving the signals. The Frequency ranges from low frequencies of 125-134 kHz and 140-148.5 kHz, and high frequencies of 850-950 MHz and 2.4-2.5 GHz. 2. Reader A radio frequency identification reader (RFID reader) is used to gather information from an RFID tag, which is used for tracking individual objects. Radio waves are used for transferring the data from the tag to a particular reader. RFID readers are basically of two types, which are the active and passive RFID readers. Active RFID reader used to detect an active RFID tag while passive RFID reader used only for detection passive RFID tag which is located at a few centimeters away from the reader. The compulsion is that the RFID tag it must be within the range of an RFID reader, which ranges from 3 to 300 feet, to get the reading. This technology increases the scanning speed and also enables fast identification of a particular product. Moreover it even works perfectly when it is surrounded by several other items. 4. Ideology A. Schematic Diagram Figure 4: Visual description This is a prototype of the actual model of the smart classroom. The RFID interface shown in the prototype will be placed in the door of the actual model. When the tag will be in the range of the reader the door will open to get access inside the classroom. There is a visual indication of the complete sitting arrangement inside the classroom. The Qtouch sensors will be placed on the chairs.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 184 The sensors and RFID are integrated with the microcontroller and in case of the prototype the power supply to the microcontroller is taken from laptop. B. Circuit Diagram The layout of the PCB connection is shown in this diagram. Figure 5: Circuit diagram 5. Implementation A. Development board (Hardware) This is the prototype of our proposed model. Sensor chairs are marked on the chip and when it comes in contact with any human body the LED glows and indicates it’s presence. The RFID reader is also integrated with the controller .The power supply for the working of the prototype is taken from laptop. The sensitivity of the Qtouch controller can be adjusted by coding .The program is provided to the controller through Atmel Ice programmer cum debugger. A regulator is present to convert 5V to 3.3V as the controller can work only at that particular voltage. The whole setup can be visualized by the use Atmel Studio 7.0. Figure 6: Hardware
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 185 B. SOFTWARE Atmel Studio is basically an Integrated Development Environment (IDE) used for the purpose of writing and debugging Atmel AVR and Atmel SAM applications in Windows environment. Atmel Studio consists of a project management tool, source file editor, simulator, and assembler. The front-end is used for C/C++ programming, emulation and on-chip debugging. Atmel Studio version 6.2 or the latest version that we are using i.e. Atmel 7.0 must be used in conjunction with the Atmel-ICE. It has a modular architecture, which basically allows more interactive kind of environment with the 3rd party software vendors. The other kind of modules such as GUI plugins can be written and hooked to the system. In this particular project the programming is done in embedded C language. The platform we are using for the coding is Atmel Studio 7.0. It is a free development software that is easily available a in Atmel website. Given below is how the output will be displayed in the monitor. Few steps are required to be followed:  After opening the Atmel Studio software click on the QTouch Analyser from atmel studio.Then the the program is compiled .  Now after the program is being uploaded to the micro controller a Pop up window will appear on the screen. This pop up window displays that the kit is not yet connected with the Atmel ice programmer cum debugger. And thus there won’t be any kind of graphical display.  Now as the class is empty the authorized person will select start reading button in the system .Now the sensors will be in working condition. All the information about a particular sensor will be displayed in a tabular format. Figure 7: Empty class  Now when all the students in the class are present .All the sensors will be in active mode. When the class is completed the staff member will click on stop reading .And the complete data of the student will be stored.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 186 Figure 8: full class  The stored information will be saved .Select save csv for logging the data. Now the particular csv file will be saved in the specified folder and that information will be sent to the attender office through the main server in the college. 6. Graphical Output Finally the output is obtained in a graphical format. This gives a complete analysis of the student’s attendance. 1- Denotes the presence of the student 0- Denotes the absence of the student The output shows that the class was started at “21:07” and it ended at “21:34”. During that period of time the graph shows the students who were present and the student who were absent .It also shows the duration for which the students were attending their classes. Figure 9: Output graph
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 187 7. Conclusions Having said the limitations imposed by the conventional attendance system, we propose a solution in the form of Qtouch sensors which will be placed in the respective chair of a particular student. The main idea behind the system is to capture student attendance in a automated way where the students are required to flash their student card at the RFID reader to get access inside the classroom and take their respective seats. The time period will be calculated for the amount of time they are seated in their seats and graph will be plotted accordingly. This data will be saved and sent to the attendance department through the main server. In addition, a number of other advantages are gained by having an system, acting as a central repository of student attendance record. Firstly all processes of managing the student attendance record are performed, allowing administrators and lecturers to view or modify the users’ data through any computer via the web browser, as long as they are connected to the Internet. This way, no specific software installation is required. Moreover with this approach there is less risk of data loss, compared to a manual filing approach. Specially the lecturers or teachers will be benefitted the most, as they can easily monitor their students’ attendance online and this could improve the quality of teaching since less time is needed to manage the student attendance record. This system can be improved and upgraded further, e.g. by extending the system with new features and modules such as automatic LCD display board, implementing temperature sensor and proximity sensor and automatic board wiper. Moreover this technology is not only to be used in the smart classrooms but it can also be used in the examination halls Smart and intelligent teaching environment, will make students and teachers to access quality of information more quickly, effortless and perfectly. Making the life of teaching staffs and students more easy and convenient, this would result in the transformation from traditional form to next generation teaching methods. References [1] M. K. YeopSabri, M. Z. A. Abdul Aziz, M. S. R. Mohd Shah, M. F. AbdKadir.,”Smart Attendance System By Using RFID”,2007 ASIA-PACIFIC CONFERENCE ON APPPLIED ELECTROMAGNETICS PROCEEDINGS.4-6 December 2006. [2]Mahyidin, M.F. Student Attendance Using RFID System. 2008 December 2012]; Available from: http://umpir.ump.edu.my. [3]Herdawatiebinti Abdul Kadir, SitiNurulAqmariahbintiMohdKanafiah, MohdHelmy bin Abd. Wahab, ZarinaTukiran and Zulidabte Abdul Kadir.,”Online students supervision (088) systems using passive RFID”, 2008 International Conference On Electronic Design.1-3 December 2008. [4]Pao-Ann Hsiung, Shu-Hui Yang.,”Innovative Application of RFID Systems to Special Education Schools”,2010 Fifth IEEE International Conference on Networking, Architecture, and Storage. Page 299-304. [5]MurizahKassim, HasbullahMazlan, NorlizaZaini, Muhammad KhidhirSalleh.,”Web-based Student Attendance System using RFID Technology”.2012 IEEE ControlControl and and System System Graduate Graduate Research Research Colloquium (ICSGRC 2012).page 213-218. [6]SaikrishnaChatrati, Sumanth Naidu, CH.Raghava Prasad.“RFID based Student Monitoring and Attendance Tracking System.” 4th ICCCNT 2013. July 4-6 2013. [7]Kassim, M. and S. Yahya. A case study: Reliability of smartcard applications and implementation in university environment, Malaysia.in 2009 International Semiconductor Device Research Symposium, ISDRS '09. 2009. USA..