SlideShare a Scribd company logo
Presented by: Under the guidance of,
IoT based Child tracking and safety System
•
•
•
•
•
•
•
•
•
•
•
Introduction
Literature survey
Problem statement
Objectives
Specification Of the system
Flow Chart
System model
Applications
Limitations
Summary
References
•
The Internet of Things refers to the set of devices and systems that stay
interconnected with real-world sensors and actuators to the Internet. The motivation
for this wearable comes from the increasing need of safety for children. This project
focuses on a key aspect any children in danger can be helped by the people around
the child. Most of the wearables available today are focused on providing the
location, activity, etc. of the child to the parents via Wi-Fi and Bluetooth . But Wi- Fi
and Bluetooth seem a very unreliable source to transfer information. Therefore it is
efficient to use SMS as the mode of communication between the parent and child's
wearable device, as this has fewer chances of failing compared to Wi-Fi and
Bluetooth. The platform on which this project will be running on is the Arduino Uno
microcontroller board based on the ATmega328P, and the functions of sending and
receiving SMS, calls and connecting to the internet which is provided by the Arduino
GSM shield using the GSM network. ThingSpeak is an open-source Internet of
Things (IoT) application and API to store and retrieve data from things using the
HTTP protocol over the Internet or via a Local Area
Introduction
Network. It is an IoT analytics platform service that allows you to aggregate,
visualize and analyze live data streams in the cloud. ThingSpeak provides instant
visualizations of data posted by your devices to ThingSpeak. With the ability to
execute MATLAB code in ThingSpeak you can perform online analysis and
processing of the data as it comes in. ThingSpeak is often used for prototyping and
proof of concept IoT systems that require analytics. ThingSpeak enables the
creation of sensor logging applications, location tracking applications, and a social
network of things with status updates". Also, additional modules employed which
will provide the current location of the child to the parents via SMS.
Sr no. Author Papers Description
1. Gowri Priya. B,
Kunguma Abirami. B,
Monisha. T,
Kalaiarasu.
“SMART CHILD SAFETY
MONITORING SYSTEM”
This paper demonstrate the design
Child safety system using GPS and
GSM with IoT platform and siren
alert system
2. VISHAKA ASUNDKAR
“ENHANCE SAFETY
SECURITY AND TRACKING
SYSTEM FOR SCHOOL BUS
AND CHILDREN ”
The system consists of three main
units, bus unit, parent unit and school
unit. The bus unit consist of hardware
parts. The bus unit is used to detect
when a child enters/exits from the
bus using RFID Card.
3. G.BHARATHI, 2L.
RAMURTHY
IMPLEMENTATION OF CHILDREN
TRACKING SYSTEM USING ARM7
MICROCONTROLLER
The proposed system includes
tracking the child’s movement to
and from school.
Sr . Author
no
Paper Name Description
4. A. Al-Mazloum, E.
Omer, M. F. A.
Abdullah
“GPS and SMS-
Based Child
Tracking System
Using Smart
Phone”
The proposed solution takes the advantage of
the location services provided by mobile phone
since most of kids carry mobile phones. The
mobile application use the GPS and SMS
services found in Android mobile phones
5. Ms. Thania
Kumar,Athul P
Ravi, AThulya
Balachandran, K C
Reshma, Sruthi
Suresh
“My Kid : An
Android Based
Child Tracking
System”
The proposed system includes monitoring of the
child's movement to and from school. The info
pertaining to missed child is sent to their
respective parents. Not only the information
about the child's whereabouts but also whether
the child is crying is sent to parents through text
message to their Android mobile device.
6. Rajkumar 1,
D. Rajendra
prasad 2
“CHILD SAFETY
WEARABLE
DEVICE”
This paper discusses the concept of a smart child
wearable device for little children. The major advantage of
this wearable over other wearable is that it can be used in
any cell phone and doesn't necessarily require an
expensive smart phone and not a very tech savvy
Problem statement
• To Design and Implement IoT based Child tracking and
safety System and make efficient use of hardware as well
software tools to integrate the system to perform the desired
task.
• System incorporate communication model like GSM
• Global positioning system Like GPS
• And Thingspeak as IoT platform connected via Node- MCU.
• Initializes system on Arduino UNO.
• The focus of this paper is to have an SMS text
enabled communication medium between the
child's device and the parent as the environment
for GSM mobile communication is almost present
everywhere.
• Realtime location and the heartbeat rate of the
child are periodically updated in the android
application in the parents mobile.
• Realtime data uploaded to IoT platform using wifi
with thingspeak
• Hardware interfaces
• 1) ATmega 328p – Arduino Uno
• 2) GPS sensor – Neo-6M
• 3) GSM Modem- SIM 800C
• 4) ESP8266-wifi module
• 5) Buzzer
• 6) LCD Display
• 7) LED indicators
• 8) Power Supply- USB
Software Interfaces
1) Programming Language: Embedded C
2) Tools to be used: Arduino IDE
3) Things speak for IoT platform
4) GPS library
5) GSM library
Start
Power ON
Is safety
Button
pressed
?
Activate GSM module
Find Location using GPS
Send Alert MSG/Call using GSM
Stop
Yes
No
Use Wifi Module to
send data to IoT
Yes
Arduino
UNO
Microcontroller
GSM
GPS
Node MCU-
Wi-fi
Panic
Switch
Power
supply
16x2 LCD USER
Mobile
Siren/Buzzer
Project Hardware setup
Arduino
GPS
GSM- SIM800C An Active Buzzer Alarm Module
Tactile 4 Pin Push Button Switch Node-MCU ESP8266
Specifications
Arduino: is a surface mount breadboard embedded version with integrated USB. It
is the smallest, complete, and breadboard-friendly. It has everything that
Diecimila/Duemilanove has (electrically) with more analog input pins and onboard
+5V AREF jumper. Physically, it is missing power jack. The Nano is automatically
sensing and switch to the higher potential source of power, there is no need for the
power select jumper.
Nanos got the breadboard-ability of the Boarduino and the Mini+USB with a smaller
footprint than either, so users have more breadboard space. Its got a pin layout that
works well with the Mini or the Basic Stamp (TX, RX, ATN, GND on one top, power
and ground on the other). This new version 3.0 comes with ATMEGA328 which offer
more programming and data memory space. It is two layers.
GPS NEO-6M: is a complete GPS module that is based on the NEO 6M GPS.
This unit uses the latest technology to give the best possible positioning
information and includes a larger built-in 25 x 25mm active GPS antenna
with a UART TTL socket. A battery is also included so that you can obtain a
GPS lock faster. This is an updated GPS module that can be used with
ardupilot mega v2. This GPS module gives the best possible position
information, allowing for better performance with your Ardupilot or other
Multirotor control platform.
The GPS module has serial TTL output, it has four pins: TX, RX, VCC, and
GND.
GSM SIM800C Modem with Antenna Module’s baud rate is configurable from 9600-115200
through AT command. The GSM GPRS Modem is having internal TCP/IP stack to enable you to
connect with the internet via GPRS. It is suitable for SMS, Voice as well as DATA transfer
applications in the M2M interface.
The onboard Regulated Power supply allows you to connect a wide range of unregulated
power supply. Using this modem, you can make audio calls, SMS, Read SMS, attend the
incoming calls and internet, etc through simple AT commands.
The Modem is built with Quad-Band GSM/GPRS engine-SIM800C from SIMCOM, works on
frequencies 850/ 900/ 1800/ 1900 MHz. The Modem is populated with DB9 Female connector
so as to directly connect with computer or other RS232 Compatible devices. MAX3232 from
MAXIM Semiconductor is used for the RS232 Level conversion.
The modem will work with 5-12V DC, which can be fed either through onboard 2 Pin RMC
connector or DC Jack. The modem is powered by a High Current Low Dropout Linear Voltage
regulator so as to withstand high surge current requirement (may rise up to 2A).
features of SIM800C Module:
Quad-band 850/900/1800/1900MHz.
GPRS multi-slot class 12/10.
GPRS mobile station class B.
Compliant to GSM phase 2/2+
Class 4 (2 W @ 850/900MHz)
Class 1 (1 W @ 1800/1900MHz)
Control via AT commands.
(3GPP TS 27.007, 27.005 and SIMCom enhanced AT Commands).
Low power consumption.
NodeMCU is a low-cost open source IoT platform. It initially included firmware
which runs on the ESP8266 Wi-Fi SoC from Espressif Systems, and hardware which
was based on the ESP-12 module. Later, support for the ESP32 32-bit MCU was
added.
Specifications:-
Supply voltage:
Micro USB: 5V DC
5V pin: 5V DC
3V3 pin: 3.3V DC
GPIO voltage: 3.3V
Chip: ESP8266 ESP-12S
Flash memory: 4MB
Built-in Wi-Fi
USB to serial converter: CH340C
Built-in RGB LED:
Red: GPIO4
Green: GPIO2
Blue: GPIO5
CH340 drivers:
Windows
Mac OSX
Linux
Android
• Child safety at crowd place
• Child safety in schools
• Child safety in malls
• Child Safety in Events
• Can be used for Elderly people in case of missing
• Reliable system
• Dual mode of indication
• Data monitoring online
• Long distance cover due to GSM
• Location accuracy due to GPS
• Low maintenance cost
• Easy to use and handle or carry
• Easy to expand in future
• Not a robust device
• Battery operated
• Need proper training to child for handling
• Component availability
• The system has presented a Smart safety device for
child monitoring using Internet of Things . It provides
efficient monitoring of child with the help of GPS and
GSM based Technology.
• The proposed system provides communication
between parent and child. It provides parents with the
Realtime Location, with Distress alarm buzzer for their
child's surroundings and the ability to locate their child
or alert bystanders in acting to rescue or comfort the
child.
• The application keeps track of the child periodically
and updates the status of child to the user . Thus the
parents are always kept aware of their Child
constantly.
[1] Hamid Shahnasser,Akash Moodbidri, “Child Safety Wearable Device”,
“International Conference on Information Networking”,CA 94132, IEEE-
2017.
[2] Vishaka Asundkar, “Enhance Safety Security And Tracking System For
School Bus And Children”,International Conference On Innovative Trends In
Engineering Research (Iciter-2016) International Journal of Innovations in
Engineering, Research and Technology,IJIERT-ICITER16,ISSN:2394-3696
26th June,2016.
[3] G Bharathi, L Ramurthy , “Implementation of Children Tracking System
Using ARM7 Microcontroller” International Journal of industrial Electronics
and Electrical Engineering vol 2 12 dec 2014.
[4] Al-Mazloum, E. Omer, M. F. A. Abdullah, “GPS and SMS-Based Child
Tracking System Using Smart Phone”,World Academy of Science,
Engineering and Technology International Journal of Electronics and
Communication Engineering Vol:7, No:2, 2013.
[5] Ms. Thania Kumar,Athul P Ravi, AThulya Balachandran, K C Reshma,
Sruthi Suresh, “My Kid : An Android Based Child Tracking System”,
International Journal of New Technology and Research (IJNTR) ISSN:2454-
4116, Volume-2, Issue5, May 2016.
Mitali_child safety_PPT.pptx

