INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) BUS TRACKING AND TICKETING SYSTEM

Size: px
Start display at page:

Download "INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) BUS TRACKING AND TICKETING SYSTEM"

Transcription

1 INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN ISSN (Print) ISSN (Online) Volume 4, Issue 5, July August 2013, pp IAEME: Journal Impact Factor (2013): (Calculated by GISI) IJARET I A E M E BUS TRACKING AND TICKETING SYSTEM Mitul Saraiya, Narendra Ravaria, Sanket Padwal, Monil Shah B.E., Department of Electronics and Telecommunication, Dwarkadas J. Sanghvi College of Engineering, ABSTRACT In this paper, we present the similarity and differences between computer networks and transit networks. The paper Bus Tracking and Ticketing System provides a robust and efficient transport system. We have developed a simulation model and have tested the effects of transit services provided to passengers in terms of delay and passenger quality of service. In this paper, we aim at giving passengers information about the estimated time of arrival of the bus. This is done using a GPS which tracks the coordinates of the bus and depending upon the speed of the bus calculates the distance from the bus stop. A message is sent by the passenger standing at the bus stop to the GSM module which in turn with the help of GPS returns the time in which the bus will arrive. The LCD unit at the bus stop will display this information to commuters standing at the bus stops. This concept is further extended by designing an application along with it so as to book the ticket for the corresponding bus and to maintain a database for ticketing transactions. Keywords: ATMEGA 640, GSM Module (SIM 300), GPS. I. INTRODUCTION BEST buses are one of the major public transport systems in Mumbai. It is one of the largest bus transport networks in India. There always exists an uncertainty with respect to the time of arrival of bus at the bus stop. The traffic prevailing on the streets in the metropolitan cities like Mumbai is the major factor governing the arrival of buses. Although various new systems like electronic ticketing machines, season cards and smart cards have been implemented to the convenience of both staff and commuters, there is much more scope for new technology to be implemented. Also sometimes buses are cancelled due to their breakdown, strikes, water logging on the roads or any other reason. The commuters are never informed about such cancellation of buses. Till now BEST has not come up with a powerful communication system to intimate the general public regarding such delay or even cancellation of buses. The Bus Tracking and Ticketing System that is proposed, aims to provide a robust and efficient system to allow facilities to track buses, know estimated time 98

2 of arrival (ETA) of any bus, ability to book tickets in advance and to maintain a database for ticketing transactions via a versatile application on the Android OS platform. The challenge would be the method to provide all the required tracking and arrival information as well as the ticketing facilities to the user on the move. Although one can display this data and provide such facilities at a bus stop, it defeats the aim of providing flexibility which is a pivotal part of the project. Hence the Android application is developed as a user interface. Its purpose is to provide an easy interface to access all the various features of the system and to make full use of its functionality. Another major problem is the hassles due to the paper tickets. The tickets need to be punched by the conductor and the conductor always calculates the ticket fare mentally before issuing the tickets. The details of the destination bus stop or the bus stop where the passenger got in are not mentioned on the tickets. The proposed bus system would try to meet the needs of the commuters. Most of the facilities provided by this system will eliminate the problems faced due to uncertainty of arrival of buses. Commuters would be informed about the various details of the arriving buses in the most convenient way so that the bus system could function in an orderly manner. II. SYSTEM ARCHITECTURE The project consists of many transport buses. Each bus has a GSM module and a GPS receiver on board which determines the co-ordinates of the point where the bus is currently situated. Each bus individually transmits the co-ordinates via the GSM module to a bus stop where it is logged on in the processor. The bus stop consists of a GSM module by which it constantly receives the current position of all the buses which will pass through it and logged onto the central database. It also consists of a Microcontroller Unit (MCU) which will perform a variety of functions such as calculation of the distance between the bus and the bus stop, maintaining user information, handling money transactions etc. Figure 1: System Block Diagram 99

3 By accessing the previous values, it can determine the approximate speed of the bus and hence estimate the time of arrival of the bus. The data can be displayed on a screen at the bus stop. It can also track transaction history of a particular customer. Additionally, a facility is also provided for the users to access the information at the bus stop via their GSM mobile phones. The user can access the expected buses at the bus stop within a certain time window. Hence, the users can have a view of the buses that are about to arrive and make a proper decision about their bus routes in advance without going to the bus stop. This project also offers the capability to book one s ticket via SMS. The MCU can be programmed to contain accounts of users by the use of their phone numbers. On sending a text message in a format that specifies the starting and ending bus-stop of travel, the MCU calculates the fare for the distance and then deducts the amount from the appropriate account. Central Announcements are done simultaneously in buses that belong to the same route and are controlled by central announcement which is equipped with computer workstation and a voice PC. When this window has input focus, all the user input events in it are also forwarded to voice PC. The user input is routed from computer workstation to Voice PC through VNC Programming. Audio signals are transmitted to all buses over this voice line and only those selected buses in the route are able to play the audio signal. The Central Announcements (CA) using server MMI selects the buses on which Central Announcements are to be played and triggers a connection request. Figure 2: Centralized Control System A telegram (connection request) is sent to PCs of all the selected stations. The PC, upon receiving the telegram sends a signal to the logic controller box. The CA controller of the logic controller box is switched ON, wherein all buses are made available to CA. The CA can also make manual announcement using microphone. An announcement to new buses can be triggered only when the previous is disconnected. 100

