SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 326
School Van Tracking Using SMS
Afreen Banu1
, Chandini L2
, Farzana Khatoon3
, Pooja R4
, Zabiha Khan5
, Mohammed Elahi6
1, 2,3 &4
Students, Dept of ECE, Ghousia College of Engineering, Ramanagaram, Karnataka
5
Asst. Professor, Dept. of CSE, Ghousia College of Engineering, Ramanagaram, Karnataka
6
Asst. Professor, Dept. of ECE, Ghousia College of Engineering, Ramanagaram, Karnataka
----------------------------------------************************------------------------------------------------
Abstract:
This paper proposes a Real-Time School Bus Tracking Application which runs on Android smart phones.
The project helps in real time tracking of school Bus to parents as well as to school management. The project also
sends information to parents about their ward entry and exit from the Bus. . The main purpose of this application is
to provide exact location of the student’s respective buses in Google Maps. It is a real time system as the current
location of the bus is updated every moment in the form of latitude and longitude which is received by the students
through their application on Google maps.
Keywords: RFID, SPI, GSM, UART, NMEA, IOT, Servo Motor.
-----------------------------------------************************-----------------------------------------------
I. INTRODUCTION
The paper is based on arduino based hardware platform. The
system uses a Radio Frequency identification system to
identify the student’s entry. Upon detecting students entry
system sends SMS to the parents of student. When bus
reaches school and students swipes his card in the system, a
SMS is sent to parent again to about his exit from the Bus.
The system also monitors the Bus location on google map and
provides an android application for monitoring the location of
bus. Children around the world spend an inordinate amount of
time traveling to and from school. Many children in
developing to developed nations use school buses which may
or may not be regulated by the government. What happens
inside a school bus including the environment, the amount of
time took etc. is generally not known. A part of smart
education is to bring more transparency into what goes on in a
school bus and to take appropriate regulatory and policy
actions based on such data. For example, there should be
constraints on the maximum amount of time a child spends on
a school bus as well as the environmental, safety and
traceability aspects of where a child is. This paper proposes a
system which instruments each school bus with sensors that
collect information about the conditions in a bus and transmit
it in real time to a server using the telecom infrastructure. This
information about each bus is then analyzed and reports are
generated for the school as well as for the Ministry of
Education on various aspects like environment, time, safety
etc.
II. PROBLEM DEFINITION
We do not have any system available, which provides
information to parents about their ward presence in school
Bus. So once students leave for school, parents does not have
any information about their entry into the school bus, arrival
to school, departure from school etc. The school management
also does not have any method of tracking the school bus
position. The school management is completely dependent on
Bus drive and Bus attendant to provide the Bus position in
case of any requirement.
III. PROPOSED SYSTEM
The proposed system uses RFID (Radio Frequency
Identification) for identifying the student and fetching his
database. Each student is issued with a unique RFID card
(Smart Card). The student’s parent mobile number is stored in
the microcontroller. The system consist a RFID card reader,
the reader communicates to microcontroller through SPI
RESEARCH ARTICLE OPEN ACCESS
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 327
(Serial Peripheral Interface) protocol. Whenever student
swipes his/her RFID card, system checks the validity of card.
Once the RFID card matches with the database stored into the
system, it opens the Bus Gate and allows student entry into
the Bus. At the same time system sends SMS to student’s
parent about their entry into the School Bus. The SMS feature
is implemented in the system through SIM800 module, which
works in GSM (Global System for Mobile) mode. The
SIM800 module communicates to microcontroller through
UART (Universal Asynchronous Receiver/Transmitter)
Port.
At school once student gets down from the Bus,
he/she needs to swipe the card again. At that time system
sends a SMS to student’s parents along with the position
information of the Bus. The position information of Bus is
detected using GPS (Global Positioning System) module.
The GPS module communicates to microcontroller through a
UART Port. We are using Neo-6m GPS module in this
project. The GPS module provides current location Latitude
and Longitude information every second. This information
from GPS module is encoded in NMEA (National Marine
Electronics Association) 0183 format. The information is
read in the microcontroll
er and decoded by the microcontroller. The similar
process repeats once student gets into the Bus from school to
Home.
IV. BLOCK DIAGRAM
Fig 1. Block diagram
V. HARDWARE AND SOFTWARE REQUIREMENTS
Arduino IDE
Embedded C programming
Arduino Mega Board
IOT Module
GSM Module
GPS Module
Servo Motor
RFID Module and Cards
LCD Module
Battery
Wires
Resistors and Capacitors
Voltage Regulator Circuit
The system uses an 8 bit ATMEGA microcontroller board.
The system has a GPS module, which gets the location from
satellites and provides it to microcontroller. The
microcontroller decodes this information and keeps updating
in its memory.
Whenever a student enters into the bus, she/he needs to scan
their card in front of RFID scanner. The RFID scanner detects
the unique ID of RFID card and provides it to the
microcontroller. The microcontroller compares and matches
the unique id with stored IDs. Upon successful validation,
microcontroller opens the gate and sends the SMS to student
parent about their entry into the BUS. To send the SMS we
are using GSM module. This module communicates to
microcontroller via UART/Serial port.
ATMEGA
Micro
Controller
IOT ModuleGSM Module
Bus Gate
openingGPS Module
LCD Module
RFID System
Battery
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 328
The system also enables school management to track position
of the BUS on google map. For this purpose we have built an
android application, which gets bus live location via IOT. The
received information about location is plotted on the mobile
application. All the functionality of microcontroller is
displayed on the 16x2 LCD screen. The complete system
works on 12V battery.
VI. COMPONENTS
A. GSM Module
GSM modem to communicate over the mobile network.
Fig. 2 GSM module
While these GSM modems are most frequently used to
provide mobile internet connectivity, many of them can also
be used for sending and receiving SMS and MMS messages.
B. GPS Module
A GPS tracking unit is a navigation device, normally carried
by a moving vehicle or person, that uses the Global
Positioning System (GPS) to track the device's movements
and determine its location
Fig. 3 GPS module
C. RFID System
Fig.4 RFID system
RFID (radio frequency identification) is a form of wireless
communication that incorporates the use of electromagnetic or
electrostatic coupling in the radio frequency portion of the
electromagnetic spectrum to uniquely identify an object,
animal or person
E. IOT Module
Fig. 5 IOT module
The Internet of things is the internetworking of physical
devices, vehicles, buildings, and other items— embedded with
electronics, software, sensors, actuators, and network
connectivity that enable these objects to collect and exchange
data. Typically, IoT is expected to offer advanced connectivity
of devices, systems, and services that goes beyond machine-
tomachine (M2M) communications and covers a variety of
protocols, domains, and applications.
D. ATMEGA Microcontroller
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 329
Fig. 6 ATMEGA microcontroller
The Arduino MEGA ADK is a microcontroller board based
on the ATmega2560. It has a USB host interface to connect
with Android based phones, based on the MAX3421e IC. It
has 54 digital input/output pins (of which 15 can be used as
PWM outputs), 16 analog inputs, 4 UARTs (hardware serial
ports), a 16 MHz crystal oscillator, a USB connection, a
power jack, an ICSP header, and a reset button.
F. LCD Module
Fig. 7 LCD module
LCD (Liquid Crystal Display) screen is an electronic display
module and find a wide range of applications. A 16x2 LCD
display is very basic module and is very commonly used in
various devices and circuits. These modules are preferred
over seven segments and other multi segment LEDs.
LCD (liquid crystal display) is the technology used for
displays in notebook and other smaller computers. Like light-
emitting diode (LED) and gas-plasma
technologies, LCDs allow displays to be much thinner than
cathode ray tube (CRT) technology.
G. Servo Motor
A servo motor is a rotary actuator or motor that allows for a
precise control in terms of angular position, acceleration and
velocity, capabilities that a regular motor does not have. It
makes use of a regular motor and pairs it with a sensor for
position feedback. The controller is the most sophisticated
part of the servo motor, as it is specifically designed for the
purpose.
Fig. 8 servo motor
VII. APPLICATIONS
1. The system can be implemented in all the school buses. It
can also be used for higher degree college Buses as well. Part
of the system can be used for MNC bus service as well.
2. The Bus location can be shared to employees on internet.
3. This will help employee to reach on time to the Bus stop
and reduces the waiting time for staff on the Bus stop as well.
4. With some modification this system can be very useful for
proving solution to city bus tracking
5. Allowing parents the ability to see the real-time location of
their child’s bus,the Safestop app from Safestop app provides
user with estimated arrival times.
6. Parents or guardiance can also receive notification about the
bus,such as accidents or heavy traffic. In additional
International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 330
transportation professionals can use SafeStop analytics to
track performance by comparing planned routes versus actual
data collected by the GPS units.
VIII. ADVANTAGES & DISADVANTAGES
ADVANTAGES:
1. Online tracking of school Bus position
2. No dependency of Bus staff for providing Bus current
position to school management
3. No disturbance to Bus drive for calls during driving hours
for informing the position of Bus
4. Parents get SMS notification
5. Parents are well informed about their kids presence during
school hours
6. Authentication of students happens automatically through
RFID cards
7. Increase safety and security
8. Improve time management
9. Manage fuel costs
10. Provide greater accountability for workforces
DISADVANTAGES
1. Monitoring system needs to be maintained, which is extra
cost to college management
2. System consumes electricity than earlier required
IX. CONCLUSION
The paper demonstrates the real time tracking of school bus,
which is capable of notifying parents via SMS when the child
enters/leaves the school enabling School authorities and
parents to keep track of the bus online, helping smooth and
quick rides to the different destinations
REFERENCES
• Chen, H., Chiang, Y. Chang, F., H. Wang, H. (2010). Toward Real-Time
Precise Point Positioning: Differential GPS Based on IGS Ultra Rapid
Product, SICE Annual Conference, The Grand Hotel, Taipei, Taiwan.
• Asaad M. J. Al-Hindawi, Ibraheem Talib, “Experimentally Evaluation
of GPS/GSM Based System Design”, Journal of Electronic Systems
Volume 2
• Chen Peijiang, Jiang Xuehua, “Design and Implementation of Remote
monitoring system based on GSM,” vol.42, pp.167-175. 2008.
• Dr. Saylee Gharge, Manal Chhaya, Gaurav Chheda, Jitesh Deshpande,
“Real time bus monitoring system using GPS,” An International
Journal of Engineering Science and Technology,Vol.2,Issue3,June2012.
• M. B. M. Kamel, ”Real-time GPS/GPRS based vehicle tracking system,”
International Journal Of Engineering And Computer Science, Aug. 2015.
• ”Real time vehicle monitoring and tracking system for school bus via
Beagle bone,” International Journal of Science and Research (IJSR), vol.
5, no. 5, pp. 918–921, May 2015.
• Abid Khan, Ravi Mishra, “GPS-GSM based tracking system,”
International Journal of Engineering Trends and Technology, Vol. 3,
Issue 2, pp: 161-164, 2012.
• Saranya, J.; Selvakumar, J., "Implementation of children tracking
system on android mobile terminals," Communications and Signal
Processing (ICCSP), 2013 International Conference on , vol., no.,
pp.961,965, 3-5 April 2013.
• Mori, Y.; Kojima, H.; Kohno, E.; Inoue, S.; Ohta, T.; Kakuda, Y.; Ito,
A, "A Self-Configurable New Generation Children Tracking System
Based on Mobile Ad Hoc Networks Consisting of Android Mobile
Terminals," Autonomous Decentralized Systems (ISADS), 2011 10th
International Symposium on , vol., no., pp.339,342, 23-27 March 2011.
• Kumar, “RFID based embedded system for vehicle tracking
and prevention of road accident”. International Journal of
Engineering Research-, Vol.1, No. 6, pp3-5, 2012. 2. H.Ben,
& Abdullah, K., “Smart Tracking System For School Buses
Using Passive Rfid Technology To Enhance Child Safety”.
Traffic And Logistics Engineering-,. Vol.1,No.2,Pp. 191-196,
2013

