Department of Communication Engineering College of Engineering An Najah National University November, 2013

Size: px
Start display at page:

Download "Department of Communication Engineering College of Engineering An Najah National University November, 2013"

Transcription

1 AN NAJAH NATIONAL UNIVERSITY Web Based GPS/GPRS Ticketing and Tracking Vehicles Department of Communication Engineering College of Engineering An Najah National University November, 2013 Prepared by: Dr. Saed Tarapiah Dr.Shadi Atalla Eng.Rajaa Ameen

2 Abstract: Since human life is precious, traffic accidents must be avoided, in our project titled Web Based GPS/GPRS Ticketing and tracking vehicles we will try to achieve our goal by reducing and avoiding traffic accidents. A smart onboard GPS/GPRS based wireless controlling system will be implemented, which will provide the capability for monitoring and controlling the speed of vehicles, when there is a traffic speed violation, a GPRS packet is sent to a hosting server through GSM module, therefore the violated vehicle is ticketed, this will help in decreasing the chances of driver s fraudulence. An additional feature is tracking to plot the vehicle coordinates on an earth map, this would be useful for public transportation when vehicles are not allowed to go everywhere, and a specific route should be followed instead, also tracking may consider a great advantage in case of robbery. 2 P a g e

3 Contents Chapter 1: Introduction Overview: Report Organization: The Used Technology: GSM and GPRS: Global Positioning System: Geographic Information System: Maps used: Existing Problem Definition: Motivation: Contribution: Chapter 2: Methodology Chapter 3: Project Components GSM-GPRS Module: Arduino Microcontroller: GPS-11058: Speedometer: Vibration Sensor: Chapter 4 Project Description: Accuracy Analysis: Chapter 5: Results and Discussion Current achievements: Economical feasibility: Chapter 6: Future work Chapter 7: Conclusion References: Appendix: P a g e

4 List of Figures: Figure 1: Number of registered road traffic accidents for major cities in Palestine 2011 [1] Figure 2: GSM world coverage map [2] Figure 3: GPS constellation Figure 4: Palestine roads shapefile Figure 5: Palestine roads shapefile with attribute data Figure 6: Project flowchart Figure 7: GSM Module Figure 8: Arduino Uno Microcontroller Figure 9: GPS sensor Figure 10: GPS back up power supply Figure 11: Speedometer Figure 12: Vibration Sensor Figure 13: Project description Figure 14: Different NMEA messages Figure 15: Accuracy analysis Figure 16 : Total number of traffic accidents VS damaging accidents Figure 17: City traffic accidents distribution Figure 18: Number of injuries based on type of injuries Figure 19: City based injuries distribution Figure 20: Our achieved part of the project Figure 21 : GPS module Arduino connection Figure 22: GPS readings displayed at hyper-terminal Figure 23 : GPS readings viewed on GPS Viewer software Figure 24: Collected files Figure 25: Tracking example Figure 26:Speed violation tickets P a g e

5 List of abbreviations: AC : alternating current CSS : Cascaded Style Sheet. DC : direct current DOD : Department of Defense DOP: Dillution Of Precision GSM : Global System for Mobile GPRS : General Packet Radio Service GPS : Global Positioning System HDOP: Horizontal Dillution Of Precision NMEA: National Marine Electronics Association OSM: Open Street Map. PWM : Pulse-width modulation SIM : subscriber identity module SMS : Short Message Service SPI interface : Serial Peripheral Interface UART interface : Universal Asynchronous Receiver/Transmitter U.S : United States USB : Universal Serial Bus VDOP: Vertical Dillution Of Precision WGS84: World Geodetic System P a g e

6 Chapter 1: Introduction 1.1 Overview: Over the past few years, the world, including Palestine, has been exhibiting a rapid increase in vehicle numbers. The latest statistics show that there is138,644 of licensed vehicles in West Bank for 2011, 17,026 are newly registered, This is directly related to the population in Palestine. As a result, traffic accidents are increasing drastically; in just 2011 West Bank has a total number of registered road accidents up to 7,406, on the other hand, the number of casualties resulting from those accidents reached 7,970 [1]. This is expected due to the increase of running vehicles on streets in Palestine, which is one of the developing countries under occupation, with not enough level of infrastructure to cope with this situation, so we find it convenient to study this issue. Figures (1) depicts the number of traffic accidents distributed among all West Bank cities. Figure 1: Number of registered road traffic accidents for major cities in Palestine 2011 [1]. 6 P a g e

7 1.2 Report Organization: This report is organized as follows; the first chapter gives an overview about the problem, motivation, contribution and the used technology, the second chapter illustrates the methodology, the model project components are introduced in chapter three, the project description is proposed in the fourth chapter, while results and discussion are elaborated in chapter five, the sixth chapter presents the future work, and the conclusions are introduced in the final chapter. 1.3 The Used Technology: GSM and GPRS: Global System for Mobile Communications or GSM originally from (Groupe Spécial Mobile), is the world's most popular mobile telephone system, 80% of mobile operators use this standard, providing services to over 1.5 billion people across more than 212 countries. This because GSM is the first mobile generation to provide services and the ability to roam and switch carriers without replacing phones, and also to network operators, just you need a SIM card. 7 P a g e Figure 2: GSM world coverage map [2].