4 III. SYSTEM WORKING Figure 3: Block Diagram of Central Unit It consists of the following components and program blocks: GSM Module: It is the programmable SIM 900A GSM module that enables communication between the bus stop and the bus/user via mobile communication. GSM Interface program: It is the program written to enable interfacing between the GSM module and ATMEGA640 microcontroller to enable bidirectional exchange of information so that the microcontroller can directly access data via the GSM and vice versa. LCD Display: It is the graphic Liquid Crystal Display that constantly displays information on the bus stop about the buses with respect to their route, location and crowd density, which are scheduled to arrive at the bus stop with their estimated time of arrival as well the information received from the database. LCD Interface program: It is the program written to enable interfacing between the LCD display and the ATMEGA640 microcontroller so that information on the buses is constantly being displayed. Central Processing Unit: It is the unit that performs all the essential processing and interaction between all the different programs. All the programs and accesses are executed and controlled by the CPU. The GSM and the central database are directly interfaced only to the CPU and a program can access any other program only through the CPU. Central Database: It is the common database that all different programs of the microcontroller access via the CPU. It stores the entire information that the CPU is handling. The information includes user databases with their account balances, position of buses in the vicinity and their distance from the bus stop money transaction history and code generation. 101

5 Bus tracking program: This program accepts the current location co-ordinates of various buses from the database and constantly enables them to be properly stored in the database for the distance calculation program. Distance Calculation program: This program is written to calculate the distance of any particular bus by its co-ordinates that are stored in the database with respect to the fixed co-ordinates of the bus stop. Crowd Estimation program: This program accepts the passenger count that is stored in the database and estimates the crowd on any given bus and categorizes it according to the density which is stored back into the database again. User Information program: This program is written to accept user commands via the GSM and to determine what information is to be sent to them e.g. information on buses, financial status of the customer etc. Code Generation and Validation program: This program is written to generate a unique code for every transaction made by the user which contains information about the number of passengers, route etc. The code when entered on the bus allows it to be sent to the bus stop for validation again to this block which gives an acknowledgement. Money Transaction program: This program handles all the money transactions in the system with a history and modifications that are all stored in the database. It also offers the facility for increasing the balance in the account and repayment options. Exception handling program: It is written to imply default conditions and to ensure that unforeseen problems do not disrupt the system. Figure 4: Block Diagram of BUS Controller 102

6 It contains the following components and program blocks GPS module: It is the embedded GPS module that gives a 5V TTL serial output from its port. The data is then sent via the GSM module to the bus stop where it is stored in the central database for tracking and other purposes. GPS Interface program: This program is written to enable interfacing of the GPS with the microcontroller via it s AT command set to enable proper exchange of data. GSM Module: It is the programmable SIM 900A GSM module that enables communication between the bus stop and the bus via mobile communication. GSM Interface program: It is the program written to enable interfacing between the GSM module and ATMEGA 640 microcontroller to enable bidirectional exchange of information and so that the microcontroller can directly access data via the GSM and vice versa. Tracking ISR: The bus stop constantly sends interrupts to the bus via GSM. In response, the service subroutine in the microcontroller on the bus sends the location co-ordinates via its GSM module, which it continuously receives from the GPS module to the bus stop for the Bus Tracking program to perform its function. Code Check program: This program is written to enable validation of the code that is entered by the commuter on the bus. The validation acknowledgment is sent back and the Code Check program gives its output. Exception handling program: It is written to imply default conditions and to ensure that unforeseen problems do not disrupt the system. IV. THE USER GSM This is the user GSM which can be any normal cell phone that runs on the Android platform. All the communication to the bus stop via the user is done via this Android enabled device. The user can access information like schedule and ETA of buses, crowd density of the buses, his account balance, book tickets etc. V. ALGORITHM OF MODEL i. Switch on GSM module at the bus stop. ii. Select the bus number whose coordinate are to be detected. iii. Receive the GPS coordinate from the GSM module of the bus. iv. Calculate the distance between the bus stop and selected buses using Haversine formula. v. Calculate the time required for the bus to reach to bus stop. vi. Send the time expected to the LCD or LED display on the bus. vii. Repeat the process from iii. Unless and until the bus reaches to bus stop. That is the distance between two GPS co-ordinate. 103

7 VI. RESULTS Figure 5: Ticket Booking Status It can enable us to discover our desired route by selecting our starting and destination bus stops. By doing so, we can view a list of all the buses that ply on the selected route. This view also enables the user to view the historical data based timetable for the entireroute. The user can directly book a ticket on the same view and amount to be paid is automatically calculated using the number of passengers entered by the user in the application. The required amount is deducted from the user s account when he purchases thetickets. The user receives a confirmation message and a ticket code. Figure 6: Bus Expected Time 104