More Related Content

What's hot

GPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking SystemGPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking Systemijtsrd
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET Journal
 
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET 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- An Intelligent Bus Transit System based on RFID & Wi-Fi Technology
IRJET- An Intelligent Bus Transit System based on RFID & Wi-Fi TechnologyIRJET- An Intelligent Bus Transit System based on RFID & Wi-Fi Technology
IRJET- An Intelligent Bus Transit System based on RFID & Wi-Fi TechnologyIRJET Journal
 
RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism IJECEIAES
 
IRJET - Smartcard based Grocerydispensing Sytem
IRJET - Smartcard based Grocerydispensing SytemIRJET - Smartcard based Grocerydispensing Sytem
IRJET - Smartcard based Grocerydispensing SytemIRJET Journal
 
Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...IJECEIAES
 
IRJET- Fingerprient based Vehicle Starter
IRJET-  	  Fingerprient based Vehicle StarterIRJET-  	  Fingerprient based Vehicle Starter
IRJET- Fingerprient based Vehicle StarterIRJET Journal
 
IRJET- Review based on Ticket Collection using Fingerprint Scanning
IRJET- Review based on Ticket Collection using Fingerprint ScanningIRJET- Review based on Ticket Collection using Fingerprint Scanning
IRJET- Review based on Ticket Collection using Fingerprint ScanningIRJET Journal
 