8 General Packet Radio Service GPRS represents an evolution of the GSM standard, allowing data transmission in packet mode and providing higher throughputs as compared with the circuit switched mode. This evolution is usually presented as 2.5G to point out that it is a transition technology between 2G and 3G Global Positioning System: Global Positioning System (GPS) is a worldwide radio navigation system formed from the constellation of 24 satellites and their ground stations. The Global Positioning System is mainly funded and controlled by the U.S Department of Defense (DOD). The system was initially created and designed for the U. S. military use. But nowadays, it is available for civilian, without any kind of charge or restrictions. Figure 3: GPS constellation. Global Positioning System tracking is a method of working out exactly the position of GPS sensor`s holder based on a simple mathematical principle called trilateration or triangulation. Trilateration falls into two categories: 2-D Trilateration and 3-D Trilateration, it requires having at least four satellites transmitting coded signals from known positions. Three satellites are required to provide the three distance measurements, and the forth to remove receiver clock error [3]. 8 P a g e

9 GPS measurements are obtained in the GPS coordinate system: World Geodetic System 1984 (WGS84). Users should be aware that this position usually needs to be converted into the local coordinate system for the region. A GPS tracking system can work in various ways. Active and passive tracking. Passive tracking the position is usually stored in internal memory or on a memory card along the ride, while in the active tracking, also referred to as real time tracker, data is to be transmitted to central database via a modem within the GPS unit [4] Geographic Information System: To fulfill the desired goals of the project, GIS is used to have the necessary information in order to perform ticketing and tracking. In the 1930s and 40s geographical analysis was conducted by overlaying different types of maps of the same area. Since the 1950s systems have evolved to convert this mapping into digital form and more recently to use this data for analysis and problem solving. Nowadays GIS is everywhere; you may even have some GIS software on your PC without even knowing it is there!. We look at the ways in which the geographical data (more correctly called geospatial data) can be captured for GIS and then manipulated. Geospatial data stores information about the location, shape and attributes of real objects [5]. The maps shown in GIS are intelligent the features know their own identity. Since geographical information can be loaded into a computer and analyzed to be displayed in proper way. Theses information is arranged in attribute tables (database), for each object in the map, there is an attribute to describe its features in addition to geographic properties. For instance, a road may have a number, a name, a maximum width, a speed limit and so on. GIS can work with this descriptive attribute information to create intelligent way in advance of what can be achieved by placing text on a paper map [5]. The output of the analyzed information will be mainly in the form of shape files (.sh) and database files (.dbf). 9 P a g e

10 A Shapefile is a digital vector (non-topological) storage format for storing geometric location and associated attribute information. The Shapefile format is created by ArcView and can be used by ArcView, ARC/INFO, ArcGIS and other widely used GIS software. A Shapefile stores map (geographic) features and attribute data as a collection of files having the same prefix and the following file extensions.shp - the file that stores the feature geometry..dbf - the dbase file that stores the attribute information of features. [5]. Figures (4 and 5) show Palestine road shape file. Figure 4: Palestine roads shapefile. 10 P a g e

11 Figure 5: Palestine roads shapefile with attribute data Maps used: In this project we deal with two types of maps, Google maps and Open Street Maps (OSM). Google maps, is a Google service offering powerful, user-friendly mapping technology and local business information; including business locations, contact information, and driving directions [6].Open Street Maps (OSM), like Google Maps, where the primary purpose is to display search results and make money for their respective business. Unlike these other systems, Open Street Map's primary purpose is to provide the user with the underlying map data. This allows anyone to use that data in any way they want [7]. 11 P a g e

12 1.4 Existing Problem Definition: Traffic accidents due to speed violations are increasing rapidly; hundreds are killed yearly in Palestine because of drivers carelessness, the available infrastructure is not adequate to provide safety. People in nature are not willing to deter something, unless they are oblige by laws, and threatened to pay large fines or to get penalty. The resulting costs of damages add an extra burden to the society. This might not be completely vanished, but precautions might works reducing the consequences. 1.5 Motivation: The following are the main motivations behind conducting the Project: Increasing speed traffic violation. Increasing traffic accidents. Increasing casualties and mortalities rate. 1.6 Contribution: Our project contributes the following: Decreasing traffic accidents. Organizing traffic to decrease jamming. Reducing the cost of damages caused by accidents. Trying to save lives. 12 P a g e

13 Chapter 2: Methodology Figure (6) depicts the flowchart of our project, starting with measuring the speed and location of a vehicle, as longitude and latitude points, these readings will be compared with standard specified value stored in the microcontroller, if the new measured speed is about to exceed a certain level, an alarm will be activated, if the driver is still speeding up and exceeding the maximum allowed speed, GPRS packet will be sent to a server, so the driver would be ticketed. If there is a need for tracking, coordinates will be transmitted to our web page, to be plotted over Google map. 13 P a g e

14 Start Read from GPS if available NO YES NO Read position and save it Read speed and Check from the GPS speed por &position > threshold YES Read speed from accelerometer Read speed and from GPS por &position > thre+10% YES Wait 10 seconds NO ALARM > thre+10% Ticketing YES NO Display on LCD you have ticket End Figure 6: Project flowchart. 14 P a g e

15 Chapter 3: Project Components 3.1 GSM-GPRS Module: A GSM module is a wireless transmission module that works with a GSM wireless network. It behaves like a dial-up modem. The main difference between them is that a dial-up modem sends and receives data through a fixed telephone line while a wireless modem sends and receives data through radio waves. The module can be connected to a computer through a serial cable or a USB cable. In our project we use the SM5100B Cellular Shield, since it is easy to deal with and more flexible, also it supports AT Commands. It has unlimited transmission range and distance, so we can use it in any place.gsm can easily send and receive data across the mobile network, and it can transmit instructions or commands or SMS or receive them from microcontroller. Figure 7: GSM Module. 15 P a g e

16 Specifications: Range - unlimited 2 way speech (full duplex) Easy to use. Check reception by SMS text. Power Supply: VBAT: 3.3V to 4.2V range, 3.6V typical Power Consumption: o Off mode: <100uA o Sleep mode: <2.0mA o Idle mode: <7.0mA (average) o Communication mode: 350 ma (average,gsm) 3.2 Arduino Microcontroller: The Arduino Uno is a microcontroller board, which has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with an AC to DC adapter or battery to get started. 16 P a g e Figure 8: Arduino Uno Microcontroller.

17 Specifications: ATmega328 microcontroller Input voltage V 14 Digital I/O Pins (6 PWM outputs) 6 Analog Inputs 32k Flash Memory 16Mhz Clock Speed 3.3 GPS-11058: GPS is a development board that uses the smallest, most powerful, and most versatile GPS receiver. The module can be configured to an amazingly powerful 10Hz update rate, with 14 channel tracking. It has two serial ports, UART and SPI interfaces, 28 ma operating current and high sensitivity. Figure 9: GPS sensor. 17 P a g e

18 Specifications: 1. Up to 20Hz update rate, which make it fast and good for real application dBm tracking sensitivity 3. 1 second hot start m accuracy 5. Multipath detection and suppression 6. Jamming detection and mitigation 7. 67mW full power navigation 8. Works directly with active or passive antenna 9. Internal flash for optional 75K point data logging 10. Supports external SPI flash memory data logging 11. Complete receiver in 10mm x 10mm x 1.3mm size 12. Single V supply,90ma, at reduced power it requires up to 60mA It needs to connect it with an external battery or super capacitor to the board, to support very fast restarts after power is removed. There are even pads on the bottom of the board for the 0.2F super capacitor, which will keep the board hot startable for up to 7 hours without power! 18 P a g e Figure 10: GPS back up power supply.

19 3.4 Speedometer: Speedometer showed In figure(11), Is used to indicate the speed of your car in miles per hour, kilometers per hour or both. Even in late-model cars, it's an analog device that uses a needle to point to a specific speed, which the driver reads as a number printed on a dial. Figure 11: Speedometer. 3.5 Vibration Sensor: Figure 12: Vibration Sensor. The vibration / shock sensor detects shock intensity caused by sudden knocks or hits and continuous vibration due to faulty ball-bearings on fans and other equipment. The shock levels and monitoring durations can be set for each individual sensor, enabling a user-defined profile for customer specific applications and equipment. Each sensor incorporates a unique type and serial number providing true plug and play capability. 19 P a g e

20 Vibration sensors are easily installed and fixed to a variety of materials using screws in the housing or with the self-adhesive material supplied [8]. Dimensions: Unboxed x x 23.00mm (2.04 x 2.41 x 0.90 ) Boxed 145 x 75 x 40mm (5.70 x 2.95 x 1.57 ) Cable Length: 2.5m supplied maximum 25 metres from i-box / AX300 Weight: Nett 68g (2.39oz) Gross 90g (3.17oz) Material: Black ABS Operating Voltage: 12 volt supplied through RJ10 connection Current Consumption: 6mA normal 11mA alarm Visual Indicators: Blue fast pulse communication error slow pulse communication ok solid vibration alarm Part Numbers: IC-INT-V Vibration Sensor IC-2.5MCE 2.5 metre extension cable 20 P a g e

21 Chapter 4 Project Description: Figure (9) describes the idea of our project in general. Figure 13: Project description. As mentioned earlier, GPS receiver is used to determine the position and speed of vehicles, the position is used for tracking, while the measured speed is to be compared with a limited, predetermined value stored in the microcontroller, when the vehicle`s speed is approaching the specified limit, alarm will go on to warn the driver. If this won`t work, and the speed is still increasing and exceeding the maximum allowed speed, GPRS packet containing the speed will be sent to the hosting server, there the ticket will be registered, moreover an SMS will invoice the driver about his ticket. If there is no valid GPS signal, accelerometer is used for measuring speed. To know if a certain vehicle had an accident or not, vibration sensor is used. So the nearest hospital is informed to help and send paramedics to 21 P a g e

22 handle the situation and all other vehicles near the crash will receive a message to configure another route. GSM/GPRS module and GPS sensor are being controlled using an Arduino microcontroller. Also different programming languages will be used such as PHP, Java Scripts and HTML for the web design, AT commands are for programming the GSM/GPRS module. Our proposed model can be implemented and utilized in many areas for different application either public or private, for example for public transportation, renting company, social tracking etc. 4.1 Accuracy Analysis: In the earlier work of this project we get GPS sensor tested for accuracy to ensure having a good accuracy for our system, we find that the accuracy of our GPS is up to 3m. Statistical analysis is performed for the testing of GPS sensor, by collecting coordinates for three referenced points in Nablus, 1017X, 10951T and 13009T, the accuracy depends on number of satellites in view and Vertical Dillution Of Precision (VDOP) and Horizontal Dillution Of Precision (HDOP), these parameters are obtained from NMEA(National Marine Electronics Association) message, figure(14) shows several NMEA messages for GPS constellation[9]. 22 P a g e

23 Figure 14: Different NMEA messages. The accuracy of GPS measurements increases as the number of satellites in line of sight with the sensor, on the other hand values of on the other hand the values of VDOP and HDOP give an indication on the precision of the fix (Dillution Of Precision), the accuracy of GPS will increase if these values decrease, the following figure demonstrates the relation between number of satellite and VDOP and HDOP in 1017X [9] Sats in Use HDOP VDOP Figure 15: Accuracy analysis. 23 P a g e

24 Number of Accidents. Based on accuracy of GPS we can decide if we can consider the vehicle running in a certain street segment or not, its worth to note that the decision is related to the ratio between GPS accuracy and street segment characteristics. So we could determine the exact street which vehicle is using, to be able to ticket violated vehicles. Reliability is determined by calculating number of satellites and VDOP and HDOP [9]. Chapter 5: Results and Discussion By referring to the Palestinian Central Bureau of Statistics (PCBS), we were able to collect and analyze some data. Figure (16) shows total number of traffic accidents versus the number of damaging accidents. Accidents cause material damage only. Total 8,000 7,000 6,000 5,000 4,000 3,000 2,000 1,000 0 Cites Figure 16 : Total number of traffic accidents VS damaging accidents. 24 P a g e

25 Figure (18) shows the accidents percentage for each city. From the chart, it can be noticed that Ramallah and Nablus witness the largest accidents percentage; this is predictable since they are major cities in Palestine. Figure 17: City traffic accidents distribution. Figure 18: Number of injuries based on type of injuries. The previous figure demonstrates the dramatic increase of road traffic injuries, these injuries can be ranging from slight to fatal injuries, while figure (19) shows the injuries distribution by city. 25 P a g e

26 Nomber of Injureies Slightly Injured Moderaty Injured Serriously Injured Fatally Injured total Cites. 5.1 Current achievements: Figure 19: City based injuries distribution. Our main effort was concentrated to identify the way that each device works. We were able to connect both the GSM and GPS modules to the Arduino send and receive voice calls and SMS via GSM module; also we were able to have GPS readings and display these readings on hyper-terminal. The following figures summarize what we have already done. 26 P a g e

27 Figure 20: Our achieved part of the project. Figure 21 : GPS module Arduino connection. Figure 22: GPS readings displayed at hyper-terminal. 27 P a g e

28 Figure 23 : GPS readings viewed on GPS Viewer software. In this semester we were able to send GPRS packets via GSM module to our web server, each set of coordinates is being stored in a file recognized by the date of sending data besides the user id, and get the data plotted on Google maps. Additionally tickets will be issued according to the violated speed. Figures (24, 25, 26 ) describe some of our web page snap shot. 28 P a g e

29 Figure 24: Collected files. Figure 25: Tracking example. Figure 26:Speed violation tickets. Tracking and ticketing software: PHP is mainly used for the web design, along with SQL database and JavaScript, CSS is also used for the layout design. Our web page is designed to deal with two privileges classes, administrator and regular users. Administrator has higher accessibility to the web page functionality so can create, delete and edit accounts, whereas regular user just can explore his account. Our page is available on web site < At the microcontroller, not all the available data will be send to the web server, instead data is processed and analyzed, and selective information will be send i.e, location, speed. 5.2 Economical feasibility: In this section we will study and analyze the economical part of our project. These prices are according to the local market, but in the case of manufacturing it would be cheaper. 29 P a g e

30 Model total cost: Assumed Operating Cost: Accidents cost: In Palestine there are 10 insurance companies. Each company has a minimum traffic accidents cost around 200,000 NIS yearly, so the total cost will be around 2 million NIS and more. Applying this model for large number of vehicles is expected to decrease the chances of traffic accidents by 70%, so speed accidents cost will be decreased by the same percentage. Even though the total model implementation expenses for every licensed vehicle in West Bank are high, it is not necessary to get paid by a specific organization; there would be somehow to force drivers to install the model in their vehicles as a condition to renew their license. Chapter 6: Future work After we have achieved the proposed goals of the current project, in the future we can improve the model by considering additional features, Mainly 30 P a g e

31 geo casting if an accident occurs in a certain area, all the vehicles within a range of specific geographical coordinates will receive a message to choose another road trip, so traffic jamming and unnecessary delays can be avoided, help in saving time and money. Chapter 7: Conclusion Saving lives needs both government and drivers corporation and commitment. Much efforts and money will be essential to accomplish and 31 P a g e

32 maintain a very good level of road safety. We were able to design a GPS/GPRS based wireless controlling model, due to the wide spread of GSM network increasing the chance for applying this model in many areas around the world. The proposed model hope to be able to achieve what is meant for, reducing road traffics, leading to cutting in crashes expenses, decreasing the number of resulting casualties, all this in favor of human road safety. References: [1] Transportation and Communication Statistics in the Palestinian Territory: Annual Report2011. Available at < >. [2] Viewed on 11/12/2012 < >. 32 P a g e

33 [3] Timothy Pratt, Charles W. Bostian, Jeremy E. Allnutt, Satellite Communications (Book style).wiley, Oct 25, [4] Viewed on 11/12/2012 < >. [5] Viewed on 4/5/2013 < > [6] Viewed on 4/5/2013 < > [7] Viewed on 4/5/2013 < > [8] Viewed on 4/5/2013 < [9] Viewed on 4/5/2013 < nmea- referencemanual-sparkfun-electronics> 33 P a g e

34 Appendix: 34 P a g e

35 35 P a g e

36 Fatal injuries- will cause death. 36 P a g e

37 37 P a g e

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

SuperGuard VT-05 Vehicle Tracking Device

SuperGuard VT-05 Vehicle Tracking Device SuperGuard VT-05 Vehicle Tracking Device The SuperGuard VT-05 Vehicle Tracker is a professional GPS tracking device designed for fleet management and commercial data centers, with customizable data upload

More information

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti theft Alarm System Overview 1. GPS data tracking via GSM

More information

MCOM VEHICLE TRACKING SYSTEM MANUAL

MCOM VEHICLE TRACKING SYSTEM MANUAL 2015 MCOM VEHICLE TRACKING SYSTEM MANUAL Vehicle Tracking System allows the Department to track, trace and monitor their vehicles in real time using GSM / GPRS technology. It sends the location address,

More information

Autos Limited Ghana Vehicle Tracking Business Proposal

Autos Limited Ghana Vehicle Tracking Business Proposal Autos Limited Ghana Vehicle Tracking Business Proposal Executive Summary Our Understanding of Your Goals We understand that you or your business needs to monitor all your vehicles or company's to minimize

More information

IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited

IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited (Rev. 1.0) China Aerospace Telecommunications Limited Contents 1. Introduction......3 2. Specifications...4 2.1 External Interface... 4 2.2 Status Indicator...... 5 2.3 Technical Parameters... 6 3. Device

More information

Vehicle Tracking System,

Vehicle Tracking System, Vehicle Tracking System, The Complete Solution What is GPS? Product Review. Complete system. Contact Us. What is GPS? GPS, which stands for Global Positioning System, is the only system today able to show

More information

MCOM VEHICLE TRACKING SYSTEM MANUAL

MCOM VEHICLE TRACKING SYSTEM MANUAL 2012 MCOM VEHICLE TRACKING SYSTEM MANUAL Vehicle Tracking System allows the Department to track, trace and monitor their vehicles in real time using GSM / GPRS technology. It sends the location address,

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

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

International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 3, Issue 6, June 2014

International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 3, Issue 6, June 2014 Real Time Wireless based Train Tracking, Track Identification and Collision avoidance System for Railway Sectors 1 R. Immanuel Rajkumar, 2 Dr.P. E. Sankaranarayanan, and 3 Dr.G.Sundari 1 Research Scholar,

More information

GPS Vehicle and personal location tracker. User manual

GPS Vehicle and personal location tracker. User manual GPS Vehicle and personal location tracker User manual 1 Contents 1. Product overview... 2 2. Safety instruction... 3 3. Specification and parameters... 3 4. Getting started... 4 4.1 Hardware and accessories...

More information

ATB50v1 GPRS / GPS Based Fleet Management Terminal. Datasheet

ATB50v1 GPRS / GPS Based Fleet Management Terminal. Datasheet ATB50v1 GPRS / GPS Based Fleet Management Terminal Datasheet Contents 1. Introduction... 2 2. Block Diagram... 2 3. Technical Specifications... 3 4. Functional Specifications... 4 5. Connector Description...

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

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

Fleet Management - Smart, Secure and Easy

Fleet Management - Smart, Secure and Easy Fleet Management - Smart, Secure and Easy Automile is a comprehensive fleet management solution to monitor both company and service vehicles and provide rich insights. Our hardware requires no installation

More information

USER MANUAL V5.0 ST100

USER MANUAL V5.0 ST100 GPS Vehicle Tracker USER MANUAL V5.0 ST100 Updated on 15 September 2009-1 - Contents 1 Product Overview 3 2 For Your Safety 3 3 ST100 Parameters 3 4 Getting Started 4 4.1 Hardware and Accessories 4 4.2

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

Automobile Speed Violation Detection System using RFID and GSM Technologies

Automobile Speed Violation Detection System using RFID and GSM Technologies Automobile Speed Violation Detection System using RFID and GSM Technologies Lujaina Al-Shabibi Student, Telecommunications Engineering Caledonian College of Engineering Muscat, Oman Nadarajan Jayaraman

More information

GSMPBX version 1.3 Datasheet

GSMPBX version 1.3 Datasheet GSMPBX version.3 Datasheet Document Rev.:.3 Revision Date: 23.03.203 (preliminary data) Figure - GSMPBX Introduction The GSMPBX is designed to commute phone calls between a cellular network (GSM) and the

More information

Vehicle GPS Tracker GP268. GP268 Vehicle GPS/GPRS Tracking and Monitoring System Presentation July, 2009

Vehicle GPS Tracker GP268. GP268 Vehicle GPS/GPRS Tracking and Monitoring System Presentation July, 2009 Vehicle GPS Tracker GP268 Winwill World Co., Ltd 2008 Website: www.winwillworld.com Inquire now: sales@winwillworld.com - 1 - 1 PRODUCT INTRODUCTION 1.1 Features of unpacking 1.2 Brief introduction GP268,

More information

GPS Hardware. GSM / GPS In-Vehicle / Personal Tracker

GPS Hardware. GSM / GPS In-Vehicle / Personal Tracker GPS Hardware GSM / GPS In-Vehicle / Personal Tracker SD-10 (In-Vehicle) SD-10 is a smart and reliable GPS/GSM/GPRS in-vehicle tracking device which is developed and designed for real-time tracking and

More information

Gilsson AlwaysFind Web Base Fleet Management AVL & Personal GPS Trackers

Gilsson AlwaysFind Web Base Fleet Management AVL & Personal GPS Trackers Gilsson AlwaysFind Web Base Fleet Management AVL & Personal GPS Trackers System block diagram AlwaysFind GSM/GPRS network GPS Tracking Systems AlwaysFind OR AlwaysFind Mini Web Base control center Internet

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

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

Intelligent Vehicle Monitoring System using Wireless Communication

Intelligent Vehicle Monitoring System using Wireless Communication Intelligent Vehicle Monitoring System using Wireless Communication Srinivasan.J Department Electronics and Telecommunication Engineering, Bharath University Abstract The use of mobile phones while driving

More information

2014 GSM SHIELD COMPATIBLE WITH ARDUINO GSM SHIELD USING SIMCOMM (SIM900A)

2014 GSM SHIELD COMPATIBLE WITH ARDUINO GSM SHIELD USING SIMCOMM (SIM900A) 2014 GSM SHIELD COMPATIBLE WITH ARDUINO GSM SHIELD USING SIMCOMM (SIM900A) Contents 1 Description... 3 1.1 SIM900... 5 1.2 Features... 6 1.3 Specifications for Fax... 6 1.4 Specifications for SMS via GSM/GPRS...

More information

Vehicle GPS Tracker GP2068

Vehicle GPS Tracker GP2068 Vehicle GPS Tracker GP2068-1 - 1 PRODUCT INTRODUCTION 1.1 Features of unpacking 1.2 Brief introduction This newly launched vehicle GPS tracker-gp2068 is a GPRS based tracking system. It is for individual

More information

AL900 USER MANUAL. GPS Vehicle Tracker. User Manual V5.5 AL900. Page 1 of 19

AL900 USER MANUAL. GPS Vehicle Tracker. User Manual V5.5 AL900. Page 1 of 19 GPS Vehicle Tracker User Manual V5.5 AL900 Page 1 of 19 Table of Contents 1. Working Directions.....3 2. Specification 3 3. GPS Tracker Installation...4 3.1. Product Parts List...4 3.2. Precaution before

More information

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0 L16 GNSS Engine EVB User Guide L16_EVB_UGD_V1.0 Document Title L16 EVB User Guide Version 1.0 Date 2012-07-18 Status Document Control ID Released L16_EVB_UGD_V1.0 General Notes offers this information

More information

Vehicle GPS/GSM/GPRS Tracking System

Vehicle GPS/GSM/GPRS Tracking System Vehicle GPS/GSM/GPRS Tracking System GP600 ( with fuel monitoring ) Winwill World Co., Ltd Website: www.winwillworld.com Inquire now: sales@winwillworld.com - 1 - 1 PRODUCT INTRODUCTION 1.1 Overview GP600

More information

1. Vehicle Security/Tracking Device

1. Vehicle Security/Tracking Device GPS Vehicle Tracking Devices 1. Vehicle Security/Tracking Device The size of a pack of cigarettes, the SuperGuardreports to you directly with alarm details and GPS location through SMS text messaging and

More information

REAL TIME MONITORING AND TRACKING SYSTEM FOR AN ITEM USING THE RFID TECHNOLOGY

REAL TIME MONITORING AND TRACKING SYSTEM FOR AN ITEM USING THE RFID TECHNOLOGY Review of the Air Force Academy No 3 (30) 2015 REAL TIME MONITORING AND TRACKING SYSTEM FOR AN ITEM USING THE RFID TECHNOLOGY For the past few years, location systems have become a major studying field,

More information

User Manual (UDTTV01 V 1.6

User Manual (UDTTV01 V 1.6 User Manual (UDTTV01 GPS/GSM Vehicle Tracker) V 1.6 1.1 Brief Introduction The UDTTV01 GPS/GSM Tracker is a vehicle remote positioning device with built-in GPS and GSM/GPRS technology in compact size.

More information

Waterproof portable tracker and

Waterproof portable tracker and Catalog for GPS tracking system Model Description Picture Mainstream GPS/GSM/GPRS vehicle tracking device, designed as solution for fleet management, which is a GP4000 robust fleet tracking device not

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

USER MANUAL V5.0 VT300

USER MANUAL V5.0 VT300 GPS Vehicle Tracker USER MANUAL V5.0 VT300 Updated on 26/12/2008 Contents 1 Product Overview 3 2 For Your Safety 3 3 VT300 Parameters 3 4 Getting Started 4 4.1 Hardware and Accessories 4 4.2 Light and

More information

L10. Quectel GPS Engine. EVB User Guide L10_EVB_UGD_V1.00

L10. Quectel GPS Engine. EVB User Guide L10_EVB_UGD_V1.00 L10 GPS Engine EVB User Guide L10_EVB_UGD_V1.00 Document Title L10 EVB User Guide Version 1.00 Date 2009-7-20 Status Document Control ID Release L10_EVB_UGD_V1.00 General Notes offers this information

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

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

Vehicle GPS/GSM/GPRS Tracking System

Vehicle GPS/GSM/GPRS Tracking System Vehicle GPS/GSM/GPRS Tracking System TT02 www.tracking-tracing.com.au T: 02 9011 5294 E:sales@tracking-tracing.com.au 1/23 Table of Contents 1 PRODUCT INTRODUCTION..3-7 1.1 Overview 3. 1.2 Applications

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

User Manual. Genius GPS / GSM 810 Real Time GPS Tracker. Android App Download. Iphone App Download ENGLISH. Genius Advanced Technologies

User Manual. Genius GPS / GSM 810 Real Time GPS Tracker. Android App Download. Iphone App Download ENGLISH. Genius Advanced Technologies Genius GPS / GSM 810 Real Time GPS Tracker User Manual Android App Download Iphone App Download www.geniuscaralarm.com 1 Genius GPS / GSM 810 Real Time GPS Tracker Welcome to use this real time car GPS

More information

GPS Vehicle Tracker User Manual VT810

GPS Vehicle Tracker User Manual VT810 GPS Vehicle Tracker User Manual VT810 1. Please read this manual carefully for correct operation. 2. You need to ask a professional to install this product in a safe position of your vehicle. Avoid dangerous

More information

Development of GSM and GPS based Cost Effective Telematics Module

Development of GSM and GPS based Cost Effective Telematics Module Development of GSM and GPS based Cost Effective Telematics Module P.Raji 1, S.Ashok 2 PG Scholar, Dept. of Electrical Engineering NIT Calicut, Kerala, India 1 Professor, Dept. of Electrical Engineering,

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

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

M2M 3350 GSM/GPRS Modem User s Manual & Reference Guide Revision 1 June 2007

M2M 3350 GSM/GPRS Modem User s Manual & Reference Guide Revision 1 June 2007 M2M 3350 GSM/GPRS Modem User s Manual & Reference Guide Revision 1 June 2007 1999-2007 by Laipac Technology, Inc. All rights reserved The Specifications and information regarding the products in this manual

More information

Over the PSTN... 2 Over Wireless Networks... 2. Network Architecture... 3

Over the PSTN... 2 Over Wireless Networks... 2. Network Architecture... 3 Content Introduction... 1 History of Modems... 2 Over the PSTN... 2 Over Wireless Networks... 2 Network Architecture... 3 Circuit-Switched Cellular Data... 3 Short Message Service... 3 Packet-Switched

More information

THE SHADOW TRACKER COMPLETE GPS TRACKING SYSTEM

THE SHADOW TRACKER COMPLETE GPS TRACKING SYSTEM Complete contract free tracking System Simple to use Click-to-track software Breadcrumb Trail/Time-lapse Tracking Tracker is also GSM Phone Emergency SOS Call and Position Feature Supplied with everything

More information

HEOL-N103-OBD, GPS/GPRS Tracking Module with On Board Diagnostic

HEOL-N103-OBD, GPS/GPRS Tracking Module with On Board Diagnostic HEOL-N103-OBD, GPS/GPRS Tracking Module with On Board Diagnostic Heol fleet tracking system GPS N103 -OBD GPRS FTS Software Internet Main office - Control room Other office The specifications in this document

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

1 0 0 1 e s p i o n s.com. V680 GPS Watch User s Manual

1 0 0 1 e s p i o n s.com. V680 GPS Watch User s Manual 1 V680 GPS Watch User s Manual 2 Table of Contents Chapter I Preface..4 I.General...4 II.Notices..4 Chapter II about the Device.5 1. Appearance..5 2. Product Features.5 3. Product Specification.6 (1).Technical

More information

FindMyStuff. Fleet Tracking Solutions

FindMyStuff. Fleet Tracking Solutions FindMyStuff by SPECTRADOME Fleet Tracking Solutions Our comprehensive GPS tracking product selection for fleet tracking applications offers taylored solutions for both the large transportation company

More information

Tracking Solutions for Fleet Management Systems

Tracking Solutions for Fleet Management Systems Tracking Solutions for Fleet Management Systems By Priya Shukla, Anand Kumar Swami, Neha Kochar and Filippo Colaianni STMicroelectronics Design and development of commercial GPS receivers has gained tremendous

More information

GPS/GSM Personal Tracking Device

GPS/GSM Personal Tracking Device GPS/GSM Personal Tracking Device User Manual INDEX Usage Packing list Before using Add/Delete/Check Preset Phone Number Change / Check Password Set langue Set SMS locate mode after calling Send a SMS trigger

More information

ADVANCED VEHICLE TRACKING SYSTEM USING ARM7

ADVANCED VEHICLE TRACKING SYSTEM USING ARM7 ADVANCED VEHICLE TRACKING SYSTEM USING ARM7 L. Kishore 1, Arun Raja 2 1 M.E. Embedded Systems Technologies, Sri Ramakrishna Engineering College 2 Assistant Professor, Department of ECE, Sri Ramakrishna

More information

Vehicle Monitoring and Intelligent Data Analysis using GPS Based open Source Software

Vehicle Monitoring and Intelligent Data Analysis using GPS Based open Source Software Vehicle Monitoring and Intelligent Data Analysis using GPS Based open Source Software Chitravalavan Professor C. Jayasri Assistant Professor K. R. Vinothini Assistant Professor Abstract- This paper proposes

More information

X-SOS 3000 Outdoor GPS tracking system with emergency button.

X-SOS 3000 Outdoor GPS tracking system with emergency button. X-SOS 3000 Outdoor GPS tracking system with emergency button. Introduction : Thank you for buying the X-SOS outdoor GPS tracking system with emergency button. We take great pride in designing each of our

More information

VEHICLE GPS TRACKER USER MANUAL VT-108

VEHICLE GPS TRACKER USER MANUAL VT-108 VEHICLE GPS TRACKER USER MANUAL VT-108 1 Content Tables 1. Introduction------------------------------------------------------------------------------------------------------2 2. What s new? ----------------------------------------------------------------------------------------------------3

More information

GPS Vehicle tracker (GPS+GSM+SMS/GPRS) GT06 User Manual

GPS Vehicle tracker (GPS+GSM+SMS/GPRS) GT06 User Manual GPS Vehicle tracker (GPS+GSM+SMS/GPRS) GT06 User Manual (Version 3.2) Thank you for purchasing the tracker. This manual shows how to operate the device smoothly and correctly. Make sure to read this manual

More information

Global Positioning Monitoring System for Electric Vehicle Fleets (GPMS)

Global Positioning Monitoring System for Electric Vehicle Fleets (GPMS) Global Positioning Monitoring System for Electric Vehicle Fleets (GPMS) S. TSELEPIS, T. ROMANOS Center for Renewable Energy Sources, CRES 19th Km Marathonos Ave. Pikermi, 19 9, Greece Tel. (31) 639 9,

More information

INSTRUCTION. The smallest GPS watch locator in the country

INSTRUCTION. The smallest GPS watch locator in the country Please read the user manual carefully before you use it, so that you can get the correct installation and make quick online activation. Product appearance and color are subject to change. Actual product

More information

Accident Notification System by using Two Modems GSM and GPS

Accident Notification System by using Two Modems GSM and GPS Accident Notification System by using Two Modems GSM and GPS Hajer Salim Humaid AL-Farsi Electronic Engineering Student Caledonian College of Engineering, Muscat Malathi B. N. Senior Lecturer, Department

More information

A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS)

A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS) A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS) Mark Darren Savuriar, Chandrasekharan Nataraj, Chitturi Venkatratnam, Sardar Ali School of Engineering Asia Pacific

More information

Technical description MX-1 VB Edge

Technical description MX-1 VB Edge 1 (7) Technical description MX-1 VB Edge 2 (7) Table of Contents 1 General description...3 2 Connectors...4 3 ON/OFF operation...5 4 Power...5 5 LED indicators...6 6 Enclosure...6 7 Mounting...6 8 and

More information

Automatic Accident Alert and Safety System using Embedded GSM Interface

Automatic Accident Alert and Safety System using Embedded GSM Interface Automatic Accident Alert and Safety System using Embedded GSM Interface Kajal Nandaniya I&C Department DDIT, Nadiad Viraj Choksi Project Scientist BISAG, Ghandhinagar Ashish Patel Assistant professor I&C

More information

GPS Vehicle Tracking. The Complete Reference Guide

GPS Vehicle Tracking. The Complete Reference Guide GPS Vehicle Tracking The Complete Reference Guide GPS Vehicle Tracking: The Complete Reference Guide GPS vehicle tracking has gained popularity in many segments of the business world. Two main reasons

More information

How To Use An Adh8012 Gsm Gprs Module With A Gsm 2.2.2 (Gsm) Gpros (Gsp) Gpls (Geo) Gsp (Gpl) Gs

How To Use An Adh8012 Gsm Gprs Module With A Gsm 2.2.2 (Gsm) Gpros (Gsp) Gpls (Geo) Gsp (Gpl) Gs ADH Technology Co. Ltd. ADH8012 GSM GPRS Modem User s Manual www.adh-tech.com.tw sales@adh-tech.com.tw Page 1 Content ADH8012 GSM GPRS Modem User s Manual... 1 1. Introduction... 3 2. Product concept...

More information

Remote Level Monitoring Unit

Remote Level Monitoring Unit Remote Level Monitoring Unit SPECIFICATIONS LASER MEASUREMENT Type InGasAs Laser Diode Wavelength 905 nm Beam Divergence 2.3 x 0.2 mrad (typical) Passive Range 0.5m to 150m Range to Reflective Target 0.5m

More information

CCTR-800 Portable Real Time GPS Tracker

CCTR-800 Portable Real Time GPS Tracker CCTR-800 Portable Real Time GPS Tracker Welcome to use Real Time GPS tracker CCTR-800, This product is with GPS module and GSM module, It has many new and unique functions, such as real time uploading

More information

Remote Area Tracking and Mapping

Remote Area Tracking and Mapping Remote Area Tracking and Mapping TM3000 with Iridium Satellite Back up Communications Step Global has developed a solution to remote area GPS tracking by interfacing the Trimble TM3000 Asset Tracking Device

More information

Smart On-Board Transportation Management System Using GPS/GSM/GPRS Technologies to Reduce Traffic Violation in Developing Countries

Smart On-Board Transportation Management System Using GPS/GSM/GPRS Technologies to Reduce Traffic Violation in Developing Countries Smart On-Board Transportation Management System Using GPS/GSM/GPRS Technologies to Reduce Traffic Violation in Developing Countries Saed Tarapiah 1, Shadi Atalla 2, Rajaa AbuHania 3 Telecommunication Engineering

More information

TECHNICAL DESCRIPTION OF THE DISTRIBUTION SUBSTATION REMOTE MONITORING SYSTEM

TECHNICAL DESCRIPTION OF THE DISTRIBUTION SUBSTATION REMOTE MONITORING SYSTEM HELLENIC ELECTRICITY DISTRIBUTION NETWORK OPERATOR S.A. NOTICE OF CALL FOR TENDERS No ND-xxx PROJECT: Pilot Telemetering and Management System for the Electric Power Supply Demand by Residential and Small

More information

GSM HOME SECURITY SYSTEM

GSM HOME SECURITY SYSTEM Cell /Mobile phone home security system GSM HOME SECURITY SYSTEM Model : GSM-120 TABLE OF CONTENTS 1. FEATURES... 1 2. APPLICATION... 2 3. SPECIFICATIONS... 3 4. FRONT PANEL & LAYOUT DESCRIPTION...6 5.

More information

GSM Desktop phone DPH101. User manual v1.00

GSM Desktop phone DPH101. User manual v1.00 GSM Desktop phone DPH101 User manual v1.00 LEGAL NOTICE Copyright 2011 TELTONIKA Ltd. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this document

More information

LOW COST GSM MODEM. Description. Part Number

LOW COST GSM MODEM. Description. Part Number Dual Band 900 / 1800 MHz Fax, SMS and Data Integral SIM Card holder Siemens TC-35i GSM Engine Rugged Extruded Aluminium Enclosure Compact Form Factor 86 x 54 x 25mm RS232 Interface with Auto baud rate

More information

ACCIDENT INFORMATION SYSTEM USING ARM PROCESSOR, GPS AND GSM TECHNOLOGY

ACCIDENT INFORMATION SYSTEM USING ARM PROCESSOR, GPS AND GSM TECHNOLOGY I J I T E ISSN: 2229-7367 3(1-2), 2012, pp. 123-127 ACCIDENT INFORMATION SYSTEM USING ARM PROCESSOR, GPS AND GSM TECHNOLOGY S. VIVEK 1, A. RAMESH 2 AND S. BHARATHI 3 1, 3 M.E-Embedded Systems, EIE 2 Assistant

More information

CatTraQ Live 2 User Manual

CatTraQ Live 2 User Manual CatTraQ Live 2 User Manual CatTraQ CatTraQ is a trademark of Perthold Engineering Revision History Revision Change V1.0 Initial version V1.1 Time zone adjustment V1.2 Rain protection V1.3 New SIM card

More information

Table of Contents. I. Working Directions...2. II. System Introduction...3. III. Wiring Installation...4. 1. Product Parts List...

Table of Contents. I. Working Directions...2. II. System Introduction...3. III. Wiring Installation...4. 1. Product Parts List... TTS 300 GPS Vehicle Tracker Hardware Installation Manual Table of Contents I. Working Directions...2 II. System Introduction...3 III. Wiring Installation...4 1. Product Parts List... 4 2. Precaution before

More information

Satellite Tracking System FindMe F2

Satellite Tracking System FindMe F2 Satellite Tracking System FindMe F2 1 FindMe F2 SATELLITE TRACKING SYSTEM PRIMARY FUNCTION To determine and to transmit to a user exact LBS and GPS/GLONASS position of a stolen or lost vehicle, valuable

More information

MANAGEMENT SYSTEM FOR A FLEET OF VEHICLES BASED ON GPS. João André Correia Telo de Oliveira

MANAGEMENT SYSTEM FOR A FLEET OF VEHICLES BASED ON GPS. João André Correia Telo de Oliveira MANAGEMENT SYSTEM FOR A FLEET OF VEHICLES BASED ON GPS João André Correia Telo de Oliveira Author Affiliation(s) Instituto Superior Técnico, University of Lisbon, Portugal ABSTRACT This dissertation was

More information

GPS Tracking Solution Division World Leading Global Tracking Technology

GPS Tracking Solution Division World Leading Global Tracking Technology SCE GLOBAL PTE LTD 123 Genting Lane #05-05 Yenom Industrial Building Singapore 349574 Tel: (65) 67435210 Fax: (65) 67435291 Website : www.scesing.com GPS Tracking Solution Division World Leading Global

More information

GeoMax GNSS Zenith10 & Zenith20 Series

GeoMax GNSS Zenith10 & Zenith20 Series GeoMax GNSS Zenith10 & Zenith20 Series GeoMax About Us At GeoMax we provide a comprehensive portfolio of integrated solutions by developing, manufacturing and distributing quality construction and surveying

More information

GPS Options & Project Planning for Enterprise Mobile Computing

GPS Options & Project Planning for Enterprise Mobile Computing OrbitGPS White Paper GPS Options & Project Planning for Enterprise Mobile Computing 2008 OrbitGPS LLC. All Rights Reserved. Product names mentioned in this manual may be trademarks or registered trademarks

More information

How GPS works? WHAT IS GPS? HOW TRACKING WORKS?

How GPS works? WHAT IS GPS? HOW TRACKING WORKS? WHAT IS GPS? The Global Positioning System (GPS) is a satellite-based navigation system made up of a network of 24 satellites placed into orbit by the U.S. Department of Defense. GPS was originally intended

More information

Datalink Systems Inc.

Datalink Systems Inc. Datalink Systems Inc. Datalink Systems Inc. has been developing wireless IP packet data Communications Software for more than ten years! This presentation focuses on how our DataNET solutions integrates

More information

GETTING TO KNOW YOUR TELSTRA PRE-PAID 3G WI-FI

GETTING TO KNOW YOUR TELSTRA PRE-PAID 3G WI-FI GETTING TO KNOW YOUR TELSTRA PRE-PAID 3G WI-FI LET S GET THIS SHOW ON THE ROAD You must be excited about your brand new Telstra Pre-Paid 3G Wi-Fi. This guide will help you get connected as quickly and

More information

999GPS Tracking Platform Operation Guide

999GPS Tracking Platform Operation Guide 999GPS Tracking Platform Operation Guide Welcome to use this Real Time GPS tracking platform, This software is web based system, it is not necessary to download any software or any plug-in software, just

More information

GOPAL SYSTEMS PVT.LTD 1-111/3/C,BEHIND GEM MOTORS(MARUTI SHOWROOM) KONDAPUR,HYDERBAD-500084,AP,INDIA WWW.TRACEMYVEHICLE.COM

GOPAL SYSTEMS PVT.LTD 1-111/3/C,BEHIND GEM MOTORS(MARUTI SHOWROOM) KONDAPUR,HYDERBAD-500084,AP,INDIA WWW.TRACEMYVEHICLE.COM GOPAL SYSTEMS PVT.LTD 1-111/3/C,BEHIND GEM MOTORS(MARUTI SHOWROOM) KONDAPUR,HYDERBAD-500084,AP,INDIA WWW.TRACEMYVEHICLE.COM WHAT IS TRACE MY VEHICLE? Trace My Vehicle is a real time cost effective GPS/GPRS

More information

Vehicle Tracking System using GPRS

Vehicle Tracking System using GPRS Urban Transport XIII: Urban Transport and the Environment in the 21st Century 409 Vehicle Tracking System using GPRS S. Ikram 1 & F. T. Shah 2 1 Seidco Communication L.L.C, Abu Dhabi, UAE 2 COMSATS Institute

More information

MT3339 PC Tool Operation Manual

MT3339 PC Tool Operation Manual GlobalTop Technology Inc. MT3339 PC Tool Operation Manual Technial Document Revision: 0.1.0 MT3339 PC Tool for MT3339 Based GPS Modules prior permission of GlobalTop Tech Inc. Specifications subject to

More information

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2]

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2] SMS Alarm Messenger SMSPro_Setup Revision 090210 [Version 2.2] ~ 1 ~ Contents 1. How to setup SMS Alarm Messenger?... 3 2. Install the SMSPro_Setup software... 5 3. Connection Type... 6 4. Connection Port

More information

GPS/SMS/GPRS TRACKER TK103A VEHICLE CAR REALTIME TRACKING DEVICE SYSTEM

GPS/SMS/GPRS TRACKER TK103A VEHICLE CAR REALTIME TRACKING DEVICE SYSTEM GPS/SMS/GPRS TRACKER TK103A VEHICLE CAR REALTIME TRACKING DEVICE SYSTEM This GPS Tracker was specially made for vehicles. It's a new product based on the GSM/GPRS (850, 900, 1800, 1900MHz) network and

More information

SECURITY AND EMERGENCY VEHICLE MANAGEMENT

SECURITY AND EMERGENCY VEHICLE MANAGEMENT SECURITY AND EMERGENCY VEHICLE MANAGEMENT Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation Best Cases and Examples 1 of 10 Purpose

More information

GPS GPRS Tracking System

GPS GPRS Tracking System GPS GPRS Tracking System Main Features on GPS device 1. Positioning and Tracking: Locate vehicles and get working status by on-line Positioning Platform or the cell phone at times. You can choose the Positioning

More information

GPS Vehicle tracker (Anti-theft Tracking & Positioning) USER MANUAL

GPS Vehicle tracker (Anti-theft Tracking & Positioning) USER MANUAL GPS Vehicle tracker (Anti-theft Tracking & Positioning) USER MANUAL (Version 2.3) Please read this manual carefully before attempting installation and online activation. Pictures are for indication and

More information

LA-9011 GSM/GPS Tracker User Manual

LA-9011 GSM/GPS Tracker User Manual LA-9011 GSM/GPS Tracker User Manual GSM/GPS Tracker A GSM and GPS Tracking solution to locate and track the whereabouts of your vehicle in real time via the Internet on a computer or Smart phone. The device

More information

User Guide for the Volvo On Call mobile application

User Guide for the Volvo On Call mobile application User Guide for the Volvo On Call mobile application This document provides basic information on the pre-requisites, functionalities and limitations of the Volvo On Call mobile application. General Information

More information

MEITRACK T1 User Guide

MEITRACK T1 User Guide MEITRACK T1 User Guide Change History File Name MEITRACK T1 User Guide Created By Kyle Lv Project T1 Creation Date Update Date 2014-06-10 2015-05-28 Subproject User Guide Total Pages 18 Version V2.4 Confidential

More information