More Related Content

Similar to Mitali_child safety_PPT.pptx

Arduino Based smart security system for Women And Children safety project.pptx
Arduino Based smart security system for Women And Children safety project.pptxArduino Based smart security system for Women And Children safety project.pptx
Arduino Based smart security system for Women And Children safety project.pptx
NeeteshKumar66
 
Smart and Secure Home using IoT
Smart and Secure Home using IoTSmart and Secure Home using IoT
Smart and Secure Home using IoT
IRJET Journal
 
Deigne and Construction Smart Remote(Smart Phone ) base Home appliance contr...
Deigne and Construction Smart Remote(Smart Phone  ) base Home appliance contr...Deigne and Construction Smart Remote(Smart Phone  ) base Home appliance contr...
Deigne and Construction Smart Remote(Smart Phone ) base Home appliance contr...
shajib7
 
CHILD TRACKING SYSTEM
CHILD TRACKING SYSTEMCHILD TRACKING SYSTEM
CHILD TRACKING SYSTEM
Techno Electronics
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
IRJET Journal
 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior Citizens
IRJET Journal
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET Journal
 
IOT Based Smart Home System Technologies
IOT Based Smart Home System TechnologiesIOT Based Smart Home System Technologies
IOT Based Smart Home System Technologies
IJERDJOURNAL
 
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMA ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
ijistjournal
 