Care – Max for Drowsiness Detection and Notification
Care – Max for Drowsiness Detection and NotificationCare – Max for Drowsiness Detection and Notification
Care – Max for Drowsiness Detection and Notificationijtsrd
 
Authenticated Access Control for Vehicle Ignition System by Smart Card and Fi...
Authenticated Access Control for Vehicle Ignition System by Smart Card and Fi...Authenticated Access Control for Vehicle Ignition System by Smart Card and Fi...
Authenticated Access Control for Vehicle Ignition System by Smart Card and Fi...IOSR Journals
 
IRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoTIRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoTIRJET Journal
 
IRJET- Smart Rescue System using Android Smart Phone
IRJET-  	  	  Smart Rescue System using Android Smart PhoneIRJET-  	  	  Smart Rescue System using Android Smart Phone
IRJET- Smart Rescue System using Android Smart PhoneIRJET Journal
 
IRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation SystemIRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation SystemIRJET Journal
 
On Road Activity Monitoring System
On Road Activity Monitoring SystemOn Road Activity Monitoring System
On Road Activity Monitoring SystemRaj Desai
 
IRJET - Intelligent Safety Helmet
IRJET -  	  Intelligent Safety HelmetIRJET -  	  Intelligent Safety Helmet
IRJET - Intelligent Safety HelmetIRJET Journal
 
