SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 441
IMPLEMENTATION OF CHILDREN TRACKING SYSTEM ON ANDROID
MOBILE TERMINALS
Yuvraj Rathod1, Manoj Dighole2, Ritu Sharma3
1,2 Students, Department Electronics and telecommunication, Atharva College of Engineering Mumbai
3Assistant prof, Department Electronics and telecommunication, Atharva College of Engineering Mumbai
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract: Recently in all over the world in every 40 seconds
child becomes missing or kidnapped. The increasing
prevalence of children wandering has many parents very
concerned. We have to see and read many stories about
children’s or students who are kidnapped or not reaching
homes. Most of the stories have had tragic endings. This paper
focuses on implementing children tracking location systemfor
every child attendingschool.
Nowadays morechildren getting lost, Sen. CharlesSchumer
has proposed that the federal government provide funding for
tracking devicesfor Autisticchildren so they do not go missing.
These proposed tracking devices can be worn as wrist watches,
anklets or in I -cards. The child module include ARDUINO,
Global positioning system , Global system for mobile
communication and receiverinclude parents mobilephone.Itis
very useful for women safety.
Index Terms:- Global Positioning System (GPS), Short
Messaging Service(SMS),Global System for Mobile
Communications(GSM),Network Services.
I. INTRODUCTION :
Designing a child tracking system to assure parents that
their child is safefrom suspiciousactions andhappyinschool
environment.The information of child being missed issentto
respective parents mobile, if they move beyond the coverage
area. Also, when child wants to convey that they are in
danger than they will press a panic button given on their
school i-card.
Mobile terminals have wireless local area network
(LAN) and Bluetooth device. It adopts bluetooth
communication among mobile terminals in every group to
collect information and delivers to respective server using
wireless LAN.
 Architecture of system shown in figure
II. EXSTING SYSTEM
System developed by Yuichiro MORI, et.al, uses “Autonomous
Clustering Technique” for managing groups of Android
terminals attached to children in school. Android terminals
have wireless LAN and Bluetooth device. It results in lack of
individual attention towardsthe children.Itofferslesssecurity
[2]. Studiesconducted by CyberTravelTips[3],showedthatin
Malaysia, missing children are basically classified into two
categories.The first categoryis disappearance,whichincludes
running away from home. Children tracking system is also
developedonmobile ad hocnetworks.Systemdevelopedin[4]
says that in GPS system and tag based system, each parent
cannot obtain group information on the vicinity of the child. A
self-configurable new generation children tracking system.
Hiroshima City Children Tracking System is a safety support
system for children based on ad hoc network technologies.
Field experimentshave been conductedincooperationwithan
elementary school in Hiroshima. In this paper, propose a new
generation children tracking system which is based on
experiences and findings of the field experiments for
Hiroshima children tracking system[5].Existingtechnologies,
however, are not powerful to prevent crimes against children
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 442
and helpful parent‘s since it is difficult to take information of
children as a group.
III. HARDWARE SYSTEM DESIGN
A. Arduino Microcontroller Board
Arduino Uno is a microcontroller board based on the
ATmega328P. It has 14 digital input/output pins(of which 6
can be used as PWM outputs), 6 analog inputs, a 16 MHz
quartz crystal, a USB connection, a power jack, an ICSP
header and a reset button. It contains everything needed to
support the microcontroller; simply connect it toacomputer
with a USB cable or power it with a AC-to-DC adapter or
battery to get started. It needs low power of 5V for
functioning thus suiting for this project. The embedded
microcontroller has the knowledge to give AT commands to
initiate and send the child information message to mobile
phone through GSM module.
For those of you who are using an ATmega328 with the
Arduino Bootloader code on your own circuit board here is
the pinout details which showsthe chip pin numbersandthe
associated Arduino pins
 Arduino ATmega328 Pinout
Port B has pins B0 to B5
Port C has pins C0 to C5
Port D has Pins D0 to D7
 Arduino ATmega328 TQFP Pinout