8 Every ticket transaction confirmation contains a summary of the ticket which includes cost, number of passengers and the total amount, along with the uniquely generated code which serves as the ticket identification number. This view also offers the update button which refreshes the page and allows the user to access real time tracking updates. Figure 7: Current Bus Running Status for Booking VII. CONCLUSION In this paper, we have explained about an economical way of providing information to the commuters, as well as using the data for analyzing the traffic patterns, thus altering the bus routes for increasing efficiency of bus by decreasing the travel time, as well as inducting new bus routes as per the demand, just by using 2G mobile services. This system can be further improvised by using 3G technologies, which boasts of better data transfer rates. This system can be further enhanced so as to develop integrated transport information facilities, wherein two or more public transports systems can belinked together, and thereby provide enhanced and more accurate information to the commuters. VIII. REFERENCES [1]. [2]. [3]. [4]. [5]. [6]. [7]. [8]. thenewboston.org/list.php.cat=6 [9]. [10]. [11]. [12]. stackoverflow.com/android-getting-a-file-uri-from-a-content-uri 105

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Display Message on Notice Board using GSM

Display Message on Notice Board using GSM Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 7 (2013), pp. 827-832 Research India Publications http://www.ripublication.com/aeee.htm Display Message on Notice Board

More information

Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging

Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Aravind. P, Kalaiarasan.A 2, D. Rajini Girinath 3 PG Student, Dept. of CSE, Anand Institute of Higher Technology,

More information

Smart Queue Management System Using GSM Technology

Smart Queue Management System Using GSM Technology Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 8 (2013), pp. 941-950 Research India Publications http://www.ripublication.com/aeee.htm Smart Queue Management System Using

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

E-TICKETING SYSTEM FOR PUBLIC BUS TRANSPORT USING PRE-PAID SMART CARDS

E-TICKETING SYSTEM FOR PUBLIC BUS TRANSPORT USING PRE-PAID SMART CARDS E-TICKETING SYSTEM FOR PUBLIC BUS TRANSPORT USING PRE-PAID SMART CARDS Praveen, Gopal, Sasikumar, Jagadeeshraja Department of EEE, Knowledge Institute of Technology, Salem, India Abstract: - Technology

More information

Design of Wireless Home automation and security system using PIC Microcontroller

Design of Wireless Home automation and security system using PIC Microcontroller IJCAES ISSN: 2231-4946 Volume III, Special Issue, August 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on National Conference on Information and Communication

More information

Remote Monitoring, Controlling and Lost Hardware Detecting through GSM

Remote Monitoring, Controlling and Lost Hardware Detecting through GSM Remote Monitoring, Controlling and Lost Hardware Detecting through GSM Amir Sheikh, Rahul Hendawe, Rajnish Singh, Jayashree Shiral, Anmol Rohan Abstract The project aims to develop various network utilities

More information

Design and Development of Suraksha -A Women Safety Device

Design and Development of Suraksha -A Women Safety Device International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 8 (2014), pp. 787-792 International Research Publications House http://www. irphouse.com Design and Development

More information

Collided Vehicle Position Detection using GPS & Reporting System through GSM

Collided Vehicle Position Detection using GPS & Reporting System through GSM Collided Vehicle Position Detection using GPS & Reporting System through GSM M.M.Raghaveendra 1, N.Sahitya 2, N.Nikhila 3, S.Sravani 4 1 Asst.Professor ECE Department, 2 Student, 3 Student, 4 Student,

More information

Intelligent Home Automation and Security System

Intelligent Home Automation and Security System Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology

More information

ABSTRACT. would end the use of the hefty 1.5-kg ticket racks carried by KSRTC conductors. It would also end the

ABSTRACT. would end the use of the hefty 1.5-kg ticket racks carried by KSRTC conductors. It would also end the E-Ticketing 1 ABSTRACT Electronic Ticket Machine Kerala State Road Transport Corporation is introducing ticket machines on buses. The ticket machines would end the use of the hefty 1.5-kg ticket racks

More information

Smart Onboard Public Information System using GPS & GSM Integration for Public Transport

Smart Onboard Public Information System using GPS & GSM Integration for Public Transport Smart Onboard Public Information System using GPS & GSM Integration for Public Transport Mr. Prafull D. Patinge 1, Ms. N. R. Kolhare 2 ME, Electronics Engg. Dept. of Electronics and Telecommunication Engineering,

More information

Raghavendra Reddy D 1, G Kumara Swamy 2

Raghavendra Reddy D 1, G Kumara Swamy 2 Car Accident Detection, Communication And Tracking Using ARM7 Controller Raghavendra Reddy D 1, G Kumara Swamy 2 1 PG Scholar, Dept of ECE, Malla Reddy Engineering College (Autonomous), Hyderabad, India.

More information

AFC BUS TAXI BIS. Solutions for Traffic Information and Fare Collection

AFC BUS TAXI BIS. Solutions for Traffic Information and Fare Collection AFC BUS Solutions for Traffic Information and Fare Collection TAXI www.atec.kr 1451-78, Seocho-gu, Seocho-dong, Seoul, Korea TEL: 82-2-2190-5000 / FAX: 82-2-2190-5119 BIS ONE STOP SERVICE PROGRAM Service

More information

Microcontroller Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology

Microcontroller Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology Microcontroller Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology Bharath K M, Rohit C V Student of B.E Electronics and Communication Coorg Institute of Technology,

More information

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS FLEET MANAGEMENT & CAR SECURITY SYSTEM FOR PROVIDERS AND CUSTOMERS The Tracker Server Communication Program for data collection The Tracker Client Map Program intended for dispatching desks The GSM/GPRS

More information

Transport Department Government of Uttar Pradesh

