SlideShare uma empresa Scribd logo
1 de 4
Baixar para ler offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 131
POSITIONING AND TRACKING OF A PERSON USING EMBEDDED
CONTROLLER IN A DEFINED AREA
Mr. R. Velnath1, Mr. D. Ashok2, Mr. E. Namashivayam3
1Assistant Professor, EIE Department, Bannari Amman Institute of Technology, Tamil Nadu, India
2Student, EIE department, Bannari Amman Institute of Technology, Tamil Nadu, India
3Student, EIE department, Bannari Amman Institute of Technology, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Tracking of a person in large institution is an
arduous task for the management. Management can’t
employ separate force to trace and locate the respective
person inside such large Institution/Organization. This
technique involves the use of GPS to locate and trace the
person in a defined area and updates the location in an IoT
database. Additionally this system has the capability where
the admin can monitor the location in a local mobile
app/cloud.
Key Words: GPS, IoT (Internet of Things).
1. INTRODUCTION
Previous methods of tracking a person with NFC and RFID
involve a very low range and some limitations. Even the
conventional method of using a camera to monitor a
person involves a huge work force. And this conventional
method requires a continuous human monitoring and a
great data management. In this proposed system the
person’s identity number is sent through the app to the
cloud via Node MCU (ESP8266). In response to the request
send by the admin the respective person’s location co-
ordinates get updated in the form of latitude and
longitudes to the LCD screen. In additional to this, the
location can be viewed in the form of graphical map.
2. BLOCK DIAGRAM
Fig -1: Admin side.
In the admin side an Node MCU (ESP8266) is interfaced
with the cloud using an WiFi controller. On the other hand,
the Atmega 328P is also interfaced with the Node MCU to
get the values displayed via LCD in the form of Latitude
and Longitude. The system is powered with a power
supply of 12v which can be regulated with a voltage
regulator for the required use.
Fig -2: Individual person side.
The target to be tracked is provided with a GPS module in
this case the targets mobile GPS is used to acquire
location. The location is constantly updated to the
Firebase (cloud).where the location can be seen in the
form of graphical map using Maps API (Application
Program Interface).
2.1 PROJECT WORK FLOW
Fig -3: Project work flow.
3. COMPONETS DESCRIPTION
3.1 NODE MCU (ESP 8266)
Node MCU is a cheap open source IoT platform. Node MCU
first included firmware which runs on ESP8266 WiFi SoC
from Espressif systems and hardware was dependent on
ESP-12 Module. Afterward the technical support for the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 132
ESP-32 32bit MCU was included. NodeMCU is an open
source firmware for which open source prototyping board
structures are accessible. The name "NodeMCU" joins
"node" and "MCU". The expression "NodeMCU" carefully
alludes to the firmware. The firmware utilizes the Lua
scripting language. The firmware depends on the eLua
project, and based on the Espressif Non-operating system
SDK for ESP8266. It utilizes many open source projects,
for example, lua-cjson and SPIFFS. Because of asset
requirements, clients need to choose the modules
pertinent for their projects. Support for the 32-bit ESP32
has likewise been included.
Fig -4: Node MCU.
Fig -5: Node MCU block diagram.
3.2 Atmega 328P Microcontroller
The ATmega328P is a single-chip microcontroller
produced by Atmel in-the megaAVR family (later acquired
by Atmel in 2016 by Microchip Technology). It has an 8-bit
RISC processor core adapted from Harvard architecture.
The Atmel-8-bit AVR RISC-based microcontroller
integrates 32 KB ISP flash-memory-with read-write
capabilities, 1 KB EEPROM, 2 KB SRAM, 23 general-
purpose I / O boards, 32 general-purpose working
registers, 3 versatile mode timer / counters, internal and
external-interrupts, USART serial programmable, byte-
oriented 2-wire serial-interface, SPI serial port, 6-channel-
10-bit A / D. As of 2013, The ATmega328 is widely used in
many projects and autonomous systems as of 2013,
requiring a simple,low-powered, low-cost microcontroller.
Perhaps the most common implementation of this chip is
on the famous Arduino development platform, namely the
Arduino Uno and Arduino Nano models. Reliability
validation indicates that the expected rate of data
retention loss is much less than 1 PPM over 20 years at 85
° C or 100 years at 25 °C.
Fig -6: Atmega 328P Microcontroller.
Fig -7: Atmega 328P Pin diagram.
3.3 LCD
LCD screen (Liquid Crystal Display) is an electronic
display element and can see a wide range of applications.
A 16x2 LCD display is a very simple module, and is
commonly used in different devices and circuits. These
modules are preferred to seven segments, and other LEDs
in multi section. The reasons being:
 LCDs are cheap
 Easily programmable
