BUS TRACKING AND MONITORING SYSTEM BY USING IoT

Size: px
Start display at page:

Download "BUS TRACKING AND MONITORING SYSTEM BY USING IoT"

Transcription

1 BUS TRACKING AND MONITORING SYSTEM BY USING IoT Dheepika.D #1, Gunasundari.P #2, Rubitha.B #3 Santhoshkumar.M #4 1,2,3 UG scholar, Dept.of EEE, 4 Asst. Prof. Dept. Of EEE 1-dheenanmadheswari@gmail.com, 2-pammuguna28@gmail.com, 3-rubithabalashanmugam@gmail.com 4-shannewat6@gmail.com AVS College Of Technology, Salem, Tamil Nadu, India. ABSTRACT In this paper the Tracking of transport system is done for each station and its route distance is done using NodeMCU microcontroller. Tracking System involves the installation of an electronic tool in a bus, with an installed Android App on any SMART phone to permit the Administrator/User to track the bus location. There are two applications one for server and the other for the client. Buses carry GPS devices to track their positions. By this positions to server are periodically updated. Client application displays map showing the position of bus. It shows where buses are on a map and provide students and staffs the updated information at different time interval. The server will monitor location and will store its data in the database. It is a real-time system as this method automatically sends the information on the GPS system to a system/smart phone. And it is connected to the cloud and following through the android app. The waiting time of the user can be reduced. Simple mode of communication is the key feature of the Bus Tracking system. This application can be easily extended for central tracking system to keep track of all the buses. Keywords Vehicle tracking; microcontroller; RFID; GPS;GSM/GPRS; Android; Cloud. I. INTRODUCTION Ensuring safety and security of student is a prime concern for society, the world over. A recent study delaying of bus shows that number of missing students, across the country, increased by 84 percent between 2013 and Technology can provide a comprehensive solution to this vexing problem. Bus tracking systems play a major role in the safety of student. For tracking a bus we propose an IoT-based bus monitoring system. IoT is defined as the inter-communication of "connected devices" and "smart devices", and other items embedded with electronics, software, sensors, actuators, and network connectivity, which enable these objects to collect and exchange data. [2]. An in-vehicle device, using Radio Frequency Identification (RFID) tag, identifies each student and tracks the bus via the global positioning satellite (GPS) module. A GSM module is deployed to notify the parents about the entry and exit status of students, and up to the minute reports, of running status of the bus, appended with location. Short message alerts are sent to parents, if the predefined, route schedule of the bus, is modified. The information collected by a GPS receiver in the vehicle is communicated to a Cloud server. A smartphone application empowers the end user, to monitor the location of bus, and view the route path, using Google maps. The mobile application also determines the arrival times of a Bus, using a Kalman filtering-based prediction algorithm. The mobile app has the ability to continuously update the transit times, coordinated with location identification of GPS modules. It uses historical data and real-time information, for computation of the arrival times [3]. Archived bus transit history can be useful to both parents and Authorities, in future analysis, towards ensuring the safety of student. This paper provides a framework for integration of both hardware (tracking device) and software subsystems (Kalman filtering algorithm and Android smartphone application). The proposed work focuses on the design and performance analysis of the bus tracking system. The collected data is stored in IoT Cloud platform for processing at a later date. The rest of this paper is organized as follows: Section II discusses related work in this domain. In Section III, we give a detailed description of the proposed system. Section IV presents description of major components of the tracking system. Section V describes the methods for predictions of bus arrival times. Test results and analysis is described in Section VI. Closing remarks are noted in section VII. II. RELATED WORK This phase of the paper elaborates telematicstechnologies for the progress of various vehicle monitoring applications like tracking location of vehicle. This will allow parents and authority to keep real-time track of the bus behavior. A publish and subscribe architecture [4] is used; a parent or any stakeholder, who needs data is called subscriber. S. Lee, G. Tewolde and J. Kwon developed and tested a vehicle tracking system, in this paper an invehicle device comprised of GPS, GSM and General Packet Radio service (GPRS) modules, and it is embedded inside the vehicle, whose position is to be tracked in real time using a smartphone application. A hardware prototypewas developed for vehicle tracking in[5]. Geographical coordinates of the vehicle, obtained by GPS Receiver, are communicated to the user s phone, using GPS-based Bus Tracking System. It is an application that has its client side on the Android platform and the main objective of this paper is to acquire real-time location of the bus and the updated transit schedule of the bus-route, it is comprised of two main modules; a GPS-based sub-system, which tracks the current location. To make

2 efficient tracking system some papers have introduced features like bus arrival time calculation. Liu, et al in[7]integrated the k-nearest neighbor (k-nn) algorithm with cluster analysis and applied principal component analysis (PCA) for computations of bus arrival times. Road traffic is the key factor that effects arrival time calculations. In [8], Sai, et al, dealt with solutions to different traffic anomalies using Hadoop map Reduce. For more precise prediction of the road traffic a cost effective method using Apache Spark was introduced by Prathilothamai, et al in[9]. III. PROPOSED SYSTEM The proposed system consists of both hardware and software module. The hardware layer is composed of a tracking module. The core part of the tracking module is Arduino microcontroller with various peripherals including RFID reader, GPS receiver and GPRS/GSM modem. On receipt of the data at microcontroller, it is processed and transmitted to Cloud storage for future reference. The software module is comprised of a arrival time prediction and a client side application. Client side application allows the user to view the dynamic movement of the vehicle with predicted arrival times. Client side application was developed on an Android platform. Fig.1 shows the threelayer architecture diagram of the system. it to microcontroller for further processing. The tracking device is placed near the door of bus so that an alert message will be sent to parents whenever a student gets into the bus or leaves the bus. GPS is used for tracking process. To estimate the accurate arrival time of the bus, a Kalman filtering dynamic algorithm is used. A. Hardware Layer The system hardware an Arduino Mega microcontroller (MCU), GPS receiver, RFID reader module and a GPRS/GSM Modem. The RFID reader module is used to read the RFID tag data. Here we use a passive reader. Once the data is received by the reader via the serial port of Arduino, The microcontroller will extract the relevant data from GPRMC string. After processing the data from GPS and RFID reader, microcontroller will transmit the data to cloud storage through GPRS modem. The various hardware components of the deviceare explained below. 1)Microcontroller: The Arduino mega microcontroller serves as the core part of the tracking module to control the bus tracking system. A C language program, saved in the microcontroller s memory, controls the modules,. The Arduino Mega 2560 has 54 digital input/output pins, 16 analog inputs, 4 UARTs. The proposed system uses 3 UARTs-one for RFID, one for GPS Receiver, and the third for GPRS/GSM Modem. RFID Application Layer Technologies GPS GPRS Communication layer 2) RFID Reader: One of the key hardware components in the system is EM 18 RFID Reader. This is the most commonly used RFID reader to read 125 KHz tag. It contains an antenna that can be powered by 5V power supply. RFID) is an automatic identification technology where digital data is encoded in an RFID tag. The reader is a radio frequency (RF) transmitter and receiver, controlled by a microprocessor/mcu. The antenna attached inside the reader captures data from tags, then passes the data for processing. Tags are issued to each student, together with their roll numbers. When the tag is placed near the reader, it will get energized and data is transferred to reader, using radio waves. SIM28MLGPS RFID Reader Hardware layer Microcontroller GSM/GPRS modem Fig.1: Architecture diagram. A RFID System exists with a RFID tag along with a unique Id. RFID card reader will read this unique Id and give 3) GPS Receiver: The proposed system uses SIM 28 ML GPS receiver which has excellent low power consumption characteristics. The module has complete signal processing from antenna. This module requires 12V power supply. The host port is configurable to UART. Transmitter pin of modem is connected to receiver pin of Microcontroller. The Global Positioning System (GPS) helps to provide geographic coordinates of object anywhere on Earth with exact Universal Time Coordinated time (UTC). GPS offers great accuracy and generate real-time tracking location data. GPS satellite transmits the location data. GPRS receiver receives the signals innmea format. There are different NMEA signals. 72