Transport Department Government of Uttar Pradesh Transport Department Government of Uttar Pradesh Intelligent Transport Management System (ITMS) Uttar Pradesh State Road Transport Corporation (UPSRTC) Capital cost Rs. 38.25 crores 50% ACA Grant by MoRTH,

More information

SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES

SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES SMART DRUNKEN DRIVER DETECTION AND SPEED MONITORING SYSTEM FOR VEHICLES Bandi Sree Geeta 1, Diwakar R. Marur 2 1,2 Department of Electronics and Communication Engineering, SRM University, (India) ABSTRACT

More information

RFID based Bill Generation and Payment through Mobile

RFID based Bill Generation and Payment through Mobile RFID based Bill Generation and Payment through Mobile 1 Swati R.Zope, 2 Prof. Maruti Limkar 1 EXTC Department, Mumbai University Terna college of Engineering,India Abstract Emerging electronic commerce

More information

CMR Journal of Engineering and Technology Vol.1 Issue.1 January 2016

CMR Journal of Engineering and Technology Vol.1 Issue.1 January 2016 VEHICLE TRACKING SYSTEM WITH ANDROID APP SUPPORT ABSTRACT M. Sudhakar Professor Dept of ECE CMR College of Engineering & Technology Kandlakoya, Medchal Rd, Hyderabad e-mail: vp@cmrcet.org K.Kalyani PG

More information

SMART COLLEGE BUS TRACKING MANAGEMENT SYSTEM AND ITS APPLICATION

SMART COLLEGE BUS TRACKING MANAGEMENT SYSTEM AND ITS APPLICATION International Journal of Emerging Technologies and Engineering (IJETE) SMART COLLEGE BUS TRACKING MANAGEMENT SYSTEM AND ITS APPLICATION Savitha S.C Asst.Prof, Dept.ECE, MSEC, Bangalore Natya.S Asst. Prof,

More information

How To Track A Vehicle With A Smart Vehicle Tracking System

How To Track A Vehicle With A Smart Vehicle Tracking System SMART VEHICLE TRACKING SYSTEM Mrs. K.P.Kamble 1 Lecturer 1 Department of Electronics and Telecommunication Engineering, YCCE, Nagpur kanchan_114@rediffmail.com ABSTRACT It is amazing to know how simple

More information

How To Design A Code Lock System With A Status Display On A Cell Phone And A Password Code On A Smart Phone

How To Design A Code Lock System With A Status Display On A Cell Phone And A Password Code On A Smart Phone ISSN (e): 2250 3005 Vol, 04 Issue, 7 July 2014 International Journal of Computational Engineering Research (IJCER) Enhanced Wireless Security System With Digital code lock using RF &GSM Technology 1 E.Supraja,

More information

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642

Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Automated Profile Vehicle Using GSM Modem, GPS and Media Processor DM642 Muhammad

More information

Microtronics technologies Mobile: 99707 90092

Microtronics technologies Mobile: 99707 90092 For more Project details visit: http://www.projectsof8051.com/rfid-based-attendance-management-system/ Code Project Title 1500 RFid Based Attendance System Synopsis for RFid Based Attendance System 1.

More information

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,

More information

An Android Application for Tracking College Bus Using Google Map

An Android Application for Tracking College Bus Using Google Map An Android Application for Tracking College Bus Using Google Map S. Priya 1, B. Prabhavathi 2, P. Shanmuga Priya 3, B. Shanthini 4 1,2, 3 UG Scholar, 4 Head of the Department Department of Information

More information

Real Time Bus Monitoring System Using GPS

Real Time Bus Monitoring System Using GPS IRACST Engineering Science and Technology: An International Journal (ESTIJ), ISSN: 2250-3498, Vol.2, No. 3, June 2012 Real Time Bus Monitoring System Using GPS Dr. (Mrs.) Saylee Gharge, Manal Chhaya, Gaurav

More information

Embedded Security System using RFID & GSM

Embedded Security System using RFID & GSM Embedded Security System using RFID & GSM Kulkarni Amruta M., Taware Sachin S. Abstract The petroleum products are one of the valuable and rare creations of the nature. The proper use and distribution

More information

Wifi Ticketing. Atul Jain Ankita Gurbaxani Sagar Oza Purvi Sankhe

Wifi Ticketing. Atul Jain Ankita Gurbaxani Sagar Oza Purvi Sankhe Wifi Ticketing Atul Jain Ankita Gurbaxani Sagar Oza Purvi Sankhe Information Technology Information Technology Information Technology Assistant Professor TCET TCET TCET TCET Mumbai, India Mumbai, India

More information

Quick Start Guide: Iridium GO! Advanced Portal

Quick Start Guide: Iridium GO! Advanced Portal Quick Start Guide: Iridium GO! Advanced Portal Contents Set-Up... 3 Overview... 4 Main Tab 1: General... 5 Status.... 5 Settings... 8 Audio.... 8 GPS.... 9 Tab 2: Communication... 9 Wi-Fi... 9 Satellite...

More information

Android based Alcohol detection system using Bluetooth technology

Android based Alcohol detection system using Bluetooth technology For more Project details visit: http://www.projectsof8051.com/android-based-alcohol-detection-system-usingbluetooth-technology/ Code 1435 Project Title Android based Alcohol detection system using Bluetooth