IRJET- Smart Voting System
IRJET- Smart Voting SystemIRJET- Smart Voting System
IRJET- Smart Voting SystemIRJET Journal
 
IRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET Journal
 

What's hot (20)

GPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking SystemGPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking System
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
 
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
 
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- An Intelligent Bus Transit System based on RFID & Wi-Fi Technology
IRJET- An Intelligent Bus Transit System based on RFID & Wi-Fi TechnologyIRJET- An Intelligent Bus Transit System based on RFID & Wi-Fi Technology
IRJET- An Intelligent Bus Transit System based on RFID & Wi-Fi Technology
 
RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism RescueAlert-an accident detection and rescue mechanism
RescueAlert-an accident detection and rescue mechanism
 
IRJET - Smartcard based Grocerydispensing Sytem
IRJET - Smartcard based Grocerydispensing SytemIRJET - Smartcard based Grocerydispensing Sytem
IRJET - Smartcard based Grocerydispensing Sytem
 
Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...Design and implement WSN/IOT smart parking management system using microcontr...
Design and implement WSN/IOT smart parking management system using microcontr...
 
IRJET- Fingerprient based Vehicle Starter
IRJET-  	  Fingerprient based Vehicle StarterIRJET-  	  Fingerprient based Vehicle Starter
IRJET- Fingerprient based Vehicle Starter
 
IRJET- Review based on Ticket Collection using Fingerprint Scanning
IRJET- Review based on Ticket Collection using Fingerprint ScanningIRJET- Review based on Ticket Collection using Fingerprint Scanning
IRJET- Review based on Ticket Collection using Fingerprint Scanning
 
Care – Max for Drowsiness Detection and Notification
Care – Max for Drowsiness Detection and NotificationCare – Max for Drowsiness Detection and Notification
Care – Max for Drowsiness Detection and Notification
 
Authenticated Access Control for Vehicle Ignition System by Smart Card and Fi...
Authenticated Access Control for Vehicle Ignition System by Smart Card and Fi...Authenticated Access Control for Vehicle Ignition System by Smart Card and Fi...
Authenticated Access Control for Vehicle Ignition System by Smart Card and Fi...
 
IRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoTIRJET- A Survey on Vehicle Security System using IoT
IRJET- A Survey on Vehicle Security System using IoT
 
IRJET- Smart Rescue System using Android Smart Phone
IRJET-  	  	  Smart Rescue System using Android Smart PhoneIRJET-  	  	  Smart Rescue System using Android Smart Phone
IRJET- Smart Rescue System using Android Smart Phone
 
IRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation SystemIRJET- RFID based Bus Ticket Generation System
IRJET- RFID based Bus Ticket Generation System
 
On Road Activity Monitoring System
On Road Activity Monitoring SystemOn Road Activity Monitoring System
On Road Activity Monitoring System
 
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEMMOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
 
IRJET - Intelligent Safety Helmet
IRJET -  	  Intelligent Safety HelmetIRJET -  	  Intelligent Safety Helmet
IRJET - Intelligent Safety Helmet
 
IRJET- Smart Voting System
IRJET- Smart Voting SystemIRJET- Smart Voting System
IRJET- Smart Voting System
 
IRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection SystemIRJET- Smart Bus Fare Collection System
IRJET- Smart Bus Fare Collection System
 

Similar to IJSRED-V2I1P37

IRJET- Implementation of Children Tracking System on Android Mobile Termi...
IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...
IRJET- Implementation of Children Tracking System on Android Mobile Termi...IRJET Journal
 
A novel method for Smart school bus tracking system using Machine learning an...
A novel method for Smart school bus tracking system using Machine learning an...A novel method for Smart school bus tracking system using Machine learning an...
A novel method for Smart school bus tracking system using Machine learning an...IRJET Journal
 
Smart School Bus
Smart School BusSmart School Bus
Smart School BusJudy T Raj
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPSIRJET Journal
 
IJSRED-V2I3P31
IJSRED-V2I3P31IJSRED-V2I3P31
IJSRED-V2I3P31IJSRED
 
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
 
A Comparative Study on School Bus Safety and Security
A Comparative Study on School Bus Safety and SecurityA Comparative Study on School Bus Safety and Security
A Comparative Study on School Bus Safety and SecurityIRJET Journal
 
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
 
RFID Based School Children Security System
RFID Based School Children Security SystemRFID Based School Children Security System
RFID Based School Children Security SystemIRJET Journal
 
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...ijtsrd
 
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET Journal
 
Intelligent Bus Tracking System Using Android
Intelligent Bus Tracking System Using AndroidIntelligent Bus Tracking System Using Android
Intelligent Bus Tracking System Using AndroidAM Publications
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET 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
 
Smart Card Implementation in Road Transportation
Smart Card Implementation in Road TransportationSmart Card Implementation in Road Transportation
Smart Card Implementation in Road TransportationBRNSSPublicationHubI
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
Automatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM TechnologyAutomatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM Technologyijtsrd
 
IRJET- Smart Child Safety Monitoring System
IRJET-  	  Smart Child Safety Monitoring SystemIRJET-  	  Smart Child Safety Monitoring System
IRJET- Smart Child Safety Monitoring SystemIRJET Journal
 

Similar to IJSRED-V2I1P37 (20)

IRJET- Implementation of Children Tracking System on Android Mobile Termi...
IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...
IRJET- Implementation of Children Tracking System on Android Mobile Termi...
 
A novel method for Smart school bus tracking system using Machine learning an...
A novel method for Smart school bus tracking system using Machine learning an...A novel method for Smart school bus tracking system using Machine learning an...
A novel method for Smart school bus tracking system using Machine learning an...
 
Smart School Bus
Smart School BusSmart School Bus
Smart School Bus
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPS
 
IJSRED-V2I3P31
IJSRED-V2I3P31IJSRED-V2I3P31
IJSRED-V2I3P31
 
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
 
A Comparative Study on School Bus Safety and Security
A Comparative Study on School Bus Safety and SecurityA Comparative Study on School Bus Safety and Security
A Comparative Study on School Bus Safety and Security
 
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
 
RFID Based School Children Security System
RFID Based School Children Security SystemRFID Based School Children Security System
RFID Based School Children Security System
 
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
 
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
 
Intelligent Bus Tracking System Using Android
Intelligent Bus Tracking System Using AndroidIntelligent Bus Tracking System Using Android
Intelligent Bus Tracking System Using Android
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
 
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
 