A. GPS (NEO-6M) Module :
The Global Positioning System (GPS) is a satellite-based
navigation system made up of at least 24 satellites. GPS works
in any weather conditions, anywhere in the world, 24 hours a
day, with no subscription fees or setup charges.
GPS satellites circle the Earth twice a day in a precise orbit.
Each satellite transmits a unique signal and orbital
parametersthat allow GPS devicesto decode andcomputethe
precise location of the satellite. GPS receivers use this
information and trilateration to calculate a user's exact
location. Essentially, the GPS receiver measures the distance
to each satellite by the amount of time it takes to receive a
transmitted signal. With distance measurements from a few
more satellites, the receiver can determine a user's position
and display it.
To calculate your 2-D position (latitude and longitude) and
track movement, a GPS receiver must be locked on to the
signal of at least 3 satellites. With 4 or more satellites in view,
the receiver can determine your 3-D position (latitude,
longitude and altitude). Generally, a GPS receiver will track 8
or more satellites, but that depends on the time of day and
where you are on the earth.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 443
B. GSM (SIM800L)
SIM 800 support Quad-band 850/900/1800 etc., it can
transmit SMS, voice and data information with low power
consumption. With tiny size of 24*24*3mm, it can fit into
slim or less place and compact demands of customer design.
Featuring Bluetooth and Embedded AT, it allows total more
cost savings and fast time- to -market for customer
applications develop embedded applications. Like SMS
control, Data transfer, alerts, sensors, reliable for 24x7
operation. Status is indicated by LED or screen anditssimple
with low cost.
C. Features Of GSM (SIM800L)
 Quad-band 850/900/1800Mhz.
 Connect onto any global GSM network with any 2G
SIM (in the USA, T- Mobile is suggested)
 Make and receive voice calls using a headset or an
external 8 speaker and electret microphone
 Send and receive SMS messages
 Send and receive GPRS data (TCP/IP, HTTP, etc..)
 Scan and receive FM radio broadcasts
 Lead out buzzer and vibrational motor control port
 AT command interface with "auto baud" detection