More information

Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller

Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller A.Kalaiarasi 1, Raviram.P 2, Prabakaran. P M 3, ShanthoshKumar.K 4, Dheeraj B P 5 Assistant Professor, Dept. of EEE,

More information

Passenger Information Systems: What Transit Agencies Need to Know

Passenger Information Systems: What Transit Agencies Need to Know Passenger Information Systems: What Transit Agencies Need to Know 1 As transit service continues to evolve, passenger information systems are quickly becoming a mainstay in today s public transit domain.

More information

Tracking Anomalies in Vehicle Movements using Mobile GIS

Tracking Anomalies in Vehicle Movements using Mobile GIS Tracking Anomalies in Vehicle Movements using Mobile GIS M.Saravanan Ericsson Research India Ericsson India Global Services Pvt.Ltd. Chennai, India Abstract--- Detecting fraud activities and anomalies

More information

Microprocessor Based Portable Digital Bus Ticketing Machine Presented By

Microprocessor Based Portable Digital Bus Ticketing Machine Presented By Presented By Prof. Amal S. Kumarage J.D.A.I. Piyadasa W.R. Muthuthanthri Contents 1. Title of the Invention 2. Description of the Invention 2.1 Introduction 2.2 Technical Field 2.3 Prior Art 2.4 Benefits

More information

Contents. Connection Guide. What is Dante?... 2. Connections... 4. Network Set Up... 6. System Examples... 9. Copyright 2015 ROLAND CORPORATION

Contents. Connection Guide. What is Dante?... 2. Connections... 4. Network Set Up... 6. System Examples... 9. Copyright 2015 ROLAND CORPORATION Contents What is Dante?............................................. 2 Outline.................................................. 2 Fundamental............................................ 3 Required Network

More information

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out

More information

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester

Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR

More information

Data Transfer between Two USB Devices without using PC

Data Transfer between Two USB Devices without using PC Data Transfer between Two USB Devices without using PC Sukhada M. Deshmukh 1, Prof. R.C.Mahajan 2 Student, Zeal College of Engineering and Research, Savitribai Phule Pune University, Pune, India 1 Asst.

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

Keywords ATM Terminal, Finger Print Recognition, Biometric Verification, PIN

Keywords ATM Terminal, Finger Print Recognition, Biometric Verification, PIN ATM Terminal Security Using Fingerprint Reconition. Prof. B.Jolad, Tejshree Salunkhe, Rutuja Patil, Puja Shindgi Padmashree Dr. D. Y. Patil Institute Of Engineering and Technology,Pimpri,Pune - 411018

More information

BORDER ALERT AND SMART TRACKING SYSTEM WITH ALARM USING DGPS AND GSM

BORDER ALERT AND SMART TRACKING SYSTEM WITH ALARM USING DGPS AND GSM BORDER ALERT AND SMART TRACKING SYSTEM WITH ALARM USING DGPS AND GSM NaveenKumar.M #1, Ranjith.R *2 #* Department of Electronics and Instrumentation Engineering, #* Sri Sairam Engineering College, Chennai,

More information

GPS based Automated Public Transport Fare Collection Systems Based on Distance Travelled by Passenger Using Smart Card

GPS based Automated Public Transport Fare Collection Systems Based on Distance Travelled by Passenger Using Smart Card International Journal of Scientific Engineering and Research (IJSER) GPS based Automated Public Transport Fare Collection Systems Based on Distance Travelled by Passenger Using Smart Card Arun Das.S.V

More information

Frequency Hopping for GSM Base Station Tests with Signal Generators SME

Frequency Hopping for GSM Base Station Tests with Signal Generators SME Frequency Hopping for GSM Base Station Tests with Signal Generators SME Application Note 1GPAN28E A. Winter 07.95 Products: Signal Generator SME Software Package SME-K1 Introduction One of the problems

More information

Remote Android Assistant with Global Positioning System Tracking

Remote Android Assistant with Global Positioning System Tracking IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking

More information

Futuristic Cart For Shopping With Product Inventory Management System

Futuristic Cart For Shopping With Product Inventory Management System Futuristic Cart For Shopping With Product Inventory Management System K.Poornima anuja 1 Department of ECE National Engineering College kovilpatti, India Dr.S.Tamil Selvi,M.E.,PhD 2 Head of Department

More information

Intelligent Database Monitoring System using ARM9 with QR Code

Intelligent Database Monitoring System using ARM9 with QR Code Intelligent Database Monitoring System using ARM9 with QR Code Jyoshi Niklesh 1, Dhruva R. Rinku 2 Department of Electronics and Communication CVR College of Engineering, JNTU Hyderabad Hyderabad, India

More information

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY F. Shawki 1,2, M. El-Shahat. Dessouki 1,3, A. I. Elbasiouny 4, A.N. Almazroui 5, F. M. R. Albeladi 5 1 Assistant Professor, Electrical

More information

Home Security System Using Gsm Modem

Home Security System Using Gsm Modem RESEARCH ARTICLE OPEN ACCESS Home Security System Using Gsm Modem Mehek Potnis 1, Ayesha Chimnani 1, Vishal Chawla 1 Mr. Amit Hatekar 2 1. Undergraduate Students, Department of EXTC, Thadomal Shahani Engineering

More information

Focus on Customer Information. Stationary, highly automated customer information systems. Innovative and reliable Information Technologies