A zigbee and embedded based security
A zigbee and embedded based securityA zigbee and embedded based security
A zigbee and embedded based security
ijistjournal
 
Internet of things & its insights
Internet of things & its insightsInternet of things & its insights
Internet of things & its insights
Saswati
 
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
IRJET Journal
 
NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.
IRJET Journal
 
Designing Of Multifunctional Surveillance And Security System
Designing Of Multifunctional Surveillance And Security SystemDesigning Of Multifunctional Surveillance And Security System
Designing Of Multifunctional Surveillance And Security System
IRJET Journal
 
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Conference Papers
 
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Journal Papers
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOT
IRJET Journal
 
cargo container pilferege project
cargo container pilferege projectcargo container pilferege project
cargo container pilferege project
Devanshu Suman
 
Home Security System using ESP32-CAM and Telegram Application
Home Security System using ESP32-CAM and Telegram ApplicationHome Security System using ESP32-CAM and Telegram Application
Home Security System using ESP32-CAM and Telegram Application
IRJET Journal
 
Internet of things for the “smart home”
Internet of things for the “smart home”Internet of things for the “smart home”
Internet of things for the “smart home”
Virendra Thakur
 

Similar to Mitali_child safety_PPT.pptx (20)

Arduino Based smart security system for Women And Children safety project.pptx
Arduino Based smart security system for Women And Children safety project.pptxArduino Based smart security system for Women And Children safety project.pptx
Arduino Based smart security system for Women And Children safety project.pptx
 