3 We are focused on GPRMC signal, since it contains location information along with the speed. Form of GPRMC is given below: $GPRMC, , A, , N, , E,022.4,084.4,230394,003.1, W*6A 4) GSM/GPRS Modem: SIM900 is designed with a very powerful single-chip processor. Transmitter and receiver pins of modem are connected to receiver and transmitter pins of microcontroller. Modem requires 12 V power supply. The GPRS module is responsible of establishing connections between an in-vehicle device and a cloud for transmitting location information of the vehicle [10]. B. Communication Layer Communication layer is used to establish a connection with underlying hardware, the MCU and the upper layer applications. Various underlying technologies used to develop the application are RFID, GPS and GPRS. Various technologies used for the communication are explained below. The proposed architecture uses the following algorithm at the hardware level. Transmission and Reception Algorithm at the Microcontroller Input: UART 1 Rx pin (RFID Reader OUT), UART 3 Rx Pin (GPS Receive OUT) Output: UART 2 TX Pin (GSM IN) 1. Read the 12-character RFID data from EM 18 using Microcontroller. 2. Read NMEA data from the GPS. 3. Extract Date, Time, Latitude, Longitude and speed from NMEA data. 4. Send the message to the recipient/cloud server using AT command through GSM modem. C. Application Layer 1) Mobile Application: The latitude and longitude coordinates are transferred to the central server. A mobile application has been developed to access location data and display the vehicles movement in Google map, using Google map API. Users can retrieve information, where users select the bus route number and date, and receive the transit time schedule. UBIDOTS is a cloud service to store and analyzes information from sensors in real time. It enables creation of applications using IoT. While sending sensor data to Ubidots, it can easily create widgets for viewing in real time, send short message sequence (SMS) or Notification. In this project, RFID tag values along with GPS data are sent to Ubidots. The software module is comprised of arrival time prediction and a client-side application. Client-side application allows the user to view the dynamic movement of the vehicle with predicted arrival times. Client-side application was developed on an Android platform IV. DATA COLLECTION AND ANALYSIS In the present study, data was collected using GPS units fixed within buses. The route selected for the study was Salem to Ayodhiyapatinam, which spans 25Km. There are 9 bus stops on this route. Every 45 seconds, GPS data, from the device, installed in the buses, was sent to a server. GPS data included the latitude, longitude, speed and time stamp. Data exchanges took place in real time, through GPRS. This data packet, when received by the server, was conveyed to Ubidots cloud as well as appended to a.csv (comma separated value) file. The collected data is shown in TABLE I. The data received in the server was processed immediately, in order to make a real-time prediction of the arrival time of the bus. The data from previous days, and the current bus-stop s real-time data received from GPS receiver, were used to predict the arrival time of next busstop. The distance travelled, between two consecutive time intervals, was calculated using Haversine formulae, which computes the accurate distance between two places using latitudes and longitudes. TABLE I. HISTORICAL DATASET COLLECTED BY TESTVEHICLE READING ON 02/03/2017 MORNING Place Latitude Longitud Time Speed Salem eeee am 30km/hr Nagyarkulanga am 32 km/hr ra Kanjoor am 31 km/hr Cheppad am 32 km/hr Ramapuram am 35 km/hr Kalarikkal am 30 km/hr Kareelakulanga :01a 32 km/hr ra Edasserry jn m 8:17a 34 km/hr Valapadi m 8.22am 33 km/hr V. KALMAN FILTERING 2) Cloud Server: 73