Have no limitation of displaying special characters. A 16x2
LCD means that 16 characters can be shown per line, and
there are 2 such lines. Every character in this LCD is
represented in a matrix of 5x7 pixels. This LCD comprises
two registers: Command and Data. The command register
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 133
stores command instructions given to the LCD. The LCD
performs predefined functions when the command is
given such as
 starting it
 Clearing its screen,
 Assigning the cursor ,
The data is the character's ASCII value which will be
displayed on the LCD.
Fig -8: LCD
4. SYSTEM OVERVIEW
Our project allows the administrator to keep track of
persons who are in the campus. Initially an App is
developed for the admin to trace the person. Another app
is developed for the persons of the organization to be
tracked. This app enables the GPS of the person’s mobile
phone which sends the location co-ordinates to the Cloud
(Firebase).The app in the admin side requests the location
data from the cloud via the Atmega 328P and Node MCU.
The cloud in return responds to the request send by the
admin, and then shares the location of the person to the
admin app through Node MCU and Atmega 328P. The
admin app is secured with a password.
Firebase is known as a forum for web applications. It lets
developers create applications of high quality. It stores
data in the format of JavaScript Object Notation (JSON)
that does not use query to insert, edit, remove or add data.
It is the backend of a framework that is used to store data
as a database. This also offers a user management system
whereby developers can allow user authentication with
Firebase email and password login. It allows fast and
secure transfer of files for Firebase apps irrespective of
the nature of the network. Google Cloud Storage supports
it, and is a cost-effective storage service. It can be used by
the developer to store images, audio, video or any other
content created by the user.
5. CONCLUSION
The latest technology revealed in this article demonstrates
the possibility of knowing the last visited location of the
person. The work is planned under all situations to
provide an effective management of the person tracking
system for easy communication. It is useful to use this
form of application to see where the individual spends
time when out on the job. The research can be carried out
in the future by interactive exhibits at tourist sites, i.e.
museums, caves, etc. The principle of monitoring can be
applied further in monitoring patients with amnesia at
hospital premises.
6. REFERENCES
[1] Silke Feldmann, KyandoghereKyamakya, Ana
Zapater, Zighuo Lue” An indoor Bluetooth-based
positioning system: concept, Implementation and
experimental evaluation”2003.
[2] Beom-Ju Shin, Kwang-Won Lee, Sun-Ho Choi, Joo-
Yeon Kim, Woo Jin Lee, and Hyung Seok
Kim.,”IndoorWiFi Positioning System for Android-
basedSmartphone"978- 1-4244-9807-9, Nov
2010.
[3] Cliff Randell Henk Muller; Low Cost Indoor
Positioning System, report, Department of
Computer Science, University of Bristol, UK.
[4] Daniel Pan. 2016. Firebase Tutorial. October,
2016.
[5] Bill Stonehem, Google Android Firebase: Learning
the Basics Paperback, 2016 dated 18/3/17.
[6] José Luis Carrera et al. “A Real-time Indoor
Tracking System in Smart-phones”. In:
Proceedings of the 19th ACM International
Conference on Modeling, Analysis and Simulation
of Wireless and Mobile Systems (2016),pp. 292–
301.
[7] ESP8266.https://www.espressif.com/en/product
s/hardware/esp8266ex/overview. Accessed June
8, 2018.
[8] H. Liu et al. “Survey of Wireless Indoor Positioning
Techniques and Systems”. In: IEEE Transactions
on Systems, Man, and Cybernetics, Part C
(Applications and Reviews) 37.6 (Nov. 2007), pp.
1067–1080. ISSN: 1094-6977.
[9] S. Saha et al. “Location determination of a mobile
device using IEEE 802.11b access point signals”.
In: 2003 IEEE Wireless Communications and
Networking, 2003.
[10] ArduinoJson. https://arduinojson.org/. Accessed
August 5, 2018.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 134
[11] Y. Zhang, M. G. Amin, and S. Kaushik. Localization
and tracking of passive RFID tags based on
direction estimation. International Journal of
Antennas and Propagation, 2007.
[12] Verma, P. & Bhatia, J.H. (2013). „Design and
development of GPS-GSM Based Tracking System
with Google Map Based Monitoring‟, International
Journal of computer science, Engineering and
Applications (IJCSEA) vol.3, no.3

Mais conteúdo relacionado

Mais procurados