Smart and Secure Home using IoT
Smart and Secure Home using IoTSmart and Secure Home using IoT
Smart and Secure Home using IoT
 
Deigne and Construction Smart Remote(Smart Phone ) base Home appliance contr...
Deigne and Construction Smart Remote(Smart Phone  ) base Home appliance contr...Deigne and Construction Smart Remote(Smart Phone  ) base Home appliance contr...
Deigne and Construction Smart Remote(Smart Phone ) base Home appliance contr...
 
CHILD TRACKING SYSTEM
CHILD TRACKING SYSTEMCHILD TRACKING SYSTEM
CHILD TRACKING SYSTEM
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior Citizens
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
 
IOT Based Smart Home System Technologies
IOT Based Smart Home System TechnologiesIOT Based Smart Home System Technologies
IOT Based Smart Home System Technologies
 
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEMA ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
A ZIGBEE AND EMBEDDED BASED SECURITY MONITORING AND CONTROL SYSTEM
 
A zigbee and embedded based security
A zigbee and embedded based securityA zigbee and embedded based security
A zigbee and embedded based security
 
Internet of things & its insights
Internet of things & its insightsInternet of things & its insights
Internet of things & its insights
 
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
 
NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.NRF based wireless light and Fan dimmer controlling system.
NRF based wireless light and Fan dimmer controlling system.
 
Designing Of Multifunctional Surveillance And Security System
Designing Of Multifunctional Surveillance And Security SystemDesigning Of Multifunctional Surveillance And Security System
Designing Of Multifunctional Surveillance And Security System
 
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
 
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...Implementation of vehicle ventilation system using node mcu esp8266 for remot...
Implementation of vehicle ventilation system using node mcu esp8266 for remot...
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOT
 
cargo container pilferege project
cargo container pilferege projectcargo container pilferege project
cargo container pilferege project
 
Home Security System using ESP32-CAM and Telegram Application
Home Security System using ESP32-CAM and Telegram ApplicationHome Security System using ESP32-CAM and Telegram Application
Home Security System using ESP32-CAM and Telegram Application
 
Internet of things for the “smart home”
Internet of things for the “smart home”Internet of things for the “smart home”
Internet of things for the “smart home”
 

More from VishalLabde

Second PPT.ppt
Second  PPT.pptSecond  PPT.ppt
Second PPT.ppt
VishalLabde
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
VishalLabde
 
PPT_1.pptx
PPT_1.pptxPPT_1.pptx
PPT_1.pptx
VishalLabde
 
PPT.pptx
PPT.pptxPPT.pptx
PPT.pptx
VishalLabde
 
sonali ppt_Raspberry pi.pptx
sonali ppt_Raspberry pi.pptxsonali ppt_Raspberry pi.pptx
sonali ppt_Raspberry pi.pptx
VishalLabde
 