4 In the proposed framework, we used Kalman filtering algorithm to build the prediction model. Kalman filtering is a powerful method for predictions, in real time systems, since it estimates the state of a system from measured values, which include errors[11]. This is an iterative algorithm, which involves two stages that first predicts the system, and then, corrects the same using measurements. Kalman filtering has two steps: 1. Prediction 2. Measurement update. During literature review studies the basic algorithm for the Object Tracking on the Global Positioning System; this entire algorithm is described as bellow: Assume that the prediction Localization Improvement Algorithm: This localization improvement algorithm in GPS interfering spots by integrating information of multiple sensors such as gyroscope and compass in smart phones. The proposed algorithm is implemented in a smart phone [12]. There are 3 steps to implement this algorithm: 1. Structure of Algorithm:- The proposed algorithm consists of three steps: 1. Finding the correct direction of movement. 2. Obtaining the distance moved, and 3. Integrating the prior results and GPS location information. To obtain the direction of movement, get the heading from the built-in compass in the smart phone. However, the compass is highly dependent on the ambient magnetic field so it has lower accuracy. To obtain more accurate values of the user's heading, we stabilize the heading value of the compass by recurrence processing of the data. After obtaining the direction of the movement of the user, the distance moved is calculated by the summation of the distances of each coordinate from the GPS location information. 2. Recurrence Processing Function of Compass Heading x0=a0 x1= (x0 + a1)/2 xn =(xn-1 + an )/(n + 1) xi: accumulated heading value ai : a new compass value The measurements of the compass in Smartphone are highly dependent on the ambient magnetic field so its accuracy is low. For this reason, here stabilize the measurements of the compass by averaging. x0 =a0 x1 = (x0 + d1 + a1)/2 xn =(xn-1 + dn + an )/(n + 1 ) xi: accumulated heading value ai : a new compass value di : difference of heading The heading value of the compass can be stabilized. But the real heading of a user varies continuously as the user moves. To adjust this value, here apply the difference between the previous heading and current heading and process it recursively. Kalman Filter Algorithms Kalman filtering, also known as linear quadratic estimation (LQE).Kalman filter is implemented to reduce GPS errors and thus it increases the accuracy of the localization system. The algorithm works in two-step process. 1. In the prediction step, the Kalman filter produces estimates of the current state variables, along with their uncertainties. 2. Once the outcome of the next measurement (necessarily corrupted with some amount of error, including random noise) is observed, these estimates are updated using a weighted average, with more weight being given to estimates with higher certainty. 3. The algorithm's recursive nature, it can run in real time using only the present input measurements and the previously calculated state and its uncertainty matrix; no additional past information is required. VI. RESULT AND ANALYSIS In the proposed framework, a android application was provided to each parent and the application is to installed in parents mobile phone. When the parent enters Bus route number and Date, the Bus tracker shows the Bus s current location along with expected arrival times at each bus 74

5 station. Such information is very handy for parents, who need not anxiously wait for uncertain durations, as they would have acquired the most up to date arrival time of the specified bus. The following section shows screenshot of two modules. Whenever the parent clicks anywhere on the map, the current position and the travelling path of bus will be displayed, as shown in Fig.3. Fig.4: Scheduled and predicted arrival time of bus. VII. CONCLUSION We developed a bus tracking device, in collaboration with RFID, GPS and GSM/GPRS technologies. Whenever a student enters/exits the bus, the tracking system is capable of notifying the student s parents, through SMS alerts. An Android application has been developed to display vehicle location on Google maps and, display arrival times of a bus, at each of its designated bus-stop. The implementation is very cost-effective, as it is based on easily accessible electronic devices. To predict the expected arrival time of bus, at each node (stop), we resorted to Kalman filtering dynamic algorithm. The accuracy of the algorithm calculated using RMSE was shown to be self-evident as the algorithm s predictions returned the most accurate results. We found that a single algorithm cannot predict 100% accurate results. We assert that the accuracy of the proposed system can be enhanced by unifying the algorithm with other machine learning algorithms, such as Artificial Neural Network (ANN), Support Vector Machine (SVM). VIII. REFERENCE [1] S. Shah and B. Singh, RFID Based School Bus Tracking and Security System, pp , [2] J. Zambada, R. Quintero, R. Isijara, R. Galeana, and L. Santillan, An IoT based scholar bus monitoring system, 2015 IEEE 1st Int. Smart Cities Conf. ISC2 2015, [3] A. F. Abidin and M. Kolberg, Towards Improved Vehicle Arrival Time Prediction in Public Transportation: Integrating SUMO and Kalman Filter Models, Proc. - UKSim-AMSS 17th Int. Conf. Comput. Model. Simulation, UKSim 2015, pp , [4] S. Lee, G. Tewolde, and J. Kwon, Design and implementation of vehicle tracking system using GPS/GSM/GPRS technology and smartphone application, 2014 IEEE World Forum Internet Things, pp , [5] L. Singla, GPS Based Bus Tracking System, [7] T. Liu, J. Ma, W. Guan, Y. Song, and H. Niu, Bus Arrival Time Prediction Based on the k-nearest Neighbor Method, 2012 Fifth Int. Jt. Conf. Comput. Sci. Optim., pp , [6] T. Bojan, U. Kumar, and V. Bojan, Designing vehicle tracking system - An open source approach, 2014 IEEE Int. Conf. Veh. Electron. Safety, ICVES 2014, pp , [7] A. Sai, S. Salim, P. K. Binu, and R. C. Jisha, A Hadoop Based Architecture Using Recursive Expectation Maximization Algorithm for Effective and Foolproof Traffic Anomaly Detection and Reporting, vol. 10, no. 55, pp , [8] M. Prathilothamai, A. M. Sree Lakshmi, and D. Viswanthan, Cost effective road traffic prediction model using Apache spark, Indian J. Sci. Technol., vol. 9, no. 17, [9] H. Yaling, The Design of Monitoring System Based on GPRS, 2016 Int. Conf. Robot. Intell. Syst., pp , [10] N. R. Nair, 2-D Airborne Vehicle Tracking Using Kalman Filter,

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED TRACKING AND MONITORING SYSTEM FOR SCHOOL CHILDREN SAFETY D. Lokesh Sai Kumar *1, B. Vishnu Vardhan 2 & A. Yuva Krishna 3 *1,2&3 Asst. Professor,

More information

Intelligent Bus Tracking and Implementation in FPGA

Intelligent Bus Tracking and Implementation in FPGA Intelligent Bus Tracking and Implementation in FPGA D.Gowtham 1,M.Deepan 1,N.Mohamad Arsathdeen 1,N.Mithun Mano Ranjith 1,Mrs.A.K.Kavitha 2 1.B.E(student) Final year, Electronics and Communication Engineering

More information

RFID- GSM- GPS Imparted School Bus Transportation Management System

RFID- GSM- GPS Imparted School Bus Transportation Management System International Journal of Research Studies in Science, Engineering and Technology Volume 3, Issue 8, August 2016, PP 12-16 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) RFID- GSM- GPS Imparted School

More information

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION Mr.Vasudevan, Ms.Aarthi.C, Ms.Arunthathi.M, Ms.Durgakalaimathi.L.T, Ms.Evangelin Darvia.P 1Professor, Dept. of ECE, Panimalar Engineering

More information

Development of a Real Time Trains Monitoring System:Case Study of Tanzania Zambia Railway Authority