Design of 16 bit low power processor using clock gating technique 2-3
Design of 16 bit low power processor using clock gating technique 2-3Design of 16 bit low power processor using clock gating technique 2-3
Design of 16 bit low power processor using clock gating technique 2-3
IAEME Publication
 
curriculum-vitae_sampath_kumar_2
curriculum-vitae_sampath_kumar_2curriculum-vitae_sampath_kumar_2
curriculum-vitae_sampath_kumar_2
sampath24533
 
Gsm based emergency calling system
Gsm based emergency calling systemGsm based emergency calling system
Gsm based emergency calling system
IAEME Publication
 

Mais procurados (20)

Industrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice AnnouncementIndustrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice Announcement
 
Experimental simulation and real world study on wi fi ad-hoc mode for differe...
Experimental simulation and real world study on wi fi ad-hoc mode for differe...Experimental simulation and real world study on wi fi ad-hoc mode for differe...
Experimental simulation and real world study on wi fi ad-hoc mode for differe...
 
Synthesis of nanoparticals
Synthesis of nanoparticalsSynthesis of nanoparticals
Synthesis of nanoparticals
 
An enhanced method for human life rescue system
An enhanced method for human life rescue systemAn enhanced method for human life rescue system
An enhanced method for human life rescue system
 
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
 
356 358,tesma411,ijeast
356 358,tesma411,ijeast356 358,tesma411,ijeast
356 358,tesma411,ijeast
 
Power AI for Earth Observation Data
Power AI for Earth Observation DataPower AI for Earth Observation Data
Power AI for Earth Observation Data
 
Using Image Processing Techniques to Increase Safety in Shooting Ranges
Using Image Processing Techniques to Increase Safety in Shooting RangesUsing Image Processing Techniques to Increase Safety in Shooting Ranges
Using Image Processing Techniques to Increase Safety in Shooting Ranges
 
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
IRJET- Smart Guiding System for Blind: Obstacle Detection and Real-time Assis...
 
Object collision avoidance with train using android
Object collision avoidance with train using androidObject collision avoidance with train using android
Object collision avoidance with train using android
 
Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless System
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
Design of 16 bit low power processor using clock gating technique 2-3
Design of 16 bit low power processor using clock gating technique 2-3Design of 16 bit low power processor using clock gating technique 2-3
Design of 16 bit low power processor using clock gating technique 2-3
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
 
Adaptive Computing Seminar Report - Suyog Potdar
Adaptive Computing Seminar Report - Suyog PotdarAdaptive Computing Seminar Report - Suyog Potdar
Adaptive Computing Seminar Report - Suyog Potdar
 
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
IRJET- Development of Surveillance System for Indian Military
IRJET- Development of Surveillance System for Indian MilitaryIRJET- Development of Surveillance System for Indian Military
IRJET- Development of Surveillance System for Indian Military
 
curriculum-vitae_sampath_kumar_2
curriculum-vitae_sampath_kumar_2curriculum-vitae_sampath_kumar_2
curriculum-vitae_sampath_kumar_2
 
Gsm based emergency calling system
Gsm based emergency calling systemGsm based emergency calling system
Gsm based emergency calling system
 

Semelhante a IRJET - Positioning and Tracking of a Person using Embedded Controller in a Defined Area

Driving cycle tracking device big data storing and management
Driving cycle tracking device big data storing and managementDriving cycle tracking device big data storing and management
Driving cycle tracking device big data storing and management
IJECEIAES
 
Smartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots componentsSmartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots components
eSAT Journals
 

Semelhante a IRJET - Positioning and Tracking of a Person using Embedded Controller in a Defined Area (20)

Driving cycle tracking device big data storing and management
Driving cycle tracking device big data storing and managementDriving cycle tracking device big data storing and management
Driving cycle tracking device big data storing and management
 
IRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOTIRJET- BSIOTR IT SMART LAB using IOT
IRJET- BSIOTR IT SMART LAB using IOT
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
 
Smart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCUSmart Surveillance Bot with Low Power MCU
Smart Surveillance Bot with Low Power MCU
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice board
 
IRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance System
 
Implementation of linux based uart device driver
Implementation of linux based uart device driverImplementation of linux based uart device driver
Implementation of linux based uart device driver
 
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZRe-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
 
Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoTDesign and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT
 
Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT	Design and Implementation of Smart Bell Notification System using IoT
Design and Implementation of Smart Bell Notification System using IoT
 
Ijmsr 2016-02
Ijmsr 2016-02Ijmsr 2016-02
Ijmsr 2016-02
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation System
 