Focus on Customer Information. Stationary, highly automated customer information systems. Innovative and reliable Information Technologies Focus on Customer Information Stationary, highly automated customer information systems Innovative and reliable Information Technologies Growing Need of Information In today s world, travelling comfort

More information

SIM300 GSM Module Controller For Smart Home

SIM300 GSM Module Controller For Smart Home www.ijecs.in International Journal Of Engineering And Computer Science ISSN: 2319-7242 Volume 4 Issue 9 Sep 2015, Page No. 14126-14138 SIM300 GSM Module Controller For Smart Home Nnakwuzie, Doris Nkechi,

More information

November2013. on GO Transit

November2013. on GO Transit November2013 Using Presto on GO Transit Welcome to PRESTO! Enjoy the convenience of bypassing line-ups for GO Transit tickets, the flexibility of reloading money online and the ease of travelling between

More information

Development of a GSM based Control System for Electrical Appliances

Development of a GSM based Control System for Electrical Appliances International Journal of Engineering and Technology Volume 3 No. 4, April, 2013 Development of a GSM based Control System for Electrical Appliances Oke A. O., Emuoyibofarhe J. O., Adetunji A. B. Department

More information

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson CS 3530 Operating Systems L02 OS Intro Part 1 Dr. Ken Hoganson Chapter 1 Basic Concepts of Operating Systems Computer Systems A computer system consists of two basic types of components: Hardware components,

More information

WITURA CORPORATION SDN BHD

WITURA CORPORATION SDN BHD WT 1010SA Stand Alone GSM Alarm System User Manual and Installation Instructions Version: 1.2 Updated: 4 JAN 2012 WITURA CORPORATION SDN BHD Stand Alone GSM Alarm System Instruction Manual 1 Introduction:

More information

Fig. 1 BAN Architecture III. ATMEL BOARD

Fig. 1 BAN Architecture III. ATMEL BOARD Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Vehicle Tracking and Monitoring By ARM7

Vehicle Tracking and Monitoring By ARM7 Vehicle Tracking and Monitoring By ARM7 Gangadhar M 1, Madhu M S 2 (M Tech) Dept. of Computer Network Engineering VTU PG Studies, Visvesvaraya Technological University Belgaum, India Abstract This paper

More information

Advanced Electronic System for Human Safety (Smart Watch)

Advanced Electronic System for Human Safety (Smart Watch) Advanced Electronic System for Human Safety (Smart Watch) Ganesh Ghorpade 1, Tushar Gaikwad 2, Laxman Jangid 3 Department of Electronics and Telecommunication Pimpri Chinchwad College of Engineering,Pune,Maharashtra,India

More information

GPS WATCH Q50 MANUAL

GPS WATCH Q50 MANUAL GPS WATCH Q50 MANUAL Please read the instruction of the smart watch carefully before using, The color is subject to the actual product. I. Quick Start Guide: 1. Remove the battery cover, install a small

More information

ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK

ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK Mr.C.S.Karthikeyan 1 S.Murugeswari 2 Assistant professor, Dept. of ECE, Kamaraj College of Engineering and Technology,

More information

IMPLEMENTING VEHICLE LOCATION SYSTEM FOR PUBLIC BUSES IN SINGAPORE

IMPLEMENTING VEHICLE LOCATION SYSTEM FOR PUBLIC BUSES IN SINGAPORE IMPLEMENTING VEHICLE LOCATION SYSTEM FOR PUBLIC BUSES IN SINGAPORE Silvester Prakasam 1 and Adeline Wang 1 ABSTRACT A Vehicle Location System will be implemented in Singapore in conjunction with the contactless

More information

Aeroqual Connect and Cloud

Aeroqual Connect and Cloud Aeroqual Connect and Cloud Page 1 Contents 1. Introduction to Aeroqual Connect and Cloud... 3 1.2. Aeroqual Connect... 3 1.3. Aeroqual Cloud... 3 2. How to Connect... 4 2.1. Aeroqual Connect... 4 2.1.1.

More information

High rate and Switched WiFi. WiFi 802.11 QoS, Security 2G. WiFi 802.11a/b/g. PAN LAN Cellular MAN

High rate and Switched WiFi. WiFi 802.11 QoS, Security 2G. WiFi 802.11a/b/g. PAN LAN Cellular MAN Security Issues and Quality of Service in Real Time Wireless PLC/SCADA Process Control Systems Dr. Halit Eren & Dincer Hatipoglu Curtin University of Technology (Perth Australia) 2/27/2008 1 PRESENTATION

More information

Development of Rest Facility Information Exchange System by Utilizing Delay Tolerant Network

Development of Rest Facility Information Exchange System by Utilizing Delay Tolerant Network Development of Rest Facility Information Exchange System by Utilizing Delay Tolerant Network Masahiro Ono Department of Information and Communication Engineering, Tokyo Denki University Tokyo, Japan Kei

More information

SMS GSM Alarm Messenger

SMS GSM Alarm Messenger SMS GSM Alarm Messenger Data Logging Alarm Input Relay Output Voice Temperature Humidity Analog Input Capture and Send Data via SMS Report triggered alarm via SMS Output triggered via SMS Auto pick up

More information

Pen Drive to Pen Drive and Mobile Data Transfer Using ARM