Development of a Real Time Trains Monitoring System:Case Study of Tanzania Zambia Railway Authority ZAMBIA INFORMATION COMMUNICATION TECHNOLOGY (ICT) JOURNAL Volume 1 (Issue 1) (2017) Pages 25-29 Development of a Real Time Trains Monitoring System:Case Study of Tanzania Zambia Railway Authority Prof.

More information

SMS Based Kids Tracking and Safety System by Using RFID and GSM

SMS Based Kids Tracking and Safety System by Using RFID and GSM SMS Based Kids Tracking and Safety System by Using RFID and GSM Nitin Shyam1 (nitinshyam109@gmail.com), Narendra Kumar2 (nkkumarnarendra27@ gmail.com), Maya Shashi3 (aj.kumar29stm@gmail.com), Devesh Kumar4

More information

Accident Sensor with Google Map Locator

Accident Sensor with Google Map Locator IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Accident Sensor with Google Map Locator Steffie Tom Keval Velip Aparna

More information

Design of Automatic Accident Response System and Traffic Signal Control at Intersection

Design of Automatic Accident Response System and Traffic Signal Control at Intersection Design of Automatic Accident Response System and Traffic Signal Control at Intersection Nakul Parashar, Preet Jain Electronics and Communication Dept, Shri Vaishnav Institute of Technology and Science,

More information

EMBEDDED BASED TRAFFIC SIGNAL TRANSIT BUS DATA

EMBEDDED BASED TRAFFIC SIGNAL TRANSIT BUS DATA EMBEDDED BASED TRAFFIC SIGNAL TRANSIT BUS DATA PANJALA MANASA 1, V.MADHAVI 2 1 Panjala Manasa, M.Tech Student, ECE Department, Malla reddy engineering college for women, Maisammaguda, Dhulapally mandal,

More information

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 B.Tech., Student, Dept. Of EEE, Pragati Engineering College,Surampalem,

More information

ANALYSIS OF BUS TRAVEL TIME RELIABILITY AND TRANSIT SIGNAL PRIORITY AT THE STOP-TO-STOP SEGMENT LEVEL

ANALYSIS OF BUS TRAVEL TIME RELIABILITY AND TRANSIT SIGNAL PRIORITY AT THE STOP-TO-STOP SEGMENT LEVEL ANALYSIS OF BUS TRAVEL TIME RELIABILITY AND TRANSIT SIGNAL PRIORITY AT THE STOP-TO-STOP SEGMENT LEVEL N. CHENNA KESHAVULU 1, B.SANJAI PRASAD 2 1 N. Chennakeshavulu, M.Tech Student, ECE Department, Lords

More information

Bloodhound RMS Product Overview

Bloodhound RMS Product Overview Page 2 of 10 What is Guard Monitoring? The concept of personnel monitoring in the security industry is not new. Being able to accurately account for the movement and activity of personnel is not only important

More information

BUILDING INTELLIGENT TRANSPORT SYSTEMS BASED ON INTERNET OF THINGS (IOT)

BUILDING INTELLIGENT TRANSPORT SYSTEMS BASED ON INTERNET OF THINGS (IOT) BUILDING INTELLIGENT TRANSPORT SYSTEMS BASED ON INTERNET OF THINGS (IOT) M. Lingaraj 1, B. Anand 2 1 M.Lingaraj, Head, Department Of Computer Science, Sankara College of Science and Commerce, Coimbatore.(India)

More information

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM Supriya 1, Ajayakumar Gooli 2, Harshitha.R 3, Harshitha S 4, Dilip Chandra E 5 12345 Electronics and Communication Engineering,

More information

RFID based Women Safety System with Automatic Street Light Control System

RFID based Women Safety System with Automatic Street Light Control System RFID based Women Safety System with Automatic Street Light Control System Shruthi A B 1, Shivanand Gowda K R 2, Ramachandra A C 3 PG Student, VLSI Design & Embedded Systems, Alpha College of Engg, Bengaluru,

More information

A METHODOLOGY FOR SIGNAL TIMING ESTIMATION BASED ON LOW FREQUENCY FLOATING CAR DATA: ANALYSIS OF NEEDED SAMPLE SIZES AND INFLUENCING FACTORS

A METHODOLOGY FOR SIGNAL TIMING ESTIMATION BASED ON LOW FREQUENCY FLOATING CAR DATA: ANALYSIS OF NEEDED SAMPLE SIZES AND INFLUENCING FACTORS A METHODOLOGY FOR SIGNAL TIMING ESTIMATION BASED ON LOW FREQUENCY FLOATING CAR DATA: ANALYSIS OF NEEDED SAMPLE SIZES AND INFLUENCING FACTORS E.NAVYA 1, A.HAZARATHAIAH 2 1 E.Navya, M.Tech Student, ECE Department,

More information

A Survey on Smart City using IoT (Internet of Things)

A Survey on Smart City using IoT (Internet of Things) A Survey on Smart City using IoT (Internet of Things) Akshay Kadam 1, Vineet Ovhal 2, Anita Paradhi 3, Kunal Dhage 4 U.G. Student, Department of Computer Engineering, SKNCOE, Pune, Maharashtra, India 1234

More information

TRX-300. GPS/GSM/GPRS Unit for fleet management PRELIMINARY PHOTO

TRX-300. GPS/GSM/GPRS Unit for fleet management PRELIMINARY PHOTO PRELIMINARY TRX-300 GPS/GSM/GPRS Unit for fleet management Quad Band GSM/GPRS engine Built-in GPS & GPRS antenna SuperSense GPS sensitivity Assisted GPS ready Ultra-low power consumption Multi-polygon

More information

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics:

In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: In this lecture, we will look at how different electronic modules communicate with each other. We will consider the following topics: Links between Digital and Analogue Serial vs Parallel links Flow control

More information

Embedded Based School Children Safety Enhancement Using RFID

Embedded Based School Children Safety Enhancement Using RFID Embedded Based School Children Safety Enhancement Using RFID Abirami C 1, Anandha Lakshmi Yogeshwari.V 2, Hemanjali. V 3, C. Nithya 4 B.E. Student, Dept. of E.C.E, Sri Muthukumaran Institute of Technology,

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

ATB200. Datasheet. ATB200 GPRS / GPS based Fleet Management Terminal. 1

ATB200. Datasheet. ATB200 GPRS / GPS based Fleet Management Terminal.   1 ATB200 GPRS / GPS based Fleet Management Terminal Datasheet www.dtsis.com 1 Description ATB200 is a compact, standalone and economical, but yet powerful and feature rich fleet management terminal. Comprising