Wireless Multimedia Sensor Network: A Survey on Multimedia Sensors
Wireless Multimedia Sensor Network: A Survey on Multimedia SensorsWireless Multimedia Sensor Network: A Survey on Multimedia Sensors
Wireless Multimedia Sensor Network: A Survey on Multimedia Sensors
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining Tracking
 
Smartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots componentsSmartphone fpga based balloon payload using cots components
Smartphone fpga based balloon payload using cots components
 
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
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
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
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection Bot
 

Mais de IRJET Journal

Mais de 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...
 

Último

Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
chumtiyababu
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 

Último (20)

kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 

IRJET - Positioning and Tracking of a Person using Embedded Controller in a Defined Area

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 131 POSITIONING AND TRACKING OF A PERSON USING EMBEDDED CONTROLLER IN A DEFINED AREA Mr. R. Velnath1, Mr. D. Ashok2, Mr. E. Namashivayam3 1Assistant Professor, EIE Department, Bannari Amman Institute of Technology, Tamil Nadu, India 2Student, EIE department, Bannari Amman Institute of Technology, Tamil Nadu, India 3Student, EIE department, Bannari Amman Institute of Technology, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Tracking of a person in large institution is an arduous task for the management. Management can’t employ separate force to trace and locate the respective person inside such large Institution/Organization. This technique involves the use of GPS to locate and trace the person in a defined area and updates the location in an IoT database. Additionally this system has the capability where the admin can monitor the location in a local mobile app/cloud. Key Words: GPS, IoT (Internet of Things). 1. INTRODUCTION Previous methods of tracking a person with NFC and RFID involve a very low range and some limitations. Even the conventional method of using a camera to monitor a person involves a huge work force. And this conventional method requires a continuous human monitoring and a great data management. In this proposed system the person’s identity number is sent through the app to the cloud via Node MCU (ESP8266). In response to the request send by the admin the respective person’s location co- ordinates get updated in the form of latitude and longitudes to the LCD screen. In additional to this, the location can be viewed in the form of graphical map. 2. BLOCK DIAGRAM Fig -1: Admin side. In the admin side an Node MCU (ESP8266) is interfaced with the cloud using an WiFi controller. On the other hand, the Atmega 328P is also interfaced with the Node MCU to get the values displayed via LCD in the form of Latitude and Longitude. The system is powered with a power supply of 12v which can be regulated with a voltage regulator for the required use. Fig -2: Individual person side. The target to be tracked is provided with a GPS module in this case the targets mobile GPS is used to acquire location. The location is constantly updated to the Firebase (cloud).where the location can be seen in the form of graphical map using Maps API (Application Program Interface). 2.1 PROJECT WORK FLOW Fig -3: Project work flow. 3. COMPONETS DESCRIPTION 3.1 NODE MCU (ESP 8266) Node MCU is a cheap open source IoT platform. Node MCU first included firmware which runs on ESP8266 WiFi SoC from Espressif systems and hardware was dependent on ESP-12 Module. Afterward the technical support for the
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 132 ESP-32 32bit MCU was included. NodeMCU is an open source firmware for which open source prototyping board structures are accessible. The name "NodeMCU" joins "node" and "MCU". The expression "NodeMCU" carefully alludes to the firmware. The firmware utilizes the Lua scripting language. The firmware depends on the eLua project, and based on the Espressif Non-operating system SDK for ESP8266. It utilizes many open source projects, for example, lua-cjson and SPIFFS. Because of asset requirements, clients need to choose the modules pertinent for their projects. Support for the 32-bit ESP32 has likewise been included. Fig -4: Node MCU. Fig -5: Node MCU block diagram. 3.2 Atmega 328P Microcontroller The ATmega328P is a single-chip microcontroller produced by Atmel in-the megaAVR family (later acquired by Atmel in 2016 by Microchip Technology). It has an 8-bit RISC processor core adapted from Harvard architecture. The Atmel-8-bit AVR RISC-based microcontroller integrates 32 KB ISP flash-memory-with read-write capabilities, 1 KB EEPROM, 2 KB SRAM, 23 general- purpose I / O boards, 32 general-purpose working registers, 3 versatile mode timer / counters, internal and external-interrupts, USART serial programmable, byte- oriented 2-wire serial-interface, SPI serial port, 6-channel- 10-bit A / D. As of 2013, The ATmega328 is widely used in many projects and autonomous systems as of 2013, requiring a simple,low-powered, low-cost microcontroller. Perhaps the most common implementation of this chip is on the famous Arduino development platform, namely the Arduino Uno and Arduino Nano models. Reliability validation indicates that the expected rate of data retention loss is much less than 1 PPM over 20 years at 85 ° C or 100 years at 25 °C. Fig -6: Atmega 328P Microcontroller. Fig -7: Atmega 328P Pin diagram. 3.3 LCD LCD screen (Liquid Crystal Display) is an electronic display element and can see a wide range of applications. A 16x2 LCD display is a very simple module, and is commonly used in different devices and circuits. These modules are preferred to seven segments, and other LEDs in multi section. The reasons being:  LCDs are cheap  Easily programmable Have no limitation of displaying special characters. A 16x2 LCD means that 16 characters can be shown per line, and there are 2 such lines. Every character in this LCD is represented in a matrix of 5x7 pixels. This LCD comprises two registers: Command and Data. The command register
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 133 stores command instructions given to the LCD. The LCD performs predefined functions when the command is given such as  starting it  Clearing its screen,  Assigning the cursor , The data is the character's ASCII value which will be displayed on the LCD. Fig -8: LCD 4. SYSTEM OVERVIEW Our project allows the administrator to keep track of persons who are in the campus. Initially an App is developed for the admin to trace the person. Another app is developed for the persons of the organization to be tracked. This app enables the GPS of the person’s mobile phone which sends the location co-ordinates to the Cloud (Firebase).The app in the admin side requests the location data from the cloud via the Atmega 328P and Node MCU. The cloud in return responds to the request send by the admin, and then shares the location of the person to the admin app through Node MCU and Atmega 328P. The admin app is secured with a password. Firebase is known as a forum for web applications. It lets developers create applications of high quality. It stores data in the format of JavaScript Object Notation (JSON) that does not use query to insert, edit, remove or add data. It is the backend of a framework that is used to store data as a database. This also offers a user management system whereby developers can allow user authentication with Firebase email and password login. It allows fast and secure transfer of files for Firebase apps irrespective of the nature of the network. Google Cloud Storage supports it, and is a cost-effective storage service. It can be used by the developer to store images, audio, video or any other content created by the user. 5. CONCLUSION The latest technology revealed in this article demonstrates the possibility of knowing the last visited location of the person. The work is planned under all situations to provide an effective management of the person tracking system for easy communication. It is useful to use this form of application to see where the individual spends time when out on the job. The research can be carried out in the future by interactive exhibits at tourist sites, i.e. museums, caves, etc. The principle of monitoring can be applied further in monitoring patients with amnesia at hospital premises. 6. REFERENCES [1] Silke Feldmann, KyandoghereKyamakya, Ana Zapater, Zighuo Lue” An indoor Bluetooth-based positioning system: concept, Implementation and experimental evaluation”2003. [2] Beom-Ju Shin, Kwang-Won Lee, Sun-Ho Choi, Joo- Yeon Kim, Woo Jin Lee, and Hyung Seok Kim.,”IndoorWiFi Positioning System for Android- basedSmartphone"978- 1-4244-9807-9, Nov 2010. [3] Cliff Randell Henk Muller; Low Cost Indoor Positioning System, report, Department of Computer Science, University of Bristol, UK. [4] Daniel Pan. 2016. Firebase Tutorial. October, 2016. [5] Bill Stonehem, Google Android Firebase: Learning the Basics Paperback, 2016 dated 18/3/17. [6] José Luis Carrera et al. “A Real-time Indoor Tracking System in Smart-phones”. In: Proceedings of the 19th ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems (2016),pp. 292– 301. [7] ESP8266.https://www.espressif.com/en/product s/hardware/esp8266ex/overview. Accessed June 8, 2018. [8] H. Liu et al. “Survey of Wireless Indoor Positioning Techniques and Systems”. In: IEEE Transactions on Systems, Man, and Cybernetics, Part C (Applications and Reviews) 37.6 (Nov. 2007), pp. 1067–1080. ISSN: 1094-6977. [9] S. Saha et al. “Location determination of a mobile device using IEEE 802.11b access point signals”. In: 2003 IEEE Wireless Communications and Networking, 2003. [10] ArduinoJson. https://arduinojson.org/. Accessed August 5, 2018.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 134 [11] Y. Zhang, M. G. Amin, and S. Kaushik. Localization and tracking of passive RFID tags based on direction estimation. International Journal of Antennas and Propagation, 2007. [12] Verma, P. & Bhatia, J.H. (2013). „Design and development of GPS-GSM Based Tracking System with Google Map Based Monitoring‟, International Journal of computer science, Engineering and Applications (IJCSEA) vol.3, no.3