A. PANIC BUTTON
Whenever the child feels that he is in danger the press the
panic button. By pressing the panic button the message get
forwarded to parents mobile and detect the location of child.
IV. SOFTWARE SYSTEM DESIGN
Arduino Software (IDE) :
The open-source Arduino Software (IDE) makes it easy to
write the code and upload it to the board. It runs on the
Windows, Mac,ios, and Linux. The environment is written in
Java and based on the Processing and other open-source
software.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 444
F. OUTPUT AND DESIGN IMPLEMENTATION
Child module with the help of which child press the panic
button and Arduino ATmega325microcontrollergets on and
send signal to GPS.
V. ADVANTAGES
1. Application automatically operates location requests
without userinteraction because at that timechildnot
have knowledge to update his location at map.
2. That application usesSMS when internet connectivity
is not available. The system requires location and
telephony services.
3. It can be used at indoors where GPS satellites
connectivity is not available. At that time it can uses
network provides for location services.
VI. CONCLUSION AND FUTURE WORK
In the conclusion of project was designed for the locating
missing children. This project was given depth information
about child tracking system with the help oftwocomponents
such as GPS and GSM telephony services the application is
built in. Finally for this application has room for the
enhancement. Emergency alerts such features can be added
to enhance system. The proposed system willbeimprovedin
the later work.
ACKNOWLEDGMENT
The author wish to thank to the Zeal Education for granting
me permission to do the practical in laboratory and provide
the necessary software.
REFERENCES :
[1] Yuichiro MORI, Hideharu KOJIMA, Eitaro KOHNO,Shinji
INOUE,Tomoyuki OHTA, and Yoshiaki KAKUDA, ―A
Self- Configurable NewGeneration Children TrackingSystem
based on Mobile Ad Hoc Networks Consisting of Android
Mobile Terminals‖ proposed in 2011 tenth International
symposium on Autonomous decentralized system.
[2] Cyber Travel Tips, ―Statistics of Missing Child in
Malaysia‖, available at:
http://www.thecavellgroup.com/downloads/KidnappingThe
GlobalEpi demic.pdf
[3] V.Ramya, P.Vijaya Kumar,B.Palaniappan,‖ANovelDesign
of Tomoyuki Ohta, Shinji Inoue, Yoshiaki Kakuda, and Kenji
Ishida, An adaptive multihop clustering scheme for ad hoc
networks with high mobility,‖ IEICE Transactions on
Fundamentals of Electronics, Communications and Computer
Sciences (Special Issue on Multidimensional Mobile
Information Networks), vol.E86-A, no.7, pp.1689-1697, 2003.
[4] Reshma M. and Amruta K.M.―Survey on Different
Technologies of Child Tracking System‖ Proposed in 2010
International journal of computer technology.
[5] Saranya , J. Selvakumar ,“Implementation of children
tracking system on android mobile terminal”, International
conference on communication and signal processing , April-
2013,India.
[6] A.Al-Mazloum, E. Omer, M. F. A. Abdullah―GPS and SMS
based children tracking system using smart phone‖.
International Journal of Electrical, Robotics, Electronics and
Communication Engineering Vol: 7 No.2, 2013.
[7] J.W.K. Hong, S.S. Kwon, J.Y. Kim, "WebTrafMon: Web-based
Internet/Intranet Network Traffic Monitoring and Analysis
System", Journalof Compute Communications,pp.1333-1342,
1999.
[8] E.D. Karnin, J.W. Greene, and M.E. Hellman, “On secret
sharing systems” , IEEE Transactions on Information Theory,
vol.IT-29, no.1, pp.35-41, 1983.
[9] Anson Alexander, “Smartphone Usage Statistics 2012,”,
available at:http://ansonalex.com/infographics/smartphone-
usage-statistics-2012-infographic
[10] Cyber Travel Tips, “Statistics of Missing Child In
Malaysia”, available at:
http://www.thecavellgroup.com/downloads/Kidnapping-
TheGlobalEpidemic.pdf
[11] Ghaith Bader Al-Suwaidi, Mohamed Jamal Zemerly,
“Locating friends and family using mobile phones with global
positioning system (GPS),”IEEE/ACS InternationalConference
on Computer Systems and Applications, 2009.
[12] Almomani, I.M., Alkhalil, N.Y., Ahmad, E.M., Jodeh,
R.M.,“Ubiquitous GPS vehicle tracking and management
system,” 2011IEEE Jordan Conference on Applied Electrical
Engineering and ComputingTechnologies(AEECT),pp.1-6,6-8
Dec. 2011.
[13]Chandra, A., Jain, S., Qadeer , M.A., “GPS Locator: An
Application for Location Tracking and Sharing Using GPS for
Java Enabled Handhelds,” 2011 International Conference on
Computational Intelligence and Communication Networks
(CICN), pp.406-410, 7-9 Oct.2011.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 445
[14] Anderson, Ruth E., et al., “Building a transportation
information system using only GPS and basic SMS
infrastructure,” 2009 International Conference on
Information and Communication Technologies and
Development (ICTD), IEEE, 2009.
[15] Android Developers, available at:
http://developer.android.com/sdk/index.html.
[16] The Eclipse Foundation, available at:
http://www.eclipse.org.
BIOGRAPHIES:
Yuvraj Rathod is a student of 8th
semester in Department of EXTC,
Atharva college of engg. Malad . He is
working on the project titled
implementation of children tracking
system on android mobile terminal.
This paper is the outcome of the
application being developed.
Manoj Dighole is a student of 8th
semester in Department of EXTC,
Atharva college of engg. Malad . He is
working on the project titled
implementation of children tracking
system on android mobile terminal.
This paper is the outcome of the
application being developed.

More Related Content

What's hot

Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationIJAEMSJORNAL
 
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
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET Journal
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET Journal
 
IRJET-Protection for Women using IoT Smart Device with Location and Parameters
IRJET-Protection for Women using IoT Smart Device with Location and ParametersIRJET-Protection for Women using IoT Smart Device with Location and Parameters
IRJET-Protection for Women using IoT Smart Device with Location and ParametersIRJET Journal
 
IRJET - SMS based Accident Alert with GPS Coordinates
IRJET -  	  SMS based Accident Alert with GPS CoordinatesIRJET -  	  SMS based Accident Alert with GPS Coordinates
IRJET - SMS based Accident Alert with GPS CoordinatesIRJET Journal
 
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPSADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPSEG TECHNOLOGIES
 
IRJET- IoT and ML based Smart TV for Child Eyes Safety
IRJET-  	  IoT and ML based Smart TV for Child Eyes SafetyIRJET-  	  IoT and ML based Smart TV for Child Eyes Safety
IRJET- IoT and ML based Smart TV for Child Eyes SafetyIRJET Journal
 