More information

Implementing Dijkstra s algorithm for vehicle tracking in adverse geographical condition.

Implementing Dijkstra s algorithm for vehicle tracking in adverse geographical condition. Implementing Dijkstra s algorithm for vehicle tracking in adverse geographical condition. Sayli Aniruddha Patil Juita Tushar Raut Manasi Nitant Vaity Asst. Professor(Dept. of I.T), Asst. Professor(Dept.

More information

AUTOMATED WATER METER READING

AUTOMATED WATER METER READING AUTOMATED WATER METER READING Padmini M S(Assistant Professor) 1, Sejal S Kulkarni 2, Shruthi K Bhat 3, Shruti S Uppin 4 Dept. of Computer Science and Engineering,National Institute Of Engineering,Mysore,

More information

STUDY OF MOBILE AND VEHICLE TRACKING SYSTEM USING GSM/GPS)

STUDY OF MOBILE AND VEHICLE TRACKING SYSTEM USING GSM/GPS) STUDY OF MOBILE AND VEHICLE TRACKING SYSTEM USING GSM/GPS) Prof. Seema Bhuvan Assistant. Professor, NCRD s Sterling Institute of Management Studies, Navi Mumbai E-mail: seemas76@gmail.com Prof. Deepali

More information

Digital Authentication Based Vehicle Monitoring For Smart City

Digital Authentication Based Vehicle Monitoring For Smart City International Journal of Electrical Engineering. ISSN 0974-2158 Volume 11, Number 2 (2018), pp. 169-176 International Research Publication House http://www.irphouse.com Digital Authentication Based Vehicle

More information

Primer on GPS Operations

Primer on GPS Operations MP Rugged Wireless Modem Primer on GPS Operations 2130313 Rev 1.0 Cover illustration by Emma Jantz-Lee (age 11). An Introduction to GPS This primer is intended to provide the foundation for understanding

More information

Mobile Agent Based Intelligence Power Distribution Control System

Mobile Agent Based Intelligence Power Distribution Control System IJIRST International Journal for Innovative Research in Science & Technology Volume 4 Issue 11 April 2018 ISSN (online): 2349-6010 Mobile Agent Based Intelligence Power Distribution Control System Pratik

More information

Active RFID System with Wireless Sensor Network for Power

Active RFID System with Wireless Sensor Network for Power 38 Active RFID System with Wireless Sensor Network for Power Raed Abdulla 1 and Sathish Kumar Selvaperumal 2 1,2 School of Engineering, Asia Pacific University of Technology & Innovation, 57 Kuala Lumpur,

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

Wireless Black Box Using MEMs Accelerometer And GPS Tracking For Accidental Monitoring Of Vehicles

Wireless Black Box Using MEMs Accelerometer And GPS Tracking For Accidental Monitoring Of Vehicles Wireless Black Box Using MEMs Accelerometer And GPS Tracking For Accidental Monitoring Of Vehicles Abinaya.V, Dhana sekar.a, Hari prasaath.r, Kavitha.R, Dinesh kumar.m Department of ECE, Knowledge Institute

More information

GNSS Based Bus Monitoring And Sending SMS To The Passengers

GNSS Based Bus Monitoring And Sending SMS To The Passengers GNSS Based Bus Monitoring And Sending SMS To The Passengers A.Kannaki@VasanthaAzhagu 1, N.Vijayalashmy 2, V.Yamuna 3, G.Rupavani 4, G.Jeyalakshmy 5 HOD, Department of CSE, Achariya College of Engineering

More information

RFID ACCESS CONTROL. SRðAN LALE FACULTY OF ELECTRICAL ENGINEERING EASTERN SARAJEVO

RFID ACCESS CONTROL. SRðAN LALE FACULTY OF ELECTRICAL ENGINEERING EASTERN SARAJEVO RFID ACCESS CONTROL SRðAN LALE FACULTY OF ELECTRICAL ENGINEERING EASTERN SARAJEVO 1 INTRODUCTION RFID (RADIO - FREQUENCY IDENTIFICATION) systems use RF signals for identification of people, animals and

More information

GPS Tracking System Using Car Charger

GPS Tracking System Using Car Charger Computer Science and Information Technology 5(4): 135-139, 2017 DOI: 10.13189/csit.2017.050403 http://www.hrpub.org GPS Tracking System Using Car Charger Kavish Atul Sanghvi *, Prianka Manoj Mestry Thakur

More information

Design and Implementation of a Low-Cost Secure Vehicle Tracking System

Design and Implementation of a Low-Cost Secure Vehicle Tracking System Design and Implementation of a Low-Cost Secure Vehicle Tracking System Ibraheem Kasim Ibraheem Electrical Engineering Department College of Engineering, Baghdad University P.O.B.: 47273, 10001, Baghdad,

More information

RFID Integrated Teacher Monitoring

RFID Integrated Teacher Monitoring RFID Integrated Teacher Monitoring Introduction Article by Adewopo Adeniyi M.Sc, Texila American University, Nigeria Email: preciousadewopon@yahoo.com Radio Frequency Identification (RFID) is a generic

More information

Modern Electricity Billing System and Fuse Detection Using GSM

Modern Electricity Billing System and Fuse Detection Using GSM Modern Electricity Billing System and Fuse Detection Using GSM Santhya, Sandhya, Saranya, Sowmeya U.G Student, Department of ECE, SNS College of Technology, Coimbatore, Tamilnadu, India Associate Professor,

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

More information

Installation and connection of Galileosky v4.0 tracking devices

Installation and connection of Galileosky v4.0 tracking devices Installation and connection of Galileosky v4.0 tracking devices User Manual www.galileosky.com Contents Necessary Tools, Devices, Materials... 3 General Information... 4 Galileosky v4.0 Tracking Device

More information

Luxurious Transporting System

Luxurious Transporting System Luxurious Transporting System R. Venkatesh rentalavenkatesh@gmail.com Abstract In today s world the accident prone countries are more. Among those countries INDIA ranks first. There are three accidents

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Part Number Weblink for the part Description Unit Price. Hardware interfacing to the Freescale 9S12C32 MCU on board the CSM-12C32 module