Mahesh_Smart Garbage Management System.pptx
Mahesh_Smart Garbage Management System.pptxMahesh_Smart Garbage Management System.pptx
Mahesh_Smart Garbage Management System.pptx
VishalLabde
 
Smart Garbage Management System.pptx
Smart Garbage Management System.pptxSmart Garbage Management System.pptx
Smart Garbage Management System.pptx
VishalLabde
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
VishalLabde
 
Skin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptxSkin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptx
VishalLabde
 
Vivek_Presentation1.pptx
Vivek_Presentation1.pptxVivek_Presentation1.pptx
Vivek_Presentation1.pptx
VishalLabde
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
VishalLabde
 

More from VishalLabde (11)

Second PPT.ppt
Second  PPT.pptSecond  PPT.ppt
Second PPT.ppt
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
PPT_1.pptx
PPT_1.pptxPPT_1.pptx
PPT_1.pptx
 
PPT.pptx
PPT.pptxPPT.pptx
PPT.pptx
 
sonali ppt_Raspberry pi.pptx
sonali ppt_Raspberry pi.pptxsonali ppt_Raspberry pi.pptx
sonali ppt_Raspberry pi.pptx
 
Mahesh_Smart Garbage Management System.pptx
Mahesh_Smart Garbage Management System.pptxMahesh_Smart Garbage Management System.pptx
Mahesh_Smart Garbage Management System.pptx
 
Smart Garbage Management System.pptx
Smart Garbage Management System.pptxSmart Garbage Management System.pptx
Smart Garbage Management System.pptx
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
Skin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptxSkin melanoma stage detection - CNN.pptx
Skin melanoma stage detection - CNN.pptx
 
Vivek_Presentation1.pptx
Vivek_Presentation1.pptxVivek_Presentation1.pptx
Vivek_Presentation1.pptx
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 

Recently uploaded

Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
awadeshbabu
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 

Recently uploaded (20)

Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
[JPP-1] - (JEE 3.0) - Kinematics 1D - 14th May..pdf
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 