Vehicle Security System
Vehicle Security SystemVehicle Security System
Vehicle Security SystemVISHAL DONGA
 
IRJET- IoT based Smart Voting System
IRJET- IoT based Smart Voting SystemIRJET- IoT based Smart Voting System
IRJET- IoT based Smart Voting SystemIRJET Journal
 
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET Journal
 
IOT Cloud Based Real Time Automobile Monitoring System
IOT Cloud Based Real Time Automobile Monitoring SystemIOT Cloud Based Real Time Automobile Monitoring System
IOT Cloud Based Real Time Automobile Monitoring SystemDr. Amarjeet Singh
 
IRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking SystemIRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking SystemIRJET Journal
 
Ieee+Hardware+List+2009
Ieee+Hardware+List+2009Ieee+Hardware+List+2009
Ieee+Hardware+List+2009pavan
 
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...IRJET Journal
 
IRJET - Wireless Military Defense Robot
IRJET -  	  Wireless Military Defense RobotIRJET -  	  Wireless Military Defense Robot
IRJET - Wireless Military Defense RobotIRJET Journal
 
IRJET- Voice based Elder Care System
IRJET- Voice based Elder Care SystemIRJET- Voice based Elder Care System
IRJET- Voice based Elder Care SystemIRJET Journal
 

What's hot (20)

Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
 
GO SAFE: Rapid Intelligent System for Women and Child Safety
GO SAFE: Rapid Intelligent System for Women and Child SafetyGO SAFE: Rapid Intelligent System for Women and Child Safety
GO SAFE: Rapid Intelligent System for Women and Child Safety
 
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 - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic System
 
IRJET-Protection for Women using IoT Smart Device with Location and Parameters
IRJET-Protection for Women using IoT Smart Device with Location and ParametersIRJET-Protection for Women using IoT Smart Device with Location and Parameters
IRJET-Protection for Women using IoT Smart Device with Location and Parameters
 
IRJET - SMS based Accident Alert with GPS Coordinates
IRJET -  	  SMS based Accident Alert with GPS CoordinatesIRJET -  	  SMS based Accident Alert with GPS Coordinates
IRJET - SMS based Accident Alert with GPS Coordinates
 
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPSADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
ADVANCED BIKE SECURITY SYSTEM USING GSM AND GPS
 
IRJET- IoT and ML based Smart TV for Child Eyes Safety
IRJET-  	  IoT and ML based Smart TV for Child Eyes SafetyIRJET-  	  IoT and ML based Smart TV for Child Eyes Safety
IRJET- IoT and ML based Smart TV for Child Eyes Safety
 
Vehicle Security System
Vehicle Security SystemVehicle Security System
Vehicle Security System
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
 
IRJET- IoT based Smart Voting System
IRJET- IoT based Smart Voting SystemIRJET- IoT based Smart Voting System
IRJET- IoT based Smart Voting System
 
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
 
IOT Cloud Based Real Time Automobile Monitoring System
IOT Cloud Based Real Time Automobile Monitoring SystemIOT Cloud Based Real Time Automobile Monitoring System
IOT Cloud Based Real Time Automobile Monitoring System
 
IRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking SystemIRJET- IOT based Intrusion Detection and Tracking System
IRJET- IOT based Intrusion Detection and Tracking System
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
 
Ieee+Hardware+List+2009
Ieee+Hardware+List+2009Ieee+Hardware+List+2009
Ieee+Hardware+List+2009
 
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
 
IRJET - Wireless Military Defense Robot
IRJET -  	  Wireless Military Defense RobotIRJET -  	  Wireless Military Defense Robot
IRJET - Wireless Military Defense Robot
 
IRJET- Voice based Elder Care System
IRJET- Voice based Elder Care SystemIRJET- Voice based Elder Care System
IRJET- Voice based Elder Care System
 

Similar to IRJET- Implementation of Children Tracking System on Android Mobile Terminals

IRJET- Child Safety Wearable Device using Wireless Technology
IRJET- Child Safety Wearable Device using Wireless TechnologyIRJET- Child Safety Wearable Device using Wireless Technology
IRJET- Child Safety Wearable Device using Wireless TechnologyIRJET Journal
 