Part Number Weblink for the part Description Unit Price. Hardware interfacing to the Freescale 9S12C32 MCU on board the CSM-12C32 module Global Positioning System Modules This section shows how to connect a GPS module to the CSM-12C32 module and provide several C functions for capturing the latitude, longitude, and UTC time information.

More information

Determination of Nearest Emergency Service Office using Haversine Formula Based on Android Platform

Determination of Nearest Emergency Service Office using Haversine Formula Based on Android Platform EMITTER International Journal of Engineering Technology Vol. 5, No., December 017 ISSN: 443-1168 Determination of Nearest Emergency Service Office using Haversine Formula Based on Android Platform M.Basyir

More information

[Kadappa, 4(6): June, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Kadappa, 4(6): June, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IMPLEMENTATION OF VEHICLE OVER SPEED VIOLATION INDICATOR AND IR BASED HORN SYSTEM Prof Rudrappa B Gujanatti, Kadappa Akkatangerhal,

More information

Asset Tracking and Accident Detecting Using NI MyRIO

Asset Tracking and Accident Detecting Using NI MyRIO RESEARCH ARTICLE OPEN ACCESS Asset Tracking and Accident Detecting Using NI MyRIO V.Shepani 1, P.N. Subbulakshmi 2, K.Revathi 3, S.Sreedivya 4, A. Christy Arockia Rani 5 1,2,3,4(UG students, Department

More information

Controlling Robot through SMS with Acknowledging facility

Controlling Robot through SMS with Acknowledging facility IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. III (May Jun. 2014), PP 65-69 Controlling Robot through SMS with Acknowledging

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM International Journal of Advanced Research in Engineering ISSN: 2394-2819 Technology & Sciences Email:editor@ijarets.org May-2016 Volume 3, Issue-5 www.ijarets.org WIRELESS RF TRANSCEIVER FOR ENERGY METER

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

Anti-Theft Vehicle Tracking with Automatic Police Notifying using Haversine Formula

Anti-Theft Vehicle Tracking with Automatic Police Notifying using Haversine Formula ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Anti-Theft Vehicle Tracking with Automatic Police Notifying using Haversine Formula Abinaya mail2abinaya22@gmail.com

More information

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 01 Jan p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 03 Issue: 01 Jan p-issn: HI-TECH HOSPITAL 1 Kalyanee Sharma, 2 Hemendra Singh, 3 Divya Verma, 4 Deepti Modi, Department of Electronics and Communication Engineering, Poornima College of Engineering, Jaipur, Rajasthan, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

B L E N e t w o r k A p p l i c a t i o n s f o r S m a r t M o b i l i t y S o l u t i o n s

B L E N e t w o r k A p p l i c a t i o n s f o r S m a r t M o b i l i t y S o l u t i o n s B L E N e t w o r k A p p l i c a t i o n s f o r S m a r t M o b i l i t y S o l u t i o n s A t e c h n i c a l r e v i e w i n t h e f r a m e w o r k o f t h e E U s Te t r a m a x P r o g r a m m

More information

Design and Development of Blind Navigation System using GSM and RFID Technology

Design and Development of Blind Navigation System using GSM and RFID Technology Indian Journal of Science and Technology, Vol 9(2), DOI: 10.17485/ijst/2016/v9i2/85809, January 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Design and Development of Blind Navigation System

More information

MODERN LOCALIZATION APPARATUS IN METALLURGICAL ENTERPRISE

MODERN LOCALIZATION APPARATUS IN METALLURGICAL ENTERPRISE March 25 th 2015 MODERN LOCALIZATION APPARATUS IN METALLURGICAL ENTERPRISE POLLAK Milos 1, TUHY Tomas 1, PRAZAKOVA Veronika 1, FRISCHER Robert 1 1 VSB - Technical University of Ostrava, Ostrava, Czech

More information

e-automatic MOTOR CONTROL SYSTEM

e-automatic MOTOR CONTROL SYSTEM e-automatic MOTOR CONTROL SYSTEM Mr. G.Venkata Prasad 1, Mr.P.Shanker 2 1,2 Assistant Professor, Department of CSE, Sphoorthy Engineering College, Hyderabad ABSTRACT In this paper e-automatic MOTOR CONTROL

More information

EARTHQUAKE EARLY WARNING SYSTEM FOR ANDROID

EARTHQUAKE EARLY WARNING SYSTEM FOR ANDROID EARTHQUAKE EARLY WARNING SYSTEM FOR ANDROID B.Gopinathan 1,Rohith.R 2,Harish.M 3,Jagapathibabu.BM 4. 1 Professor & 2 Students Department of Computer Science and Engineering Adhiyamaan College of Engineering,

More information

IOT GEOLOCATION NEW TECHNICAL AND ECONOMICAL OPPORTUNITIES

IOT GEOLOCATION NEW TECHNICAL AND ECONOMICAL OPPORTUNITIES IOT GEOLOCATION NEW TECHNICAL AND ECONOMICAL OPPORTUNITIES Florian LECLERE f.leclere@kerlink.fr EOT Conference Herning 2017 November 1st, 2017 AGENDA 1 NEW IOT PLATFORM LoRa LPWAN Platform Geolocation

More information

Smart Navigation System for Visually Impaired Person

Smart Navigation System for Visually Impaired Person Smart Navigation System for Visually Impaired Person Rupa N. Digole 1, Prof. S. M. Kulkarni 2 ME Student, Department of VLSI & Embedded, MITCOE, Pune, India 1 Assistant Professor, Department of E&TC, MITCOE,

More information

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES 1 Guntha Karthik, 2 Prof.Singam Jayanthu, 3 Bhushan N Patil, and 4 R.Prashanth

More information

Trains Collision Avoidance System by Using RFID and GSM Technology

Trains Collision Avoidance System by Using RFID and GSM Technology Trains Collision Avoidance System by Using RFID and GSM Technology Smita S. Bhavsar 1, A. N. Kulkarni 2 Student, Electronics and Telecommunication Department, Zeal College of Engineering &Research Pune,

More information

Accident prevention and detection using internet of Things (IOT)

Accident prevention and detection using internet of Things (IOT) ISSN:2348-2079 Volume-6 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Accident prevention and detection using internet of Things (IOT) INSTITUTE OF

More information

Feeder Protection From Over Load and Earth Fault Relay

Feeder Protection From Over Load and Earth Fault Relay Feeder Protection From Over Load and Earth Fault Relay Prof. Vaneela Pyla 1, Uma N. Bhimnath 2, Archana M. Bhosale 3, Apurva V. Khachane 4 Assistant Professor, Electrical Engineering Department, NBN Sinhgad

More information

Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle DetectionMISS

Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle DetectionMISS Implementing Intelligent Traffic Control System for Congestion Control, Ambulance Clearance, and Stolen Vehicle DetectionMISS K.Padmaja Goud MR.P. Ramesh Babu Abstract: This paper presents an intelligent

More information

Automated Meeting Rooms Using Audiovisual Sensors Using Internet of Things

Automated Meeting Rooms Using Audiovisual Sensors Using Internet of Things Automated Meeting Rooms Using Audiovisual Sensors Using Internet of Things Chinmay Divekar 1, Akshay Deshmukh 2, Bhushan Borse 3, Mr.Akshay Jain 4 1,2,3 Department of Computer Engineering, PVG s College

More information

International Journal of Advance Engineering and Research Development ADVANCED NAVIGATOR AND MONITORING SYSTEM FOR FISHERMAN

International Journal of Advance Engineering and Research Development ADVANCED NAVIGATOR AND MONITORING SYSTEM FOR FISHERMAN Scientific Journal of Impact Factor(SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 3,Issue 3, March -2016 e-issn(o): 2348-4470 p-issn(p): 2348-6406 ADVANCED NAVIGATOR

More information

Monitoring and Protection of Distribution Transformer Using GSM Module Jenifer A 1, Bharathi B R 2, Shanthi Mounika B 3

Monitoring and Protection of Distribution Transformer Using GSM Module Jenifer A 1, Bharathi B R 2, Shanthi Mounika B 3 RESEARCH ARTICLE International Journal of Engineering and Techniques - Volume 4 Issue 1, Jan Feb 2018 Monitoring and Protection of Distribution Transformer Using GSM Module Jenifer A 1, Bharathi B R 2,

More information

Density Based Traffic Control with Emergency Override

Density Based Traffic Control with Emergency Override National conference on Engineering Innovations and Solutions (NCEIS 2018) International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume

More information

Politecnico di Milano Advanced Network Technologies Laboratory. Radio Frequency Identification

Politecnico di Milano Advanced Network Technologies Laboratory. Radio Frequency Identification Politecnico di Milano Advanced Network Technologies Laboratory Radio Frequency Identification RFID in Nutshell o To Enhance the concept of bar-codes for faster identification of assets (goods, people,

More information

Appendix S2. Technical description of EDAPHOLOG LOGGER - Communication unit of the EDAPHOLOG System

Appendix S2. Technical description of EDAPHOLOG LOGGER - Communication unit of the EDAPHOLOG System Appendix S2 Technical description of EDAPHOLOG LOGGER - Communication unit of the EDAPHOLOG System The EDAPHOLOG Logger transfers data collected by the EDAPHOLOG probes to the EDAPHOWEB server. The device

More information

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Javier Jiménez Alemán Fluminense Federal University, Niterói, Brazil jjimenezaleman@ic.uff.br Abstract. Ambient Assisted

More information

Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic

Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic Wireless Monitoring of Agricultural Environment and Greenhouse Gases and Control of Water flow through Fuzzy Logic Nusrat Ansari 1, Himanshu Phatnani 2, Akash Yadav 3, Sanket Sakharkar 4, Akshay Khaladkar

More information

RFID Multi-hop Relay Algorithms with Active Relay Tags in Tag-Talks-First Mode

RFID Multi-hop Relay Algorithms with Active Relay Tags in Tag-Talks-First Mode International Journal of Networking and Computing www.ijnc.org ISSN 2185-2839 (print) ISSN 2185-2847 (online) Volume 4, Number 2, pages 355 368, July 2014 RFID Multi-hop Relay Algorithms with Active Relay

More information

Speed regulation vehicles using RFID

Speed regulation vehicles using RFID Speed regulation vehicles using RFID Chandrashekar.P Electronics and communication engineering SDIT-Mangalore Karnataka-India Cschandran44@gmail.com Praveen kumar.m Electronics and communication engineering

More information

Design Of Component-Based Software For Telemetry, Tracking And Commanding (TTC) Operations Of Nano Satellite

Design Of Component-Based Software For Telemetry, Tracking And Commanding (TTC) Operations Of Nano Satellite INTERNATIONAL JOURNAL OF TECHNOLOGY ENHANCEMENTS AND EMERGING ENGINEERING RESEARCH, VOL 1, ISSUE 5 29 Design Of Component-Based Software For Telemetry, Tracking And Commanding (TTC) Operations Of Nano

More information

AN UNIQUE METHODOLOGY ENABLING BUS BOARD NAVIGATING SYSTEM USING WSN

AN UNIQUE METHODOLOGY ENABLING BUS BOARD NAVIGATING SYSTEM USING WSN AN UNIQUE METHODOLOGY ENABLING BUS BOARD NAVIGATING SYSTEM USING WSN Ms.R.Madhumitha [1], N.Nandhini [2], R.Rajalakshmi [3], K.Raja Rajeswari [4]. [1] UG Student, Department of ECE,Panimalar Engineering

More information

A Simple Smart Shopping Application Using Android Based Bluetooth Beacons (IoT)

A Simple Smart Shopping Application Using Android Based Bluetooth Beacons (IoT) Advances in Wireless and Mobile Communications. ISSN 0973-6972 Volume 10, Number 5 (2017), pp. 885-890 Research India Publications http://www.ripublication.com A Simple Smart Shopping Application Using

More information

Design and Implementation of Vehicle Navigation System in Urban Environments using Internet of Things (Iot)

Design and Implementation of Vehicle Navigation System in Urban Environments using Internet of Things (Iot) IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design and Implementation of Vehicle Navigation System in Urban Environments using Internet of Things (Iot) To cite this article:

More information

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 119 No. 1 2018, 88-891 ISSN: 1314-339 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ 6 ACCIDENT DETECTION AND ALERTING SYSTEM USING GPS & GSM Ajith Kumar.A 1,Jaganivasan.V

More information

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS

era, eric, era-lora, eric-lora & eric-sigfox Evaluation Board with GNSS This board can be used for the evaluation and range testing of the following LPRS RF Modules: era400, era900, eric4, eric9, era-lora, eric-lora and eric-sigfox. The board is provided with a u-blox GNSS

More information

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM KIRAN DILIP DESAI 1, RAMCHANDRA P.HASABE 2 Electrical Engg.Department, Walchand College of Engg., Sangli.

More information

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

Visual Tracking and Surveillance System

Visual Tracking and Surveillance System Visual Tracking and Surveillance System Neena Mani 1, Ammu Catherine Treesa 2, Anju Sivadas 3, Celus Sheena Francis 4, Neethu M.T. 5 Asst. Professor, Dept. of EEE, Mar Athanasius College of Engineering,

More information

ARM Hardware Platform For Vehicular

ARM Hardware Platform For Vehicular ARM Hardware Platform For Vehicular Ch.Sritejaswi M.Tech Student, Department of ECE, KITS for women s, Kodada, T.S, India ABSTRACT: In today s world as the population increases day by day the numbers of

More information

I. INTRODUCTION II. LITERATURE SURVEY. International Journal of Advanced Networking & Applications (IJANA) ISSN:

I. INTRODUCTION II. LITERATURE SURVEY. International Journal of Advanced Networking & Applications (IJANA) ISSN: A Friend Recommendation System based on Similarity Metric and Social Graphs Rashmi. J, Dr. Asha. T Department of Computer Science Bangalore Institute of Technology, Bangalore, Karnataka, India rash003.j@gmail.com,

More information

EMI DUE AND ALCOHOL DETECTION BASED AUTOMATIC VEHICLE LOCKING SYSTEM

EMI DUE AND ALCOHOL DETECTION BASED AUTOMATIC VEHICLE LOCKING SYSTEM EMI DUE AND ALCOHOL DETECTION BASED AUTOMATIC VEHICLE LOCKING SYSTEM G.Rupa 1, K.Sangeetha 2, A.Sowmiya 3, J.Shri saranya 4 1,2,3Student, Electrical and Electronics Engineering, Jeppiaar SRR Engineering

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

More information

Pixie Location of Things Platform Introduction

Pixie Location of Things Platform Introduction Pixie Location of Things Platform Introduction Location of Things LoT Location of Things (LoT) is an Internet of Things (IoT) platform that differentiates itself on the inclusion of accurate location awareness,

More information

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE Int. J. Chem. Sci.: 14(4), 2016, 3107-3112 ISSN 0972-768X www.sadgurupublications.com ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE R. SURSHKUMAR *, R. BALAJI, G. MANIKANDAN

More information

GSM Based Water Billing System

GSM Based Water Billing System Reviewed Paper Volume 2 Issue 7 March 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 GSM Based Water Billing System Paper ID IJIFR/ V2/ E7/ 087 Page No. 2379-2385

More information

GPS-free Geolocation using LoRa in Low-Power WANs. Bernat Carbonés Fargas, Martin Nordal Petersen 08/06/2017

GPS-free Geolocation using LoRa in Low-Power WANs. Bernat Carbonés Fargas, Martin Nordal Petersen 08/06/2017 GPS-free Geolocation using LoRa in Low-Power WANs Bernat Carbonés Fargas, Martin Nordal Petersen 08/06/2017 Outline 1. Introduction 2. LoRaWAN for geolocation 3. System design 4. Multilateration in LoRaWAN

More information

GSM/GPRS Based Vehicle Tracking System and Speed Detection with Toll Collection

GSM/GPRS Based Vehicle Tracking System and Speed Detection with Toll Collection Volume 4, No. 6, May 2013 (Special Issue) International Journal of Advanced Research in Computer Science REVIEW ARTICAL Available Online at www.ijarcs.info GSM/GPRS Based Vehicle Tracking System and Speed

More information

GPS and GSM Based Transmission Line Monitoring System with Fault Detection Introduction:

GPS and GSM Based Transmission Line Monitoring System with Fault Detection Introduction: GPS and GSM Based Transmission Line Monitoring System with Fault Detection Introduction: Electricity is an extremely handy and useful form of energy. It plays an ever growing role in our modern industrialized

More information

An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks

An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks An Ultrasonic Sensor Based Low-Power Acoustic Modem for Underwater Communication in Underwater Wireless Sensor Networks Heungwoo Nam and Sunshin An Computer Network Lab., Dept. of Electronics Engineering,

More information

Multiple Target Tracking For Indoor Environment Using WPIR

Multiple Target Tracking For Indoor Environment Using WPIR Multiple Target Tracking For Indoor Environment Using WPIR K. Ashnath 1, R. Jeyanthi 2 PG scholar, Applied Electronics, Department of EEE, K.S.R College of Engineering, Tiruchengode, Tamilnadu, India 1

More information

Azaad Kumar Bahadur 1, Nishant Tripathi 2

Azaad Kumar Bahadur 1, Nishant Tripathi 2 e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 29 35 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design of Smart Voice Guiding and Location Indicator System for Visually Impaired

More information

BUS SAFETY SYSTEM FOR SCHOOL CHILDREN BY USING RFID AND GSM MODEM

BUS SAFETY SYSTEM FOR SCHOOL CHILDREN BY USING RFID AND GSM MODEM e-issn 2455 1392 Volume 3 Issue 3, March 2017 pp. 120 126 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com BUS SAFETY SYSTEM FOR SCHOOL CHILDREN BY USING RFID AND GSM MODEM Mr.V.Sivakumar,M.E.

More information

Self-Invented Keypad Based Electronic Notice Board for Wired & Wireless Communication

Self-Invented Keypad Based Electronic Notice Board for Wired & Wireless Communication Self-Invented Keypad Based Electronic Notice Board for Wired & Wireless Communication Debasmita Manna 1, BhaswatiPal 2, Debarshi Das 3, Dhritiman Som 4, Biswajit Sarkar 5, Akash Sengupta 6 Assistant Professor,

More information

RF Control Based Mobile Robotic System for Search Mission with GPS Tracker

RF Control Based Mobile Robotic System for Search Mission with GPS Tracker Indian Journal of Science and Technology, Vol 8(19), DOI: 10.17485/ijst/2015/v8i19/79514, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 RF Control Based Mobile Robotic System for Search

More information

Design and Development of Pre-paid electricity billing using Raspberry Pi2

Design and Development of Pre-paid electricity billing using Raspberry Pi2 International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 7 (2017) pp. 995-1005 Research India Publications http://www.ripublication.com Design and Development of Pre-paid

More information