Pen Drive to Pen Drive and Mobile Data Transfer Using ARM IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 2278-2834, ISBN: 2278-8735, PP: 43-47 www.iosrjournals.org Pen Drive to Pen Drive and Mobile Data Transfer Using ARM 1 Mr.V.S.Gawali,

More information

DREAM IT PROJECTS M-SUBURBAN TRAIN TICKET SYSTEM. www.dreamitprojects.com DREAM IT Projects Contact: 9870699963 9870645416. Page 1

DREAM IT PROJECTS M-SUBURBAN TRAIN TICKET SYSTEM. www.dreamitprojects.com DREAM IT Projects Contact: 9870699963 9870645416. Page 1 DREAM IT PROJECTS M-SUBURBAN TRAIN TICKET SYSTEM www.dreamitprojects.com DREAM IT Projects Contact: 9870699963 9870645416 Page 1 Contents 1. Abstract... 3 2. Overview... 3 3. Current Scenario... 4 4. Proposed

More information

Child Tracking System on Mobile Terminal

Child Tracking System on Mobile Terminal Child Tracking System on Mobile Terminal Rohit N. Bhoi 1, Dr. V. V. Shete 2, S.B.Somani 3 ME Student, Department of VLSI & Embedded, MITCOE, Pune, India 1 Professor & HOD, Department of E&TC, MITCOE, Pune,

More information

How To Use A Dynamic Passenger Information System (Dpi)

How To Use A Dynamic Passenger Information System (Dpi) Improved passenger satisfaction Central Software for Dynamic Passenger DPIInformation Systems DPI Clarity. Reliability. Knowing when you will leave. Tangible waiting experience Real-time dynamic passenger

More information

Local-Area Network -LAN

Local-Area Network -LAN Computer Networks A group of two or more computer systems linked together. There are many [types] of computer networks: Peer To Peer (workgroups) The computers are connected by a network, however, there

More information

Advanced Vehicle Tracking System on Google Earth Using GPS and GSM

Advanced Vehicle Tracking System on Google Earth Using GPS and GSM IJECT Vo l. 5, Is s u e Sp l - 3, Ja n - Ma r c h 2014 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Advanced Vehicle Tracking System on Google Earth Using GPS and GSM 1 Sowjanya Kotte, 2 Hima Bindhu

More information

LAN Monitoring Using Android Phone

LAN Monitoring Using Android Phone LAN Monitoring Using Android Phone Prof. Rakhi Bhardwaj 1, Sandesh S. Jangam 2, Prashant N. Shinde 3, Abhijit B. Raut 4, Rajesh S. Trigune 5 Professor, Dept. of Computer Engg., KJEI s Trinity College of

More information

A Mobile Application for Bus Information System and Location Tracking using Client-Server Technology

A Mobile Application for Bus Information System and Location Tracking using Client-Server Technology A Mobile Application for Bus Information System and Location Tracking using Client-Server Technology Yasha Sardey 1, Pranoti Deshmukh 2, Pooja Mandlik 3, Saurabh Shelar 4, Minal Nerkar 5 1,2,3,4,5 AISSMS

More information

Keywords: GPS, GSM, AVR Microcontroller, SMS.

Keywords: GPS, GSM, AVR Microcontroller, SMS. Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A System for Car Accident

More information

Design of a GSM Cell Phone based Vehicle Monitoring & Theft Security System

Design of a GSM Cell Phone based Vehicle Monitoring & Theft Security System Design of a GSM Cell Phone based Vehicle Monitoring & Theft Security System Amol S. Dhotre, Abhishek S. Chandurkar & S. S. Jadhav Dept. of Electronics Engineering, Govidrao Wanjari College of Engineering,

More information

Desktop Virtualization Technologies and Implementation

Desktop Virtualization Technologies and Implementation ISSN : 2250-3021 Desktop Virtualization Technologies and Implementation Pranit Patil 1, Shakti Shekar 2 1 ( Mumbai, India) 2 (Mumbai, India) ABSTRACT Desktop virtualization is new desktop delivery method

More information

INTELLECT TM Software Package

INTELLECT TM Software Package AxxonSoft INTELLECT TM Software Package Quick Start Guide Version 1.0.0 Moscow 2010 1 Contents CONTENTS... 2 1 INTRODUCTION... 3 1.1 Document purpose... 3 1.2 Purpose of the Intellect software package...

More information

Sensor network infrastructure for intelligent building monitoring and management system

Sensor network infrastructure for intelligent building monitoring and management system Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor

More information

Quectel M72 Development Board

Quectel M72 Development Board Quectel M95GSM/GPRS Module Quad Band Module supporting 850/900/1800/1900 MHz. Supports GPRS Multi-slot Class 12 with max of 85.6 kbps( uplink & downlink) speeds. Fax support with specs of Group 3, Class

More information

DeviceNet Bus Software Help for Programming an Allen Bradley Control System

DeviceNet Bus Software Help for Programming an Allen Bradley Control System FBP FieldBusPlug V7 DeviceNet Bus Software Help for Programming an Allen Bradley Control System DeviceNet Software Help for Programming an Allen Bradley Control System Contents Page General Purpose...

More information

Location Based Online Ticket Application Abhishek Arware, Sonal Dumbare, Sanket Saple, Bushra Shaikh