Mitali_child safety_PPT.pptx
Mitali_child safety_PPT.pptxMitali_child safety_PPT.pptx
Mitali_child safety_PPT.pptxVishalLabde
 
IRJET- Women Security System using GSM and GPS
IRJET-  	  Women Security System using GSM and GPSIRJET-  	  Women Security System using GSM and GPS
IRJET- Women Security System using GSM and GPSIRJET Journal
 
IJSRED-V2I1P37
IJSRED-V2I1P37IJSRED-V2I1P37
IJSRED-V2I1P37IJSRED
 
IRJET- Review on Advance Student Identity Card with GSM-GPS-RFID for Child Se...
IRJET- Review on Advance Student Identity Card with GSM-GPS-RFID for Child Se...IRJET- Review on Advance Student Identity Card with GSM-GPS-RFID for Child Se...
IRJET- Review on Advance Student Identity Card with GSM-GPS-RFID for Child Se...IRJET Journal
 
IRJET- Enactment of Smart Child Monitoring System
IRJET- Enactment of Smart Child Monitoring SystemIRJET- Enactment of Smart Child Monitoring System
IRJET- Enactment of Smart Child Monitoring SystemIRJET Journal
 
IRJET- Arduino Based Child Tracking System Using GPS and GSM
IRJET-  	  Arduino Based Child Tracking System Using GPS and GSMIRJET-  	  Arduino Based Child Tracking System Using GPS and GSM
IRJET- Arduino Based Child Tracking System Using GPS and GSMIRJET Journal
 
IRJET - Women’s Safety System using IoT
IRJET -  	  Women’s Safety System using IoTIRJET -  	  Women’s Safety System using IoT
IRJET - Women’s Safety System using IoTIRJET Journal
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET Journal
 
IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking SystemIRJET Journal
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET Journal
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET Journal
 
IRJET- A Survey on Child Safety & Tracking Management System
IRJET- A Survey on Child Safety & Tracking Management SystemIRJET- A Survey on Child Safety & Tracking Management System
IRJET- A Survey on Child Safety & Tracking Management SystemIRJET Journal
 
IRJET - Woman Safety Device using Arduino, GPS and GSM Module
IRJET - Woman Safety Device using Arduino, GPS and GSM ModuleIRJET - Woman Safety Device using Arduino, GPS and GSM Module
IRJET - Woman Safety Device using Arduino, GPS and GSM ModuleIRJET Journal
 
IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET Journal
 
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIRJET Journal
 
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...IRJET Journal
 
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...IRJET Journal
 
Presentation slides on Child Tracking System
Presentation slides on Child Tracking SystemPresentation slides on Child Tracking System
Presentation slides on Child Tracking SystemMd Kafiul Islam
 
presentationslidesonchildtrackingsystem-201025132440.pdf
presentationslidesonchildtrackingsystem-201025132440.pdfpresentationslidesonchildtrackingsystem-201025132440.pdf
presentationslidesonchildtrackingsystem-201025132440.pdfHariKrishnan106280
 

Similar to IRJET- Implementation of Children Tracking System on Android Mobile Terminals (20)

IRJET- Child Safety Wearable Device using Wireless Technology
IRJET- Child Safety Wearable Device using Wireless TechnologyIRJET- Child Safety Wearable Device using Wireless Technology
IRJET- Child Safety Wearable Device using Wireless Technology
 
Mitali_child safety_PPT.pptx
Mitali_child safety_PPT.pptxMitali_child safety_PPT.pptx
Mitali_child safety_PPT.pptx
 
IRJET- Women Security System using GSM and GPS
IRJET-  	  Women Security System using GSM and GPSIRJET-  	  Women Security System using GSM and GPS
IRJET- Women Security System using GSM and GPS
 
IJSRED-V2I1P37
IJSRED-V2I1P37IJSRED-V2I1P37
IJSRED-V2I1P37
 
IRJET- Review on Advance Student Identity Card with GSM-GPS-RFID for Child Se...
IRJET- Review on Advance Student Identity Card with GSM-GPS-RFID for Child Se...IRJET- Review on Advance Student Identity Card with GSM-GPS-RFID for Child Se...
IRJET- Review on Advance Student Identity Card with GSM-GPS-RFID for Child Se...
 