Smart Card Implementation in Road Transportation
Smart Card Implementation in Road TransportationSmart Card Implementation in Road Transportation
Smart Card Implementation in Road Transportation
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
IoT based E-vehicle monitoring system using sensors and imaging processing a...
IoT based E-vehicle monitoring system using sensors and  imaging processing a...IoT based E-vehicle monitoring system using sensors and  imaging processing a...
IoT based E-vehicle monitoring system using sensors and imaging processing a...
 
Automatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM TechnologyAutomatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM Technology
 
IRJET- Smart Child Safety Monitoring System
IRJET-  	  Smart Child Safety Monitoring SystemIRJET-  	  Smart Child Safety Monitoring System
IRJET- Smart Child Safety Monitoring System
 
BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 

More from IJSRED

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security SystemIJSRED
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityIJSRED
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseIJSRED
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesIJSRED
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by FranceIJSRED
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition SystemIJSRED
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPIJSRED
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. AmaraIJSRED
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsIJSRED
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cartIJSRED
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...IJSRED
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen ManagementIJSRED
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsIJSRED
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionIJSRED
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...IJSRED
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistantIJSRED
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaIJSRED
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....IJSRED
 
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...IJSRED
 

More from IJSRED (20)

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security System
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf Disease
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by France
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of Things
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cart
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen Management
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic Ethics
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistant
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
 
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
 

Recently uploaded

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
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...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

