You are on page 1of 13

MADHAV INSTITUTE OF TECHNOLOGY AND SCIENCE GWALIOR ( M.P.

)
(ELECTRONICS & TELECOMMUNICATION)
SEM-V
Field: RFID Technology & Advanced Control System

( PROJECT : RFID based contactless body temperature screening during COVID-19 )

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
CONTENTS OF PROJECT :
S.No. Content
1. Introduction
2. About the Project
3. Basics Of RFID Technology
4. Hardware Required
5. Software Required
6. Circuit Diagram
7. Circuit Construction
8. Code Explanation
9. References

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
1) INTRODUCTION

Since the outbreak of the Covid-19 Pandemic, whole world has witnessed the worst
situations and people have faced and are still facing a number of problems in every field
as due to worldwide lockdown there has been a drastic fall in economies and loss of work
because of which financial and economical problems have become a major issue in this
pandemic period.

As the scientists and researchers are moving towards the development of the vaccine, till
then safety and following all the government rules and orders and following all the
precautions is necessary responsibility of all the citizens.

Since the outbreak of Covid-19, infrared thermometers are being used as a screening tool


to scan the people at Airports, Railway Stations, and other crowded establishments.
These scans are being used to identify potential patients of Covid-19. The government
made it compulsory to scan everyone before entering the office, school, or any other
crowded place.

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
2) ABOUT THE PROJECT
So in this Project, we are going to build an RFID based Contactless Temperature Monitoring System using a contactless temperature
sensor with Arduino.

When employees scan the RFID card, it will measure the body temperature of employees with a non-contact Infrared Thermometer
and log the Name and Temperature of that employee directly to the excel sheet. We will be using Arduino Nano, MLX90614, EM18
RFID Reader, and Ultrasonic Sensor to build this project. The Ultrasonic sensor is used to calculate the distance between the
thermometer and the person. The thermometer will only measure the temperature when the distance is less than 25 CM.  

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
3) BASICS OF RFID TECHNOLOGY

 WHAT IS RFID?

The Acronym RFID stands for Radio Frequency Identification , and refers to a technology  that RFID Tag
uses radio waves to passively identify a tagged object. It is used in several commercial and industrial
applications, from tracking items along a supply chain to keeping track of items checked out of a library.

 Radio Frequency Identification (RFID) is a type of passive wireless technology that allows for tracking
or matching of an item or individual.

 The system has two basic parts: tags and readers. The reader gives off radio waves and gets signals
back from the RFID tag, while the tag uses radio waves to communicate its identity and other
information.

 The technology has been approved since before the 1970s but has become much more prevalent in
recent years due to its usages in things like global supply chain management and pet microchipping. RFID Reader

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
 RFID Reader or Interrogator:

The RFID reader is like a transmitter which transmits or sends out


radio waves of particular frequency. If the object, on which this RFID tag is attached is within
the range of this radio waves then it sends the feedback back to this RFID reader. And based
on this feedback, RFID reader identifies the object.

 RFID Tags

(Three different kinds of RFID tags are commercially available.)


 Passive tags
 Active tags
 Semi-passive tags

These passive tags do not have any power supply. They used to get their power
from the incoming radio waves from the Readers. While active tags have a power source for
their internal circuitry. And for sending the response to the reader also, it uses its own power
supply. In the case of semi-passive tags, they have a power supply for internal circuitry, but for
sending the response it relies on the radio waves received from the Reader.

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
4) HARDWARE REQUIRED

 Arduino Nano

 EM-18 RFID Module

 MLX90614 Contactless Temperature Sensor

 Ultrasonic Sensor

 Breadboard

 Jumper Wires

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
5) SOFTWARE REQUIRED

 Arduino IDE
The Arduino Integrated Development Environment (IDE) is a 
cross-platform application (for Windows, macOS, Linux) that is written in functions
from C and C++. 

It is used to write and upload programs to Arduino compatible boards, but also, with
the help of third-party cores, other vendor
development boards.

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
6) CIRCUIT DIAGRAM

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
7) CIRCUIT CONSTRUCTION

As shown in the circuit diagram, the connections are very simple since we have used them as modules, we can directly build
them on a breadboard. The LED connected to the BUZ pin of the EM18 Reader module turns high when someone scans the tag.
The RFID module sends data to the controller in serial; hence the transmitter pin of the RFID module is connected to the
Receiver pin of Arduino.

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
#

8) CODE
BY AURDINO SOFTWARE

WORKING

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
#

9) REFERENCES
 RFID based Contactless Body Temperature Screening using Arduino and MLX90614 IR Temperature Sensor (circuitdigest.c
om)
 (556) How RFID TAGS Work ? [ BY HIMANSHU ] - YouTube
 What is RFID? How RFID works? - EEE Parts Database | doEEEt.com
 Indian Railways to cover all wagons under RFID for tracking by 2022 | Business Standard News (business-standard.com)
 Arduino Editor
 What is RFID? - EPC-RFIDEPC-RFID (epc-rfid.info)
 RFID Tags & Readers - UHF, Passive, HF, LF & Interfaces | RFID, Inc.

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034
#

SOMIL AGRAWAL DEEPAK LODHA HIMANSHU KUSHWAH PRAKHAR NAGORE


0901ET181057 0901ET181019 0901ET181025 0901ET181034

You might also like