SlideShare a Scribd company logo
1 of 4
Download to read 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

More Related Content

What's hot

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...Nazmul Hossain Rakib
 
Synthesis of nanoparticals
Synthesis of nanoparticalsSynthesis of nanoparticals
Synthesis of nanoparticalskumarnipom1
 
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 systemeSAT Journals
 
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...journalBEEI
 
356 358,tesma411,ijeast
356 358,tesma411,ijeast356 358,tesma411,ijeast
356 358,tesma411,ijeastaissmsblogs
 
Power AI for Earth Observation Data
Power AI for Earth Observation DataPower AI for Earth Observation Data
Power AI for Earth Observation DataMartin Svik
 
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 RangesIJCSEA Journal
 
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...IRJET Journal
 
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 androideSAT Publishing House
 
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 Systemijceronline
 
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 AndroidIRJET Journal
 
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-3IAEME Publication
 
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 WSNIRJET Journal
 
Adaptive Computing Seminar Report - Suyog Potdar
Adaptive Computing Seminar Report - Suyog PotdarAdaptive Computing Seminar Report - Suyog Potdar
Adaptive Computing Seminar Report - Suyog PotdarSuyog 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 IoTIRJET Journal
 
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 carIRJET Journal
 
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 MilitaryIRJET Journal
 
curriculum-vitae_sampath_kumar_2
curriculum-vitae_sampath_kumar_2curriculum-vitae_sampath_kumar_2
curriculum-vitae_sampath_kumar_2sampath24533
 
Gsm based emergency calling system
Gsm based emergency calling systemGsm based emergency calling system
Gsm based emergency calling systemIAEME Publication
 

What's hot (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
 

Similar to Tracking Person Using GPS and ESP8266

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 managementIJECEIAES
 
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 IOTIRJET Journal
 
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 IOTIRJET Journal
 
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 MCUIRJET Journal
 
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 boardIRJET Journal
 
IRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET Journal
 
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 drivereSAT Publishing House
 
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-25ZIRJET Journal
 
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 IoTIJRTEMJOURNAL
 
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 journal ijrtem
 
Ijmsr 2016-02
Ijmsr 2016-02Ijmsr 2016-02
Ijmsr 2016-02ijmsr
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation SystemIRJET Journal
 
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 Sensorsidescitation
 
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 TrackingIRJET Journal
 
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 componentseSAT Journals
 
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
 
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 PerformanceIRJET Journal
 
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
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection BotIRJET Journal
 

Similar to Tracking Person Using GPS and ESP8266 (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
 

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

Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 

Recently uploaded (20)

Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
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
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 

Tracking Person Using GPS and ESP8266

  • 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