IJSRED-V2I1P37

  • 1. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 326 School Van Tracking Using SMS Afreen Banu1 , Chandini L2 , Farzana Khatoon3 , Pooja R4 , Zabiha Khan5 , Mohammed Elahi6 1, 2,3 &4 Students, Dept of ECE, Ghousia College of Engineering, Ramanagaram, Karnataka 5 Asst. Professor, Dept. of CSE, Ghousia College of Engineering, Ramanagaram, Karnataka 6 Asst. Professor, Dept. of ECE, Ghousia College of Engineering, Ramanagaram, Karnataka ----------------------------------------************************------------------------------------------------ Abstract: This paper proposes a Real-Time School Bus Tracking Application which runs on Android smart phones. The project helps in real time tracking of school Bus to parents as well as to school management. The project also sends information to parents about their ward entry and exit from the Bus. . The main purpose of this application is to provide exact location of the student’s respective buses in Google Maps. It is a real time system as the current location of the bus is updated every moment in the form of latitude and longitude which is received by the students through their application on Google maps. Keywords: RFID, SPI, GSM, UART, NMEA, IOT, Servo Motor. -----------------------------------------************************----------------------------------------------- I. INTRODUCTION The paper is based on arduino based hardware platform. The system uses a Radio Frequency identification system to identify the student’s entry. Upon detecting students entry system sends SMS to the parents of student. When bus reaches school and students swipes his card in the system, a SMS is sent to parent again to about his exit from the Bus. The system also monitors the Bus location on google map and provides an android application for monitoring the location of bus. Children around the world spend an inordinate amount of time traveling to and from school. Many children in developing to developed nations use school buses which may or may not be regulated by the government. What happens inside a school bus including the environment, the amount of time took etc. is generally not known. A part of smart education is to bring more transparency into what goes on in a school bus and to take appropriate regulatory and policy actions based on such data. For example, there should be constraints on the maximum amount of time a child spends on a school bus as well as the environmental, safety and traceability aspects of where a child is. This paper proposes a system which instruments each school bus with sensors that collect information about the conditions in a bus and transmit it in real time to a server using the telecom infrastructure. This information about each bus is then analyzed and reports are generated for the school as well as for the Ministry of Education on various aspects like environment, time, safety etc. II. PROBLEM DEFINITION We do not have any system available, which provides information to parents about their ward presence in school Bus. So once students leave for school, parents does not have any information about their entry into the school bus, arrival to school, departure from school etc. The school management also does not have any method of tracking the school bus position. The school management is completely dependent on Bus drive and Bus attendant to provide the Bus position in case of any requirement. III. PROPOSED SYSTEM The proposed system uses RFID (Radio Frequency Identification) for identifying the student and fetching his database. Each student is issued with a unique RFID card (Smart Card). The student’s parent mobile number is stored in the microcontroller. The system consist a RFID card reader, the reader communicates to microcontroller through SPI RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 327 (Serial Peripheral Interface) protocol. Whenever student swipes his/her RFID card, system checks the validity of card. Once the RFID card matches with the database stored into the system, it opens the Bus Gate and allows student entry into the Bus. At the same time system sends SMS to student’s parent about their entry into the School Bus. The SMS feature is implemented in the system through SIM800 module, which works in GSM (Global System for Mobile) mode. The SIM800 module communicates to microcontroller through UART (Universal Asynchronous Receiver/Transmitter) Port. At school once student gets down from the Bus, he/she needs to swipe the card again. At that time system sends a SMS to student’s parents along with the position information of the Bus. The position information of Bus is detected using GPS (Global Positioning System) module. The GPS module communicates to microcontroller through a UART Port. We are using Neo-6m GPS module in this project. The GPS module provides current location Latitude and Longitude information every second. This information from GPS module is encoded in NMEA (National Marine Electronics Association) 0183 format. The information is read in the microcontroll er and decoded by the microcontroller. The similar process repeats once student gets into the Bus from school to Home. IV. BLOCK DIAGRAM Fig 1. Block diagram V. HARDWARE AND SOFTWARE REQUIREMENTS Arduino IDE Embedded C programming Arduino Mega Board IOT Module GSM Module GPS Module Servo Motor RFID Module and Cards LCD Module Battery Wires Resistors and Capacitors Voltage Regulator Circuit The system uses an 8 bit ATMEGA microcontroller board. The system has a GPS module, which gets the location from satellites and provides it to microcontroller. The microcontroller decodes this information and keeps updating in its memory. Whenever a student enters into the bus, she/he needs to scan their card in front of RFID scanner. The RFID scanner detects the unique ID of RFID card and provides it to the microcontroller. The microcontroller compares and matches the unique id with stored IDs. Upon successful validation, microcontroller opens the gate and sends the SMS to student parent about their entry into the BUS. To send the SMS we are using GSM module. This module communicates to microcontroller via UART/Serial port. ATMEGA Micro Controller IOT ModuleGSM Module Bus Gate openingGPS Module LCD Module RFID System Battery
  • 3. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 328 The system also enables school management to track position of the BUS on google map. For this purpose we have built an android application, which gets bus live location via IOT. The received information about location is plotted on the mobile application. All the functionality of microcontroller is displayed on the 16x2 LCD screen. The complete system works on 12V battery. VI. COMPONENTS A. GSM Module GSM modem to communicate over the mobile network. Fig. 2 GSM module While these GSM modems are most frequently used to provide mobile internet connectivity, many of them can also be used for sending and receiving SMS and MMS messages. B. GPS Module A GPS tracking unit is a navigation device, normally carried by a moving vehicle or person, that uses the Global Positioning System (GPS) to track the device's movements and determine its location Fig. 3 GPS module C. RFID System Fig.4 RFID system RFID (radio frequency identification) is a form of wireless communication that incorporates the use of electromagnetic or electrostatic coupling in the radio frequency portion of the electromagnetic spectrum to uniquely identify an object, animal or person E. IOT Module Fig. 5 IOT module The Internet of things is the internetworking of physical devices, vehicles, buildings, and other items— embedded with electronics, software, sensors, actuators, and network connectivity that enable these objects to collect and exchange data. Typically, IoT is expected to offer advanced connectivity of devices, systems, and services that goes beyond machine- tomachine (M2M) communications and covers a variety of protocols, domains, and applications. D. ATMEGA Microcontroller
  • 4. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 329 Fig. 6 ATMEGA microcontroller The Arduino MEGA ADK is a microcontroller board based on the ATmega2560. It has a USB host interface to connect with Android based phones, based on the MAX3421e IC. It has 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. F. LCD Module Fig. 7 LCD module LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications. A 16x2 LCD display is very basic module and is very commonly used in various devices and circuits. These modules are preferred over seven segments and other multi segment LEDs. LCD (liquid crystal display) is the technology used for displays in notebook and other smaller computers. Like light- emitting diode (LED) and gas-plasma technologies, LCDs allow displays to be much thinner than cathode ray tube (CRT) technology. G. Servo Motor A servo motor is a rotary actuator or motor that allows for a precise control in terms of angular position, acceleration and velocity, capabilities that a regular motor does not have. It makes use of a regular motor and pairs it with a sensor for position feedback. The controller is the most sophisticated part of the servo motor, as it is specifically designed for the purpose. Fig. 8 servo motor VII. APPLICATIONS 1. The system can be implemented in all the school buses. It can also be used for higher degree college Buses as well. Part of the system can be used for MNC bus service as well. 2. The Bus location can be shared to employees on internet. 3. This will help employee to reach on time to the Bus stop and reduces the waiting time for staff on the Bus stop as well. 4. With some modification this system can be very useful for proving solution to city bus tracking 5. Allowing parents the ability to see the real-time location of their child’s bus,the Safestop app from Safestop app provides user with estimated arrival times. 6. Parents or guardiance can also receive notification about the bus,such as accidents or heavy traffic. In additional
  • 5. International Journal of Scientific Research and Engineering Development-– Volume 2 Issue 1, Jan-Feb 2019 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 330 transportation professionals can use SafeStop analytics to track performance by comparing planned routes versus actual data collected by the GPS units. VIII. ADVANTAGES & DISADVANTAGES ADVANTAGES: 1. Online tracking of school Bus position 2. No dependency of Bus staff for providing Bus current position to school management 3. No disturbance to Bus drive for calls during driving hours for informing the position of Bus 4. Parents get SMS notification 5. Parents are well informed about their kids presence during school hours 6. Authentication of students happens automatically through RFID cards 7. Increase safety and security 8. Improve time management 9. Manage fuel costs 10. Provide greater accountability for workforces DISADVANTAGES 1. Monitoring system needs to be maintained, which is extra cost to college management 2. System consumes electricity than earlier required IX. CONCLUSION The paper demonstrates the real time tracking of school bus, which is capable of notifying parents via SMS when the child enters/leaves the school enabling School authorities and parents to keep track of the bus online, helping smooth and quick rides to the different destinations REFERENCES • Chen, H., Chiang, Y. Chang, F., H. Wang, H. (2010). Toward Real-Time Precise Point Positioning: Differential GPS Based on IGS Ultra Rapid Product, SICE Annual Conference, The Grand Hotel, Taipei, Taiwan. • Asaad M. J. Al-Hindawi, Ibraheem Talib, “Experimentally Evaluation of GPS/GSM Based System Design”, Journal of Electronic Systems Volume 2 • Chen Peijiang, Jiang Xuehua, “Design and Implementation of Remote monitoring system based on GSM,” vol.42, pp.167-175. 2008. • Dr. Saylee Gharge, Manal Chhaya, Gaurav Chheda, Jitesh Deshpande, “Real time bus monitoring system using GPS,” An International Journal of Engineering Science and Technology,Vol.2,Issue3,June2012. • M. B. M. Kamel, ”Real-time GPS/GPRS based vehicle tracking system,” International Journal Of Engineering And Computer Science, Aug. 2015. • ”Real time vehicle monitoring and tracking system for school bus via Beagle bone,” International Journal of Science and Research (IJSR), vol. 5, no. 5, pp. 918–921, May 2015. • Abid Khan, Ravi Mishra, “GPS-GSM based tracking system,” International Journal of Engineering Trends and Technology, Vol. 3, Issue 2, pp: 161-164, 2012. • Saranya, J.; Selvakumar, J., "Implementation of children tracking system on android mobile terminals," Communications and Signal Processing (ICCSP), 2013 International Conference on , vol., no., pp.961,965, 3-5 April 2013. • Mori, Y.; Kojima, H.; Kohno, E.; Inoue, S.; Ohta, T.; Kakuda, Y.; Ito, A, "A Self-Configurable New Generation Children Tracking System Based on Mobile Ad Hoc Networks Consisting of Android Mobile Terminals," Autonomous Decentralized Systems (ISADS), 2011 10th International Symposium on , vol., no., pp.339,342, 23-27 March 2011. • Kumar, “RFID based embedded system for vehicle tracking and prevention of road accident”. International Journal of Engineering Research-, Vol.1, No. 6, pp3-5, 2012. 2. H.Ben, & Abdullah, K., “Smart Tracking System For School Buses Using Passive Rfid Technology To Enhance Child Safety”. Traffic And Logistics Engineering-,. Vol.1,No.2,Pp. 191-196, 2013