IRJET- Enactment of Smart Child Monitoring System
IRJET- Enactment of Smart Child Monitoring SystemIRJET- Enactment of Smart Child Monitoring System
IRJET- Enactment of Smart Child Monitoring System
 
IRJET- Arduino Based Child Tracking System Using GPS and GSM
IRJET-  	  Arduino Based Child Tracking System Using GPS and GSMIRJET-  	  Arduino Based Child Tracking System Using GPS and GSM
IRJET- Arduino Based Child Tracking System Using GPS and GSM
 
IRJET - Women’s Safety System using IoT
IRJET -  	  Women’s Safety System using IoTIRJET -  	  Women’s Safety System using IoT
IRJET - Women’s Safety System using IoT
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
 
IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking System
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue System
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security System
 
IRJET- A Survey on Child Safety & Tracking Management System
IRJET- A Survey on Child Safety & Tracking Management SystemIRJET- A Survey on Child Safety & Tracking Management System
IRJET- A Survey on Child Safety & Tracking Management System
 
IRJET - Woman Safety Device using Arduino, GPS and GSM Module
IRJET - Woman Safety Device using Arduino, GPS and GSM ModuleIRJET - Woman Safety Device using Arduino, GPS and GSM Module
IRJET - Woman Safety Device using Arduino, GPS and GSM Module
 
IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue System
 
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
 
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
 
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
 
Presentation slides on Child Tracking System
Presentation slides on Child Tracking SystemPresentation slides on Child Tracking System
Presentation slides on Child Tracking System
 
presentationslidesonchildtrackingsystem-201025132440.pdf
presentationslidesonchildtrackingsystem-201025132440.pdfpresentationslidesonchildtrackingsystem-201025132440.pdf
presentationslidesonchildtrackingsystem-201025132440.pdf
 

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

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
 
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
 
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
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
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
 
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
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

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
 
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
 
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
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
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
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
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
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 