Mitali_child safety_PPT.pptx

  • 1. Presented by: Under the guidance of, IoT based Child tracking and safety System
  • 2. • • • • • • • • • • • Introduction Literature survey Problem statement Objectives Specification Of the system Flow Chart System model Applications Limitations Summary References
  • 3. • The Internet of Things refers to the set of devices and systems that stay interconnected with real-world sensors and actuators to the Internet. The motivation for this wearable comes from the increasing need of safety for children. This project focuses on a key aspect any children in danger can be helped by the people around the child. Most of the wearables available today are focused on providing the location, activity, etc. of the child to the parents via Wi-Fi and Bluetooth . But Wi- Fi and Bluetooth seem a very unreliable source to transfer information. Therefore it is efficient to use SMS as the mode of communication between the parent and child's wearable device, as this has fewer chances of failing compared to Wi-Fi and Bluetooth. The platform on which this project will be running on is the Arduino Uno microcontroller board based on the ATmega328P, and the functions of sending and receiving SMS, calls and connecting to the internet which is provided by the Arduino GSM shield using the GSM network. ThingSpeak is an open-source Internet of Things (IoT) application and API to store and retrieve data from things using the HTTP protocol over the Internet or via a Local Area
  • 4. Introduction Network. It is an IoT analytics platform service that allows you to aggregate, visualize and analyze live data streams in the cloud. ThingSpeak provides instant visualizations of data posted by your devices to ThingSpeak. With the ability to execute MATLAB code in ThingSpeak you can perform online analysis and processing of the data as it comes in. ThingSpeak is often used for prototyping and proof of concept IoT systems that require analytics. ThingSpeak enables the creation of sensor logging applications, location tracking applications, and a social network of things with status updates". Also, additional modules employed which will provide the current location of the child to the parents via SMS.
  • 5. Sr no. Author Papers Description 1. Gowri Priya. B, Kunguma Abirami. B, Monisha. T, Kalaiarasu. “SMART CHILD SAFETY MONITORING SYSTEM” This paper demonstrate the design Child safety system using GPS and GSM with IoT platform and siren alert system 2. VISHAKA ASUNDKAR “ENHANCE SAFETY SECURITY AND TRACKING SYSTEM FOR SCHOOL BUS AND CHILDREN ” The system consists of three main units, bus unit, parent unit and school unit. The bus unit consist of hardware parts. The bus unit is used to detect when a child enters/exits from the bus using RFID Card. 3. G.BHARATHI, 2L. RAMURTHY IMPLEMENTATION OF CHILDREN TRACKING SYSTEM USING ARM7 MICROCONTROLLER The proposed system includes tracking the child’s movement to and from school.
  • 6. Sr . Author no Paper Name Description 4. A. Al-Mazloum, E. Omer, M. F. A. Abdullah “GPS and SMS- Based Child Tracking System Using Smart Phone” The proposed solution takes the advantage of the location services provided by mobile phone since most of kids carry mobile phones. The mobile application use the GPS and SMS services found in Android mobile phones 5. Ms. Thania Kumar,Athul P Ravi, AThulya Balachandran, K C Reshma, Sruthi Suresh “My Kid : An Android Based Child Tracking System” The proposed system includes monitoring of the child's movement to and from school. The info pertaining to missed child is sent to their respective parents. Not only the information about the child's whereabouts but also whether the child is crying is sent to parents through text message to their Android mobile device. 6. Rajkumar 1, D. Rajendra prasad 2 “CHILD SAFETY WEARABLE DEVICE” This paper discusses the concept of a smart child wearable device for little children. The major advantage of this wearable over other wearable is that it can be used in any cell phone and doesn't necessarily require an expensive smart phone and not a very tech savvy
  • 7. Problem statement • To Design and Implement IoT based Child tracking and safety System and make efficient use of hardware as well software tools to integrate the system to perform the desired task. • System incorporate communication model like GSM • Global positioning system Like GPS • And Thingspeak as IoT platform connected via Node- MCU.
  • 8. • Initializes system on Arduino UNO. • The focus of this paper is to have an SMS text enabled communication medium between the child's device and the parent as the environment for GSM mobile communication is almost present everywhere. • Realtime location and the heartbeat rate of the child are periodically updated in the android application in the parents mobile. • Realtime data uploaded to IoT platform using wifi with thingspeak
  • 9. • Hardware interfaces • 1) ATmega 328p – Arduino Uno • 2) GPS sensor – Neo-6M • 3) GSM Modem- SIM 800C • 4) ESP8266-wifi module • 5) Buzzer • 6) LCD Display • 7) LED indicators • 8) Power Supply- USB
  • 10. Software Interfaces 1) Programming Language: Embedded C 2) Tools to be used: Arduino IDE 3) Things speak for IoT platform 4) GPS library 5) GSM library
  • 11. Start Power ON Is safety Button pressed ? Activate GSM module Find Location using GPS Send Alert MSG/Call using GSM Stop Yes No Use Wifi Module to send data to IoT Yes
  • 14. GSM- SIM800C An Active Buzzer Alarm Module Tactile 4 Pin Push Button Switch Node-MCU ESP8266
  • 15. Specifications Arduino: is a surface mount breadboard embedded version with integrated USB. It is the smallest, complete, and breadboard-friendly. It has everything that Diecimila/Duemilanove has (electrically) with more analog input pins and onboard +5V AREF jumper. Physically, it is missing power jack. The Nano is automatically sensing and switch to the higher potential source of power, there is no need for the power select jumper. Nanos got the breadboard-ability of the Boarduino and the Mini+USB with a smaller footprint than either, so users have more breadboard space. Its got a pin layout that works well with the Mini or the Basic Stamp (TX, RX, ATN, GND on one top, power and ground on the other). This new version 3.0 comes with ATMEGA328 which offer more programming and data memory space. It is two layers. GPS NEO-6M: is a complete GPS module that is based on the NEO 6M GPS. This unit uses the latest technology to give the best possible positioning information and includes a larger built-in 25 x 25mm active GPS antenna with a UART TTL socket. A battery is also included so that you can obtain a GPS lock faster. This is an updated GPS module that can be used with ardupilot mega v2. This GPS module gives the best possible position information, allowing for better performance with your Ardupilot or other Multirotor control platform. The GPS module has serial TTL output, it has four pins: TX, RX, VCC, and GND.
  • 16. GSM SIM800C Modem with Antenna Module’s baud rate is configurable from 9600-115200 through AT command. The GSM GPRS Modem is having internal TCP/IP stack to enable you to connect with the internet via GPRS. It is suitable for SMS, Voice as well as DATA transfer applications in the M2M interface. The onboard Regulated Power supply allows you to connect a wide range of unregulated power supply. Using this modem, you can make audio calls, SMS, Read SMS, attend the incoming calls and internet, etc through simple AT commands. The Modem is built with Quad-Band GSM/GPRS engine-SIM800C from SIMCOM, works on frequencies 850/ 900/ 1800/ 1900 MHz. The Modem is populated with DB9 Female connector so as to directly connect with computer or other RS232 Compatible devices. MAX3232 from MAXIM Semiconductor is used for the RS232 Level conversion. The modem will work with 5-12V DC, which can be fed either through onboard 2 Pin RMC connector or DC Jack. The modem is powered by a High Current Low Dropout Linear Voltage regulator so as to withstand high surge current requirement (may rise up to 2A). features of SIM800C Module: Quad-band 850/900/1800/1900MHz. GPRS multi-slot class 12/10. GPRS mobile station class B. Compliant to GSM phase 2/2+ Class 4 (2 W @ 850/900MHz) Class 1 (1 W @ 1800/1900MHz) Control via AT commands. (3GPP TS 27.007, 27.005 and SIMCom enhanced AT Commands). Low power consumption.
  • 17. NodeMCU is a low-cost open source IoT platform. It initially included firmware which runs on the ESP8266 Wi-Fi SoC from Espressif Systems, and hardware which was based on the ESP-12 module. Later, support for the ESP32 32-bit MCU was added. Specifications:- Supply voltage: Micro USB: 5V DC 5V pin: 5V DC 3V3 pin: 3.3V DC GPIO voltage: 3.3V Chip: ESP8266 ESP-12S Flash memory: 4MB Built-in Wi-Fi USB to serial converter: CH340C Built-in RGB LED: Red: GPIO4 Green: GPIO2 Blue: GPIO5 CH340 drivers: Windows Mac OSX Linux Android
  • 18. • Child safety at crowd place • Child safety in schools • Child safety in malls • Child Safety in Events • Can be used for Elderly people in case of missing
  • 19. • Reliable system • Dual mode of indication • Data monitoring online • Long distance cover due to GSM • Location accuracy due to GPS • Low maintenance cost • Easy to use and handle or carry • Easy to expand in future
  • 20. • Not a robust device • Battery operated • Need proper training to child for handling • Component availability
  • 21. • The system has presented a Smart safety device for child monitoring using Internet of Things . It provides efficient monitoring of child with the help of GPS and GSM based Technology. • The proposed system provides communication between parent and child. It provides parents with the Realtime Location, with Distress alarm buzzer for their child's surroundings and the ability to locate their child or alert bystanders in acting to rescue or comfort the child. • The application keeps track of the child periodically and updates the status of child to the user . Thus the parents are always kept aware of their Child constantly.
  • 22. [1] Hamid Shahnasser,Akash Moodbidri, “Child Safety Wearable Device”, “International Conference on Information Networking”,CA 94132, IEEE- 2017. [2] Vishaka Asundkar, “Enhance Safety Security And Tracking System For School Bus And Children”,International Conference On Innovative Trends In Engineering Research (Iciter-2016) International Journal of Innovations in Engineering, Research and Technology,IJIERT-ICITER16,ISSN:2394-3696 26th June,2016. [3] G Bharathi, L Ramurthy , “Implementation of Children Tracking System Using ARM7 Microcontroller” International Journal of industrial Electronics and Electrical Engineering vol 2 12 dec 2014. [4] Al-Mazloum, E. Omer, M. F. A. Abdullah, “GPS and SMS-Based Child Tracking System Using Smart Phone”,World Academy of Science, Engineering and Technology International Journal of Electronics and Communication Engineering Vol:7, No:2, 2013. [5] Ms. Thania Kumar,Athul P Ravi, AThulya Balachandran, K C Reshma, Sruthi Suresh, “My Kid : An Android Based Child Tracking System”, International Journal of New Technology and Research (IJNTR) ISSN:2454- 4116, Volume-2, Issue5, May 2016.