Location Based Online Ticket Application Abhishek Arware, Sonal Dumbare, Sanket Saple, Bushra Shaikh Location Based Online Ticket Application Abhishek Arware, Sonal Dumbare, Sanket Saple, Bushra Shaikh Abstract one of the biggest challenges in the current ticketing facility is QUEUE while buying our suburban

More information

RealTime Implementation of RTOS based Vehicle Tracking System

RealTime Implementation of RTOS based Vehicle Tracking System BIOSCIENCES BIOTECHNOLOGY RESEARCH ASIA, April 2015. Vol. 12(1), 237-241 RealTime Implementation of RTOS based Vehicle Tracking System A. Venkataraman 1 and P. Chitra 2 1 Master of Engineering, Embedded

More information

A QR Code Based Processing for Dynamic and Transparent Seat Allocation

A QR Code Based Processing for Dynamic and Transparent Seat Allocation International Journal of Scientific and Research Publications, Volume 3, Issue 10, October 2013 1 A QR Code Based Processing for Dynamic and Transparent Seat Allocation Mehul Yadav *, Sumedh Kurundkar

More information

GPS Tracking Solution GPS GSM Tracker

GPS Tracking Solution GPS GSM Tracker 2013 GPS Tracking Solution GPS GSM Tracker Robust solution for tracking your Assets, Cars, Buses, Trucks, Fleet, Shipment, Children, Pets and more with web based tracking from anywhere in the world through

More information

Real Time Vehicle Theft Identity and Control System Based on ARM 9

Real Time Vehicle Theft Identity and Control System Based on ARM 9 Real Time Vehicle Theft Identity and Control System Based on ARM 9 D.Narendar Singh Associate Professor, M.tech,Ph.d Department of Electronics and Communication Engineering Anurag group of Institutions,

More information

TRAIN OFFICE A key factor for the increase in quality and productivity of rail services. Pedro Jesus (*)

TRAIN OFFICE A key factor for the increase in quality and productivity of rail services. Pedro Jesus (*) "#$%&'#()( TRAIN OFFICE A key factor for the increase in quality and productivity of rail services Pedro Jesus (*) CP - Caminhos de Ferro Portugueses, EP Gabinete de Inovação e Desenvolvimento Calçada

More information

DSX-Soft I/O Integration Software

DSX-Soft I/O Integration Software DSX Access Systems, Inc. DSX-Soft I/O Integration Software DSX now has the ability to integrate with various different external devices through serial data streams. This integration allows other systems

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 Vehicle Tracking System with Smartphone Integration S Om Prakash, R Karthikaeyan 7 Abstract Need for reliable management

More information

ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM

ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM Sadeque Reza Khan 1 and Farzana Sultana Dristy 2 1 Department of Information and Communication Engineering, Chosun University, Korea 2 Department of Computer

More information

Crow Limited Warranty. Print Version 017

Crow Limited Warranty. Print Version 017 Crow Limited Warranty (Crow) warrants this product to be free from defects in materials and workmanship under normal use and service for a period of one year from the last day of the week and year whose

More information

Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries

Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries Saed Tarapiah 1, Rajaa AbuHania 2, Islam Hindi 3, Diana Jamal 4 Telecommunication Engineering

More information

STATUS POWER MONITOR ALARM SOS DISARM

STATUS POWER MONITOR ALARM SOS DISARM STATUS POWER MONITOR ALARM SOS DISARM I. Features II. Preparation before use III. Host 1.LED status explanation 2. Host panel IV. System Settings 1. Coding of wireless sensors 2. Exit coding 3. Settings

More information

Transport System. Telematics. Advanced fleet management systems for public transport

Transport System. Telematics. Advanced fleet management systems for public transport Archives of Volume 1 Transport System Issue 1 Telematics November 2008 Advanced fleet management systems for public transport C. HERNANDEZ MEDEL a, M. A. MARTINEZ OLAGÜE a, A. MARTÍN OLALLA b, M. Á. GARCÍA

More information

GSM Interfacing Board

GSM Interfacing Board Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes no responsibility arising from

More information

SmartTraveler Plus Overview Web Based Information

SmartTraveler Plus Overview Web Based Information SmartTraveler Plus Overview Web Based Information 1 SmartTraveler Plus Overview Web Based Information Following are Trademarks of ACS: ORBSTAR, ORBGUIDE, ORBTRAC, ORBCAD, SMARTMDT, SMARTCOUNT, SMARTDATA,

More information

REVIEW ON IMPROVED VEHICLE MONITORING SYSTEM WITH ARRIVAL TIME PREDICITION

REVIEW ON IMPROVED VEHICLE MONITORING SYSTEM WITH ARRIVAL TIME PREDICITION REVIEW ON IMPROVED VEHICLE MONITORING SYSTEM WITH ARRIVAL TIME PREDICITION Arti Sharma 1, Ashish Agham 1, Rajeev N. Verma 3, Gauri Kokate 3 1 BE Student, 3 Professor, Nagpur Institute of Technology Nagpur-441501,

More information

Operating Systems Overview As we have learned in working model of a computer we require a software system to control all the equipment that are

Operating Systems Overview As we have learned in working model of a computer we require a software system to control all the equipment that are Session 07 Operating Systems Overview As we have learned in working model of a computer we require a software system to control all the equipment that are connected to computer and provide good environment

More information