IRJET- Implementation of Children Tracking System on Android Mobile Terminals

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 441 IMPLEMENTATION OF CHILDREN TRACKING SYSTEM ON ANDROID MOBILE TERMINALS Yuvraj Rathod1, Manoj Dighole2, Ritu Sharma3 1,2 Students, Department Electronics and telecommunication, Atharva College of Engineering Mumbai 3Assistant prof, Department Electronics and telecommunication, Atharva College of Engineering Mumbai ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract: Recently in all over the world in every 40 seconds child becomes missing or kidnapped. The increasing prevalence of children wandering has many parents very concerned. We have to see and read many stories about children’s or students who are kidnapped or not reaching homes. Most of the stories have had tragic endings. This paper focuses on implementing children tracking location systemfor every child attendingschool. Nowadays morechildren getting lost, Sen. CharlesSchumer has proposed that the federal government provide funding for tracking devicesfor Autisticchildren so they do not go missing. These proposed tracking devices can be worn as wrist watches, anklets or in I -cards. The child module include ARDUINO, Global positioning system , Global system for mobile communication and receiverinclude parents mobilephone.Itis very useful for women safety. Index Terms:- Global Positioning System (GPS), Short Messaging Service(SMS),Global System for Mobile Communications(GSM),Network Services. I. INTRODUCTION : Designing a child tracking system to assure parents that their child is safefrom suspiciousactions andhappyinschool environment.The information of child being missed issentto respective parents mobile, if they move beyond the coverage area. Also, when child wants to convey that they are in danger than they will press a panic button given on their school i-card. Mobile terminals have wireless local area network (LAN) and Bluetooth device. It adopts bluetooth communication among mobile terminals in every group to collect information and delivers to respective server using wireless LAN.  Architecture of system shown in figure II. EXSTING SYSTEM System developed by Yuichiro MORI, et.al, uses “Autonomous Clustering Technique” for managing groups of Android terminals attached to children in school. Android terminals have wireless LAN and Bluetooth device. It results in lack of individual attention towardsthe children.Itofferslesssecurity [2]. Studiesconducted by CyberTravelTips[3],showedthatin Malaysia, missing children are basically classified into two categories.The first categoryis disappearance,whichincludes running away from home. Children tracking system is also developedonmobile ad hocnetworks.Systemdevelopedin[4] says that in GPS system and tag based system, each parent cannot obtain group information on the vicinity of the child. A self-configurable new generation children tracking system. Hiroshima City Children Tracking System is a safety support system for children based on ad hoc network technologies. Field experimentshave been conductedincooperationwithan elementary school in Hiroshima. In this paper, propose a new generation children tracking system which is based on experiences and findings of the field experiments for Hiroshima children tracking system[5].Existingtechnologies, however, are not powerful to prevent crimes against children
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 442 and helpful parent‘s since it is difficult to take information of children as a group. III. HARDWARE SYSTEM DESIGN A. Arduino Microcontroller Board Arduino Uno is a microcontroller board based on the ATmega328P. It has 14 digital input/output pins(of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it toacomputer with a USB cable or power it with a AC-to-DC adapter or battery to get started. It needs low power of 5V for functioning thus suiting for this project. The embedded microcontroller has the knowledge to give AT commands to initiate and send the child information message to mobile phone through GSM module. For those of you who are using an ATmega328 with the Arduino Bootloader code on your own circuit board here is the pinout details which showsthe chip pin numbersandthe associated Arduino pins  Arduino ATmega328 Pinout Port B has pins B0 to B5 Port C has pins C0 to C5 Port D has Pins D0 to D7  Arduino ATmega328 TQFP Pinout A. GPS (NEO-6M) Module : The Global Positioning System (GPS) is a satellite-based navigation system made up of at least 24 satellites. GPS works in any weather conditions, anywhere in the world, 24 hours a day, with no subscription fees or setup charges. GPS satellites circle the Earth twice a day in a precise orbit. Each satellite transmits a unique signal and orbital parametersthat allow GPS devicesto decode andcomputethe precise location of the satellite. GPS receivers use this information and trilateration to calculate a user's exact location. Essentially, the GPS receiver measures the distance to each satellite by the amount of time it takes to receive a transmitted signal. With distance measurements from a few more satellites, the receiver can determine a user's position and display it. To calculate your 2-D position (latitude and longitude) and track movement, a GPS receiver must be locked on to the signal of at least 3 satellites. With 4 or more satellites in view, the receiver can determine your 3-D position (latitude, longitude and altitude). Generally, a GPS receiver will track 8 or more satellites, but that depends on the time of day and where you are on the earth.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 443 B. GSM (SIM800L) SIM 800 support Quad-band 850/900/1800 etc., it can transmit SMS, voice and data information with low power consumption. With tiny size of 24*24*3mm, it can fit into slim or less place and compact demands of customer design. Featuring Bluetooth and Embedded AT, it allows total more cost savings and fast time- to -market for customer applications develop embedded applications. Like SMS control, Data transfer, alerts, sensors, reliable for 24x7 operation. Status is indicated by LED or screen anditssimple with low cost. C. Features Of GSM (SIM800L)  Quad-band 850/900/1800Mhz.  Connect onto any global GSM network with any 2G SIM (in the USA, T- Mobile is suggested)  Make and receive voice calls using a headset or an external 8 speaker and electret microphone  Send and receive SMS messages  Send and receive GPRS data (TCP/IP, HTTP, etc..)  Scan and receive FM radio broadcasts  Lead out buzzer and vibrational motor control port  AT command interface with "auto baud" detection A. PANIC BUTTON Whenever the child feels that he is in danger the press the panic button. By pressing the panic button the message get forwarded to parents mobile and detect the location of child. IV. SOFTWARE SYSTEM DESIGN Arduino Software (IDE) : The open-source Arduino Software (IDE) makes it easy to write the code and upload it to the board. It runs on the Windows, Mac,ios, and Linux. The environment is written in Java and based on the Processing and other open-source software.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 444 F. OUTPUT AND DESIGN IMPLEMENTATION Child module with the help of which child press the panic button and Arduino ATmega325microcontrollergets on and send signal to GPS. V. ADVANTAGES 1. Application automatically operates location requests without userinteraction because at that timechildnot have knowledge to update his location at map. 2. That application usesSMS when internet connectivity is not available. The system requires location and telephony services. 3. It can be used at indoors where GPS satellites connectivity is not available. At that time it can uses network provides for location services. VI. CONCLUSION AND FUTURE WORK In the conclusion of project was designed for the locating missing children. This project was given depth information about child tracking system with the help oftwocomponents such as GPS and GSM telephony services the application is built in. Finally for this application has room for the enhancement. Emergency alerts such features can be added to enhance system. The proposed system willbeimprovedin the later work. ACKNOWLEDGMENT The author wish to thank to the Zeal Education for granting me permission to do the practical in laboratory and provide the necessary software. REFERENCES : [1] Yuichiro MORI, Hideharu KOJIMA, Eitaro KOHNO,Shinji INOUE,Tomoyuki OHTA, and Yoshiaki KAKUDA, ―A Self- Configurable NewGeneration Children TrackingSystem based on Mobile Ad Hoc Networks Consisting of Android Mobile Terminals‖ proposed in 2011 tenth International symposium on Autonomous decentralized system. [2] Cyber Travel Tips, ―Statistics of Missing Child in Malaysia‖, available at: http://www.thecavellgroup.com/downloads/KidnappingThe GlobalEpi demic.pdf [3] V.Ramya, P.Vijaya Kumar,B.Palaniappan,‖ANovelDesign of Tomoyuki Ohta, Shinji Inoue, Yoshiaki Kakuda, and Kenji Ishida, An adaptive multihop clustering scheme for ad hoc networks with high mobility,‖ IEICE Transactions on Fundamentals of Electronics, Communications and Computer Sciences (Special Issue on Multidimensional Mobile Information Networks), vol.E86-A, no.7, pp.1689-1697, 2003. [4] Reshma M. and Amruta K.M.―Survey on Different Technologies of Child Tracking System‖ Proposed in 2010 International journal of computer technology. [5] Saranya , J. Selvakumar ,“Implementation of children tracking system on android mobile terminal”, International conference on communication and signal processing , April- 2013,India. [6] A.Al-Mazloum, E. Omer, M. F. A. Abdullah―GPS and SMS based children tracking system using smart phone‖. International Journal of Electrical, Robotics, Electronics and Communication Engineering Vol: 7 No.2, 2013. [7] J.W.K. Hong, S.S. Kwon, J.Y. Kim, "WebTrafMon: Web-based Internet/Intranet Network Traffic Monitoring and Analysis System", Journalof Compute Communications,pp.1333-1342, 1999. [8] E.D. Karnin, J.W. Greene, and M.E. Hellman, “On secret sharing systems” , IEEE Transactions on Information Theory, vol.IT-29, no.1, pp.35-41, 1983. [9] Anson Alexander, “Smartphone Usage Statistics 2012,”, available at:http://ansonalex.com/infographics/smartphone- usage-statistics-2012-infographic [10] Cyber Travel Tips, “Statistics of Missing Child In Malaysia”, available at: http://www.thecavellgroup.com/downloads/Kidnapping- TheGlobalEpidemic.pdf [11] Ghaith Bader Al-Suwaidi, Mohamed Jamal Zemerly, “Locating friends and family using mobile phones with global positioning system (GPS),”IEEE/ACS InternationalConference on Computer Systems and Applications, 2009. [12] Almomani, I.M., Alkhalil, N.Y., Ahmad, E.M., Jodeh, R.M.,“Ubiquitous GPS vehicle tracking and management system,” 2011IEEE Jordan Conference on Applied Electrical Engineering and ComputingTechnologies(AEECT),pp.1-6,6-8 Dec. 2011. [13]Chandra, A., Jain, S., Qadeer , M.A., “GPS Locator: An Application for Location Tracking and Sharing Using GPS for Java Enabled Handhelds,” 2011 International Conference on Computational Intelligence and Communication Networks (CICN), pp.406-410, 7-9 Oct.2011.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 445 [14] Anderson, Ruth E., et al., “Building a transportation information system using only GPS and basic SMS infrastructure,” 2009 International Conference on Information and Communication Technologies and Development (ICTD), IEEE, 2009. [15] Android Developers, available at: http://developer.android.com/sdk/index.html. [16] The Eclipse Foundation, available at: http://www.eclipse.org. BIOGRAPHIES: Yuvraj Rathod is a student of 8th semester in Department of EXTC, Atharva college of engg. Malad . He is working on the project titled implementation of children tracking system on android mobile terminal. This paper is the outcome of the application being developed. Manoj Dighole is a student of 8th semester in Department of EXTC, Atharva college of engg. Malad . He is working on the project titled implementation of children tracking system on android mobile terminal. This paper is the outcome of the application being developed.